Skip to content

Commit

Permalink
Version 11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hokstuff committed Oct 2, 2024
1 parent c69e3f4 commit ede3aa9
Show file tree
Hide file tree
Showing 10 changed files with 51 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 = '11.0.0'
s.version = '11.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/11.0.0/BrazeKit.zip',
:sha256 => '0db80412b56aa5996a384c0fae16492a02514b87f6b302e942868787050d98ef'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeKit.zip',
:sha256 => '95773d4e41840e1eddc8f5ff21f65cd38a99046ca0935463844d3a974e0e03d2'
}

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 = '11.0.0'
s.version = '11.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/11.0.0/BrazeKitCompat.zip',
:sha256 => '958b3b55d12c47f27cdb883bf86f7b4595173be471527f2be995d335d9018617'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeKitCompat.zip',
:sha256 => '44df4231dafbcc6a9561634a3b228febf2452f6748fd66b80aca6b750750cd29'
}

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

s.vendored_framework = 'BrazeKitCompat.xcframework'

s.dependency 'BrazeKit', '11.0.0'
s.dependency 'BrazeLocation', '11.0.0'
s.dependency 'BrazeKit', '11.1.0'
s.dependency 'BrazeLocation', '11.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 = '11.0.0'
s.version = '11.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/11.0.0/BrazeLocation.zip',
:sha256 => '4dd1084b47944f47f468814be69ffc85fd79cd2c7b46fc3009db5093f01fd18b'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeLocation.zip',
:sha256 => '88bd924ae06a1bcfc3420e281d35f5b957e8a1b7b9a7339ab5e9be93f6ab81b9'
}

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', '11.0.0'
s.dependency 'BrazeKit', '11.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 = '11.0.0'
s.version = '11.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/11.0.0/BrazeNotificationService.zip',
:sha256 => 'dfbcbdb4e37789a229743be1009d9f00811cd51b80d6c0d00f4ded2e75c85d76'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeNotificationService.zip',
:sha256 => 'c39f1353bb1c79f929d4a8930917d7ee5b09074d3ad63202a99f8f0a2bc7b4fa'
}

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 = '11.0.0'
s.version = '11.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/11.0.0/BrazePushStory.zip',
:sha256 => '43317af27895e018c7f590c88230b29b3ed86248bb2f88a642183980bc6face3'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazePushStory.zip',
:sha256 => 'f6a28a0c9d05bf571798c30befa2b19303d488e414bbfa857e6fb44335f0f9e3'
}

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 = '11.0.0'
s.version = '11.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/11.0.0/BrazeUI.zip',
:sha256 => '758d0cbab13833ecfdb2c8e462b12d3102c24901842471165a9f03c86409fb32'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeUI.zip',
:sha256 => '38c73a460f5ec97eda4da61858f384f7b9974ba0fcef803636745f1d579f80e6'
}

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', '11.0.0'
s.dependency 'BrazeKit', '11.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 = '11.0.0'
s.version = '11.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/11.0.0/BrazeUICompat.zip',
:sha256 => 'e43b11680883dedc199911dbfd340b760445e865cb723127d64bdc576aa11df7'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeUICompat.zip',
:sha256 => 'e5d87d68ffa70499bc567c011cb23afe20b97d65a00ecbbef0c77c2b44258cd6'
}

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', '11.0.0'
s.dependency 'BrazeKitCompat', '11.1.0'
s.dependency 'SDWebImage', '>= 5.19.7', '< 6'

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

##### Fixed
- Fixes an issue introduced in `11.0.0` where the push token status would not always be reported in all circumstances.
- Fixes a display bug where an in-app message would appear truncated after certain keyboard dismissal scenarios.
- Fixes a reference cycle in `Braze.NewsFeedCard.Context` that could prevent the card from being deallocated.

##### Added
- Adds a public initializer for `Braze.Notifications.Payload`.

## 11.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/11.0.0/BrazeKit.zip",
checksum: "0db80412b56aa5996a384c0fae16492a02514b87f6b302e942868787050d98ef"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeKit.zip",
checksum: "95773d4e41840e1eddc8f5ff21f65cd38a99046ca0935463844d3a974e0e03d2"
),
.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/11.0.0/BrazeUI.zip",
checksum: "758d0cbab13833ecfdb2c8e462b12d3102c24901842471165a9f03c86409fb32"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeUI.zip",
checksum: "38c73a460f5ec97eda4da61858f384f7b9974ba0fcef803636745f1d579f80e6"
),
.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/11.0.0/BrazeLocation.zip",
checksum: "4dd1084b47944f47f468814be69ffc85fd79cd2c7b46fc3009db5093f01fd18b"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeLocation.zip",
checksum: "88bd924ae06a1bcfc3420e281d35f5b957e8a1b7b9a7339ab5e9be93f6ab81b9"
),
.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/11.0.0/BrazeNotificationService.zip",
checksum: "dfbcbdb4e37789a229743be1009d9f00811cd51b80d6c0d00f4ded2e75c85d76"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeNotificationService.zip",
checksum: "c39f1353bb1c79f929d4a8930917d7ee5b09074d3ad63202a99f8f0a2bc7b4fa"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.0.0/BrazePushStory.zip",
checksum: "43317af27895e018c7f590c88230b29b3ed86248bb2f88a642183980bc6face3"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazePushStory.zip",
checksum: "f6a28a0c9d05bf571798c30befa2b19303d488e414bbfa857e6fb44335f0f9e3"
),
.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/11.0.0/BrazeKitCompat.zip",
checksum: "958b3b55d12c47f27cdb883bf86f7b4595173be471527f2be995d335d9018617"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeKitCompat.zip",
checksum: "44df4231dafbcc6a9561634a3b228febf2452f6748fd66b80aca6b750750cd29"
),
.binaryTarget(
name: "BrazeUICompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.0.0/BrazeUICompat.zip",
checksum: "e43b11680883dedc199911dbfd340b760445e865cb723127d64bdc576aa11df7"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/11.1.0/BrazeUICompat.zip",
checksum: "e5d87d68ffa70499bc567c011cb23afe20b97d65a00ecbbef0c77c2b44258cd6"
),
.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/11.0.0/blue" alt="Version: 11.0.0">
<img src="https://badgen.net/badge/version/11.1.0/blue" alt="Version: 11.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 ede3aa9

Please sign in to comment.