Skip to content

Commit

Permalink
Updating Braze SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Mar 11, 2021
1 parent 3d3b844 commit 83aa426
Show file tree
Hide file tree
Showing 69 changed files with 1,001 additions and 487 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ xcuserdata/
# Fastlane Autogenerated files
**/fastlane/README.md
**/fastlane/report.xml

# XCFrameworks
*.xcframework
2 changes: 1 addition & 1 deletion Appboy-Push-Story.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Appboy-Push-Story"
s.version = "3.33.1"
s.version = "4.0.0"
s.summary = "This is the Braze Push Story SDK for Mobile Marketing Automation"
s.homepage = "http://www.braze.com"
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}
Expand Down
15 changes: 4 additions & 11 deletions Appboy-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Appboy-iOS-SDK"
s.version = "3.34.0"
s.version = "4.0.0"
s.summary = "This is the Braze iOS SDK for Mobile Marketing Automation"
s.homepage = "http://www.braze.com"
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}
Expand All @@ -14,21 +14,14 @@ Pod::Spec.new do |s|
s.preserve_paths = 'AppboyKit/**/*.*'
s.default_subspec = 'UI'

s.pod_target_xcconfig = {
'OTHER_LDFLAGS' => '-ObjC',

# Skip this architecture to pass Pod validation since we removed the `arm64` simulator ARCH in order to use lipo later
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64'
}
# Same reason as above
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-ObjC' }

s.subspec 'Core' do |sc|
sc.ios.library = 'z'
sc.frameworks = 'SystemConfiguration', 'QuartzCore', 'CoreText', 'WebKit'
sc.source_files = 'AppboyKit/headers/AppboyKitLibrary/*.h', 'AppboyKit/ABKModalWebViewController.m', 'AppboyKit/ABKNoConnectionLocalization.m', 'AppboyKit/ABKLocationManagerProvider.m'
sc.source_files = 'AppboyKit/include/*.h', 'AppboyKit/ABKModalWebViewController.m', 'AppboyKit/ABKNoConnectionLocalization.m', 'AppboyKit/ABKLocationManagerProvider.m'
sc.resource_bundle = { 'Appboy' => 'AppboyKit/Appboy.bundle/*.lproj' }
sc.vendored_libraries = 'AppboyKit/libAppboyKitLibrary.a'
sc.vendored_framework = 'AppboyKit/AppboyKitLibrary.xcframework'
sc.weak_framework = 'CoreTelephony', 'Social', 'Accounts', 'UserNotifications'
end

Expand Down
Binary file modified AppboyKit/Appboy.bundle/Info.plist
Binary file not shown.
Binary file added AppboyKit/Appboy.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 83aa426

Please sign in to comment.