Skip to content

Commit

Permalink
Release 0.23.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Mar 27, 2018
1 parent eafa1c0 commit b74d380
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Branch.framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.23.4</string>
<string>0.23.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.23.4</string>
<string>0.23.5</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
4 changes: 4 additions & 0 deletions Branch.framework/Versions/A/Headers/BranchShareLink.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ Presents a UIActivityViewController that shares the Branch link.
///This object can be changed later when the `branchShareSheetWillShare:` delegate method is called.
@property (nonatomic, strong) id _Nullable shareObject;

///Sets an email subject line for the share activity. If the Branch link property already has an
///email subject, that attribute takes precedence over this field.
@property (nonatomic, strong) NSString*_Nullable emailSubject;

///The resulting Branch URL that was shared.
@property (nonatomic, strong, readonly) NSURL*_Nullable shareURL;

Expand Down
4 changes: 2 additions & 2 deletions checksum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
676bf94caa6f506bfdab6c36db8bcb97f7cb214e Branch-iOS-SDK.zip
a9a64a86b6068c564feb9905188c36bfc93f1a71 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
6889bd27faded13d2065eb215dc18c4f934f2989 Branch-iOS-TestBed.zip
037cc2c49045ebbe2578af27268fa5496a39c7d7 Branch-iOS-TestBed.zip

0 comments on commit b74d380

Please sign in to comment.