Skip to content

Commit 0c166db

Browse files
committed
Release 0.25.9.
1 parent a7e36d6 commit 0c166db

File tree

7 files changed

+16
-45
lines changed

7 files changed

+16
-45
lines changed

Branch-TestBed/Branch-TestBed.xcodeproj/project.pbxproj

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -938,8 +938,6 @@
938938
7E6B3B4E1AA42D0E005F45BF /* Frameworks */,
939939
7E6B3B4F1AA42D0E005F45BF /* Resources */,
940940
4DF79403209B90B6003597E8 /* CopyFiles */,
941-
3A7988C2912C03F642C32C3B /* [CP] Embed Pods Frameworks */,
942-
AAD7E49B6EF1F7EE856C31D2 /* [CP] Copy Pods Resources */,
943941
);
944942
buildRules = (
945943
);
@@ -1060,36 +1058,6 @@
10601058
/* End PBXResourcesBuildPhase section */
10611059

10621060
/* Begin PBXShellScriptBuildPhase section */
1063-
3A7988C2912C03F642C32C3B /* [CP] Embed Pods Frameworks */ = {
1064-
isa = PBXShellScriptBuildPhase;
1065-
buildActionMask = 2147483647;
1066-
files = (
1067-
);
1068-
inputPaths = (
1069-
);
1070-
name = "[CP] Embed Pods Frameworks";
1071-
outputPaths = (
1072-
);
1073-
runOnlyForDeploymentPostprocessing = 0;
1074-
shellPath = /bin/sh;
1075-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Branch-SDK-Tests/Pods-Branch-SDK-Tests-frameworks.sh\"\n";
1076-
showEnvVarsInLog = 0;
1077-
};
1078-
AAD7E49B6EF1F7EE856C31D2 /* [CP] Copy Pods Resources */ = {
1079-
isa = PBXShellScriptBuildPhase;
1080-
buildActionMask = 2147483647;
1081-
files = (
1082-
);
1083-
inputPaths = (
1084-
);
1085-
name = "[CP] Copy Pods Resources";
1086-
outputPaths = (
1087-
);
1088-
runOnlyForDeploymentPostprocessing = 0;
1089-
shellPath = /bin/sh;
1090-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Branch-SDK-Tests/Pods-Branch-SDK-Tests-resources.sh\"\n";
1091-
showEnvVarsInLog = 0;
1092-
};
10931061
B58A8EEAA66A7460C0BD3488 /* [CP] Check Pods Manifest.lock */ = {
10941062
isa = PBXShellScriptBuildPhase;
10951063
buildActionMask = 2147483647;

Branch.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>0.25.8</string>
20+
<string>0.25.9</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>0.25.8</string>
24+
<string>0.25.9</string>
2525
<key>LSRequiresIPhoneOS</key>
2626
<true/>
2727
<key>NSHumanReadableCopyright</key>

Branch.framework/Versions/A/Branch

-79.5 KB
Binary file not shown.

Branch.framework/Versions/A/Headers/Branch.h

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,11 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
462462

463463
/**
464464
Call this method from inside your app delegate's `application:openURL:sourceApplication:annotation:`
465-
method with the so that Branch can open the passed URL.
465+
method so that Branch can open the passed URL. This method is for pre-iOS 9 compatibility: If you don't need
466+
pre-iOS 9 compatibility, override your app delegate's `application:openURL:options:` method instead and use
467+
the Branch `application:openURL:options:` to open the URL.
468+
469+
@warning Pre-iOS 9 compatibility only.
466470
467471
@param application The application that was passed to your app delegate.
468472
@param url The URL that was passed to your app delegate.
@@ -476,12 +480,10 @@ typedef NS_ENUM(NSUInteger, BranchCreditHistoryOrder) {
476480
annotation:(id)annotation;
477481

478482
/**
479-
Call this method from inside your app delegate's `application:openURL:options:`
480-
method with the so that Branch can open the passed URL.
483+
Call this method from inside your app delegate's `application:openURL:options:` method so that Branch can
484+
open the passed URL.
481485
482-
This method is functionally the same as calling the Branch method
483-
`application:openURL:sourceApplication:annotation:`. This method matches the new Apple appDelegate
484-
method for convenience.
486+
This is the preferred Branch method to call inside your `application:openURL:options:` method.
485487
486488
@param application The application that was passed to your app delegate.
487489
@param url The URL that was passed to your app delegate.

ChangeLog.md

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

33
- v0.25.9
4-
* _*Master Release*_ - November 29, 2018
4+
5+
* _*Master Release*_ - November 29, 2018
56
* DEVEX-826 Fix Unit Tests
67
- Fix blacklist unit test.
78
- Removed Swift 3 reference.

checksum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#checksum for Branch-iOS-SDK found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-SDK.zip
2-
65a80c94ae3a6e17475da2676254bc868a0875d0 Branch-iOS-SDK.zip
2+
56cb9f3675b4318933ada009f386e50ff8dbc26c Branch-iOS-SDK.zip
33
#checksum for Branch-iOS-TestBed found at https://s3-us-west-1.amazonaws.com/branchhost/Branch-iOS-TestBed.zip
4-
13f5f05189e6e5394775ab45e134481f5954ad48 Branch-iOS-TestBed.zip
4+
2e5c70694d7241987bd134e35a5481807d34cd28 Branch-iOS-TestBed.zip

scripts/deploy-preflight

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ checkTool pod
6363
checkTool carthage
6464

6565
# Check Fabric
66-
checkApp Fabric
67-
checkVariable FABRIC_KEY
66+
#checkApp Fabric
67+
#checkVariable FABRIC_KEY
6868

6969
# Check Github
7070
if ! git push --dry-run &> /dev/null; then

0 commit comments

Comments
 (0)