diff --git a/BrazeKit.podspec b/BrazeKit.podspec index 01049c3..60ac315 100644 --- a/BrazeKit.podspec +++ b/BrazeKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeKit' - s.version = '11.1.1' + s.version = '11.1.1-instrumentation' 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-hang-investigation/releases/download/11.1.1/BrazeKit.zip', - :sha256 => 'aec1a17c8e090c6bf1b5455a20bde11e4675abeaad2094775b04b56fb4b7f7b1' + :http => 'https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/BrazeKit.zip', + :sha256 => '0eb6b6ad4ca107e3676a854a5ca09ddd8c95278831fda59fd1635e49a0a3472b' } s.swift_version = '5.0' diff --git a/BrazeKitCompat.podspec b/BrazeKitCompat.podspec index 00a07e3..353324a 100644 --- a/BrazeKitCompat.podspec +++ b/BrazeKitCompat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeKitCompat' - s.version = '11.1.1' + s.version = '11.1.1-instrumentation' 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-hang-investigation.git', :tag => '11.1.1' } + s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk-hang-investigation.git', :tag => '11.1.1-instrumentation' } 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', '11.1.1' - s.dependency 'BrazeLocation', '11.1.1' + s.dependency 'BrazeKit', '11.1.1-instrumentation' + s.dependency 'BrazeLocation', '11.1.1-instrumentation' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } end diff --git a/BrazeLocation.podspec b/BrazeLocation.podspec index cbb7512..693f702 100644 --- a/BrazeLocation.podspec +++ b/BrazeLocation.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeLocation' - s.version = '11.1.1' + s.version = '11.1.1-instrumentation' 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-hang-investigation/releases/download/11.1.1/BrazeLocation.zip', - :sha256 => '6a33ff12c12da5468ed9d69db5b7b0ab57642511073a1a400072e6058df55ea3' + :http => 'https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/BrazeLocation.zip', + :sha256 => '82bb2723842ab4933bbd0f9149bdd1fe91bd9a09eb3bdfc249914c2778da1882' } 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', '11.1.1' + s.dependency 'BrazeKit', '11.1.1-instrumentation' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } end diff --git a/BrazeNotificationService.podspec b/BrazeNotificationService.podspec index 716b698..4512308 100644 --- a/BrazeNotificationService.podspec +++ b/BrazeNotificationService.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeNotificationService' - s.version = '11.1.1' + s.version = '11.1.1-instrumentation' 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-hang-investigation/releases/download/11.1.1/BrazeNotificationService.zip', - :sha256 => '3490c0b24943fe2489aa36156104b6120111970ba2c38538d3314b2115e4d241' + :http => 'https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/BrazeNotificationService.zip', + :sha256 => '3b92224fa4e218fb0e6ce367b0e39f6107b381bcfb57a1251cbf77dee0c6836c' } s.swift_version = '5.0' diff --git a/BrazePushStory.podspec b/BrazePushStory.podspec index 79786e3..2ec5859 100644 --- a/BrazePushStory.podspec +++ b/BrazePushStory.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazePushStory' - s.version = '11.1.1' + s.version = '11.1.1-instrumentation' 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-hang-investigation/releases/download/11.1.1/BrazePushStory.zip', - :sha256 => '5faa94befc7eb144d3ae5a74dc4b4f9c4951e017488ec5d725dcfd3230be6570' + :http => 'https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/BrazePushStory.zip', + :sha256 => '18b6c0b756c9777ae860fcdf83a886d21b75a1fa3c9cc914663b8feed1bc7297' } s.swift_version = '5.0' diff --git a/BrazeUI.podspec b/BrazeUI.podspec index 72e5230..5c98404 100644 --- a/BrazeUI.podspec +++ b/BrazeUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeUI' - s.version = '11.1.1' + s.version = '11.1.1-instrumentation' 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-hang-investigation.git', :tag => '11.1.1' } + s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk-hang-investigation.git', :tag => '11.1.1-instrumentation' } 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', '11.1.1' + s.dependency 'BrazeKit', '11.1.1-instrumentation' s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' } end diff --git a/BrazeUICompat.podspec b/BrazeUICompat.podspec index a54965f..32f56a4 100644 --- a/BrazeUICompat.podspec +++ b/BrazeUICompat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'BrazeUICompat' - s.version = '11.1.1' + s.version = '11.1.1-instrumentation' 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-hang-investigation.git', :tag => '11.1.1' } + s.source = { :git => 'https://github.com/braze-inc/braze-swift-sdk-hang-investigation.git', :tag => '11.1.1-instrumentation' } 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', '11.1.1' + s.dependency 'BrazeKitCompat', '11.1.1-instrumentation' s.dependency 'SDWebImage', '>= 5.19.7', '< 6' s.user_target_xcconfig = { 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES' } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cebc08..4122cbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 11.1.1-instrumentation + +##### Added +- Added instrumentation around SDK initialization + ## 11.1.1 ##### Fixed diff --git a/Examples/ObjC/manual-integration-setup.sh b/Examples/ObjC/manual-integration-setup.sh index a117877..d488e17 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-hang-investigation/releases/download/11.1.1/braze-swift-sdk-prebuilt.zip" +url="https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/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 a117877..d488e17 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-hang-investigation/releases/download/11.1.1/braze-swift-sdk-prebuilt.zip" +url="https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/braze-swift-sdk-prebuilt.zip" echo "→" "Cleaning up" rm -rf braze-swift-sdk-prebuilt diff --git a/Package.swift b/Package.swift index e416096..85a1976 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-hang-investigation/releases/download/11.1.1/BrazeKit.zip", - checksum: "aec1a17c8e090c6bf1b5455a20bde11e4675abeaad2094775b04b56fb4b7f7b1" + url: "https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/BrazeKit.zip", + checksum: "0eb6b6ad4ca107e3676a854a5ca09ddd8c95278831fda59fd1635e49a0a3472b" ), .target( name: "BrazeKitResources", @@ -67,8 +67,8 @@ let package = Package( ), .binaryTarget( name: "BrazeLocation", - url: "https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1/BrazeLocation.zip", - checksum: "6a33ff12c12da5468ed9d69db5b7b0ab57642511073a1a400072e6058df55ea3" + url: "https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/BrazeLocation.zip", + checksum: "82bb2723842ab4933bbd0f9149bdd1fe91bd9a09eb3bdfc249914c2778da1882" ), .target( name: "BrazeLocationResources", @@ -78,13 +78,13 @@ let package = Package( ), .binaryTarget( name: "BrazeNotificationService", - url: "https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1/BrazeNotificationService.zip", - checksum: "3490c0b24943fe2489aa36156104b6120111970ba2c38538d3314b2115e4d241" + url: "https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/BrazeNotificationService.zip", + checksum: "3b92224fa4e218fb0e6ce367b0e39f6107b381bcfb57a1251cbf77dee0c6836c" ), .binaryTarget( name: "BrazePushStory", - url: "https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1/BrazePushStory.zip", - checksum: "5faa94befc7eb144d3ae5a74dc4b4f9c4951e017488ec5d725dcfd3230be6570" + url: "https://github.com/braze-inc/braze-swift-sdk-hang-investigation/releases/download/11.1.1-instrumentation/BrazePushStory.zip", + checksum: "18b6c0b756c9777ae860fcdf83a886d21b75a1fa3c9cc914663b8feed1bc7297" ), .target( name: "BrazePushStoryResources", diff --git a/README.md b/README.md index 7153703..bc070f4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@