Skip to content

Commit

Permalink
Version 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed Mar 22, 2023
1 parent 5703119 commit c204a14
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 37 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 = '5.11.2'
s.version = '5.12.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/releases/download/5.11.2/BrazeKit.zip',
:sha256 => 'd95a75f3e522ee087a290f4665b71505ce52e6b32aba5d4f4b0065715b57cfcf'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/BrazeKit.zip',
:sha256 => 'c1c10dec64a47ff9373c397f892bdec22cb1ca0dd27c30b4420e343d7e08d3ac'
}

s.swift_version = '5.0'
Expand Down
8 changes: 4 additions & 4 deletions BrazeKitCompat.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'BrazeKitCompat'
s.version = '5.11.2'
s.version = '5.12.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 => '5.11.2' }
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.12.0' }

s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
Expand All @@ -18,8 +18,8 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/BrazeKitCompat/**/*.{h,m}'
s.public_header_files = 'Sources/BrazeKitCompat/include/*.h'

s.dependency 'BrazeKit', '5.11.2'
s.dependency 'BrazeLocation', '5.11.2'
s.dependency 'BrazeKit', '5.12.0'
s.dependency 'BrazeLocation', '5.12.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 = '5.11.2'
s.version = '5.12.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/releases/download/5.11.2/BrazeLocation.zip',
:sha256 => '3bc5994ce173dc07a1cb44c4d4415653252af8e055b8fc005626ddf1aeb87c37'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/BrazeLocation.zip',
:sha256 => '9a2c9d9e69edb911157a8c4cb7fb3a52a7948f834c202227f8db1a5aeac3b4dc'
}

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

# Depends on BrazeKit because BrazeKit includes the internal _BrazeLocationClient symbols required
# for linking against BrazeLocation.
s.dependency 'BrazeKit', '5.11.2'
s.dependency 'BrazeKit', '5.12.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 = '5.11.2'
s.version = '5.12.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/releases/download/5.11.2/BrazeNotificationService.zip',
:sha256 => '619e71ae6f9012c1d86098938e0431365f564f7f9c7340e29b072e8019629d07'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/BrazeNotificationService.zip',
:sha256 => 'c04f9f44e0ba771ddaafd9c29d28aefa0529b9a504c0265c8011c65569ee305c'
}

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 = '5.11.2'
s.version = '5.12.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/releases/download/5.11.2/BrazePushStory.zip',
:sha256 => 'ac0dbb160cefe6ce3925f4c2c01f585a4906e3d23bc649963e3e5c8e2856edea'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/BrazePushStory.zip',
:sha256 => 'ffa9345e74e2ed82e5bf729a0ac324eab4fb190483a6500211fa0e05898fd8bd'
}

s.swift_version = '5.0'
Expand Down
6 changes: 3 additions & 3 deletions BrazeUI.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'BrazeUI'
s.version = '5.11.2'
s.version = '5.12.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 => '5.11.2' }
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.12.0' }

s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
Expand All @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/BrazeUI/**/*.swift'
s.resource_bundles = { 'BrazeUI' => ['Sources/BrazeUI/Resources/**/*'] }

s.dependency 'BrazeKit', '5.11.2'
s.dependency 'BrazeKit', '5.12.0'

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

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 => '5.11.2' }
s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '5.12.0' }

s.swift_version = '5.0'
s.ios.deployment_target = '11.0'
Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'Sources/BrazeUICompat/ABK*/**/*.h'
s.resource_bundles = { 'BrazeUICompat' => 'Sources/BrazeUICompat/*/Resources/**/*.*' }

s.dependency 'BrazeKitCompat', '5.11.2'
s.dependency 'BrazeKitCompat', '5.12.0'
s.dependency 'SDWebImage', '>= 5.8.2', '< 6'

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

