Skip to content

Commit a0988f0

Browse files
committed
CORE-1830 prep 1.39.2 release
1 parent 8baabaf commit a0988f0

File tree

7 files changed

+19
-13
lines changed

7 files changed

+19
-13
lines changed

Branch-SDK/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 = @"1.39.1";
14+
NSString * const BNC_SDK_VERSION = @"1.39.2";

Branch-SDK/BNCSystemObserver.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ + (NSString *)attOptedInStatus {
128128
return statusString;
129129
}
130130

131-
// on iOS 14+ this value is always NO
131+
// this value is deprecated on iOS 14+
132132
+ (BOOL)adTrackingSafe {
133133
#ifdef BRANCH_EXCLUDE_IDFA_CODE
134134
return NO;

Branch-TestBed/Framework-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.39.1</string>
20+
<string>1.39.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.39.1</string>
24+
<string>1.39.2</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.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 = "Branch"
3-
s.version = "1.39.1"
3+
s.version = "1.39.2"
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?

ChangeLog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
Branch iOS SDK Change Log
22

3+
v1.39.2
4+
CORE-1768 Add 'handleATTAuthorizationStatus' method to monitor ATT prompt performance.
5+
6+
Pass the AppTrackingTransparency authorization status from the callback of ATTrackingManager.requestTrackingAuthorization.
7+
Before prompting the user, check that ATTrackingManager.trackingAuthorizationStatus is notDetermined.
8+
39
v1.39.1
410
CORE-1769
5-
Fix podspec AdServices.framework issue. This addresses a crash on launch for older iOS versions.
11+
Fix podspec AdServices.framework issue. This addresses a crash on launch for older iOS versions.
612

713
CORE-1766
814
First time opt in indicator. Reduces load on the server.

carthage-files/BranchSDK.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,7 +1589,7 @@
15891589
"@executable_path/Frameworks",
15901590
"@loader_path/Frameworks",
15911591
);
1592-
MARKETING_VERSION = 1.39.1;
1592+
MARKETING_VERSION = 1.39.2;
15931593
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
15941594
MTL_FAST_MATH = YES;
15951595
ONLY_ACTIVE_ARCH = YES;
@@ -1629,7 +1629,7 @@
16291629
"@executable_path/Frameworks",
16301630
"@loader_path/Frameworks",
16311631
);
1632-
MARKETING_VERSION = 1.39.1;
1632+
MARKETING_VERSION = 1.39.2;
16331633
MTL_FAST_MATH = YES;
16341634
ONLY_ACTIVE_ARCH = NO;
16351635
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1665,7 +1665,7 @@
16651665
);
16661666
MACH_O_TYPE = staticlib;
16671667
MACOSX_DEPLOYMENT_TARGET = 10.15;
1668-
MARKETING_VERSION = 1.39.1;
1668+
MARKETING_VERSION = 1.39.2;
16691669
ONLY_ACTIVE_ARCH = YES;
16701670
OTHER_LDFLAGS = "-ObjC";
16711671
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1698,7 +1698,7 @@
16981698
);
16991699
MACH_O_TYPE = staticlib;
17001700
MACOSX_DEPLOYMENT_TARGET = 10.15;
1701-
MARKETING_VERSION = 1.39.1;
1701+
MARKETING_VERSION = 1.39.2;
17021702
ONLY_ACTIVE_ARCH = NO;
17031703
OTHER_LDFLAGS = "-ObjC";
17041704
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1857,7 +1857,7 @@
18571857
"@loader_path/Frameworks",
18581858
);
18591859
MACOSX_DEPLOYMENT_TARGET = 10.15;
1860-
MARKETING_VERSION = 1.39.1;
1860+
MARKETING_VERSION = 1.39.2;
18611861
ONLY_ACTIVE_ARCH = YES;
18621862
OTHER_LDFLAGS = "-ObjC";
18631863
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;
@@ -1888,7 +1888,7 @@
18881888
"@loader_path/Frameworks",
18891889
);
18901890
MACOSX_DEPLOYMENT_TARGET = 10.15;
1891-
MARKETING_VERSION = 1.39.1;
1891+
MARKETING_VERSION = 1.39.2;
18921892
ONLY_ACTIVE_ARCH = NO;
18931893
OTHER_LDFLAGS = "-ObjC";
18941894
PRODUCT_BUNDLE_IDENTIFIER = io.branch.Branch;

scripts/version.sh

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

34-
version=1.39.1
34+
version=1.39.2
3535

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

0 commit comments

Comments
 (0)