Skip to content

Commit

Permalink
Release 0.25.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Oct 2, 2018
1 parent 154b3d1 commit b552be9
Show file tree
Hide file tree
Showing 5 changed files with 6 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.25.5</string>
<string>0.25.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.25.5</string>
<string>0.25.6</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
1 change: 1 addition & 0 deletions Branch.framework/Versions/A/Headers/BNCPreferenceHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,6 @@ NSURL* /* _Nonnull */ BNCURLForBranchDirectory(void);

- (NSMutableString*) sanitizedMutableBaseURL:(NSString*)baseUrl;
- (void) synchronize; // Flushes preference queue to persistence.
+ (void) clearAll;

@end
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Branch iOS SDK Change Log
* Fixed a case when a session call back could happen with empty data.
* DEVEX-816: Fixed JSON encoding of special characters. This could prevent sessions that were
associated with a Facebook login from working correctly.
* Fixed some unit test failures largely due to iOS 12 threading.

- v0.25.5
* _*Master Release*_ - September 14, 2018
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
2fa27bf8287c678bea3b6ef8e8d503f15d4e7793 Branch-iOS-SDK.zip
7144dc9696b450f1f0c2f2bb64a7ebcda2ac1564 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
36816db3e981a31670fc6a8eeffcb1758ee70e1b Branch-iOS-TestBed.zip
5855484d427771da692a941ee72495e1c3a4b7df Branch-iOS-TestBed.zip

0 comments on commit b552be9

Please sign in to comment.