Skip to content

Commit

Permalink
Version 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed May 30, 2024
1 parent ceff05b commit a6a7eae
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 41 deletions.
6 changes: 3 additions & 3 deletions BrazeKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeKit'
s.version = '9.2.0'
s.version = '9.3.0'
s.summary = 'Braze Main SDK library providing support for analytics and push notifications.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeKit.zip',
:sha256 => '0aa14ac543c9e122b661503e5793d8a9b4f806ac6c1c35024a6a2ff96f867597'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeKit.zip',
:sha256 => '3be922ab788b67443a0d643c353929a5d8138d92b79ca558cfc60447b71d8081'
}

s.swift_version = '5.0'
Expand Down
10 changes: 5 additions & 5 deletions BrazeKitCompat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeKitCompat'
s.version = '9.2.0'
s.version = '9.3.0'
s.summary = 'Compatibility library for users migrating from AppboyKit.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeKitCompat.zip',
:sha256 => 'c897dd065a7ad3b6dd6a2ed86184812e4a0877a9bf8e0b26117745914c661d31'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeKitCompat.zip',
:sha256 => '4ab4930915b8b73b783f0b4f91e4612ccb66603d1f0ac4a3ab85e35e016474fe'
}

s.swift_version = '5.0'
Expand All @@ -19,8 +19,8 @@ Pod::Spec.new do |s|

s.vendored_framework = 'BrazeKitCompat.xcframework'

s.dependency 'BrazeKit', '9.2.0'
s.dependency 'BrazeLocation', '9.2.0'
s.dependency 'BrazeKit', '9.3.0'
s.dependency 'BrazeLocation', '9.3.0'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end
8 changes: 4 additions & 4 deletions BrazeLocation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeLocation'
s.version = '9.2.0'
s.version = '9.3.0'
s.summary = 'Braze location library providing support for location analytics and geofence monitoring.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeLocation.zip',
:sha256 => '0c294e3e5142818035d242ef84666386295c3f02ed733067cd81822e2888ac72'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeLocation.zip',
:sha256 => '2b6558ec8ad7475097511128c04576bbb9c444d7285a62568f5b9dafd4aee912'
}

s.swift_version = '5.0'
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|

s.vendored_framework = 'BrazeLocation.xcframework'

s.dependency 'BrazeKit', '9.2.0'
s.dependency 'BrazeKit', '9.3.0'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end
6 changes: 3 additions & 3 deletions BrazeNotificationService.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeNotificationService'
s.version = '9.2.0'
s.version = '9.3.0'
s.summary = 'Braze notification service extension library providing support for Rich Push notifications.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeNotificationService.zip',
:sha256 => 'd7ef30aa42a04fa3a5229cdbefda24846132632a23cd964f5093eafbe55e041f'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeNotificationService.zip',
:sha256 => '97c6402af1e323b6f708af3023a96d1411a78ef29fec85b745932f072a9e2e78'
}

s.swift_version = '5.0'
Expand Down
6 changes: 3 additions & 3 deletions BrazePushStory.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazePushStory'
s.version = '9.2.0'
s.version = '9.3.0'
s.summary = 'Braze notification content extension library providing support for Push Stories.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazePushStory.zip',
:sha256 => 'de457149fdd74b99a741103d8add921acc73a86ae852f45f0769ffc30068008f'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazePushStory.zip',
:sha256 => '85a51f5f15c89ffd5c0ed476aed88a82cab68a5b677a1ecf61f64bec0eef0ca4'
}

s.swift_version = '5.0'
Expand Down
8 changes: 4 additions & 4 deletions BrazeUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeUI'
s.version = '9.2.0'
s.version = '9.3.0'
s.summary = 'Braze-provided user interface library for In-App Messages and Content Cards.'

s.homepage = 'https://braze.com'
Expand All @@ -9,8 +9,8 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeUI.zip',
:sha256 => '541e52d3147f46f1882b02d77d5989b4073420d587fb14e3c111e50cea4119c6'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeUI.zip',
:sha256 => 'a5480ccc9dcb7166a5b6a60935a6665625f13f9211b84d2007f45b851ebf133b'
}

s.swift_version = '5.0'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|

s.vendored_framework = 'BrazeUI.xcframework'

s.dependency 'BrazeKit', '9.2.0'
s.dependency 'BrazeKit', '9.3.0'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end
8 changes: 4 additions & 4 deletions BrazeUICompat.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'BrazeUICompat'
s.version = '9.2.0'
s.version = '9.3.0'
s.summary = 'Compatibility UI library for users migrating from AppboyUI.'

s.homepage = 'https://braze.com'
Expand All @@ -9,16 +9,16 @@ Pod::Spec.new do |s|
s.authors = 'Braze, Inc.'

