Skip to content

Commit b552be9

Browse files
author
Edward Smith
committed
Release 0.25.6.
1 parent 154b3d1 commit b552be9

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-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.25.5</string>
20+
<string>0.25.6</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.25.5</string>
24+
<string>0.25.6</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

26.3 KB
Binary file not shown.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,6 @@ NSURL* /* _Nonnull */ BNCURLForBranchDirectory(void);
9494

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

9899
@end

ChangeLog.md

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

910
- v0.25.5
1011
* _*Master Release*_ - September 14, 2018

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-
2fa27bf8287c678bea3b6ef8e8d503f15d4e7793 Branch-iOS-SDK.zip
2+
7144dc9696b450f1f0c2f2bb64a7ebcda2ac1564 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-
36816db3e981a31670fc6a8eeffcb1758ee70e1b Branch-iOS-TestBed.zip
4+
5855484d427771da692a941ee72495e1c3a4b7df Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)