File tree Expand file tree Collapse file tree 5 files changed +26
-6
lines changed
Expand file tree Collapse file tree 5 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 1717 <key >CFBundlePackageType </key >
1818 <string >FMWK </string >
1919 <key >CFBundleShortVersionString </key >
20- <string >0.30.1 </string >
20+ <string >0.31.0 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >0.30.1 </string >
24+ <string >0.31.0 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change @@ -514,6 +514,18 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
514514// / @name Push Notification Support
515515// /--------------------------------
516516
517+ #pragma mark - Pre-initialization support
518+
519+ /* *
520+ DO NOT USE unless you are familiar with the SDK's threading model.
521+
522+ When certain actions are required to complete prior to session initialization, this method can be used to pass in a blocking dispatch_block_t.
523+ The passed in dispatch_block_t will block Branch initialization thread, not the main thread.
524+
525+ @param initBlock dispatch_block_t object to be executed prior to session initialization
526+ */
527+ - (void )dispatchToIsolationQueue : (dispatch_block_t )initBlock ;
528+
517529#pragma mark - Push Notification support
518530
519531/* *
@@ -690,6 +702,14 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
690702
691703- (void )suppressWarningLogs ;
692704
705+ /* *
706+ For use by other Branch SDKs
707+
708+ @param name Plugin name. For example, Unity or React Native
709+ @param version Plugin version
710+ */
711+ - (void )registerPluginName : (NSString *)name version : (NSString *)version ;
712+
693713/* *
694714 Key-value pairs to be included in the metadata on every request.
695715
Original file line number Diff line number Diff line change @@ -85,8 +85,8 @@ typedef NS_ENUM(NSInteger, BranchEventAdType) {
8585@property (nonatomic , assign ) BranchEventAdType adType;
8686
8787
88- @property (nonatomic , copy ) NSMutableArray <BranchUniversalObject*>*_Nonnull contentItems;
89- @property (nonatomic , copy ) NSMutableDictionary <NSString*, NSString*> *_Nonnull customData;
88+ @property (nonatomic , copy ) NSArray <BranchUniversalObject*>*_Nonnull contentItems;
89+ @property (nonatomic , copy ) NSDictionary <NSString*, NSString*> *_Nonnull customData;
9090
9191- (void ) logEvent ; // !< Logs the event on the Branch server.
9292- (NSDictionary *_Nonnull) dictionary ; // !< Returns a dictionary representation of the event.
Original file line number Diff line number Diff line change 11#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
2- 531ad39bb5d2b172f869e06e87e0902a6124aeb0 Branch-iOS-SDK.zip
2+ c4332db84b9eeae705fe28ca0053cca02964d165 Branch-iOS-SDK.zip
33#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4- bab628e26fd142531a9618e763164a5cf8944f24 Branch-iOS-TestBed.zip
4+ 5e15d4587377afb013f5b267749fcde8e5042db2 Branch-iOS-TestBed.zip
You can’t perform that action at this time.
0 commit comments