Skip to content

Commit

Permalink
Version 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonemiller committed Aug 30, 2024
1 parent 0da35d0 commit ce729b1
Show file tree
Hide file tree
Showing 10 changed files with 49 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 = '10.1.0'
s.version = '10.2.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-dynamic/releases/download/10.1.0/BrazeKit.zip',
:sha256 => '9c230564505ba9c6b0430c3fc17cbe0bafbbf56e9e15ef59c1a6374846092b4b'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeKit.zip',
:sha256 => '0e1349fa1343baccabb16a74e204c334e41916a3688e222788c1b3a72c5605c4'
}

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 = '10.1.0'
s.version = '10.2.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-dynamic/releases/download/10.1.0/BrazeKitCompat.zip',
:sha256 => 'abbdb60c71cf9a3eb8b9b029358336ec34c05aea038f4bd37243131a44050b66'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeKitCompat.zip',
:sha256 => 'f65d29310f26d47e741fe6debe88401fc2cefcbc5e385eb8c19e059feb603a75'
}

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

s.vendored_framework = 'BrazeKitCompat.xcframework'

s.dependency 'BrazeKit', '10.1.0'
s.dependency 'BrazeLocation', '10.1.0'
s.dependency 'BrazeKit', '10.2.0'
s.dependency 'BrazeLocation', '10.2.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 = '10.1.0'
s.version = '10.2.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-dynamic/releases/download/10.1.0/BrazeLocation.zip',
:sha256 => '38af0af5d23d9d9b630d84eeb628e22a7f61e01f80eb5c17a0edea2ef92a9b61'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeLocation.zip',
:sha256 => '8e2202a28b72131bee8ec22720a592686656ceb9ad36832f0d9a0525d2f8d5e2'
}

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

s.vendored_framework = 'BrazeLocation.xcframework'

s.dependency 'BrazeKit', '10.1.0'
s.dependency 'BrazeKit', '10.2.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 = '10.1.0'
s.version = '10.2.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-dynamic/releases/download/10.1.0/BrazeNotificationService.zip',
:sha256 => 'd5b5470843ce661a518e1ed1f2d52a2a34d8f333e921544f15e4d13fe754d31c'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeNotificationService.zip',
:sha256 => '0ddde66c6b48c1c7d611ad0fa2770192e7b320e01109cacd62f285362ec49fdd'
}

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 = '10.1.0'
s.version = '10.2.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-dynamic/releases/download/10.1.0/BrazePushStory.zip',
:sha256 => '8be9cdae4b493c494457af2c5c6293443993adbffd30e819c8e1b51a12e3729c'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazePushStory.zip',
:sha256 => 'febe60b212676a57ace5840c66b3059fe5fe2e623079059a2f81f912fbd015eb'
}

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 = '10.1.0'
s.version = '10.2.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-dynamic/releases/download/10.1.0/BrazeUI.zip',
:sha256 => '80b1076be946179f85c57b724eb4f8e55d804aa73c0060aa45529b9ef74ad2c2'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeUI.zip',
:sha256 => 'a61445f8de8bdf5963736c680e3f6c2eddd3443b1ffca7a0949041018daad8b2'
}

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

s.vendored_framework = 'BrazeUI.xcframework'

s.dependency 'BrazeKit', '10.1.0'
s.dependency 'BrazeKit', '10.2.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 = '10.1.0'
s.version = '10.2.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-dynamic/releases/download/10.1.0/BrazeUICompat.zip',
:sha256 => '35936ddff6c74b37ee0a2c3ad225bf5659af6568ad59b92b8a6d64997ba531c6'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeUICompat.zip',
:sha256 => '5d2d0e3ae0de6707f0309fbd87a73600f3081aa1109663c259e6e85cbef1026d'
}

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

s.vendored_framework = 'BrazeUICompat.xcframework'

s.dependency 'BrazeKitCompat', '10.1.0'
s.dependency 'BrazeKitCompat', '10.2.0'
s.dependency 'SDWebImage', '>= 5.19.0', '< 6'

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

##### Fixed
- Updates the content card image background color to be clear.

##### Added
- Adds support for an upcoming Braze SDK Debugging tool.

## 10.1.0

##### Fixed
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-dynamic/releases/download/10.1.0/BrazeKit.zip",
checksum: "9c230564505ba9c6b0430c3fc17cbe0bafbbf56e9e15ef59c1a6374846092b4b"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeKit.zip",
checksum: "0e1349fa1343baccabb16a74e204c334e41916a3688e222788c1b3a72c5605c4"
),
.binaryTarget(
name: "BrazeUI",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.1.0/BrazeUI.zip",
checksum: "80b1076be946179f85c57b724eb4f8e55d804aa73c0060aa45529b9ef74ad2c2"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeUI.zip",
checksum: "a61445f8de8bdf5963736c680e3f6c2eddd3443b1ffca7a0949041018daad8b2"
),
.binaryTarget(
name: "BrazeLocation",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.1.0/BrazeLocation.zip",
checksum: "38af0af5d23d9d9b630d84eeb628e22a7f61e01f80eb5c17a0edea2ef92a9b61"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeLocation.zip",
checksum: "8e2202a28b72131bee8ec22720a592686656ceb9ad36832f0d9a0525d2f8d5e2"
),
.binaryTarget(
name: "BrazeNotificationService",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.1.0/BrazeNotificationService.zip",
checksum: "d5b5470843ce661a518e1ed1f2d52a2a34d8f333e921544f15e4d13fe754d31c"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeNotificationService.zip",
checksum: "0ddde66c6b48c1c7d611ad0fa2770192e7b320e01109cacd62f285362ec49fdd"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.1.0/BrazePushStory.zip",
checksum: "8be9cdae4b493c494457af2c5c6293443993adbffd30e819c8e1b51a12e3729c"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazePushStory.zip",
checksum: "febe60b212676a57ace5840c66b3059fe5fe2e623079059a2f81f912fbd015eb"
),
.binaryTarget(
name: "BrazeKitCompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.1.0/BrazeKitCompat.zip",
checksum: "abbdb60c71cf9a3eb8b9b029358336ec34c05aea038f4bd37243131a44050b66"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeKitCompat.zip",
checksum: "f65d29310f26d47e741fe6debe88401fc2cefcbc5e385eb8c19e059feb603a75"
),
.binaryTarget(
name: "BrazeUICompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.1.0/BrazeUICompat.zip",
checksum: "35936ddff6c74b37ee0a2c3ad225bf5659af6568ad59b92b8a6d64997ba531c6"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-dynamic/releases/download/10.2.0/BrazeUICompat.zip",
checksum: "5d2d0e3ae0de6707f0309fbd87a73600f3081aa1109663c259e6e85cbef1026d"
),
]
)
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/10.1.0/blue" alt="Version: 10.1.0">
<img src="https://badgen.net/badge/version/10.2.0/blue" alt="Version: 10.2.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 ce729b1

Please sign in to comment.