File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
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.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 >
Original file line number Diff line number Diff 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
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- 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
You can’t perform that action at this time.
0 commit comments