Skip to content

Commit 8754e64

Browse files
committed
add sample to Podfile
1 parent 325b1a8 commit 8754e64

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Podfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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'
3334
end
3435

3536
target 'DemoSwifttvOS' do
3637
project 'DemoSwiftApp/DemoSwiftApp.xcodeproj/'
3738
platform :tvos, '10.0'
3839
use_frameworks!
40+
#pod 'OptimizelySwiftSDK','3.0.0'
3941
end
4042

4143
target 'DemoObjciOS' do
4244
project 'DemoObjcApp/DemoObjcApp.xcodeproj/'
4345
platform :ios, '10.0'
4446
use_frameworks!
4547
analytics_pods
48+
#pod 'OptimizelySwiftSDK','3.0.0'
4649
end
4750

4851
target 'DemoObjctvOS' do
4952
project 'DemoObjcApp/DemoObjcApp.xcodeproj/'
5053
platform :tvos, '10.0'
5154
use_frameworks!
55+
#pod 'OptimizelySwiftSDK','3.0.0'
5256
end
5357

5458
post_install do |installer|

0 commit comments

Comments
 (0)