Skip to content

Commit b74d380

Browse files
author
Edward Smith
committed
Release 0.23.5.
1 parent eafa1c0 commit b74d380

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.23.4</string>
20+
<string>0.23.5</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.23.4</string>
24+
<string>0.23.5</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

65.2 KB
Binary file not shown.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ Presents a UIActivityViewController that shares the Branch link.
9494
///This object can be changed later when the `branchShareSheetWillShare:` delegate method is called.
9595
@property (nonatomic, strong) id _Nullable shareObject;
9696

97+
///Sets an email subject line for the share activity. If the Branch link property already has an
98+
///email subject, that attribute takes precedence over this field.
99+
@property (nonatomic, strong) NSString*_Nullable emailSubject;
100+
97101
///The resulting Branch URL that was shared.
98102
@property (nonatomic, strong, readonly) NSURL*_Nullable shareURL;
99103

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-
676bf94caa6f506bfdab6c36db8bcb97f7cb214e Branch-iOS-SDK.zip
2+
a9a64a86b6068c564feb9905188c36bfc93f1a71 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-
6889bd27faded13d2065eb215dc18c4f934f2989 Branch-iOS-TestBed.zip
4+
037cc2c49045ebbe2578af27268fa5496a39c7d7 Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)