File tree Expand file tree Collapse file tree 10 files changed +37
-35
lines changed
Expand file tree Collapse file tree 10 files changed +37
-35
lines changed Original file line number Diff line number Diff line change 1212BOOL const BNC_API_PINNED = YES ;
1313NSString * const BNC_API_VERSION = @" v1" ;
1414NSString * const BNC_LINK_URL = @" https://bnc.lt" ;
15- NSString * const BNC_SDK_VERSION = @" 0.24.1 " ;
15+ NSString * const BNC_SDK_VERSION = @" 0.24.2 " ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ - (void)testKeyChain {
2828
2929 error = [BNCKeyChain removeValuesForService: nil key: nil ];
3030 if (systemVersion >= 10.0 && systemVersion < 11.0 )
31- { XCTAssertTrue (error.code == -34018 ); }
31+ { XCTAssertTrue (error == nil || error .code == -34018 ); }
3232 else
3333 { XCTAssertTrue (error == nil ); }
3434
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.24.1 </string >
20+ <string >0.24.2 </string >
2121 <key >CFBundleSignature </key >
2222 <string >???? </string >
2323 <key >CFBundleVersion </key >
24- <string >0.24.1 </string >
24+ <string >0.24.2 </string >
2525 <key >LSRequiresIPhoneOS </key >
2626 <true />
2727 <key >NSHumanReadableCopyright </key >
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Branch"
3- s . version = "0.24.1 "
3+ s . version = "0.24.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?
Original file line number Diff line number Diff line change 11Branch iOS SDK Change Log
22
33- v0.24.2
4- * _ * Master Release* _ - April 20 , 2018
4+ * _ * Master Release* _ - April 21 , 2018
55 * Fixed a bug where a opening a blacklisted URI scheme would cause an HTTP status 400 for each
66 Branch open until the app was opened with a universal link (DEVEX-341).
77 - After opening a blacklisted scheme, the app would not open other schemes until a https URL was opened.
Original file line number Diff line number Diff line change 11PODS:
2- - Branch (0.24.0 ):
3- - Branch/Core (= 0.24.0 )
4- - Branch/Core (0.24.0 )
2+ - Branch (0.24.1 ):
3+ - Branch/Core (= 0.24.1 )
4+ - Branch/Core (0.24.1 )
55 - Cartography (3.0.1)
66 - MBProgressHUD (1.1.0)
77
@@ -10,15 +10,20 @@ DEPENDENCIES:
1010 - Cartography
1111 - MBProgressHUD
1212
13+ SPEC REPOS:
14+ https://github.com/CocoaPods/Specs.git:
15+ - Cartography
16+ - MBProgressHUD
17+
1318EXTERNAL SOURCES:
1419 Branch:
15- :path: ../..
20+ :path: " ../.."
1621
1722SPEC CHECKSUMS:
18- Branch: b4e9cfd1d75e230df3d4fb8d738b290c94e7a576
23+ Branch: 1bc7254a71cc47d2a9edccfb6a308c11e6a8e7af
1924 Cartography: f8c899bb0f5cf20758644a8eea59a75e98a03a5d
2025 MBProgressHUD: e7baa36a220447d8aeb12769bf0585582f3866d9
2126
2227PODFILE CHECKSUM: 11c87f21f32687c987839149b04678394af64cd8
2328
24- COCOAPODS: 1.4 .0
29+ COCOAPODS: 1.5 .0
Original file line number Diff line number Diff line change 180180 7B3B977D1E8C1B650089C04B /* Frameworks */,
181181 7B3B977E1E8C1B650089C04B /* Resources */,
182182 B83EB663911AC8B2CA5E28B1 /* [CP] Embed Pods Frameworks */,
183- DF74DA356D0CBFBBC39E6377 /* [CP] Copy Pods Resources */,
184183 );
185184 buildRules = (
186185 );
287286 shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
288287 showEnvVarsInLog = 0;
289288 };
290- DF74DA356D0CBFBBC39E6377 /* [CP] Copy Pods Resources */ = {
291- isa = PBXShellScriptBuildPhase;
292- buildActionMask = 2147483647;
293- files = (
294- );
295- inputPaths = (
296- );
297- name = "[CP] Copy Pods Resources";
298- outputPaths = (
299- );
300- runOnlyForDeploymentPostprocessing = 0;
301- shellPath = /bin/sh;
302- shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-WebViewExample/Pods-WebViewExample-resources.sh\"\n";
303- showEnvVarsInLog = 0;
304- };
305289/* End PBXShellScriptBuildPhase section */
306290
307291/* Begin PBXSourcesBuildPhase section */
Original file line number Diff line number Diff line change 1515 <key >CFBundlePackageType </key >
1616 <string >FMWK </string >
1717 <key >CFBundleShortVersionString </key >
18- <string >0.24.1 </string >
18+ <string >0.24.2 </string >
1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >0.24.1 </string >
22+ <string >0.24.2 </string >
2323 <key >NSPrincipalClass </key >
2424 <string ></string >
2525</dict >
Original file line number Diff line number Diff line change @@ -43,7 +43,12 @@ stressTest=0
4343# stressPhone="iPhone 4s"
4444# stressOS="8.3"
4545stressPhone=" iPhone 7 Plus"
46- stressOS=" latest"
46+ if [ " $( xcodebuild -version | head -n1) " = " Xcode 9.3" ]
47+ then
48+ stressOS=" latest"
49+ else
50+ stressOS=" 10.3.1"
51+ fi
4752
4853function testSimulatorStress() {
4954 if (( $stressTest == 0 )) ; then
9398
9499cleanAll
95100analyzeBuild
101+ printf " ${textBlue} Running stress test with $stressPhone $stressOS .${textNormal} \n"
96102for i in {1..5}
97103do
98104 testSimulatorStress
99105done
100- testSimulatorVersion " iPhone X" latest
101- testSimulatorVersion " iPhone SE" latest
106+ if [ " $( xcodebuild -version | head -n1) " = " Xcode 9.3" ]
107+ then
108+ testSimulatorVersion " iPhone X" latest
109+ fi
110+ testSimulatorVersion " iPhone SE" " $stressOS "
102111testSimulatorVersion " iPhone 6s" 10.0
103112testSimulatorVersion " iPhone 5" 9.3
104- testSimulatorVersion " iPhone 4s" 8.4
113+ # xctest doesn't work for iOS 8.4 in Xcode 9.3. Bummer.
114+ if [ " $( xcodebuild -version | head -n1) " != " Xcode 9.3" ]
115+ then
116+ testSimulatorVersion " iPhone 4s" 8.4
117+ fi
105118
106119elapsed=$( date -jur$SECONDS +%H:%M:%S)
107120printf " ${textBlue} All tests completed successfully. Elapsed: %s.${textNormal} \n" " $elapsed "
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Options:
3131USAGE
3232}
3333
34- version=0.24.1
34+ version=0.24.2
3535
3636if (( $# == 0 )) ; then
3737 echo $version
You can’t perform that action at this time.
0 commit comments