File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategorySportingGoods;
3535FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryToysGames;
3636FOUNDATION_EXPORT BNCProductCategory _Nonnull BNCProductCategoryVehiclesParts;
3737
38- NSArray <BNCProductCategory>* BNCProductCategoryAllCategories (void );
38+ NSArray <BNCProductCategory>*_Nonnull BNCProductCategoryAllCategories (void );
3939
4040#pragma mark - BNCCurrency
4141
@@ -234,7 +234,7 @@ FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyYER;
234234FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZAR;
235235FOUNDATION_EXPORT BNCCurrency _Nonnull BNCCurrencyZMW;
236236
237- NSArray <BNCCurrency>* BNCCurrencyAllCurrencies (void );
237+ NSArray <BNCCurrency>*_Nonnull BNCCurrencyAllCurrencies (void );
238238
239239#pragma mark - BNCProduct
240240
Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
22
3+ - v0.24.2
4+ * Added ` BNCProductCategoryAllCategories(void) ` and ` BNCCurrencyAllCurrencies(void) ` convenience functions.
5+ * Updated Info.plist URI Filter and clarified documentation (DEVEX-343).
6+ - Updated our URI scheme filter that finds the URI scheme for the app.
7+ - Updated the documentation to clarify that the partner's app URI should be the first URI.
8+ - This clarifies GitHub issue #825 .
9+ * Added code snippets that demonstrate Adjust reattribution in the Swift-TestBed demo app (ATAN-523).
10+ * Made sure that Foundation/Foundation.h is always imported first (DEVEX-333).
11+
312- v0.24.1
413 * _ * Master Release* _ - April 5, 2018
514 * Updated the SDK for Xcode 9.3 and Swift 4.1.
You can’t perform that action at this time.
0 commit comments