diff --git a/ios-deploy.xcodeproj/xcshareddata/xcschemes/ios-deploy-tests.xcscheme b/ios-deploy.xcodeproj/xcshareddata/xcschemes/ios-deploy-tests.xcscheme new file mode 100644 index 0000000..fdf95d8 --- /dev/null +++ b/ios-deploy.xcodeproj/xcshareddata/xcschemes/ios-deploy-tests.xcscheme @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index 8aa0b04..f4e41c8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "scripts": { "preinstall": "./src/scripts/check_reqs.js && xcodebuild", - "test": "npm run pycompile && npm run jshint && xcodebuild -scheme ios-deploy-lib && xcodebuild test -scheme ios-deploy-tests", + "test": "npm run pycompile && npm run jshint && xcodebuild -target ios-deploy-lib && xcodebuild test -scheme ios-deploy-tests", "jshint": "node node_modules/jshint/bin/jshint src/scripts/*.js", "pycompile": "python -m py_compile src/scripts/*.py" },