Skip to content

Commit 85cdc6e

Browse files
Merge pull request #1241 from BranchMetrics/Release-2.1.1
Release 2.1.1
2 parents 5b1d851 + 3c22cb6 commit 85cdc6e

File tree

5 files changed

+23
-15
lines changed

5 files changed

+23
-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.1.0"
3+
s.version = "2.1.1"
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
@@ -2062,7 +2062,7 @@
20622062
buildSettings = {
20632063
APPLICATION_EXTENSION_API_ONLY = YES;
20642064
CODE_SIGN_STYLE = Manual;
2065-
CURRENT_PROJECT_VERSION = 2.1.0;
2065+
CURRENT_PROJECT_VERSION = 2.1.1;
20662066
DEFINES_MODULE = YES;
20672067
DEVELOPMENT_TEAM = "";
20682068
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2077,7 +2077,7 @@
20772077
"@executable_path/Frameworks",
20782078
"@loader_path/Frameworks",
20792079
);
2080-
MARKETING_VERSION = 2.1.0;
2080+
MARKETING_VERSION = 2.1.1;
20812081
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
20822082
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
20832083
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2093,7 +2093,7 @@
20932093
buildSettings = {
20942094
APPLICATION_EXTENSION_API_ONLY = YES;
20952095
CODE_SIGN_STYLE = Manual;
2096-
CURRENT_PROJECT_VERSION = 2.1.0;
2096+
CURRENT_PROJECT_VERSION = 2.1.1;
20972097
DEFINES_MODULE = YES;
20982098
DEVELOPMENT_TEAM = "";
20992099
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2108,7 +2108,7 @@
21082108
"@executable_path/Frameworks",
21092109
"@loader_path/Frameworks",
21102110
);
2111-
MARKETING_VERSION = 2.1.0;
2111+
MARKETING_VERSION = 2.1.1;
21122112
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
21132113
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
21142114
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2294,7 +2294,7 @@
22942294
buildSettings = {
22952295
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
22962296
CODE_SIGN_STYLE = Manual;
2297-
CURRENT_PROJECT_VERSION = 2.1.0;
2297+
CURRENT_PROJECT_VERSION = 2.1.1;
22982298
DEFINES_MODULE = YES;
22992299
DEVELOPMENT_TEAM = "";
23002300
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2310,7 +2310,7 @@
23102310
"@loader_path/Frameworks",
23112311
);
23122312
MACH_O_TYPE = staticlib;
2313-
MARKETING_VERSION = 2.1.0;
2313+
MARKETING_VERSION = 2.1.1;
23142314
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
23152315
PRODUCT_MODULE_NAME = BranchSDK;
23162316
PRODUCT_NAME = BranchSDK;
@@ -2329,7 +2329,7 @@
23292329
buildSettings = {
23302330
CLANG_CXX_LANGUAGE_STANDARD = "gnu++20";
23312331
CODE_SIGN_STYLE = Manual;
2332-
CURRENT_PROJECT_VERSION = 2.1.0;
2332+
CURRENT_PROJECT_VERSION = 2.1.1;
23332333
DEFINES_MODULE = YES;
23342334
DEVELOPMENT_TEAM = "";
23352335
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2345,7 +2345,7 @@
23452345
"@loader_path/Frameworks",
23462346
);
23472347
MACH_O_TYPE = staticlib;
2348-
MARKETING_VERSION = 2.1.0;
2348+
MARKETING_VERSION = 2.1.1;
23492349
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
23502350
PRODUCT_MODULE_NAME = BranchSDK;
23512351
PRODUCT_NAME = BranchSDK;
@@ -2363,7 +2363,7 @@
23632363
isa = XCBuildConfiguration;
23642364
buildSettings = {
23652365
CODE_SIGN_STYLE = Manual;
2366-
CURRENT_PROJECT_VERSION = 2.1.0;
2366+
CURRENT_PROJECT_VERSION = 2.1.1;
23672367
DEFINES_MODULE = YES;
23682368
DEVELOPMENT_TEAM = "";
23692369
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2377,7 +2377,7 @@
23772377
"@executable_path/Frameworks",
23782378
"@loader_path/Frameworks",
23792379
);
2380-
MARKETING_VERSION = 2.1.0;
2380+
MARKETING_VERSION = 2.1.1;
23812381
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
23822382
PRODUCT_NAME = BranchSDK;
23832383
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -2393,7 +2393,7 @@
23932393
isa = XCBuildConfiguration;
23942394
buildSettings = {
23952395
CODE_SIGN_STYLE = Manual;
2396-
CURRENT_PROJECT_VERSION = 2.1.0;
2396+
CURRENT_PROJECT_VERSION = 2.1.1;
23972397
DEFINES_MODULE = YES;
23982398
DEVELOPMENT_TEAM = "";
23992399
DYLIB_COMPATIBILITY_VERSION = 1;
@@ -2407,7 +2407,7 @@
24072407
"@executable_path/Frameworks",
24082408
"@loader_path/Frameworks",
24092409
);
2410-
MARKETING_VERSION = 2.1.0;
2410+
MARKETING_VERSION = 2.1.1;
24112411
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
24122412
PRODUCT_NAME = BranchSDK;
24132413
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.1.0";
14+
NSString * const BNC_SDK_VERSION = @"2.1.1";

ChangeLog.md

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

3+
v.2.1.1
4+
5+
Branch iOS SDK 2.1.1 contains changes to how URL query parameters, like GBRAID and GCLID, are parsed and stored as well as a small fix for Mac Catalyst.
6+
7+
- SDK-1800 - Extract GBRAID & GCLID from Branch referred uri/url
8+
* Added new class to parse valid query parameters from URLs and append them to requests.
9+
- SDK-1747 - Added if available check for SKAN on Mac Catalyst
10+
311
v.2.1.0
412

513
Branch iOS SDK 2.1.0 contains improvements to testing and plugin support (Unity, RN, etc). Most clients will see no change.

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.1.0
33+
version=2.1.1
3434

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

0 commit comments

Comments
 (0)