From c4cd7b4a555723731a8912ec02f4adeb0af6ded2 Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Thu, 4 Feb 2016 09:45:50 -0800 Subject: [PATCH] Increment version to 1.8.5 --- .../xcschemes/ios-deploy-tests.xcscheme | 56 +++++++++++++++++++ package.json | 4 +- src/ios-deploy/version.h | 2 +- 3 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 ios-deploy.xcodeproj/xcshareddata/xcschemes/ios-deploy-tests.xcscheme 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 af20b26..7f0cb49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ios-deploy", - "version": "1.8.4", + "version": "1.8.5", "os": [ "darwin" ], @@ -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" }, diff --git a/src/ios-deploy/version.h b/src/ios-deploy/version.h index ec8dea7..a781e5a 100644 --- a/src/ios-deploy/version.h +++ b/src/ios-deploy/version.h @@ -1 +1 @@ -"1.8.4" \ No newline at end of file +"1.8.5" \ No newline at end of file