> Starting with this release, this SDK will use [Semantic Versioning](https://semver.org/).
##### Added
- Adds `json()` and `decoding(json:)` public methods to the Feature Flag model object for JSON encoding/decoding.

## 5.11.2

##### Fixed
Expand All @@ -13,11 +20,11 @@
- It is still recommended to use the associated `Context` object to log interactions instead of these APIs.

##### Added
- Adds [`BrazeKit.overrideResourcesBundle`] and [`BrazeUI.overrideResourcesBundle`] to allow for custom resource bundles to be used by the SDK.
- Adds [`BrazeKit.overrideResourceBundle`] and [`BrazeUI.overrideResourceBundle`] to allow for custom resource bundles to be used by the SDK.
- This feature is useful when your setup prevents you from using the default resource bundle (e.g. Tuist).

[`BrazeKit.overrideResourcesBundle`]: https://braze-inc.github.io/braze-swift-sdk/documentation/brazekit/overrideresourcebundle
[`BrazeUI.overrideResourcesBundle`]: https://braze-inc.github.io/braze-swift-sdk/documentation/brazeui/overrideresourcebundle/
[`BrazeKit.overrideResourceBundle`]: https://braze-inc.github.io/braze-swift-sdk/documentation/brazekit/overrideresourcebundle
[`BrazeUI.overrideResourceBundle`]: https://braze-inc.github.io/braze-swift-sdk/documentation/brazeui/overrideresourcebundle/

## 5.11.0

Expand Down
2 changes: 1 addition & 1 deletion Examples/ObjC/manual-integration-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ ! -f "manual-integration-setup.sh" ]; then
fi

# Constants
url="https://github.com/braze-inc/braze-swift-sdk/releases/download/5.11.2/braze-swift-sdk-prebuilt.zip"
url="https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/braze-swift-sdk-prebuilt.zip"

echo "" "Cleaning up"
rm -rf braze-swift-sdk-prebuilt
Expand Down
2 changes: 1 addition & 1 deletion Examples/Swift/manual-integration-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ ! -f "manual-integration-setup.sh" ]; then
fi

# Constants
url="https://github.com/braze-inc/braze-swift-sdk/releases/download/5.11.2/braze-swift-sdk-prebuilt.zip"
url="https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/braze-swift-sdk-prebuilt.zip"

echo "" "Cleaning up"
rm -rf braze-swift-sdk-prebuilt
Expand Down
16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "BrazeKit",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.11.2/BrazeKit.zip",
checksum: "d95a75f3e522ee087a290f4665b71505ce52e6b32aba5d4f4b0065715b57cfcf"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/BrazeKit.zip",
checksum: "c1c10dec64a47ff9373c397f892bdec22cb1ca0dd27c30b4420e343d7e08d3ac"
),
.target(
name: "BrazeKitResources",
Expand All @@ -65,18 +65,18 @@ let package = Package(
),
.binaryTarget(
name: "BrazeLocation",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.11.2/BrazeLocation.zip",
checksum: "3bc5994ce173dc07a1cb44c4d4415653252af8e055b8fc005626ddf1aeb87c37"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/BrazeLocation.zip",
checksum: "9a2c9d9e69edb911157a8c4cb7fb3a52a7948f834c202227f8db1a5aeac3b4dc"
),
.binaryTarget(
name: "BrazeNotificationService",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.11.2/BrazeNotificationService.zip",
checksum: "619e71ae6f9012c1d86098938e0431365f564f7f9c7340e29b072e8019629d07"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/BrazeNotificationService.zip",
checksum: "c04f9f44e0ba771ddaafd9c29d28aefa0529b9a504c0265c8011c65569ee305c"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.11.2/BrazePushStory.zip",
checksum: "ac0dbb160cefe6ce3925f4c2c01f585a4906e3d23bc649963e3e5c8e2856edea"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.12.0/BrazePushStory.zip",
checksum: "ffa9345e74e2ed82e5bf729a0ac324eab4fb190483a6500211fa0e05898fd8bd"
),
.target(
name: "BrazeKitCompat",
Expand Down
3 changes: 2 additions & 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/5.11.2/blue" alt="Version: 5.11.2">
<img src="https://badgen.net/badge/version/5.12.0/blue" alt="Version: 5.12.0">
</a>
<a href="#">
<img src="https://badgen.net/badge/platforms/iOS%20%7C%20tvOS%20%7C%20Mac%20Catalyst/orange"
Expand Down Expand Up @@ -35,6 +35,7 @@ The XCFrameworks distributed by this repository are not supported by Xcode 14.3
- Mac Catalyst 13.0+
- tvOS 11.0+
- Xcode 14.1 (14B47b) or newer
- This repository follows [Semantic Versioning](https://semver.org/)

## Package Managers
- Swift Package Manager
Expand Down

0 comments on commit c204a14

Please sign in to comment.