From 30679c2470698069c0ee5675d36946df7095de7b Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Thu, 10 Nov 2016 15:54:24 -0800 Subject: [PATCH] remove unneeded script phases --- src/RealmJS.xcodeproj/project.pbxproj | 15 --------------- .../ios/ReactTests.xcodeproj/project.pbxproj | 15 --------------- 2 files changed, 30 deletions(-) diff --git a/src/RealmJS.xcodeproj/project.pbxproj b/src/RealmJS.xcodeproj/project.pbxproj index 8f606d41..85437a4e 100644 --- a/src/RealmJS.xcodeproj/project.pbxproj +++ b/src/RealmJS.xcodeproj/project.pbxproj @@ -711,7 +711,6 @@ 02B58CB81AE99CEC009B348C /* Sources */, 02B58CB91AE99CEC009B348C /* Frameworks */, 02B58CBA1AE99CEC009B348C /* Resources */, - F613787A1C18F003008BFC51 /* Copy Query Tests */, 02879D8D1DC29F2000777A5D /* Install Node Modules */, ); buildRules = ( @@ -846,20 +845,6 @@ shellPath = /bin/sh; shellScript = "cd \"$TARGET_BUILD_DIR/$CONTENTS_FOLDER_PATH\"\nyarn add needle url-parse"; }; - F613787A1C18F003008BFC51 /* Copy Query Tests */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Copy Query Tests"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "DEST=\"$TARGET_BUILD_DIR/$CONTENTS_FOLDER_PATH/js/query-tests.json\"\nrm -f \"$DEST\"\ncp object-store/tests/query.json \"$DEST\""; - }; F63117A41CEA911000ECB2DE /* Build with node-gyp */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; diff --git a/tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj b/tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj index 28412ea9..cb29d2cf 100644 --- a/tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj +++ b/tests/react-test-app/ios/ReactTests.xcodeproj/project.pbxproj @@ -431,7 +431,6 @@ isa = PBXNativeTarget; buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ReactTestApp" */; buildPhases = ( - F65C4BCA1BC72C5A000A1793 /* Install Realm Node Modules */, 13B07F871A680F5B00A75B9A /* Sources */, 13B07F8C1A680F5B00A75B9A /* Frameworks */, 13B07F8E1A680F5B00A75B9A /* Resources */, @@ -679,20 +678,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - F65C4BCA1BC72C5A000A1793 /* Install Realm Node Modules */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Install Realm Node Modules"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "[ -s \"${HOME}/.nvm/nvm.sh\" ] && . \"${HOME}/.nvm/nvm.sh\"\n #cp \"${SRCROOT}/../../../src/object-store/tests/query.json\" \"${SRCROOT}/../node_modules/realm-tests/query-tests.json\"\n"; - }; F6EDE5BF1C49007200B1085F /* Bundle React Native code and images */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647;