File tree Expand file tree Collapse file tree 6 files changed +10
-5
lines changed
Expand file tree Collapse file tree 6 files changed +10
-5
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.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 >
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategorySportingGoods;
3535FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryToysGames;
3636FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryVehiclesParts;
3737
38+ NSArray <BNCProductCategory>*_Nonnull BNCProductCategoryAllCategories (void );
39+
3840#pragma mark - BNCCurrency
3941
4042typedef NSString *const BNCCurrency NS_STRING_ENUM;
@@ -232,6 +234,8 @@ FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyYER;
232234FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZAR;
233235FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZMW;
234236
237+ NSArray <BNCCurrency>*_Nonnull BNCCurrencyAllCurrencies (void );
238+
235239#pragma mark - BNCProduct
236240
237241@interface BNCProduct : NSObject
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 .
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- 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
You can’t perform that action at this time.
0 commit comments