Skip to content

Commit bf72353

Browse files
committed
INTENG-10216 prepare patch release
1 parent ee76a0c commit bf72353

File tree

10 files changed

+18
-26
lines changed

10 files changed

+18
-26
lines changed

Branch.xcodeproj/project.pbxproj

Lines changed: 6 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.3;
1187+
MARKETING_VERSION = 1.2.4;
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.3;
1199+
MARKETING_VERSION = 1.2.4;
12001200
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
12011201
PROVISIONING_PROFILE_SPECIFIER = "";
12021202
};
@@ -1205,6 +1205,7 @@
12051205
4D67477120C74E81001639C5 /* Debug */ = {
12061206
isa = XCBuildConfiguration;
12071207
buildSettings = {
1208+
MARKETING_VERSION = 1.2.4;
12081209
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
12091210
SDKROOT = appletvos;
12101211
};
@@ -1213,6 +1214,7 @@
12131214
4D67477320C74E81001639C5 /* Release */ = {
12141215
isa = XCBuildConfiguration;
12151216
buildSettings = {
1217+
MARKETING_VERSION = 1.2.4;
12161218
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
12171219
SDKROOT = appletvos;
12181220
};
@@ -1300,7 +1302,7 @@
13001302
CODE_SIGN_IDENTITY = "";
13011303
CODE_SIGN_STYLE = Automatic;
13021304
DEVELOPMENT_TEAM = "";
1303-
MARKETING_VERSION = 1.2.3;
1305+
MARKETING_VERSION = 1.2.4;
13041306
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
13051307
PROVISIONING_PROFILE_SPECIFIER = "";
13061308
};
@@ -1328,6 +1330,7 @@
13281330
4DFB135720CCD96400AF3E47 /* UnitTests */ = {
13291331
isa = XCBuildConfiguration;
13301332
buildSettings = {
1333+
MARKETING_VERSION = 1.2.4;
13311334
PRODUCT_BUNDLE_IDENTIFIER = io.branch.sdk.mac;
13321335
SDKROOT = appletvos;
13331336
};

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.4 - June 17, 2020
4+
* Remove certificate pinning
5+
36
## v1.2.3 - May 13, 2020
47
* Fix control param location in request payload
58

-6.42 KB
Binary file not shown.

Frameworks/macOS/Branch.framework/Versions/A/Headers/BranchMainClass.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ NS_ASSUME_NONNULL_BEGIN
3131
- (instancetype) initWithKey:(NSString*)key NS_DESIGNATED_INITIALIZER;
3232

3333
/** Your Branch key. */
34-
@property (atomic, strong) NSString*key;
35-
36-
/** Use certificate pinning for extra security. The default is to use certificate pinning. */
37-
@property (atomic, assign) BOOL useCertificatePinning;
34+
@property (atomic, strong) NSString *key;
3835

3936
/** The URL to the Branch API servers. */
40-
@property (atomic, copy) NSString*branchAPIServiceURL;
37+
@property (atomic, copy) NSString *branchAPIServiceURL;
4138

4239
/**
4340
This is `Class` for the network service. If you want to use your own underlying network service,

Frameworks/macOS/Branch.framework/Versions/A/Headers/BranchNetworkServiceProtocol.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ NS_ASSUME_NONNULL_BEGIN
9191
- (id<BNCNetworkOperationProtocol>) networkOperationWithURLRequest:(NSMutableURLRequest*)request
9292
completion:(void (^)(id<BNCNetworkOperationProtocol>operation))completion;
9393

94-
/// Pins the session to the array of public keys.
95-
@optional
96-
- (NSError*_Nullable) pinSessionToPublicSecKeyRefs:(NSArray/* <SecKeyRef> */*_Nullable)publicKeys;
97-
9894
@end
9995

10096
NS_ASSUME_NONNULL_END

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

Lines changed: 5 additions & 5 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>19E287</string>
6+
<string>19F101</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.3</string>
20+
<string>1.2.4</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>11E503a</string>
30+
<string>11E608c</string>
3131
<key>DTPlatformVersion</key>
3232
<string>GM</string>
3333
<key>DTSDKBuild</key>
3434
<string>19E258</string>
3535
<key>DTSDKName</key>
3636
<string>macosx10.15</string>
3737
<key>DTXcode</key>
38-
<string>1141</string>
38+
<string>1150</string>
3939
<key>DTXcodeBuild</key>
40-
<string>11E503a</string>
40+
<string>11E608c</string>
4141
<key>LSMinimumSystemVersion</key>
4242
<string>10.10</string>
4343
<key>NSHumanReadableCopyright</key>
-2.37 KB
Binary file not shown.

Frameworks/tvOS/Branch.framework/Headers/BranchMainClass.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,10 @@ NS_ASSUME_NONNULL_BEGIN
3131
- (instancetype) initWithKey:(NSString*)key NS_DESIGNATED_INITIALIZER;
3232

3333
/** Your Branch key. */
34-
@property (atomic, strong) NSString*key;
35-
36-
/** Use certificate pinning for extra security. The default is to use certificate pinning. */
37-
@property (atomic, assign) BOOL useCertificatePinning;
34+
@property (atomic, strong) NSString *key;
3835

3936
/** The URL to the Branch API servers. */
40-
@property (atomic, copy) NSString*branchAPIServiceURL;
37+
@property (atomic, copy) NSString *branchAPIServiceURL;
4138

4239
/**
4340
This is `Class` for the network service. If you want to use your own underlying network service,

Frameworks/tvOS/Branch.framework/Headers/BranchNetworkServiceProtocol.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,6 @@ NS_ASSUME_NONNULL_BEGIN
9191
- (id<BNCNetworkOperationProtocol>) networkOperationWithURLRequest:(NSMutableURLRequest*)request
9292
completion:(void (^)(id<BNCNetworkOperationProtocol>operation))completion;
9393

94-
/// Pins the session to the array of public keys.
95-
@optional
96-
- (NSError*_Nullable) pinSessionToPublicSecKeyRefs:(NSArray/* <SecKeyRef> */*_Nullable)publicKeys;
97-
9894
@end
9995

10096
NS_ASSUME_NONNULL_END
41 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)