Skip to content

Commit

Permalink
Version 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Feb 14, 2024
1 parent ca33553 commit efa1280
Show file tree
Hide file tree
Showing 12 changed files with 54 additions and 55 deletions.
2 changes: 2 additions & 0 deletions .spi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ builder:
scheme: BrazeKit
- platform: tvos
scheme: BrazeKit
- platform: visionos
scheme: BrazeKit
external_links:
documentation: https://braze-inc.github.io/braze-swift-sdk
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 = '8.0.0'
s.version = '8.0.1'
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/8.0.0/BrazeKit.zip',
:sha256 => 'c0e4e9e879d080a0b4420be26e4f88daa5631d3cbdac1f3e218d607eb1312207'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeKit.zip',
:sha256 => 'baf1b12090f5eb97cf15c77477f5530f1b9cbd8874fc28bc17cc4d47e62a8058'
}

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 = '8.0.0'
s.version = '8.0.1'
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/8.0.0/BrazeKitCompat.zip',
:sha256 => 'f710092d93c5f8b10fa99b55a91f09d07d54f7445ff5436f460c37ea1ef62ded'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeKitCompat.zip',
:sha256 => '9fb2119729ae4c266f8466cf9211a146f6f92b2089c0d76f2c07d6d6811cdb79'
}

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

s.vendored_framework = 'BrazeKitCompat.xcframework'

s.dependency 'BrazeKit', '8.0.0'
s.dependency 'BrazeLocation', '8.0.0'
s.dependency 'BrazeKit', '8.0.1'
s.dependency 'BrazeLocation', '8.0.1'

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 = '8.0.0'
s.version = '8.0.1'
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/8.0.0/BrazeLocation.zip',
:sha256 => '66356151066494f2415563299e951e55cd49b29d3ba6abae171332edfd10fb6b'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeLocation.zip',
:sha256 => '27ab60683021a4a85b81b2a7df2eddd9535989131fa971bc7ce3c8765e183f0b'
}

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', '8.0.0'
s.dependency 'BrazeKit', '8.0.1'

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 = '8.0.0'
s.version = '8.0.1'
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/8.0.0/BrazeNotificationService.zip',
:sha256 => 'abb29a056117b95a106a716d9bdb38eda587b95cd86ecc13bbfd84f664d8d670'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeNotificationService.zip',
:sha256 => '5c17a259982cea0aaa06ee59ef64f52f0fb0325bdd973d7ccfe954babd9179e2'
}

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 = '8.0.0'
s.version = '8.0.1'
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/8.0.0/BrazePushStory.zip',
:sha256 => '4c44a56803167cba4d53a13ddf3a5a3e129de769222d95c8fd650a6f983273c3'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazePushStory.zip',
:sha256 => 'ce056068074e29b218eda70c1dbf60d942905e48183384c530b408b9dbe2aee2'
}

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 = '8.0.0'
s.version = '8.0.1'
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/8.0.0/BrazeUI.zip',
:sha256 => '69642806397239d6b47961f6ceb4353fd2ff55799eda0630c7b65bbbadade01a'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeUI.zip',
:sha256 => 'c610bb32b9fc3fca40e23c8528593e3852e11d9d90b63ef34d0aebf13235a5c8'
}

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', '8.0.0'
s.dependency 'BrazeKit', '8.0.1'

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 = '8.0.0'
s.version = '8.0.1'
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/8.0.0/BrazeUICompat.zip',
:sha256 => 'd6e66ca7e2b5660618a70f044538405cf73e181fcc588291e320e11c43e47c58'
:http => 'https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeUICompat.zip',
:sha256 => '379d6f301f18d5ca265b7d0928d23a84028dadba60e1147e6f8b03acc6524c31'
}

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', '8.0.0'
s.dependency 'BrazeKitCompat', '8.0.1'
s.dependency 'SDWebImage', '>= 5.18.7', '< 6'

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

