Skip to content

Commit

Permalink
Version 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed Feb 9, 2024
1 parent 2760ed3 commit 16365f8
Show file tree
Hide file tree
Showing 20 changed files with 103 additions and 60 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 = '7.6.0'
s.version = '7.7.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/7.6.0/BrazeKit.zip',
:sha256 => '19d662e27932adcf32a7024ca6435239589cefd6629ef79bdc2561807dc9e254'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeKit.zip',
:sha256 => '1e5a3fa52f34e9fe73bf0cf0a404e7903ec29f89750bf8193df53c9eef2e49fc'
}

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 = '7.6.0'
s.version = '7.7.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/7.6.0/BrazeKitCompat.zip',
:sha256 => '6cb59554ac2e9bdb6cec2218c9a8e6dc2c52a5263f7e42710193247021055139'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeKitCompat.zip',
:sha256 => 'e257e4d190b2a3b25f8b648230e29a0fbb834c4731ef9c7c562caefc1c5ff07c'
}

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

s.vendored_framework = 'BrazeKitCompat.xcframework'

s.dependency 'BrazeKit', '7.6.0'
s.dependency 'BrazeLocation', '7.6.0'
s.dependency 'BrazeKit', '7.7.0'
s.dependency 'BrazeLocation', '7.7.0'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end
10 changes: 4 additions & 6 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 = '7.6.0'
s.version = '7.7.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/7.6.0/BrazeLocation.zip',
:sha256 => '05e76ab37471e0ac6f080475d1dfba0f48383835c51cb569cac4fb69dadc5394'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeLocation.zip',
:sha256 => 'e7fb380c29f9b66964524b1be7d701e3b1f3f476a1670ecd6b7b23971ef65d81'
}

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

# Depends on BrazeKit because BrazeKit includes the internal _BrazeLocationClient symbols required
# for linking against BrazeLocation.
s.dependency 'BrazeKit', '7.6.0'
s.dependency 'BrazeKit', '7.7.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 = '7.6.0'
s.version = '7.7.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/7.6.0/BrazeNotificationService.zip',
:sha256 => '74dc30eb807fe9f6a44b50da891e410f71843ff7262c0c242fd17c0e7f9d996e'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeNotificationService.zip',
:sha256 => '3908c6fa319e3a30ba1a808801ba747e55f1f13c8a2465f0d7e5eacc637926c0'
}

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 = '7.6.0'
s.version = '7.7.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/7.6.0/BrazePushStory.zip',
:sha256 => 'cb413c87cd0f990f936f96f8031e658d53d3ca709d60df6c2209b566e7588645'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazePushStory.zip',
:sha256 => 'df675c4df8212b1c599c91b00d835fcf083bc285888d5da77ec40057b18e873d'
}

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 = '7.6.0'
s.version = '7.7.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/7.6.0/BrazeUI.zip',
:sha256 => '87bdd9fe44e6afcd3ebb3ce4dfd29eaddd83254bcd0d7a935ee1539a85a43291'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeUI.zip',
:sha256 => '3f2e88b2de4147a348ebc93bf7bc07f58faee6aecb05ba3eff536a21eddf8240'
}

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

s.dependency 'BrazeKit', '7.6.0'
s.dependency 'BrazeKit', '7.7.0'

s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
end
10 changes: 5 additions & 5 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 = '7.6.0'
s.version = '7.7.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/7.6.0/BrazeUICompat.zip',
:sha256 => '531fd34bdafcaffe95219611d55e39b2f4fb5da5c2306e0d6b4fe4ba38447e30'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeUICompat.zip',
:sha256 => 'b36235af0a1415eca804a22a11749619c017e0f5361c687a95d148ffe4d3de1c'
}

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

s.dependency 'BrazeKitCompat', '7.6.0'
s.dependency 'SDWebImage', '>= 5.8.2', '< 6'
s.dependency 'BrazeKitCompat', '7.7.0'
s.dependency 'SDWebImage', '>= 5.18.7', '< 6'

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

