Skip to content
This repository was archived by the owner on Jan 12, 2026. It is now read-only.

Commit bbc1302

Browse files
committed
Updating Braze SDK
1 parent 646d16f commit bbc1302

14 files changed

Lines changed: 27 additions & 16 deletions

File tree

Appboy-iOS-SDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "Appboy-iOS-SDK"
3-
s.version = "4.5.1"
3+
s.version = "4.5.2"
44
s.summary = "This is the Braze iOS SDK for Mobile Marketing Automation"
55
s.homepage = "http://www.braze.com"
66
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}

AppboyKit/Appboy.bundle/Info.plist

1 Byte
Binary file not shown.

AppboyKit/include/Appboy.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#import "ABKSdkMetadata.h"
1616

1717
#ifndef APPBOY_SDK_VERSION
18-
#define APPBOY_SDK_VERSION @"4.5.1"
18+
#define APPBOY_SDK_VERSION @"4.5.2"
1919
#endif
2020

2121
#if !TARGET_OS_TV
@@ -332,6 +332,11 @@ typedef NS_ENUM(NSInteger, ABKChannel) {
332332
*/
333333
@property (nonatomic, strong, nullable) id<ABKSdkAuthenticationDelegate> sdkAuthenticationDelegate;
334334

335+
/*!
336+
* A custom `NSURLSessionConfiguration` for configuring network session parameters.
337+
*/
338+
@property (nonatomic, readonly) NSURLSessionConfiguration *urlSessionConfiguration;
339+
335340
#if !TARGET_OS_TV
336341
/*!
337342
* The current in-app message manager.
-44 Bytes
Binary file not shown.

AppboyUI/ABKInAppMessage/ViewControllers/ABKInAppMessageImmersiveViewController.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ NS_ASSUME_NONNULL_BEGIN
2424

2525
/*!
2626
* The UIButton on the left of the in-app message.
27-
* When there is only one button in the in-app message, this left button is the one that is used.
2827
*/
2928
@property (retain, nonatomic, nullable) IBOutlet ABKInAppMessageUIButton *leftInAppMessageButton;
3029

3130
/*!
3231
* The UIButton on the right of the in-app message.
32+
* When there is only one button in the in-app message, this right button is the one that is used.
3333
*/
3434
@property (retain, nonatomic, nullable) IBOutlet ABKInAppMessageUIButton *rightInAppMessageButton;
3535

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#### ⚠️ The New Braze [Swift SDK](https://github.com/braze-inc/braze-swift-sdk) is now available!
22

3+
## 4.5.2
4+
5+
##### Fixed
6+
- Improves reliability when validating trigger properties.
7+
- Improves the `NSURLSessionConfiguration` disk and memory cache capacities for file downloads. This change enables larger file downloads to be cached if needed.
8+
39
## 4.5.1
410

511
##### Fixed

Example/Stopwatch.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@
13011301
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13021302
CODE_SIGN_IDENTITY = "Apple Development";
13031303
COPY_PHASE_STRIP = NO;
1304-
CURRENT_PROJECT_VERSION = 4.5.1;
1304+
CURRENT_PROJECT_VERSION = 4.5.2;
13051305
ENABLE_STRICT_OBJC_MSGSEND = YES;
13061306
ENABLE_TESTABILITY = YES;
13071307
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -1357,7 +1357,7 @@
13571357
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13581358
CODE_SIGN_IDENTITY = "Apple Distribution";
13591359
COPY_PHASE_STRIP = YES;
1360-
CURRENT_PROJECT_VERSION = 4.5.1;
1360+
CURRENT_PROJECT_VERSION = 4.5.2;
13611361
ENABLE_STRICT_OBJC_MSGSEND = YES;
13621362
GCC_C_LANGUAGE_STANDARD = gnu99;
13631363
GCC_NO_COMMON_BLOCKS = YES;

Example/Stopwatch/Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
<key>CFBundleShortVersionString</key>
8-
<string>4.5.1</string>
8+
<string>4.5.2</string>
99
<key>CFBundleVersion</key>
1010
<string>1</string>
1111
<key>CFBundleDevelopmentRegion</key>

HelloSwift/HelloSwift.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ let package = Package(
1919
targets: [
2020
.binaryTarget(
2121
name: "AppboyKitLibrary",
22-
url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.1/AppboyKitLibrary.xcframework.zip",
23-
checksum: "8ddf1821d24ccb135affca3bd7cde7b723446d98ed0e0a126bbaf43c548131e8"
22+
url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.2/AppboyKitLibrary.xcframework.zip",
23+
checksum: "ee6b0706b80b909542e323561ef6c2af66c470997dca0bdb2387052b14835b7b"
2424
),
2525
.target(
2626
name: "AppboyKit",
@@ -53,8 +53,8 @@ let package = Package(
5353
),
5454
.binaryTarget(
5555
name: "AppboyPushStoryFramework",
56-
url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.1/AppboyPushStoryFramework.xcframework.zip",
57-
checksum: "f56eed2b727ad5d0c052cc192302b7d79ccd60a44766c8eda31f4f4fa7ab0091"
56+
url: "https://github.com/Appboy/appboy-ios-sdk/releases/download/4.5.2/AppboyPushStoryFramework.xcframework.zip",
57+
checksum: "c5348e34c03292a53474fbb60357f0d186f4a25e561947b804e4750411b62a55"
5858
),
5959
.target(
6060
name: "AppboyPushStory",

0 commit comments

Comments
 (0)