From b68802890d14e7b6b3d38eb516229aa637fddeb3 Mon Sep 17 00:00:00 2001 From: Louis Bur Date: Wed, 14 Feb 2024 14:46:20 -0500 Subject: [PATCH] Version 8.0.1 --- .spi.yml | 2 ++ BrazeKit.podspec | 6 +++--- BrazeKitCompat.podspec | 8 ++++---- BrazeLocation.podspec | 8 ++++---- BrazeNotificationService.podspec | 6 +++--- BrazePushStory.podspec | 6 +++--- BrazeUI.podspec | 6 +++--- BrazeUICompat.podspec | 6 +++--- CHANGELOG.md | 9 +++++++++ Examples/ObjC/manual-integration-setup.sh | 2 +- Examples/Swift/manual-integration-setup.sh | 2 +- Package.swift | 16 ++++++++-------- README.md | 6 +++--- .../Resources/PrivacyInfo.xcprivacy | 12 ------------ 14 files changed, 47 insertions(+), 48 deletions(-) diff --git a/.spi.yml b/.spi.yml index d3e26d9f87..341982e181 100644 --- a/.spi.yml +++ b/.spi.yml @@ -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 diff --git a/BrazeKit.podspec b/BrazeKit.podspec index ab21f4d214..003e525a9b 100644 --- a/BrazeKit.podspec +++ b/BrazeKit.podspec @@ -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' @@ -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/8.0.0/BrazeKit.zip', - :sha256 => 'bf390d7378df7b634760a82592d9e4d9e854307efa79f98e47b93f081bfc6922' + :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/BrazeKit.zip', + :sha256 => '8ba73f7f193f4ea52d8673535b12c224cfb16bfcc1683e52a0c267addce2beb7' } s.swift_version = '5.0' diff --git a/BrazeKitCompat.podspec b/BrazeKitCompat.podspec index 51ef25f62f..bb875d9ca4 100644 --- a/BrazeKitCompat.podspec +++ b/BrazeKitCompat.podspec @@ -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' @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.license = { :type => 'Commercial' } s.authors = 'Braze, Inc.' - s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '8.0.0' } + s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '8.0.1' } s.swift_version = '5.0' s.ios.deployment_target = '12.0' @@ -18,8 +18,8 @@ Pod::Spec.new do |s| s.public_header_files = 'Sources/BrazeKitCompat/include/*.h' s.static_framework = true - 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 diff --git a/BrazeLocation.podspec b/BrazeLocation.podspec index 68a2cc6058..47cfa2d9cd 100644 --- a/BrazeLocation.podspec +++ b/BrazeLocation.podspec @@ -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' @@ -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/8.0.0/BrazeLocation.zip', - :sha256 => 'f4fb27f4783b8aee3c20a99cae9820b83425291d9cbb201cd1a1a26a57b923a6' + :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/BrazeLocation.zip', + :sha256 => '22753521e3cebbd1ec0b0986339b10b03f00a3258ecf4c209066de575b98d630' } s.swift_version = '5.0' @@ -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 diff --git a/BrazeNotificationService.podspec b/BrazeNotificationService.podspec index 82f367f792..b3e258bffe 100644 --- a/BrazeNotificationService.podspec +++ b/BrazeNotificationService.podspec @@ -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' @@ -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/8.0.0/BrazeNotificationService.zip', - :sha256 => 'abb29a056117b95a106a716d9bdb38eda587b95cd86ecc13bbfd84f664d8d670' + :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/BrazeNotificationService.zip', + :sha256 => '5c17a259982cea0aaa06ee59ef64f52f0fb0325bdd973d7ccfe954babd9179e2' } s.swift_version = '5.0' diff --git a/BrazePushStory.podspec b/BrazePushStory.podspec index c71b6155aa..20ddc96439 100644 --- a/BrazePushStory.podspec +++ b/BrazePushStory.podspec @@ -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' @@ -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/8.0.0/BrazePushStory.zip', - :sha256 => '4c44a56803167cba4d53a13ddf3a5a3e129de769222d95c8fd650a6f983273c3' + :http => 'https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/BrazePushStory.zip', + :sha256 => 'ce056068074e29b218eda70c1dbf60d942905e48183384c530b408b9dbe2aee2' } s.swift_version = '5.0' diff --git a/BrazeUI.podspec b/BrazeUI.podspec index 36e4648d26..e405dab1c5 100644 --- a/BrazeUI.podspec +++ b/BrazeUI.podspec @@ -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' @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.license = { :type => 'Commercial' } s.authors = 'Braze, Inc.' - s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '8.0.0' } + s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '8.0.1' } s.swift_version = '5.0' s.ios.deployment_target = '12.0' @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.resource_bundles = { 'BrazeUI' => ['Sources/BrazeUI/Resources/**/*'] } s.static_framework = true - s.dependency 'BrazeKit', '8.0.0' + s.dependency 'BrazeKit', '8.0.1' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } end diff --git a/BrazeUICompat.podspec b/BrazeUICompat.podspec index 1bbf103e39..9a481ceadd 100644 --- a/BrazeUICompat.podspec +++ b/BrazeUICompat.podspec @@ -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' @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.license = { :type => 'Commercial' } s.authors = 'Braze, Inc.' - s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '8.0.0' } + s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk.git', :tag => '8.0.1' } s.swift_version = '5.0' s.ios.deployment_target = '12.0' @@ -18,7 +18,7 @@ Pod::Spec.new do |s| s.resource_bundles = { 'BrazeUICompat' => 'Sources/BrazeUICompat/*/Resources/**/*.*' } s.static_framework = true - 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' } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f40550c52..80ee945e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Examples/ObjC/manual-integration-setup.sh b/Examples/ObjC/manual-integration-setup.sh index abeef40e17..65ff7ca775 100755 --- a/Examples/ObjC/manual-integration-setup.sh +++ b/Examples/ObjC/manual-integration-setup.sh @@ -20,7 +20,7 @@ if [ ! -f "manual-integration-setup.sh" ]; then fi # Constants -url="https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.0/braze-swift-sdk-prebuilt.zip" +url="https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/braze-swift-sdk-prebuilt.zip" echo "→" "Cleaning up" rm -rf braze-swift-sdk-prebuilt diff --git a/Examples/Swift/manual-integration-setup.sh b/Examples/Swift/manual-integration-setup.sh index abeef40e17..65ff7ca775 100755 --- a/Examples/Swift/manual-integration-setup.sh +++ b/Examples/Swift/manual-integration-setup.sh @@ -20,7 +20,7 @@ if [ ! -f "manual-integration-setup.sh" ]; then fi # Constants -url="https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.0/braze-swift-sdk-prebuilt.zip" +url="https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/braze-swift-sdk-prebuilt.zip" echo "→" "Cleaning up" rm -rf braze-swift-sdk-prebuilt diff --git a/Package.swift b/Package.swift index 64fa8e3a3d..f88efb3f2f 100644 --- a/Package.swift +++ b/Package.swift @@ -49,8 +49,8 @@ let package = Package( targets: [ .binaryTarget( name: "BrazeKit", - url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.0/BrazeKit.zip", - checksum: "bf390d7378df7b634760a82592d9e4d9e854307efa79f98e47b93f081bfc6922" + url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/BrazeKit.zip", + checksum: "8ba73f7f193f4ea52d8673535b12c224cfb16bfcc1683e52a0c267addce2beb7" ), .target( name: "BrazeKitResources", @@ -67,8 +67,8 @@ let package = Package( ), .binaryTarget( name: "BrazeLocation", - url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.0/BrazeLocation.zip", - checksum: "f4fb27f4783b8aee3c20a99cae9820b83425291d9cbb201cd1a1a26a57b923a6" + url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/BrazeLocation.zip", + checksum: "22753521e3cebbd1ec0b0986339b10b03f00a3258ecf4c209066de575b98d630" ), .target( name: "BrazeLocationResources", @@ -78,13 +78,13 @@ let package = Package( ), .binaryTarget( name: "BrazeNotificationService", - url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.0/BrazeNotificationService.zip", - checksum: "abb29a056117b95a106a716d9bdb38eda587b95cd86ecc13bbfd84f664d8d670" + url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/BrazeNotificationService.zip", + checksum: "5c17a259982cea0aaa06ee59ef64f52f0fb0325bdd973d7ccfe954babd9179e2" ), .binaryTarget( name: "BrazePushStory", - url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.0/BrazePushStory.zip", - checksum: "4c44a56803167cba4d53a13ddf3a5a3e129de769222d95c8fd650a6f983273c3" + url: "https://github.com/braze-inc/braze-swift-sdk/releases/download/8.0.1/BrazePushStory.zip", + checksum: "ce056068074e29b218eda70c1dbf60d942905e48183384c530b408b9dbe2aee2" ), .target( name: "BrazeKitCompat", diff --git a/README.md b/README.md index 443359170e..3e9ecac22a 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@

- Version: 8.0.0 + Version: 8.0.1 - Platforms: iOS – tvOS – Mac Catalyst + Platforms: iOS - visionOS – tvOS – Mac Catalyst Package Managers: SwiftPM - CocoaPods diff --git a/Sources/BrazeKitResources/Resources/PrivacyInfo.xcprivacy b/Sources/BrazeKitResources/Resources/PrivacyInfo.xcprivacy index 90c3ae63da..db2f09c32a 100644 --- a/Sources/BrazeKitResources/Resources/PrivacyInfo.xcprivacy +++ b/Sources/BrazeKitResources/Resources/PrivacyInfo.xcprivacy @@ -80,18 +80,6 @@ NSPrivacyCollectedDataTypePurposeAppFunctionality - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypeCrashData - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - NSPrivacyCollectedDataTypePurposeAnalytics - -