Skip to content

Commit

Permalink
Release 2.2.0 (#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
nsingh-branch committed Jun 22, 2023
1 parent 45a2d21 commit d365941
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
15 changes: 0 additions & 15 deletions Branch-TestBed/Branch-SDK-Tests/BranchSetIdentityRequestTests.m
Expand Up @@ -15,25 +15,10 @@
static NSString * const IDENTITY_TEST_USER_ID = @"foo_id";

@interface BranchSetIdentityRequestTests : BNCTestCase
//@property (nonatomic, strong) Branch *branch;
//@property (nonatomic, strong) BNCPreferenceHelper *preferenceHelper;
@end

@implementation BranchSetIdentityRequestTests

//- (void)setUp {
// [super setUp];
// self.branch = [Branch getInstance];
// self.preferenceHelper = [BNCPreferenceHelper sharedInstance];
// [self.branch logout];
//}
//
//- (void)tearDown {
// self.branch = nil;
// self.preferenceHelper = nil;
// [super tearDown];
//}

- (void)testRequestBody {
BNCPreferenceHelper *preferenceHelper = [BNCPreferenceHelper sharedInstance];
NSDictionary * const expectedParams = @{
Expand Down
2 changes: 1 addition & 1 deletion BranchSDK.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BranchSDK"
s.version = "2.1.2"
s.version = "2.2.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?
Expand Down
12 changes: 6 additions & 6 deletions BranchSDK.xcodeproj/project.pbxproj
Expand Up @@ -2069,7 +2069,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2100,7 +2100,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2302,7 +2302,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
PRODUCT_MODULE_NAME = BranchSDK;
PRODUCT_NAME = BranchSDK;
Expand Down Expand Up @@ -2337,7 +2337,7 @@
"@loader_path/Frameworks",
);
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
PRODUCT_MODULE_NAME = BranchSDK;
PRODUCT_NAME = BranchSDK;
Expand Down Expand Up @@ -2369,7 +2369,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
PRODUCT_NAME = BranchSDK;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -2399,7 +2399,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 2.1.2;
MARKETING_VERSION = 2.2.0;
PRODUCT_BUNDLE_IDENTIFIER = io.branch.BranchSDK;
PRODUCT_NAME = BranchSDK;
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion BranchSDK/BNCConfig.m
Expand Up @@ -11,5 +11,5 @@
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 = @"2.1.2";
NSString * const BNC_SDK_VERSION = @"2.2.0";
NSString * const BNC_CDN_URL = @"https://cdn.branch.io";
9 changes: 9 additions & 0 deletions ChangeLog.md
@@ -1,6 +1,15 @@
Branch iOS SDK Change Log

V.2.2.0

Branch iOS SDK 2.2.0 adds the ability to include developer ID in installs and a new method to change the Branch API base URL.

- SDK-1944 - Add Developer ID to v1/install
- SDK-1755 - Remove old Apple Search Ads APIs
- SDK-1934 - Expose a public method to change the Branch API base url

V.2.1.2

Branch iOS SDK 2.1.2 adds additional support for Meta AEM links. It also includes some bug fixes and debugging improvements.

- SDK-1796, SDK-1797 and SDK-1906 additional support for Meta AEM links
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Expand Up @@ -30,7 +30,7 @@ Options:
USAGE
}

version=2.1.2
version=2.2.0
prev_version="$version"

if (( $# == 0 )); then
Expand Down

0 comments on commit d365941

Please sign in to comment.