From 538e3729ec56f1c10e678c0e83266c57da17b5fa Mon Sep 17 00:00:00 2001 From: Jeriel Ng Date: Mon, 13 Feb 2023 15:08:58 -0500 Subject: [PATCH] Updating Braze SDK --- AppboyKit/Appboy.bundle/Info.plist | Bin 673 -> 673 bytes AppboyKit/include/Appboy.h | 2 +- .../ABKInAppMessageViewController.m | 1 + CHANGELOG.md | 6 ++++++ Package.swift | 8 ++++---- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/AppboyKit/Appboy.bundle/Info.plist b/AppboyKit/Appboy.bundle/Info.plist index 17445411003a83bf28aeb7f0249f3156e8a11b46..10736328c51935805586d9545fe374baee10a746 100644 GIT binary patch delta 15 WcmZ3;x{!6lJVs^{L(9br85sd6D+Gf8 delta 15 WcmZ3;x{!6lJVs_?BZI{Y85sd5{RDad diff --git a/AppboyKit/include/Appboy.h b/AppboyKit/include/Appboy.h index b108779..0167383 100644 --- a/AppboyKit/include/Appboy.h +++ b/AppboyKit/include/Appboy.h @@ -15,7 +15,7 @@ #import "ABKSdkMetadata.h" #ifndef APPBOY_SDK_VERSION -#define APPBOY_SDK_VERSION @"4.5.3" +#define APPBOY_SDK_VERSION @"4.5.4" #endif #if !TARGET_OS_TV diff --git a/AppboyUI/ABKInAppMessage/ViewControllers/ABKInAppMessageViewController.m b/AppboyUI/ABKInAppMessage/ViewControllers/ABKInAppMessageViewController.m index 61689ee..48beada 100644 --- a/AppboyUI/ABKInAppMessage/ViewControllers/ABKInAppMessageViewController.m +++ b/AppboyUI/ABKInAppMessage/ViewControllers/ABKInAppMessageViewController.m @@ -55,6 +55,7 @@ - (void)viewDidDisappear:(BOOL)animated { [super viewDidDisappear:animated]; UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil); + [[ABKUIUtils activeApplicationViewController] setNeedsStatusBarAppearanceUpdate]; } - (BOOL)prefersStatusBarHidden { diff --git a/CHANGELOG.md b/CHANGELOG.md index 13205dd..80b56f9 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ #### ⚠️ The New Braze [Swift SDK](https://github.com/braze-inc/braze-swift-sdk) is now available! +## 4.5.4 + +##### Fixed +- Improves reliability of custom event property type validation. +- Fixes an issue where the status bar would not restore to its original state after a full in-app message was dismissed. + ## 4.5.3 ##### Fixed diff --git a/Package.swift b/Package.swift index b4ffe27..9461a6c 100644 --- a/Package.swift +++ b/Package.swift @@ -19,8 +19,8 @@ let package = Package( targets: [ .binaryTarget( name: "AppboyKitLibrary", - url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.3/AppboyKitLibrary.xcframework.zip", - checksum: "356da73cbee288bd362957b58d0a43c41806a2ba0bcf5904740637aff38d17d9" + url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.4/AppboyKitLibrary.xcframework.zip", + checksum: "dd5e2b70e4832ee84be03e094409b122745e10846649416c3ac6754829fdac0f" ), .target( name: "AppboyKit", @@ -53,8 +53,8 @@ let package = Package( ), .binaryTarget( name: "AppboyPushStoryFramework", - url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.3/AppboyPushStoryFramework.xcframework.zip", - checksum: "093aa1b11515aa59b6427d6355062646efad9c6721d3068a57eced4bd31eeeb4" + url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.4/AppboyPushStoryFramework.xcframework.zip", + checksum: "b88f4e1306d3111b47ae9fb88d267557e41463470330cfe98ae4619096776ee5" ), .target( name: "AppboyPushStory",