-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
175 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'BrazeKitCompat' | ||
s.version = '7.3.0' | ||
s.version = '7.4.0' | ||
s.summary = 'Compatibility library for users migrating from AppboyKit.' | ||
|
||
s.homepage = 'https://braze.com' | ||
s.documentation_url = 'https://braze-inc.github.io/braze-swift-sdk/documentation/brazekitcompat/' | ||
s.license = { :type => 'Commercial' } | ||
s.authors = 'Braze, Inc.' | ||
|
||
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '7.3.0' } | ||
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '7.4.0' } | ||
|
||
s.swift_version = '5.0' | ||
s.ios.deployment_target = '11.0' | ||
s.tvos.deployment_target = '11.0' | ||
s.static_framework = true | ||
|
||
s.source_files = 'Sources/BrazeKitCompat/**/*.{h,m}' | ||
s.public_header_files = 'Sources/BrazeKitCompat/include/*.h' | ||
s.static_framework = true | ||
|
||
s.dependency 'BrazeKit', '7.3.0' | ||
s.dependency 'BrazeLocation', '7.3.0' | ||
s.dependency 'BrazeKit', '7.4.0' | ||
s.dependency 'BrazeLocation', '7.4.0' | ||
|
||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'BrazeUI' | ||
s.version = '7.3.0' | ||
s.version = '7.4.0' | ||
s.summary = 'Braze-provided user interface library for In-App Messages and Content Cards.' | ||
|
||
s.homepage = 'https://braze.com' | ||
s.documentation_url = 'https://braze-inc.github.io/braze-swift-sdk/documentation/brazeui/' | ||
s.license = { :type => 'Commercial' } | ||
s.authors = 'Braze, Inc.' | ||
|
||
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '7.3.0' } | ||
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '7.4.0' } | ||
|
||
s.swift_version = '5.0' | ||
s.ios.deployment_target = '11.0' | ||
s.static_framework = true | ||
|
||
s.source_files = 'Sources/BrazeUI/**/*.swift' | ||
s.resource_bundles = { 'BrazeUI' => ['Sources/BrazeUI/Resources/**/*'] } | ||
s.static_framework = true | ||
|
||
s.dependency 'BrazeKit', '7.3.0' | ||
s.dependency 'BrazeKit', '7.4.0' | ||
|
||
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
<p align="center"> | ||
<a href="https://github.com/braze-inc/braze-swift-sdk/releases"> | ||
<img src="https://badgen.net/badge/version/7.3.0/blue" alt="Version: 7.3.0"> | ||
<img src="https://badgen.net/badge/version/7.4.0/blue" alt="Version: 7.4.0"> | ||
</a> | ||
<a href="#"> | ||
<img src="https://badgen.net/badge/platforms/iOS%20%7C%20tvOS%20%7C%20Mac%20Catalyst/orange" | ||
|
@@ -74,6 +74,14 @@ Explore our [examples project](/Examples) which showcases multiple features' int | |
| Unity | ✅ | 4.0.0 | | ||
| Xamarin | In Progress | TBD | | ||
|
||
## Alternative Repositories | ||
|
||
| Variant | Repository | GH Issues, SDK info | | ||
|---------------------------------------|---------------------------------------------:|--------------------:| | ||
| → **Sources and Static XCFrameworks** | [braze-inc/braze-swift-sdk] | ✓ | | ||
| Static XCFrameworks | [braze-inc/braze-swift-sdk-prebuilt-static] | ✗ | | ||
| Dynamic XCFrameworks | [braze-inc/braze-swift-sdk-prebuilt-dynamic] | ✗ | | ||
|
||
## `Appboy-iOS-SDK` | ||
|
||
As of version 5.8.0, the Braze Swift SDK provides all the features available in the `Appboy-iOS-SDK`. | ||
|
@@ -85,3 +93,7 @@ The `Appboy-iOS-SDK` (Objective-C) SDK is now in maintenance mode, which means o | |
## Questions? | ||
|
||
If you have questions, please contact [[email protected]](mailto:[email protected]) or open a [Github Issue](https://github.com/braze-inc/braze-swift-sdk/issues). | ||
|
||
[braze-inc/braze-swift-sdk]: https://github.com/braze-inc/braze-swift-sdk | ||
[braze-inc/braze-swift-sdk-prebuilt-static]: https://github.com/braze-inc/braze-swift-sdk-prebuilt-static | ||
[braze-inc/braze-swift-sdk-prebuilt-dynamic]: https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.