diff --git a/Branch-SDK/Branch-SDK/BNCConfig.m b/Branch-SDK/Branch-SDK/BNCConfig.m index 937c43a2b..12b7b8c76 100644 --- a/Branch-SDK/Branch-SDK/BNCConfig.m +++ b/Branch-SDK/Branch-SDK/BNCConfig.m @@ -13,4 +13,4 @@ NSString * const BNC_API_VERSION = @"v1"; NSString * const BNC_LINK_URL = @"https://bnc.lt"; -NSString * const BNC_SDK_VERSION = @"0.12.26"; +NSString * const BNC_SDK_VERSION = @"0.12.27"; diff --git a/Branch-TestBed/Branch-TestBed/AppDelegate.m b/Branch-TestBed/Branch-TestBed/AppDelegate.m index 39eaafed1..57bbd8ee4 100644 --- a/Branch-TestBed/Branch-TestBed/AppDelegate.m +++ b/Branch-TestBed/Branch-TestBed/AppDelegate.m @@ -33,7 +33,7 @@ - (BOOL)application:(UIApplication *)application // For Apple Search Ads // [branch delayInitToCheckForSearchAds]; // [branch setAppleSearchAdsDebugMode]; - + [branch setWhiteListedSchemes:@[@"branchtest"]]; // Automatic Deeplinking on "deeplink_text" diff --git a/Branch.framework.zip b/Branch.framework.zip index 40a7f641d..49f34ec78 100644 Binary files a/Branch.framework.zip and b/Branch.framework.zip differ diff --git a/Branch.framework/Versions/A/Branch b/Branch.framework/Versions/A/Branch index e03bb7266..00c698ef3 100644 Binary files a/Branch.framework/Versions/A/Branch and b/Branch.framework/Versions/A/Branch differ diff --git a/Branch.framework/Versions/A/Headers/BNCPreferenceHelper.h b/Branch.framework/Versions/A/Headers/BNCPreferenceHelper.h index 61cf4ba23..be3a7bf94 100644 --- a/Branch.framework/Versions/A/Headers/BNCPreferenceHelper.h +++ b/Branch.framework/Versions/A/Headers/BNCPreferenceHelper.h @@ -31,6 +31,7 @@ @property (assign, nonatomic) BOOL shouldWaitForInit; @property (assign, nonatomic) BOOL suppressWarningLogs; @property (assign, nonatomic) BOOL checkedFacebookAppLinks; +@property (assign, nonatomic) BOOL checkedAppleSearchAdAttribution; @property (assign, nonatomic) NSInteger retryCount; @property (assign, nonatomic) NSTimeInterval retryInterval; @property (assign, nonatomic) NSTimeInterval timeout; diff --git a/Branch.podspec b/Branch.podspec index 9a8766bc3..29e110995 100644 --- a/Branch.podspec +++ b/Branch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Branch" - s.version = "0.12.26" + s.version = "0.12.27" s.summary = "Create an HTTP URL for any piece of content in your app" s.description = <<-DESC - Want the highest possible conversions on your sharing feature? diff --git a/carthage-files/Info.plist b/carthage-files/Info.plist index ba2907ade..b18213563 100644 --- a/carthage-files/Info.plist +++ b/carthage-files/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.12.26 + 0.12.27 CFBundleSignature ???? CFBundleVersion - 0.12.26 + 0.12.27 NSPrincipalClass diff --git a/checksum b/checksum index 4aa3f3d8b..c9deac1dc 100644 --- a/checksum +++ b/checksum @@ -1,4 +1,4 @@ #checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip -4d3c80dcd23f396127cf88123a891b959d836656 Branch-iOS-SDK.zip +b81ce8497f4000cb74a48737c6a1ba3d7f26c122 Branch-iOS-SDK.zip #checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip -136af02afc4d08ce8f00e1df38f3f1ff80a328b5 Branch-iOS-TestBed.zip +dfd8837996cde11a0d0420a53e51dacedfda9b80 Branch-iOS-TestBed.zip diff --git a/scripts/version b/scripts/version index 009636654..0f16ed538 100755 --- a/scripts/version +++ b/scripts/version @@ -31,7 +31,7 @@ Options: USAGE } -version=0.12.26 +version=0.12.27 if (( $# == 0 )); then echo $version