Skip to content

Commit

Permalink
Updating Braze SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Jun 5, 2020
1 parent 548764a commit 047e576
Show file tree
Hide file tree
Showing 3 changed files with 252 additions and 12 deletions.
22 changes: 11 additions & 11 deletions Appboy-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.documentation_url = 'https://www.braze.com/docs'
s.exclude_files = 'Appboy_iOS_SDK/AppboyKit/**/*.txt'
s.preserve_paths = 'Appboy_iOS_SDK/AppboyKit/**/*.*'
s.exclude_files = 'AppboyKit/**/*.txt'
s.preserve_paths = 'AppboyKit/**/*.*'
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }
s.default_subspec = 'UI'

s.subspec 'Core' do |sc|
sc.ios.library = 'z'
sc.frameworks = 'SystemConfiguration', 'QuartzCore', 'CoreText', 'WebKit'
sc.source_files = 'Appboy_iOS_SDK/AppboyKit/headers/AppboyKitLibrary/*.h', 'Appboy_iOS_SDK/AppboyKit/ABKIdentifierForAdvertisingProvider.m', 'Appboy_iOS_SDK/AppboyKit/ABKModalWebViewController.m', 'Appboy_iOS_SDK/AppboyKit/ABKNoConnectionLocalization.m', 'Appboy_iOS_SDK/AppboyKit/ABKLocationManagerProvider.m'
sc.resource = 'Appboy_iOS_SDK/AppboyKit/Appboy.bundle'
sc.vendored_libraries = 'Appboy_iOS_SDK/AppboyKit/libAppboyKitLibrary.a'
sc.source_files = 'AppboyKit/headers/AppboyKitLibrary/*.h', 'AppboyKit/ABKIdentifierForAdvertisingProvider.m', 'AppboyKit/ABKModalWebViewController.m', 'AppboyKit/ABKNoConnectionLocalization.m', 'AppboyKit/ABKLocationManagerProvider.m'
sc.resource = 'AppboyKit/Appboy.bundle'
sc.vendored_libraries = 'AppboyKit/libAppboyKitLibrary.a'
sc.weak_framework = 'CoreTelephony', 'Social', 'Accounts', 'AdSupport', 'UserNotifications'
end

Expand All @@ -32,22 +32,22 @@ Pod::Spec.new do |s|
end

s.subspec 'NewsFeed' do |snf|
snf.source_files = 'Appboy_iOS_SDK/AppboyUI/ABKNewsFeed/*.*', 'Appboy_iOS_SDK/AppboyUI/ABKNewsFeed/ViewControllers/**/*.*', 'Appboy_iOS_SDK/AppboyUI/ABKUIUtils/**/*.*', 'Appboy_iOS_SDK/AppboyKit/ABKSDWebImageProxy.m'
snf.resource = 'Appboy_iOS_SDK/AppboyUI/ABKNewsFeed/Resources/**/*.*'
snf.source_files = 'AppboyUI/ABKNewsFeed/*.*', 'AppboyUI/ABKNewsFeed/ViewControllers/**/*.*', 'AppboyUI/ABKUIUtils/**/*.*', 'AppboyKit/ABKSDWebImageProxy.m'
snf.resource = 'AppboyUI/ABKNewsFeed/Resources/**/*.*'
snf.dependency 'Appboy-iOS-SDK/Core'
snf.dependency 'SDWebImage', '~>5.0'
end

s.subspec 'InAppMessage' do |siam|
siam.source_files = 'Appboy_iOS_SDK/AppboyUI/ABKUIUtils/**/*.*', 'Appboy_iOS_SDK/AppboyUI/ABKInAppMessage/*.*', 'Appboy_iOS_SDK/AppboyUI/ABKInAppMessage/ViewControllers/*.*', 'Appboy_iOS_SDK/AppboyKit/ABKSDWebImageProxy.m'
siam.resource = 'Appboy_iOS_SDK/AppboyUI/ABKInAppMessage/Resources/*.*'
siam.source_files = 'AppboyUI/ABKUIUtils/**/*.*', 'AppboyUI/ABKInAppMessage/*.*', 'AppboyUI/ABKInAppMessage/ViewControllers/*.*', 'AppboyKit/ABKSDWebImageProxy.m'
siam.resource = 'AppboyUI/ABKInAppMessage/Resources/*.*'
siam.dependency 'Appboy-iOS-SDK/Core'
siam.dependency 'SDWebImage', '~>5.0'
end

s.subspec 'ContentCards' do |scc|
scc.source_files = 'Appboy_iOS_SDK/AppboyUI/ABKContentCards/*.*', 'Appboy_iOS_SDK/AppboyUI/ABKContentCards/ViewControllers/**/*.*', 'Appboy_iOS_SDK/AppboyUI/ABKUIUtils/**/*.*', 'Appboy_iOS_SDK/AppboyKit/ABKSDWebImageProxy.m'
scc.resource = 'Appboy_iOS_SDK/AppboyUI/ABKContentCards/Resources/**/*.*'
scc.source_files = 'AppboyUI/ABKContentCards/*.*', 'AppboyUI/ABKContentCards/ViewControllers/**/*.*', 'AppboyUI/ABKUIUtils/**/*.*', 'AppboyKit/ABKSDWebImageProxy.m'
scc.resource = 'AppboyUI/ABKContentCards/Resources/**/*.*'
scc.dependency 'Appboy-iOS-SDK/Core'
scc.dependency 'SDWebImage', '~>5.0'
end
Expand Down
2 changes: 1 addition & 1 deletion AppboyKit/libAppboyKitLibrary.a
Git LFS file not shown
Loading

0 comments on commit 047e576

Please sign in to comment.