Skip to content

Commit 962eb2f

Browse files
author
Edward Smith
committed
Release 0.21.16.
1 parent effb71d commit 962eb2f

File tree

7 files changed

+7
-15
lines changed

7 files changed

+7
-15
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.21.14</string>
20+
<string>0.21.16</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.21.14</string>
24+
<string>0.21.16</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

-20.7 KB
Binary file not shown.

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,3 @@ typedef NSString * UIApplicationOpenURLOptionsKey;
2323
#ifndef NS_STRING_ENUM
2424
#define NS_STRING_ENUM
2525
#endif
26-
27-
@interface NSLocale (BranchAvailability)
28-
- (NSString*) countryCode;
29-
- (NSString*) languageCode;
30-
@end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ NSURL* /* _Nonnull */ BNCURLForBranchDirectory(void);
4848
@property (strong, nonatomic) NSString *browserUserAgentString;
4949
@property (strong, atomic) NSString *referringURL;
5050
@property (strong, atomic) NSString *branchAPIURL;
51+
@property (assign, atomic) BOOL limitFacebookTracking;
5152

5253
+ (BNCPreferenceHelper *)preferenceHelper;
5354

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ extern NSString * const BNCCanonicalIdList;
124124
extern NSString * const BNCPurchaseAmount;
125125
extern NSString * const BNCPurchaseCurrency;
126126
extern NSString * const BNCCanonicalIdList;
127-
extern NSString * const BNCPurchaseAmount;
128127
extern NSString * const BNCRegisterViewEvent;
129128
extern NSString * const BNCAddToWishlistEvent;
130129
extern NSString * const BNCAddToCartEvent;

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,11 @@ FOUNDATION_EXPORT BranchCondition _Nonnull BranchConditionRefurbished;
239239

240240
- (void)removeFromSpotlightWithCallback:(void (^_Nullable)(NSError * _Nullable error))completion;
241241

242-
/// Convenience method for initSession methods that return BranchUniversalObject, but can be used safely by anyone.
243-
+ (nonnull BranchUniversalObject *)getBranchUniversalObjectFromDictionary:(nonnull NSDictionary *)dictionary;
244-
245-
- (NSDictionary*_Nonnull)getParamsForServerRequest;
246242
- (NSDictionary*_Nonnull)getDictionaryWithCompleteLinkProperties:(BranchLinkProperties*_Nonnull)linkProperties;
247243
- (NSDictionary*_Nonnull)getParamsForServerRequestWithAddedLinkProperties:(BranchLinkProperties*_Nonnull)linkProperties;
248244

249-
- (NSDictionary*_Nonnull) dictionary;
245+
/// Convenience method for initSession methods that return BranchUniversalObject, but can be used safely by anyone.
246+
- (NSMutableDictionary*_Nonnull) dictionary;
250247
+ (BranchUniversalObject*_Nonnull) objectWithDictionary:(NSDictionary*_Null_unspecified)dictionary;
251248

252249
- (NSString*_Nonnull) description;

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-
1d168374caab0d7a35bc5e580d934aca2e45f584 Branch-iOS-SDK.zip
2+
85eefede256cd243096362f01c98524929d97fcc 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-
e4f4b1b26424fd3029af9d39169b19ec992dda52 Branch-iOS-TestBed.zip
4+
cbd6aa31893fa7db634f55fbedd377d7233f6779 Branch-iOS-TestBed.zip

0 commit comments

Comments
 (0)