File tree Expand file tree Collapse file tree 7 files changed +7
-15
lines changed
Expand file tree Collapse file tree 7 files changed +7
-15
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.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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -124,7 +124,6 @@ extern NSString * const BNCCanonicalIdList;
124124extern NSString * const BNCPurchaseAmount;
125125extern NSString * const BNCPurchaseCurrency;
126126extern NSString * const BNCCanonicalIdList;
127- extern NSString * const BNCPurchaseAmount;
128127extern NSString * const BNCRegisterViewEvent;
129128extern NSString * const BNCAddToWishlistEvent;
130129extern NSString * const BNCAddToCartEvent;
Original file line number Diff line number Diff 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 ;
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- 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
You can’t perform that action at this time.
0 commit comments