Skip to content

Commit 4d9664c

Browse files
committed
SDK-979 prep macOS SDK release
1 parent 1a49241 commit 4d9664c

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

Branch.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@
11841184
CODE_SIGN_IDENTITY = "Mac Developer";
11851185
CODE_SIGN_STYLE = Automatic;
11861186
DEVELOPMENT_TEAM = "";
1187-
MARKETING_VERSION = 1.2.1;
1187+
MARKETING_VERSION = 1.2.2;
11881188
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
11891189
PROVISIONING_PROFILE_SPECIFIER = "";
11901190
};
@@ -1196,7 +1196,7 @@
11961196
CODE_SIGN_IDENTITY = "";
11971197
CODE_SIGN_STYLE = Automatic;
11981198
DEVELOPMENT_TEAM = "";
1199-
MARKETING_VERSION = 1.2.1;
1199+
MARKETING_VERSION = 1.2.2;
12001200
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
12011201
PROVISIONING_PROFILE_SPECIFIER = "";
12021202
};
@@ -1300,7 +1300,7 @@
13001300
CODE_SIGN_IDENTITY = "";
13011301
CODE_SIGN_STYLE = Automatic;
13021302
DEVELOPMENT_TEAM = "";
1303-
MARKETING_VERSION = 1.2.1;
1303+
MARKETING_VERSION = 1.2.2;
13041304
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
13051305
PROVISIONING_PROFILE_SPECIFIER = "";
13061306
};

CHANGELOG.md

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

3+
## v1.2.2 - May 7, 2020
4+
* Fix fallback when idfa is not available
5+
36
## v1.2.1 - December 13, 2019
47
* Fix crash when idfa is not available
58

-36.2 KB
Binary file not shown.

Frameworks/macOS/Branch.framework/Versions/A/Resources/Info.plist

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>18G1012</string>
6+
<string>19E287</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>en</string>
99
<key>CFBundleExecutable</key>
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.1</string>
20+
<string>1.2.2</string>
2121
<key>CFBundleSupportedPlatforms</key>
2222
<array>
2323
<string>MacOSX</string>
@@ -27,17 +27,17 @@
2727
<key>DTCompiler</key>
2828
<string>com.apple.compilers.llvm.clang.1_0</string>
2929
<key>DTPlatformBuild</key>
30-
<string>11C29</string>
30+
<string>11E503a</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
34-
<string>19B90</string>
34+
<string>19E258</string>
3535
<key>DTSDKName</key>
3636
<string>macosx10.15</string>
3737
<key>DTXcode</key>
38-
<string>1130</string>
38+
<string>1141</string>
3939
<key>DTXcodeBuild</key>
40-
<string>11C29</string>
40+
<string>11E503a</string>
4141
<key>LSMinimumSystemVersion</key>
4242
<string>10.10</string>
4343
<key>NSHumanReadableCopyright</key>
535 KB
Binary file not shown.
-40 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)