##### Added
- Updates the prebuilt release assets to include the privacy manifest for manual integrations of SDWebImage.
- Follow the [manual integration guide](https://www.braze.com/docs/developer_guide/platform_integration_guides/swift/initial_sdk_setup/installation_methods/manual_integration/?tab=static) to add the `SDWebImage.bundle` to your project for static XCFrameworks.
- Enhances support for language localizations.
- Introduces a localization for Azerbaijani strings.
- Updates Ukrainian localization strings for accuracy.

##### Fixed
- Fixes the default button placement for full in-app message views.
- Fixes an issue where setting `Braze.Configuration.Api.endpoint` to a URL with invalid characters could cause a crash.
- If the SDK is given an invalid endpoint, it will no longer attempt to make network requests and will instead log an error.
- Fixes an issue preventing `BrazeLocation` from working correctly when using the dynamic XCFrameworks.

## 7.6.0

##### Added
Expand Down Expand Up @@ -111,6 +126,12 @@
- Set this field to `false` to prevent the Content Cards feed UI from adopting dark theme styling when the device is in dark mode.
- This field is `true` by default.

## 6.6.2

##### Fixed
- Fixes an issue preventing purchase events from being logged when the product identifier has a leading dollar sign ($).
- Fixes an issue preventing custom attributes from being logged when the attribute key has a leading dollar sign ($).

## 6.6.1

##### Fixed
Expand Down
30 changes: 15 additions & 15 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.13.2"),
.package(url: "https://github.com/SDWebImage/SDWebImage.git", from: "5.18.7"),
/* ${dependencies-start} */
/* ${dependencies-end} */
],
targets: [
.binaryTarget(
name: "BrazeKit",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.6.0/BrazeKit.zip",
checksum: "19d662e27932adcf32a7024ca6435239589cefd6629ef79bdc2561807dc9e254"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeKit.zip",
checksum: "1e5a3fa52f34e9fe73bf0cf0a404e7903ec29f89750bf8193df53c9eef2e49fc"
),
.target(
name: "BrazeKitResources",
Expand All @@ -59,8 +59,8 @@ let package = Package(
),
.binaryTarget(
name: "BrazeUI",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.6.0/BrazeUI.zip",
checksum: "87bdd9fe44e6afcd3ebb3ce4dfd29eaddd83254bcd0d7a935ee1539a85a43291"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeUI.zip",
checksum: "3f2e88b2de4147a348ebc93bf7bc07f58faee6aecb05ba3eff536a21eddf8240"
),
.target(
name: "BrazeUIResources",
Expand All @@ -70,8 +70,8 @@ let package = Package(
),
.binaryTarget(
name: "BrazeLocation",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.6.0/BrazeLocation.zip",
checksum: "05e76ab37471e0ac6f080475d1dfba0f48383835c51cb569cac4fb69dadc5394"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeLocation.zip",
checksum: "e7fb380c29f9b66964524b1be7d701e3b1f3f476a1670ecd6b7b23971ef65d81"
),
.target(
name: "BrazeLocationResources",
Expand All @@ -81,23 +81,23 @@ let package = Package(
),
.binaryTarget(
name: "BrazeNotificationService",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.6.0/BrazeNotificationService.zip",
checksum: "74dc30eb807fe9f6a44b50da891e410f71843ff7262c0c242fd17c0e7f9d996e"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeNotificationService.zip",
checksum: "3908c6fa319e3a30ba1a808801ba747e55f1f13c8a2465f0d7e5eacc637926c0"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.6.0/BrazePushStory.zip",
checksum: "cb413c87cd0f990f936f96f8031e658d53d3ca709d60df6c2209b566e7588645"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazePushStory.zip",
checksum: "df675c4df8212b1c599c91b00d835fcf083bc285888d5da77ec40057b18e873d"
),
.binaryTarget(
name: "BrazeKitCompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.6.0/BrazeKitCompat.zip",
checksum: "6cb59554ac2e9bdb6cec2218c9a8e6dc2c52a5263f7e42710193247021055139"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeKitCompat.zip",
checksum: "e257e4d190b2a3b25f8b648230e29a0fbb834c4731ef9c7c562caefc1c5ff07c"
),
.binaryTarget(
name: "BrazeUICompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.6.0/BrazeUICompat.zip",
checksum: "531fd34bdafcaffe95219611d55e39b2f4fb5da5c2306e0d6b4fe4ba38447e30"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/7.7.0/BrazeUICompat.zip",
checksum: "b36235af0a1415eca804a22a11749619c017e0f5361c687a95d148ffe4d3de1c"
),
.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/7.6.0/blue" alt="Version: 7.6.0">
<img src="https://badgen.net/badge/version/7.7.0/blue" alt="Version: 7.7.0">
</a>
<a href="#">
<img src="https://badgen.net/badge/platforms/iOS%20%7C%20tvOS%20%7C%20Mac%20Catalyst/orange"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
"braze.push.action.accept" = "Qəbul et";
"braze.push.action.decline" = "Rədd et";
"braze.push.action.confirm" = "Təsdiqlə";
"braze.push.action.cancel" = "Ləğv et";
"braze.push.action.yes" = "Bəli";
"braze.push.action.no" = "Xeyr";
"braze.push.action.more" = "Daha çox";
"braze.push.action.next" = "Növbəti";
"braze.push.action.gotoapp" = "Tətbiqə keç";

"braze.webview.no-connection" = "Şəbəkə bağlantısı qurmaq mümkün olmadı. Zəhmət olmasa, daha sonra yenidən cəhd edin.";
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"braze.push.action.accept" = "згоден";
"braze.push.action.decline" = "відхилити";
"braze.push.action.confirm" = "стверджувати";
"braze.push.action.cancel" = "скасувати";
"braze.push.action.yes" = "та";
"braze.push.action.no" = "ні";
"braze.push.action.more" = "ще";
"braze.push.action.next" = "наступний";
"braze.push.action.gotoapp" = "відкрити програму";
"braze.push.action.accept" = "Прийняти";
"braze.push.action.decline" = "Відхилити";
"braze.push.action.confirm" = "Підтвердити";
"braze.push.action.cancel" = "Скасувати";
"braze.push.action.yes" = "Так";
"braze.push.action.no" = "Ні";
"braze.push.action.more" = "Більше";
"braze.push.action.next" = "Далі";
"braze.push.action.gotoapp" = "Перейти до програми";

"braze.webview.no-connection" = "Не вдається встановити підключення до мережі. Будь-ласка спробуйте пізніше.";
"braze.webview.no-connection" = "Не вдається встановити підключення до мережі. Cпробуйте ще раз пізніше.";
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* Content Cards Context Labels */
"Appboy.content-cards.done-button.title" = "Tamamdır";
"Appboy.content-cards.no-card.text" = "Heç bir yeniləmələrimiz yoxdur.\nZəhmət olmasa, sonra yenidən yoxlayın.";
"Appboy.content-cards.no-connection.title" = "Bağlantı Xətası";
"Appboy.content-cards.no-connection.message" = "Şəbəkə bağlantısı qurmaq mümkün olmadı.\nZəhmət olmasa, sonra yenidən cəhd edin.";
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Content Cards Context Labels */
"Appboy.content-cards.done-button.title" = "Готово";
"Appboy.content-cards.no-card.text" = "Оновлення недоступні.\nБудь ласка, перевірте знову пізніше.";
"Appboy.content-cards.no-card.text" = "Оновлення недоступні.\nПеревірте знову пізніше.";
"Appboy.content-cards.no-connection.title" = "Помилка підключення";
"Appboy.content-cards.no-connection.message" = "неможливо встановити з'єднання з мережею.\nБудь ласка, спробуйте ще раз пізніше.";
"Appboy.content-cards.no-connection.message" = "Не вдається встановити підключення до мережі.\nСпробуйте ще раз пізніше.";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"Appboy.in-app-message.close-button.title" = "Bağla";
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* News Feed Context Labels */
"Appboy.feed.done-button.title" = "Tamamdır";
"Appboy.feed.no-card.text" = "Heç bir yeniləmələrimiz yoxdur.\nZəhmət olmasa, sonra yenidən yoxlayın.";
"Appboy.feed.no-connection.title" = "Bağlantı Xətası";
"Appboy.feed.no-connection.message" = "Şəbəkə bağlantısı qurmaq mümkün olmadı.\nZəhmət olmasa, sonra yenidən cəhd edin.";
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* News Feed Context Labels */
"Appboy.feed.done-button.title" = "Готово";
"Appboy.feed.no-card.text" = "Оновлення недоступні.\nБудь ласка, перевірте знову пізніше.";
"Appboy.feed.no-card.text" = "Оновлення недоступні.\nПеревірте знову пізніше.";
"Appboy.feed.no-connection.title" = "Помилка підключення";
"Appboy.feed.no-connection.message" = "неможливо встановити з'єднання з мережею.\nБудь ласка, спробуйте ще раз пізніше.";
"Appboy.feed.no-connection.message" = "Не вдається встановити підключення до мережі.\nСпробуйте ще раз пізніше.";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"braze.content-cards.no-card.text" = "Heç bir yeniləmələrimiz yoxdur.\nZəhmət olmasa, sonra yenidən yoxlayın.";
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"braze.in-app-message.close-button.title" = "Bağla";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"braze.content-cards.no-card.text" = "Оновлення недоступні.\nБудь ласка, перевірте знову пізніше.";
"braze.content-cards.no-card.text" = "Оновлення недоступні.\nПеревірте знову пізніше.";

0 comments on commit 16365f8

Please sign in to comment.