Skip to content

Commit 296e2e6

Browse files
authored
Merge pull request #1236 from BranchMetrics/SDK-1838-prep-iOS-2.1.0-release
SDK-1838 prep iOS 2.1.0 release
2 parents 2a59d69 + c208a29 commit 296e2e6

File tree

5 files changed

+26
-15
lines changed

5 files changed

+26
-15
lines changed

BranchSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BranchSDK"
3-
s.version = "2.0.0"
3+
s.version = "2.1.0"
44
s.summary = "Create an HTTP URL for any piece of content in your app"
55
s.description = <<-DESC
66
- Want the highest possible conversions on your sharing feature?

BranchSDK.xcodeproj/project.pbxproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2030,7 +2030,7 @@
20302030
buildSettings = {
20312031
APPLICATION_EXTENSION_API_ONLY = YES;
20322032
CODE_SIGN_STYLE = Manual;
2033-
CURRENT_PROJECT_VERSION = 2.0.0;
2033+
CURRENT_PROJECT_VERSION = 2.1.0;
20342034
DEFINES_MODULE = YES;
20352035
DEVELOPMENT_TEAM = "";
20362036
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2045,7 +2045,7 @@
20452045
"@executable_path/Frameworks",
20462046
"@loader_path/Frameworks",
20472047
);
2048-
MARKETING_VERSION = 2.0.0;
2048+
MARKETING_VERSION = 2.1.0;
20492049
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
20502050
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20512051
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2061,7 +2061,7 @@
20612061
buildSettings = {
20622062
APPLICATION_EXTENSION_API_ONLY = YES;
20632063
CODE_SIGN_STYLE = Manual;
2064-
CURRENT_PROJECT_VERSION = 2.0.0;
2064+
CURRENT_PROJECT_VERSION = 2.1.0;
20652065
DEFINES_MODULE = YES;
20662066
DEVELOPMENT_TEAM = "";
20672067
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2076,7 +2076,7 @@
20762076
"@executable_path/Frameworks",
20772077
"@loader_path/Frameworks",
20782078
);
2079-
MARKETING_VERSION = 2.0.0;
2079+
MARKETING_VERSION = 2.1.0;
20802080
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
20812081
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20822082
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2262,7 +2262,7 @@
22622262
buildSettings = {
22632263
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
22642264
CODE_SIGN_STYLE = Manual;
2265-
CURRENT_PROJECT_VERSION = 2.0.0;
2265+
CURRENT_PROJECT_VERSION = 2.1.0;
22662266
DEFINES_MODULE = YES;
22672267
DEVELOPMENT_TEAM = "";
22682268
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2278,7 +2278,7 @@
22782278
"@loader_path/Frameworks",
22792279
);
22802280
MACH_O_TYPE = staticlib;
2281-
MARKETING_VERSION = 2.0.0;
2281+
MARKETING_VERSION = 2.1.0;
22822282
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
22832283
PRODUCT_MODULE_NAME = BranchSDK;
22842284
PRODUCT_NAME = BranchSDK;
@@ -2297,7 +2297,7 @@
22972297
buildSettings = {
22982298
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
22992299
CODE_SIGN_STYLE = Manual;
2300-
CURRENT_PROJECT_VERSION = 2.0.0;
2300+
CURRENT_PROJECT_VERSION = 2.1.0;
23012301
DEFINES_MODULE = YES;
23022302
DEVELOPMENT_TEAM = "";
23032303
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2313,7 +2313,7 @@
23132313
"@loader_path/Frameworks",
23142314
);
23152315
MACH_O_TYPE = staticlib;
2316-
MARKETING_VERSION = 2.0.0;
2316+
MARKETING_VERSION = 2.1.0;
23172317
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
23182318
PRODUCT_MODULE_NAME = BranchSDK;
23192319
PRODUCT_NAME = BranchSDK;
@@ -2331,7 +2331,7 @@
23312331
isa = XCBuildConfiguration;
23322332
buildSettings = {
23332333
CODE_SIGN_STYLE = Manual;
2334-
CURRENT_PROJECT_VERSION = 2.0.0;
2334+
CURRENT_PROJECT_VERSION = 2.1.0;
23352335
DEFINES_MODULE = YES;
23362336
DEVELOPMENT_TEAM = "";
23372337
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2345,7 +2345,7 @@
23452345
"@executable_path/Frameworks",
23462346
"@loader_path/Frameworks",
23472347
);
2348-
MARKETING_VERSION = 2.0.0;
2348+
MARKETING_VERSION = 2.1.0;
23492349
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
23502350
PRODUCT_NAME = BranchSDK;
23512351
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2361,7 +2361,7 @@
23612361
isa = XCBuildConfiguration;
23622362
buildSettings = {
23632363
CODE_SIGN_STYLE = Manual;
2364-
CURRENT_PROJECT_VERSION = 2.0.0;
2364+
CURRENT_PROJECT_VERSION = 2.1.0;
23652365
DEFINES_MODULE = YES;
23662366
DEVELOPMENT_TEAM = "";
23672367
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2375,7 +2375,7 @@
23752375
"@executable_path/Frameworks",
23762376
"@loader_path/Frameworks",
23772377
);
2378-
MARKETING_VERSION = 2.0.0;
2378+
MARKETING_VERSION = 2.1.0;
23792379
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
23802380
PRODUCT_NAME = BranchSDK;
23812381
PROVISIONING_PROFILE_SPECIFIER = "";

BranchSDK/BNCConfig.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
NSString * const BNC_API_BASE_URL = @"https://api2.branch.io";
1212
NSString * const BNC_API_VERSION = @"v1";
1313
NSString * const BNC_LINK_URL = @"https://bnc.lt";
14-
NSString * const BNC_SDK_VERSION = @"2.0.0";
14+
NSString * const BNC_SDK_VERSION = @"2.1.0";

ChangeLog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
Branch iOS SDK Change Log
22

3+
v.2.1.0
4+
5+
Branch iOS SDK 2.1.0 contains improvements to testing and plugin support (Unity, RN, etc). Most clients will see no change.
6+
7+
- SDK-1831 - Improved branch.json support
8+
* Support for logging via `enableLogging`.
9+
* Removed old Apple Search Ads support.
10+
* Support for deferred SDK initialization. This allows improved plugin lifecycle support.
11+
- SDK-1802 - Fix tvOS warnings.
12+
- SDK-1774 - Update Branch TestBed UI.
13+
314
v.2.0.0
415

516
Branch iOS SDK 2.0.0 fixes longstanding issues with the umbrella header and project layout.

scripts/version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Options:
3030
USAGE
3131
}
3232

33-
version=2.0.0
33+
version=2.1.0
3434

3535
if (( $# == 0 )); then
3636
echo $version

0 commit comments

Comments
 (0)