From f73102092e89d952b4690016bde575cb83640c08 Mon Sep 17 00:00:00 2001 From: Ernest Cho Date: Tue, 9 Feb 2021 11:03:03 -0800 Subject: [PATCH] CORE-1608 Switch to semantic versioning to improve compatibility --- Branch-SDK/BNCConfig.m | 2 +- Branch-TestBed/Framework-Info.plist | 4 ++-- Branch.podspec | 2 +- carthage-files/BranchSDK.xcodeproj/project.pbxproj | 12 ++++++------ scripts/version.sh | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Branch-SDK/BNCConfig.m b/Branch-SDK/BNCConfig.m index 825fdeed9..eb032d21f 100644 --- a/Branch-SDK/BNCConfig.m +++ b/Branch-SDK/BNCConfig.m @@ -11,4 +11,4 @@ NSString * const BNC_API_BASE_URL = @"https://api2.branch.io"; NSString * const BNC_API_VERSION = @"v1"; NSString * const BNC_LINK_URL = @"https://bnc.lt"; -NSString * const BNC_SDK_VERSION = @"0.37.0"; +NSString * const BNC_SDK_VERSION = @"1.38.0"; diff --git a/Branch-TestBed/Framework-Info.plist b/Branch-TestBed/Framework-Info.plist index 73e266442..289fb73aa 100644 --- a/Branch-TestBed/Framework-Info.plist +++ b/Branch-TestBed/Framework-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.37.0 + 1.38.0 CFBundleSignature ???? CFBundleVersion - 0.37.0 + 1.38.0 LSRequiresIPhoneOS NSHumanReadableCopyright diff --git a/Branch.podspec b/Branch.podspec index 04d2a5ae5..7b98f7cf0 100644 --- a/Branch.podspec +++ b/Branch.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Branch" - s.version = "0.37.0" + s.version = "1.38.0" 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/BranchSDK.xcodeproj/project.pbxproj b/carthage-files/BranchSDK.xcodeproj/project.pbxproj index db17fe414..caf2a34a9 100644 --- a/carthage-files/BranchSDK.xcodeproj/project.pbxproj +++ b/carthage-files/BranchSDK.xcodeproj/project.pbxproj @@ -1589,7 +1589,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.37.0; + MARKETING_VERSION = 1.38.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = YES; @@ -1629,7 +1629,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 0.37.0; + MARKETING_VERSION = 1.38.0; MTL_FAST_MATH = YES; ONLY_ACTIVE_ARCH = NO; PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch; @@ -1665,7 +1665,7 @@ ); MACH_O_TYPE = staticlib; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 0.37.0; + MARKETING_VERSION = 1.38.0; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch; @@ -1698,7 +1698,7 @@ ); MACH_O_TYPE = staticlib; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 0.37.0; + MARKETING_VERSION = 1.38.0; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch; @@ -1857,7 +1857,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 0.37.0; + MARKETING_VERSION = 1.38.0; ONLY_ACTIVE_ARCH = YES; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch; @@ -1888,7 +1888,7 @@ "@loader_path/Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 0.37.0; + MARKETING_VERSION = 1.38.0; ONLY_ACTIVE_ARCH = NO; OTHER_LDFLAGS = "-ObjC"; PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch; diff --git a/scripts/version.sh b/scripts/version.sh index 6921fc25d..b3cdb8187 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -6,9 +6,9 @@ function usage() { cat <