Skip to content

Commit cbc7621

Browse files
committed
Updating Braze SDK
1 parent 80425cf commit cbc7621

File tree

25 files changed

+991
-30
lines changed

25 files changed

+991
-30
lines changed

Appboy-Push-Story.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-Push-Story"
3-
s.version = "4.3.4"
3+
s.version = "4.6.0"
44
s.summary = "This is the Braze Push Story 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'}

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.4"
3+
s.version = "4.6.0"
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'}

Appboy-tvOS-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-tvOS-SDK"
3-
s.version = "4.4.4"
3+
s.version = "4.6.0"
44
s.summary = "This is the Braze tvOS 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'}
-6.3 MB
Binary file not shown.

Appboy-tvOS-SDK/AppboyTVOSKit.framework/Headers/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.4.4"
18+
#define APPBOY_SDK_VERSION @"4.6.0"
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.
-2 Bytes
Binary file not shown.

AppboyKit/Appboy.bundle/Info.plist

45 Bytes
Binary file not shown.
161 Bytes
Binary file not shown.
180 Bytes
Binary file not shown.
209 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)