Skip to content

Commit

Permalink
Version 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hokstuff committed May 14, 2024
1 parent 906ec6d commit 1b2e10a
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.0.0'
s.version = '9.1.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-static/releases/download/9.0.0/BrazeKit.zip',
:sha256 => 'c5462a28cc12cb7a2ba9594fae13e72cbbaad3491e5e9ed788f43ed574c35dd7'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeKit.zip',
:sha256 => '6d8da42dec0bbc99b1f5979e02e0131f20a80c0e65b41bcc71b0f04b06de5928'
}

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.0.0'
s.version = '9.1.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-static/releases/download/9.0.0/BrazeKitCompat.zip',
:sha256 => '92c8746b96f3ef24278e55d6f9750d5e1d1dd4244f952c5d6166cd9173a11d01'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeKitCompat.zip',
:sha256 => '914d2329a29693661571357f0dd2ef2a5695f3f7bcb1db1d6b5234545deab9a4'
}

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.0.0'
s.dependency 'BrazeLocation', '9.0.0'
s.dependency 'BrazeKit', '9.1.0'
s.dependency 'BrazeLocation', '9.1.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.0.0'
s.version = '9.1.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-static/releases/download/9.0.0/BrazeLocation.zip',
:sha256 => 'eb3714b8f16d4b55458cabbfdc839ab2a43721a7602a71f57ee01b39dd4ce22c'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeLocation.zip',
:sha256 => '094fdbe556d87fea00748b8858efc6627c7036a59b73b77e9add62e16d5a7e5f'
}

s.swift_version = '5.0'
Expand All @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.vendored_framework = 'BrazeLocation.xcframework'
s.resource_bundles = { 'BrazeLocation' => ['Sources/BrazeLocationResources/Resources/**/*'] }

s.dependency 'BrazeKit', '9.0.0'
s.dependency 'BrazeKit', '9.1.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.0.0'
s.version = '9.1.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-static/releases/download/9.0.0/BrazeNotificationService.zip',
:sha256 => '3d8196a08e0f0099933c012c7a900c42339a5b1c97bcf0819a1f3d13c6eac6f5'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeNotificationService.zip',
:sha256 => 'c4648f53a3f8dd273304d7cdb6e6d2cecc8c9dc494d7b321508deb7bea5e884b'
}

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.0.0'
s.version = '9.1.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-static/releases/download/9.0.0/BrazePushStory.zip',
:sha256 => '078ee763970b21d0ffe445d396dbc6d18e030413690cf28eac0693d3105da981'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazePushStory.zip',
:sha256 => '5907d09779faa20ed315cbaafa3c0e4f2a83d7008a95987f9ef7d7779ea626ff'
}

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.0.0'
s.version = '9.1.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-static/releases/download/9.0.0/BrazeUI.zip',
:sha256 => '0e493d55e99156c9827f4456b914c30bcfdd01a99967d0c195490341a020a768'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeUI.zip',
:sha256 => '7bcc351453f3c66df9e9da116aa24ee5408c54798bc3490044ad5bec56112c6c'
}

s.swift_version = '5.0'
Expand All @@ -20,7 +20,7 @@ Pod::Spec.new do |s|
s.vendored_framework = 'BrazeUI.xcframework'
s.resource_bundles = { 'BrazeUI' => ['Sources/BrazeUIResources/Resources/**/*'] }

s.dependency 'BrazeKit', '9.0.0'
s.dependency 'BrazeKit', '9.1.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.0.0'
s.version = '9.1.0'
s.summary = 'Compatibility UI library for users migrating from AppboyUI.'

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-static/releases/download/9.0.0/BrazeUICompat.zip',
:sha256 => '1e35cb29c177cdaab309610fbe84ac9d36a3ed82c9718115ac7900e13efc83bb'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeUICompat.zip',
:sha256 => 'e6e960235ca878b479f7f607d6b283c509368a7ff52bfd50893e6d1c047cbabe'
}

s.swift_version = '5.0'
Expand All @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.vendored_framework = 'BrazeUICompat.xcframework'
s.resource_bundles = { 'BrazeUICompat' => 'Sources/BrazeUICompatResources/*/Resources/**/*.*' }

s.dependency 'BrazeKitCompat', '9.0.0'
s.dependency 'BrazeKitCompat', '9.1.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.1.0