##### Fixed
- Fixes the reported SDK version, see [8.0.0](#800).
- Removes crash data from the `BrazeKit` privacy manifest. This data type is not collected by Braze.

## 8.0.0

##### ⚠️ Warning
- This release reports the SDK version as `7.7.0` instead of `8.0.0`.

##### Breaking
- Compiles the SDK using Xcode version 15.2 (15C500b).
- This also raises the minimum deployment targets to iOS 12.0 and tvOS 12.0.
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/8.0.0/BrazeKit.zip",
checksum: "c0e4e9e879d080a0b4420be26e4f88daa5631d3cbdac1f3e218d607eb1312207"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeKit.zip",
checksum: "baf1b12090f5eb97cf15c77477f5530f1b9cbd8874fc28bc17cc4d47e62a8058"
),
.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/8.0.0/BrazeUI.zip",
checksum: "69642806397239d6b47961f6ceb4353fd2ff55799eda0630c7b65bbbadade01a"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeUI.zip",
checksum: "c610bb32b9fc3fca40e23c8528593e3852e11d9d90b63ef34d0aebf13235a5c8"
),
.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/8.0.0/BrazeLocation.zip",
checksum: "66356151066494f2415563299e951e55cd49b29d3ba6abae171332edfd10fb6b"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeLocation.zip",
checksum: "27ab60683021a4a85b81b2a7df2eddd9535989131fa971bc7ce3c8765e183f0b"
),
.target(
name: "BrazeLocationResources",
Expand All @@ -82,23 +82,23 @@ let package = Package(
),
.binaryTarget(
name: "BrazeNotificationService",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.0/BrazeNotificationService.zip",
checksum: "abb29a056117b95a106a716d9bdb38eda587b95cd86ecc13bbfd84f664d8d670"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeNotificationService.zip",
checksum: "5c17a259982cea0aaa06ee59ef64f52f0fb0325bdd973d7ccfe954babd9179e2"
),
.binaryTarget(
name: "BrazePushStory",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.0/BrazePushStory.zip",
checksum: "4c44a56803167cba4d53a13ddf3a5a3e129de769222d95c8fd650a6f983273c3"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazePushStory.zip",
checksum: "ce056068074e29b218eda70c1dbf60d942905e48183384c530b408b9dbe2aee2"
),
.binaryTarget(
name: "BrazeKitCompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.0/BrazeKitCompat.zip",
checksum: "f710092d93c5f8b10fa99b55a91f09d07d54f7445ff5436f460c37ea1ef62ded"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeKitCompat.zip",
checksum: "9fb2119729ae4c266f8466cf9211a146f6f92b2089c0d76f2c07d6d6811cdb79"
),
.binaryTarget(
name: "BrazeUICompat",
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.0/BrazeUICompat.zip",
checksum: "d6e66ca7e2b5660618a70f044538405cf73e181fcc588291e320e11c43e47c58"
url: "https://github.com/braze-inc/braze-swift-sdk-prebuilt-static/releases/download/8.0.1/BrazeUICompat.zip",
checksum: "379d6f301f18d5ca265b7d0928d23a84028dadba60e1147e6f8b03acc6524c31"
),
.target(
name: "BrazeUICompatResources",
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

<p align="center">
<a href="https://github.com/braze-inc/braze-swift-sdk/releases">
<img src="https://badgen.net/badge/version/8.0.0/blue" alt="Version: 8.0.0">
<img src="https://badgen.net/badge/version/8.0.1/blue" alt="Version: 8.0.1">
</a>
<a href="#">
<img src="https://badgen.net/badge/platforms/iOS%20%7C%20tvOS%20%7C%20Mac%20Catalyst/orange"
alt="Platforms: iOS – tvOS – Mac Catalyst">
<img src="https://badgen.net/badge/platforms/iOS%20%7C%20visionOS%20%7C%20tvOS%20%7C%20Mac%20Catalyst/orange"
alt="Platforms: iOS - visionOS – tvOS – Mac Catalyst">
</a>
<a href="#">
<img src="https://badgen.net/badge/package%20managers/SwiftPM%20%7C%20CocoaPods/green" alt="Package Managers: SwiftPM - CocoaPods">
Expand Down
12 changes: 0 additions & 12 deletions Sources/BrazeKitResources/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,6 @@
<string>NSPrivacyCollectedDataTypePurposeAppFunctionality</string>
</array>
</dict>
<dict>
<key>NSPrivacyCollectedDataType</key>
<string>NSPrivacyCollectedDataTypeCrashData</string>
<key>NSPrivacyCollectedDataTypeLinked</key>
<true/>
<key>NSPrivacyCollectedDataTypeTracking</key>
<false/>
<key>NSPrivacyCollectedDataTypePurposes</key>
<array>
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit efa1280

Please sign in to comment.