Skip to content

Commit

Permalink
Version 5.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Nov 17, 2022
1 parent aeb3213 commit bc848aa
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 129 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.6.2'
s.version = '5.6.3'
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.6.2/BrazeKit-CocoaPods.zip',
:sha256 => '2ff7e26dba1e17c05639796ef7f1904b3ecd44385606ff045920f7e7939d57a2'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeKit-CocoaPods.zip',
:sha256 => '85e3fba03575d2f7a0ce6700ebd937869239a795c628a2cc5fd2058bdd592200'
}

s.swift_version = '5.0'
Expand Down
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.6.2'
s.version = '5.6.3'
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.6.2/BrazeLocation-CocoaPods.zip',
:sha256 => '65cb8fb6bc3591e59b90ed86343340cec891585a5dafc079044b3ca61845dba9'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeLocation-CocoaPods.zip',
:sha256 => '7d59c5764459822d55040dda168abf6f90dd39a8ae7ef8c2c8df1ad9cb16641f'
}

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

# Depends on BrazeKit because BrazeKit includes the internal _BrazeLocationClient symbols required
# for linking against BrazeLocation.
s.dependency 'BrazeKit', '5.6.2'
s.dependency 'BrazeKit', '5.6.3'
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.6.2'
s.version = '5.6.3'
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.6.2/BrazeNotificationService-CocoaPods.zip',
:sha256 => '37966c57962cff3d1e0834da92d1df3946701cfbdf17237a96784599a90b2e0a'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeNotificationService-CocoaPods.zip',
:sha256 => 'fe116d58686797e3a47bde2c5e4da73c89d9aea7f6578c648b558c80dd2c99ed'
}

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.6.2'
s.version = '5.6.3'
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.6.2/BrazePushStory-CocoaPods.zip',
:sha256 => '2d8c566210a1a69545d7858eb9ffa4ef9d05faf36e27ed2c56a15825278f06c1'
:http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazePushStory-CocoaPods.zip',
:sha256 => 'd959ffbb2503d59f701023b8391d0d210c9f0c93fc15ac0771a3cd07c0a1d665'
}

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.6.2'
s.version = '5.6.3'
s.summary = 'Braze-provided user interface library for In-App Messages.'

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

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

s.dependency 'BrazeKit', '5.6.2'
s.dependency 'BrazeKit', '5.6.3'
end
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 5.6.3

##### Fixed
- Fixes the `InAppMessageRaw` to `InAppMessage` conversion to properly take into account the `extras` dictionary and the `duration`.
- Fixes an issue preventing the execution of the [`braze(_:sdkAuthenticationFailedWithError:)`](https://braze-inc.github.io/braze-swift-sdk/documentation/brazekit/brazedelegate/braze(_:sdkauthenticationfailedwitherror:)-505pz) delegate method in case of an authentication error.

##### Changed
- Improves error logging descriptions for HTTP requests and responses.

## 5.6.2

##### Changed
Expand Down
26 changes: 0 additions & 26 deletions Examples/ObjC/Sources/ContentCards/Info.plist

This file was deleted.

26 changes: 0 additions & 26 deletions Examples/ObjC/Sources/InAppMessages/Info.plist

This file was deleted.

26 changes: 0 additions & 26 deletions Examples/Swift/Sources/ContentCards/Info.plist

This file was deleted.

26 changes: 0 additions & 26 deletions Examples/Swift/Sources/InAppMessages/Info.plist

This file was deleted.

16 changes: 8 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "BrazeKit",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeKit.zip",
checksum: "39e36f059f8a1ffb64528fab5c57f1bef313334bbc8540c7d647b16c4eaef822"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeKit.zip",
checksum: "e1b435f3d8e399133d6cff4fd3b32db45aadc02ee5a33f6183c2d086b1afd546"
),
.target(
name: "BrazeKitResources",
Expand All @@ -42,18 +42,18 @@ let package = Package(
),
.binaryTarget(
name: "BrazeLocation",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeLocation.zip",
checksum: "3134a7016cfa291a33b84ae76214457f983e565ea497ec622199eea7f4c0a34d"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeLocation.zip",
checksum: "e131e33933872210be316b744b91a99b76a944ea0d8e5963ed365af09438e14c"
),
.binaryTarget(
name: "BrazeNotificationService",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazeNotificationService.zip",
checksum: "03a1da71c63ad8ea7b935d1d3d45439d60560c03ae6259b16a29370c560ac635"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazeNotificationService.zip",
checksum: "be836f3b236c701a843b17a445052c3e85e98648b84880e4067096c51d660793"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.2/BrazePushStory.zip",
checksum: "cf0d41884d28f0a7ed66b01387690c99925b8ddd2d2ce6f1d7303062c00143a1"
url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/5.6.3/BrazePushStory.zip",
checksum: "e7bc9c80f9a573add5f508c203450623bddd2e473f3d205c8809ff7548ffebb9"
),
]
)
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/5.6.2/blue" alt="Version: 5.6.2">
<img src="https://badgen.net/badge/version/5.6.3/blue" alt="Version: 5.6.3">
</a>
<a href="#">
<img src="https://badgen.net/badge/platforms/iOS%20%7C%20tvOS%20%7C%20Mac%20Catalyst/orange"
Expand Down

0 comments on commit bc848aa

Please sign in to comment.