File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed
Expand file tree Collapse file tree 6 files changed +11
-10
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.19.5 </string >
20+ <string >0.20.2 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >0.19.5 </string >
24+ <string >0.20.2 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 99@import Foundation ;
1010
1111extern NSString * const BNC_SDK_VERSION ;
12+ extern NSString * const BNC_API_VERSION ;
13+ extern BOOL const BNC_API_PINNED ;
1214extern NSString * const BNC_API_BASE_URL ;
1315extern NSString * const BNC_LINK_URL ;
14- extern NSString * const BNC_API_VERSION ;
Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ Creates a BranchShareLink object.
7575/* *
7676Presents a UIActivityViewController that shares the Branch link.
7777
78- @param viewController The parent view controller from which to present the the activity sheet.
79- @param anchor The anchor point for the activity sheet. Used for iPad form factors.
78+ @param viewController The parent view controller from which to present the the activity sheet.
79+ @param anchorViewOrButtonItem The anchor point for the activity sheet. Used for iPad form factors.
8080*/
8181- (void ) presentActivityViewControllerFromViewController : (UIViewController*_Nullable)viewController
82- anchor : (UIBarButtonItem* _Nullable)anchor ;
82+ anchor : (id _Nullable)anchorViewOrButtonItem ;
8383
8484// /The title for the share sheet.
8585@property (nonatomic , strong ) NSString *_Nullable title;
Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ typedef NS_ENUM(NSInteger, ContentIndexMode) {
6363- (void )showShareSheetWithLinkProperties : (nullable BranchLinkProperties *)linkProperties andShareText : (nullable NSString *)shareText fromViewController : (nullable UIViewController *)viewController completionWithError : (nullable shareCompletionWithError)completion ;
6464
6565// iPad
66- - (void )showShareSheetWithLinkProperties : (nullable BranchLinkProperties *)linkProperties andShareText : (nullable NSString *)shareText fromViewController : (nullable UIViewController *)viewController anchor : (nullable UIBarButtonItem *) anchor completion : (nullable shareCompletion)completion ;
66+ - (void )showShareSheetWithLinkProperties : (nullable BranchLinkProperties *)linkProperties andShareText : (nullable NSString *)shareText fromViewController : (nullable UIViewController *)viewController anchor : (nullable id ) anchorViewOrBarbutton completion : (nullable shareCompletion)completion ;
6767
6868// Returns with activityError as well
69- - (void )showShareSheetWithLinkProperties : (nullable BranchLinkProperties *)linkProperties andShareText : (nullable NSString *)shareText fromViewController : (nullable UIViewController *)viewController anchor : (nullable UIBarButtonItem *) anchor completionWithError : (nullable shareCompletionWithError)completion ;
69+ - (void )showShareSheetWithLinkProperties : (nullable BranchLinkProperties *)linkProperties andShareText : (nullable NSString *)shareText fromViewController : (nullable UIViewController *)viewController anchor : (nullable id ) anchorViewOrBarButton completionWithError : (nullable shareCompletionWithError)completion ;
7070
7171- (void )listOnSpotlight ;
7272- (void )listOnSpotlightWithCallback : (nullable callbackWithUrl)callback ;
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- 353047aec5f6ea209fcaecd6dee29a645fbded56 Branch-iOS-SDK.zip
2+ 484b050a94c6ef65d28b77e03a8d713abd645fa6 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- e18d09e0103ff18a3072f3a68044bf89c81a4ec1 Branch-iOS-TestBed.zip
4+ 387e3c846878a6b3ea1bc171044e96cf8c2b05b6 Branch-iOS-TestBed.zip
You can’t perform that action at this time.
0 commit comments