Skip to content

Commit

Permalink
Updating Braze SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
hokstuff committed Oct 12, 2023
1 parent 80425cf commit cbc7621
Show file tree
Hide file tree
Showing 25 changed files with 991 additions and 30 deletions.
2 changes: 1 addition & 1 deletion Appboy-Push-Story.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Appboy-Push-Story"
s.version = "4.3.4"
s.version = "4.6.0"
s.summary = "This is the Braze Push Story SDK for Mobile Marketing Automation"
s.homepage = "http://www.braze.com"
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}
Expand Down
2 changes: 1 addition & 1 deletion Appboy-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Appboy-iOS-SDK"
s.version = "4.5.4"
s.version = "4.6.0"
s.summary = "This is the Braze iOS SDK for Mobile Marketing Automation"
s.homepage = "http://www.braze.com"
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}
Expand Down
2 changes: 1 addition & 1 deletion Appboy-tvOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Appboy-tvOS-SDK"
s.version = "4.4.4"
s.version = "4.6.0"
s.summary = "This is the Braze tvOS SDK for Mobile Marketing Automation"
s.homepage = "http://www.braze.com"
s.license = { :type => 'Commercial', :text => 'Please refer to https://github.com/Appboy/appboy-ios-sdk/blob/master/LICENSE'}
Expand Down
Binary file modified Appboy-tvOS-SDK/AppboyTVOSKit.framework/AppboyTVOSKit
Binary file not shown.
7 changes: 6 additions & 1 deletion Appboy-tvOS-SDK/AppboyTVOSKit.framework/Headers/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.4.4"
#define APPBOY_SDK_VERSION @"4.6.0"
#endif

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

/*!
* A custom `NSURLSessionConfiguration` for configuring network session parameters.
*/
@property (nonatomic, readonly) NSURLSessionConfiguration *urlSessionConfiguration;

#if !TARGET_OS_TV
/*!
* The current in-app message manager.
Expand Down
Binary file modified Appboy-tvOS-SDK/AppboyTVOSKit.framework/Info.plist
Binary file not shown.
Binary file modified AppboyKit/Appboy.bundle/Info.plist
Binary file not shown.
Binary file added AppboyKit/Appboy.bundle/_CodeSignature/CodeDirectory
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit cbc7621

Please sign in to comment.