s.source = {
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeUICompat.zip',
:sha256 => 'e72de71e171bef88df2ca8ee3fdfe8dcb3e77f6e8ee1c3310fd2afcdbcb35730'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeUICompat.zip',
:sha256 => '7f8c4eb4fadb0e2f544d3102a151d8cee0ef3488a3f5b725bbd25ce4b2eddd07'
}

s.swift_version = '5.0'
s.ios.deployment_target = '12.0'

s.vendored_framework = 'BrazeUICompat.xcframework'

s.dependency 'BrazeKitCompat', '9.2.0'
s.dependency 'BrazeKitCompat', '9.3.0'
s.dependency 'SDWebImage', '>= 5.19.0', '< 6'

s.user_target_xcconfig = { 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES' }
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 9.3.0

##### Added
- Adds Objective-C support for the [`BrazeInAppMessageUIDelegate.inAppMessage(_:prepareWith:)`](https://braze-inc.github.io/braze-swift-sdk/documentation/brazeui/brazeinappmessageuidelegate/inappmessage(_:preparewith:)-11fog) method.
- Customization of `ViewAttributes` via the `attributes` property is not available in the Objective-C version of `PresentationContextRaw`.
- Adds `Braze.FeatureFlag.jsonProperty(key:type:decoder:)` to decode `jsonobject` type Feature Flag properties into custom `Decodable` types.
- Deprecates the existing Feature Flag APIs, to be removed in a future version:
- `Braze.FeatureFlag.jsonStringProperty(key:)` has been deprecated.
- `Braze.FeatureFlag.jsonObjectProperty(key:)` has been deprecated in favor of `Braze.FeatureFlag.jsonProperty(key:)`.

##### Fixed
- Fixes an issue where the [`preferredOrientation`](https://braze-inc.github.io/braze-swift-sdk/documentation/brazeui/brazeinappmessageui/presentationcontext/preferredorientation) on the presentation context of an in-app message would not be respected.

## 9.2.0

##### Added
Expand Down
28 changes: 14 additions & 14 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,38 +49,38 @@ let package = Package(
targets: [
.binaryTarget(
name: "BrazeKit",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeKit.zip",
checksum: "0aa14ac543c9e122b661503e5793d8a9b4f806ac6c1c35024a6a2ff96f867597"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeKit.zip",
checksum: "3be922ab788b67443a0d643c353929a5d8138d92b79ca558cfc60447b71d8081"
),
.binaryTarget(
name: "BrazeUI",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeUI.zip",
checksum: "541e52d3147f46f1882b02d77d5989b4073420d587fb14e3c111e50cea4119c6"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeUI.zip",
checksum: "a5480ccc9dcb7166a5b6a60935a6665625f13f9211b84d2007f45b851ebf133b"
),
.binaryTarget(
name: "BrazeLocation",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeLocation.zip",
checksum: "0c294e3e5142818035d242ef84666386295c3f02ed733067cd81822e2888ac72"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeLocation.zip",
checksum: "2b6558ec8ad7475097511128c04576bbb9c444d7285a62568f5b9dafd4aee912"
),
.binaryTarget(
name: "BrazeNotificationService",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeNotificationService.zip",
checksum: "d7ef30aa42a04fa3a5229cdbefda24846132632a23cd964f5093eafbe55e041f"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeNotificationService.zip",
checksum: "97c6402af1e323b6f708af3023a96d1411a78ef29fec85b745932f072a9e2e78"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazePushStory.zip",
checksum: "de457149fdd74b99a741103d8add921acc73a86ae852f45f0769ffc30068008f"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazePushStory.zip",
checksum: "85a51f5f15c89ffd5c0ed476aed88a82cab68a5b677a1ecf61f64bec0eef0ca4"
),
.binaryTarget(
name: "BrazeKitCompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeKitCompat.zip",
checksum: "c897dd065a7ad3b6dd6a2ed86184812e4a0877a9bf8e0b26117745914c661d31"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeKitCompat.zip",
checksum: "4ab4930915b8b73b783f0b4f91e4612ccb66603d1f0ac4a3ab85e35e016474fe"
),
.binaryTarget(
name: "BrazeUICompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.2.0/BrazeUICompat.zip",
checksum: "e72de71e171bef88df2ca8ee3fdfe8dcb3e77f6e8ee1c3310fd2afcdbcb35730"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-mergeable/releases/download/9.3.0/BrazeUICompat.zip",
checksum: "7f8c4eb4fadb0e2f544d3102a151d8cee0ef3488a3f5b725bbd25ce4b2eddd07"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/9.2.0/blue" alt="Version: 9.2.0">
<img src="https://badgen.net/badge/version/9.3.0/blue" alt="Version: 9.3.0">
</a>
<a href="#">
<img src="https://badgen.net/badge/platforms/iOS%20%7C%20visionOS%20%7C%20tvOS%20%7C%20Mac%20Catalyst/orange"
Expand Down

0 comments on commit a6a7eae

Please sign in to comment.