Skip to content

Commit

Permalink
Updating Braze SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lowip committed Sep 24, 2021
1 parent 952a183 commit 0b4d513
Show file tree
Hide file tree
Showing 6 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 @@ -13,7 +13,7 @@
#import <UserNotifications/UserNotifications.h>

#ifndef APPBOY_SDK_VERSION
#define APPBOY_SDK_VERSION @"4.3.3"
#define APPBOY_SDK_VERSION @"4.3.4"
#endif

#if !TARGET_OS_TV
Expand Down
Binary file modified AppboyPushStory/Resources/ABKPageView.nib
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ - (void)setUpUI {

// Views
[self.rootView addSubview:self.bannerImageView];
[self.rootView bringSubviewToFront:self.pinImageView];
[self.rootView bringSubviewToFront:self.unviewedLineView];

// AutoLayout
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.3.4

##### Fixed
- Fixes an issue in which the pinned indicator for a Banner Content Card would not display in the default Content Cards UI.
- Fixes an issue which prevented custom events and purchases with properties larger than 50 KB to be properly discarded.

## 4.3.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.3.3/AppboyKitLibrary.xcframework.zip",
checksum: "f93bc8a6e6cf5cdbc498f47510a4e4981a4d0bfdb0d25d3591cab89164120779"
url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.3.4/AppboyKitLibrary.xcframework.zip",
checksum: "fc0011fcbc11605853c93f800372ddcefecbab30d438c9e402985e93881ba411"
),
.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.3.3/AppboyPushStoryFramework.xcframework.zip",
checksum: "c2e82a3f020ce419040ec65e6906eb7039ed6cb5c576669e8037d7e870e38a2f"
url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.3.4/AppboyPushStoryFramework.xcframework.zip",
checksum: "6d44c55df6121650f69af0034bf2c3ad412ae3705bbd1d0e370b78985b75b609"
),
.target(
name: "AppboyPushStory",
Expand Down

0 comments on commit 0b4d513

Please sign in to comment.