Skip to content

Commit 81d592f

Browse files
author
Edward Smith
committed
Release 0.24.2.
1 parent c135c90 commit 81d592f

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
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.24.1</string>
20+
<string>0.24.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.24.1</string>
24+
<string>0.24.2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

417 KB
Binary file not shown.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategorySportingGoods;
3535
FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryToysGames;
3636
FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryVehiclesParts;
3737

38+
NSArray<BNCProductCategory>*_Nonnull BNCProductCategoryAllCategories(void);
39+
3840
#pragma mark - BNCCurrency
3941

4042
typedef NSString*const BNCCurrency NS_STRING_ENUM;
@@ -232,6 +234,8 @@ FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyYER;
232234
FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZAR;
233235
FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZMW;
234236

237+
NSArray<BNCCurrency>*_Nonnull BNCCurrencyAllCurrencies(void);
238+
235239
#pragma mark - BNCProduct
236240

237241
@interface BNCProduct : NSObject

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

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

5454
@property (strong, atomic) NSArray<NSString*> *URLBlackList;
5555
@property (assign, atomic) NSInteger URLBlackListVersion;
56+
@property (assign, atomic) BOOL blacklistURLOpen;
5657

5758
@property (assign, atomic) BOOL trackingDisabled;
5859
- (void) clearTrackingInformation;

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Branch iOS SDK Change Log
99
- The matching regex is now sent in `external_intent_uri` rather than `universal_link_url`.
1010
- Removed an old NSLog from debugging.
1111
* Added `BNCProductCategoryAllCategories(void)` and `BNCCurrencyAllCurrencies(void)` convenience functions.
12-
* Updated Info.plist URI Filter and clarified documentation (DEVEX-343).
12+
* Updated the Info.plist URI scheme filter and clarified documentation (DEVEX-343).
1313
- Updated our URI scheme filter that finds the URI scheme for the app.
1414
- Updated the documentation to clarify that the partner's app URI should be the first URI.
1515
- This clarifies GitHub issue #825.

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-
1656c39da8bc641e272747244ff96413bfa6926b Branch-iOS-SDK.zip
2+
0e5327946e2215c2836447539c37bdc774272ca4 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-
d6bbc609b51039c8263749d3f11adb05a94ae697 Branch-iOS-TestBed.zip
4+
d343d0cc1e9f88d8c16dd7c077ba4093b7556445 Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)