Skip to content

Commit

Permalink
Release 0.24.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Smith committed Apr 21, 2018
1 parent c135c90 commit 81d592f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 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.24.1</string>
<string>0.24.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.24.1</string>
<string>0.24.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSHumanReadableCopyright</key>
Expand Down
Binary file modified Branch.framework/Versions/A/Branch
Binary file not shown.
4 changes: 4 additions & 0 deletions Branch.framework/Versions/A/Headers/BNCCommerceEvent.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategorySportingGoods;
FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryToysGames;
FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryVehiclesParts;

NSArray<BNCProductCategory>*_Nonnull BNCProductCategoryAllCategories(void);

#pragma mark - BNCCurrency

typedef NSString*const BNCCurrency NS_STRING_ENUM;
Expand Down Expand Up @@ -232,6 +234,8 @@ FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyYER;
FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZAR;
FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZMW;

NSArray<BNCCurrency>*_Nonnull BNCCurrencyAllCurrencies(void);

#pragma mark - BNCProduct

@interface BNCProduct : NSObject
Expand Down
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 @@ -53,6 +53,7 @@ NSURL* /* _Nonnull */ BNCURLForBranchDirectory(void);

@property (strong, atomic) NSArray<NSString*> *URLBlackList;
@property (assign, atomic) NSInteger URLBlackListVersion;
@property (assign, atomic) BOOL blacklistURLOpen;

@property (assign, atomic) BOOL trackingDisabled;
- (void) clearTrackingInformation;
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Branch iOS SDK Change Log
- The matching regex is now sent in `external_intent_uri` rather than `universal_link_url`.
- Removed an old NSLog from debugging.
* Added `BNCProductCategoryAllCategories(void)` and `BNCCurrencyAllCurrencies(void)` convenience functions.
* Updated Info.plist URI Filter and clarified documentation (DEVEX-343).
* Updated the Info.plist URI scheme filter and clarified documentation (DEVEX-343).
- Updated our URI scheme filter that finds the URI scheme for the app.
- Updated the documentation to clarify that the partner's app URI should be the first URI.
- This clarifies GitHub issue #825.
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
1656c39da8bc641e272747244ff96413bfa6926b Branch-iOS-SDK.zip
0e5327946e2215c2836447539c37bdc774272ca4 Branch-iOS-SDK.zip
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
d6bbc609b51039c8263749d3f11adb05a94ae697 Branch-iOS-TestBed.zip
d343d0cc1e9f88d8c16dd7c077ba4093b7556445 Branch-iOS-TestBed.zip

0 comments on commit 81d592f

Please sign in to comment.