ios-deploy
Advanced tools
Comparing version 1.9.0 to 1.9.1
{ | ||
"name": "ios-deploy", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"os": [ | ||
@@ -5,0 +5,0 @@ "darwin" |
@@ -0,1 +1,3 @@ | ||
[![Build Status](https://travis-ci.org/phonegap/ios-deploy.svg?branch=master)](https://travis-ci.org/phonegap/ios-deploy) | ||
ios-deploy | ||
@@ -7,5 +9,5 @@ ========== | ||
* Mac OS X. Tested on 10.11 El Capitan and iOS 9.0 | ||
* Mac OS X. Tested on 10.11 El Capitan, 10.12 Sierra, iOS 9.0 and iOS 10.0 | ||
* You need to have a valid iOS Development certificate installed. | ||
* Xcode 6.4 or greater should be installed | ||
* Xcode 7 or greater should be installed (**NOT** Command Line Tools!) | ||
@@ -18,5 +20,10 @@ ## Roadmap | ||
1.8.0 will use an Xcode project instead of a Makefile (to prepare for 2.0.0) | ||
2.0.0 will break out the commands into their own files, and create ios-deploy-lib for node.js use | ||
1.8.0 will use an Xcode project instead of a Makefile (to prepare for 2.0.0) (1.x branch) | ||
2.0.0 will break out the commands into their own files, and create ios-deploy-lib for node.js use (master branch) | ||
## Development | ||
The legacy `1.x` version is under the `1.x` branch. Bug fixes for the `1.x` series will occur under there. | ||
The 'master' branch now contains the `2.x` series, and is the development branch. | ||
## Installation | ||
@@ -53,3 +60,3 @@ ======= | ||
### OS X 10.11 El Capitan | ||
### OS X 10.11 El Capitan or greater | ||
@@ -141,5 +148,1 @@ If you are *not* using a node version manager like [nvm](https://github.com/creationix/nvm) or [n](https://github.com/tj/n), you may have to do either of these three things below when under El Capitan: | ||
* `make debug` will install demo.app and launch a LLDB session. | ||
## Notes | ||
* With some modifications, it may be possible to use this without Xcode installed; however, you would need a copy of the relevant DeveloperDiskImage.dmg (included with Xcode). lldb would also run slower as symbols would be downloaded from the device on-the-fly. |
@@ -7,3 +7,3 @@ #!/usr/bin/env node | ||
var XCODEBUILD_MIN_VERSION = '6.0'; | ||
var XCODEBUILD_MIN_VERSION = '7.0'; | ||
var XCODEBUILD_NOT_FOUND_MESSAGE = util.format('Please install Xcode version %s or greater from the Mac App Store.', XCODEBUILD_MIN_VERSION); | ||
@@ -43,3 +43,3 @@ var TOOL = 'xcodebuild'; | ||
console.log('!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'); | ||
console.log('!!!! WARNING: You are on OS X 10.11 El Capitan, you may need to add the'); | ||
console.log('!!!! WARNING: You are on OS X 10.11 El Capitan or greater, you may need to add the'); | ||
console.log('!!!! WARNING: `--unsafe-perm=true` flag when running `npm install`'); | ||
@@ -46,0 +46,0 @@ console.log('!!!! WARNING: or else it will fail.'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
145
173635
26