File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -30,25 +30,29 @@ target 'DemoSwiftiOS' do
3030 platform :ios , '10.0'
3131 use_frameworks!
3232 analytics_pods
33+ #pod 'OptimizelySwiftSDK','3.0.0'
3334end
3435
3536target 'DemoSwifttvOS' do
3637 project 'DemoSwiftApp/DemoSwiftApp.xcodeproj/'
3738 platform :tvos , '10.0'
3839 use_frameworks!
40+ #pod 'OptimizelySwiftSDK','3.0.0'
3941end
4042
4143target 'DemoObjciOS' do
4244 project 'DemoObjcApp/DemoObjcApp.xcodeproj/'
4345 platform :ios , '10.0'
4446 use_frameworks!
4547 analytics_pods
48+ #pod 'OptimizelySwiftSDK','3.0.0'
4649end
4750
4851target 'DemoObjctvOS' do
4952 project 'DemoObjcApp/DemoObjcApp.xcodeproj/'
5053 platform :tvos , '10.0'
5154 use_frameworks!
55+ #pod 'OptimizelySwiftSDK','3.0.0'
5256end
5357
5458post_install do |installer |
You can’t perform that action at this time.
0 commit comments