Skip to content

Commit e3dd669

Browse files
author
Edward Smith
committed
Release 0.20.2.
1 parent 9549d31 commit e3dd669

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

Branch.framework/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
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>

Branch.framework/Versions/A/Branch

31.1 KB
Binary file not shown.

Branch.framework/Versions/A/Headers/BNCConfig.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
@import Foundation;
1010

1111
extern NSString * const BNC_SDK_VERSION;
12+
extern NSString * const BNC_API_VERSION;
13+
extern BOOL const BNC_API_PINNED;
1214
extern NSString * const BNC_API_BASE_URL;
1315
extern NSString * const BNC_LINK_URL;
14-
extern NSString * const BNC_API_VERSION;

Branch.framework/Versions/A/Headers/BranchShareLink.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ Creates a BranchShareLink object.
7575
/**
7676
Presents 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;

Branch.framework/Versions/A/Headers/BranchUniversalObject.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

checksum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)