Skip to content

Commit

Permalink
Updating Braze SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed Feb 13, 2023
1 parent e392a74 commit 538e372
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
Binary file modified AppboyKit/Appboy.bundle/Info.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion AppboyKit/include/Appboy.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ - (void)viewDidDisappear:(BOOL)animated {
[super viewDidDisappear:animated];
UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification,
nil);
[[ABKUIUtils activeApplicationViewController] setNeedsStatusBarAppearanceUpdate];
}

- (BOOL)prefersStatusBarHidden {
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 538e372

Please sign in to comment.