File tree Expand file tree Collapse file tree 7 files changed +16
-45
lines changed
Branch-TestBed/Branch-TestBed.xcodeproj Expand file tree Collapse file tree 7 files changed +16
-45
lines changed Original file line number Diff line number Diff line change 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 );
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;
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 11Branch 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ checkTool pod
6363checkTool carthage
6464
6565# Check Fabric
66- checkApp Fabric
67- checkVariable FABRIC_KEY
66+ # checkApp Fabric
67+ # checkVariable FABRIC_KEY
6868
6969# Check Github
7070if ! git push --dry-run & > /dev/null; then
You can’t perform that action at this time.
0 commit comments