Skip to content

Commit

Permalink
Updating Braze SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jerielng committed Jan 24, 2023
1 parent f9ebcd2 commit e392a74
Show file tree
Hide file tree
Showing 5 changed files with 11 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.2"
#define APPBOY_SDK_VERSION @"4.5.3"
#endif

#if !TARGET_OS_TV
Expand Down
Binary file modified AppboyPushStory/Resources/ABKPageView.nib
Binary file not shown.
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.3

##### Fixed
- Fixes a crash that occurs when receiving custom event properties of numeric types under certain conditions.
- Fixes UI responsiveness warnings when requesting location authorization status.

## 4.5.2

##### 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.2/AppboyKitLibrary.xcframework.zip",
checksum: "ee6b0706b80b909542e323561ef6c2af66c470997dca0bdb2387052b14835b7b"
url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.3/AppboyKitLibrary.xcframework.zip",
checksum: "356da73cbee288bd362957b58d0a43c41806a2ba0bcf5904740637aff38d17d9"
),
.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.2/AppboyPushStoryFramework.xcframework.zip",
checksum: "c5348e34c03292a53474fbb60357f0d186f4a25e561947b804e4750411b62a55"
url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.3/AppboyPushStoryFramework.xcframework.zip",
checksum: "093aa1b11515aa59b6427d6355062646efad9c6721d3068a57eced4bd31eeeb4"
),
.target(
name: "AppboyPushStory",
Expand Down

0 comments on commit e392a74

Please sign in to comment.