##### Added
- Adds support for 3 new Feature Flag property types and various APIs for accessing them:
- `Braze.FeatureFlag.timestampProperty(key:)` for accessing `Int` Unix UTC millisecond timestamps.
- `Braze.FeatureFlag.imageProperty(key:)` for accessing image URLs as `String`s.
- `Braze.FeatureFlag.jsonObjectProperty(key:)` for accessing JSONs as `[String:Any]` dictionaries.
- `Braze.FeatureFlag.jsonStringProperty(key:)` for accessing JSONs as `String`s.
- Adds safeguards when reading the device model.

##### Fixed
- Fixes the duplicate symbols compilation errors and runtime warnings that may occur under specific conditions when integrating `BrazeKit` and either `BrazeNotificationService` or `BrazePushStory` via CocoaPods.

## 9.0.0

##### Breaking
Expand Down
28 changes: 14 additions & 14 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "BrazeKit",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.0.0/BrazeKit.zip",
checksum: "c5462a28cc12cb7a2ba9594fae13e72cbbaad3491e5e9ed788f43ed574c35dd7"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeKit.zip",
checksum: "6d8da42dec0bbc99b1f5979e02e0131f20a80c0e65b41bcc71b0f04b06de5928"
),
.target(
name: "BrazeKitResources",
Expand All @@ -60,8 +60,8 @@ let package = Package(
),
.binaryTarget(
name: "BrazeUI",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.0.0/BrazeUI.zip",
checksum: "0e493d55e99156c9827f4456b914c30bcfdd01a99967d0c195490341a020a768"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeUI.zip",
checksum: "7bcc351453f3c66df9e9da116aa24ee5408c54798bc3490044ad5bec56112c6c"
),
.target(
name: "BrazeUIResources",
Expand All @@ -71,8 +71,8 @@ let package = Package(
),
.binaryTarget(
name: "BrazeLocation",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.0.0/BrazeLocation.zip",
checksum: "eb3714b8f16d4b55458cabbfdc839ab2a43721a7602a71f57ee01b39dd4ce22c"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeLocation.zip",
checksum: "094fdbe556d87fea00748b8858efc6627c7036a59b73b77e9add62e16d5a7e5f"
),
.target(
name: "BrazeLocationResources",
Expand All @@ -82,13 +82,13 @@ let package = Package(
),
.binaryTarget(
name: "BrazeNotificationService",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.0.0/BrazeNotificationService.zip",
checksum: "3d8196a08e0f0099933c012c7a900c42339a5b1c97bcf0819a1f3d13c6eac6f5"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeNotificationService.zip",
checksum: "c4648f53a3f8dd273304d7cdb6e6d2cecc8c9dc494d7b321508deb7bea5e884b"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.0.0/BrazePushStory.zip",
checksum: "078ee763970b21d0ffe445d396dbc6d18e030413690cf28eac0693d3105da981"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazePushStory.zip",
checksum: "5907d09779faa20ed315cbaafa3c0e4f2a83d7008a95987f9ef7d7779ea626ff"
),
.target(
name: "BrazePushStoryResources",
Expand All @@ -98,13 +98,13 @@ let package = Package(
),
.binaryTarget(
name: "BrazeKitCompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.0.0/BrazeKitCompat.zip",
checksum: "92c8746b96f3ef24278e55d6f9750d5e1d1dd4244f952c5d6166cd9173a11d01"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeKitCompat.zip",
checksum: "914d2329a29693661571357f0dd2ef2a5695f3f7bcb1db1d6b5234545deab9a4"
),
.binaryTarget(
name: "BrazeUICompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.0.0/BrazeUICompat.zip",
checksum: "1e35cb29c177cdaab309610fbe84ac9d36a3ed82c9718115ac7900e13efc83bb"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/9.1.0/BrazeUICompat.zip",
checksum: "e6e960235ca878b479f7f607d6b283c509368a7ff52bfd50893e6d1c047cbabe"
),
.target(
name: "BrazeUICompatResources",
Expand Down
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.0.0/blue" alt="Version: 9.0.0">
<img src="https://badgen.net/badge/version/9.1.0/blue" alt="Version: 9.1.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 1b2e10a

Please sign in to comment.