CB-11860 - Fix ios-sim tests on Xcode 8
Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/861cac84 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/861cac84 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/861cac84 Branch: refs/heads/master Commit: 861cac84f5d1e3d04d7dd587610a8d5a7e0d4e76 Parents: 249db30 Author: Darryl Pogue <[email protected]> Authored: Fri Sep 16 16:15:13 2016 -0700 Committer: Darryl Pogue <[email protected]> Committed: Fri Sep 30 17:33:16 2016 -0700 ---------------------------------------------------------------------- .../CordovaLibTests.xcodeproj/project.pbxproj | 14 -------------- 1 file changed, 14 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/861cac84/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj ---------------------------------------------------------------------- diff --git a/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj b/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj index dcc6d7f..319b682 100644 --- a/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj +++ b/tests/CordovaLibTests/CordovaLibTests.xcodeproj/project.pbxproj @@ -208,7 +208,6 @@ 686357A4141002F100DF4CF2 /* Sources */, 686357A5141002F100DF4CF2 /* Frameworks */, 686357A6141002F100DF4CF2 /* Resources */, - 686357A7141002F100DF4CF2 /* ShellScript */, ); buildRules = ( ); @@ -290,19 +289,6 @@ shellScript = "cp ../../CordovaLib/cordova.js \"$BUILT_PRODUCTS_DIR/$FULL_PRODUCT_NAME/www/cordova.js\""; showEnvVarsInLog = 0; }; - 686357A7141002F100DF4CF2 /* ShellScript */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n"; - }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
