Repository: cordova-osx Updated Branches: refs/heads/master a5c6aea37 -> 764eda6b1
Update Readme Project: http://git-wip-us.apache.org/repos/asf/cordova-osx/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-osx/commit/764eda6b Tree: http://git-wip-us.apache.org/repos/asf/cordova-osx/tree/764eda6b Diff: http://git-wip-us.apache.org/repos/asf/cordova-osx/diff/764eda6b Branch: refs/heads/master Commit: 764eda6b1a9b97e2c774b3e68e93c750f6e6d386 Parents: a5c6aea Author: Tobias Bocanegra <[email protected]> Authored: Thu Feb 4 20:59:43 2016 -0800 Committer: Tobias Bocanegra <[email protected]> Committed: Thu Feb 4 21:00:35 2016 -0800 ---------------------------------------------------------------------- README.md | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/764eda6b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 9ec472d..a6dd0e8 100644 --- a/README.md +++ b/README.md @@ -31,25 +31,6 @@ Make sure you have installed the latest released OS X SDK which comes with Xcode Download it at [http://developer.apple.com/downloads](http://developer.apple.com/downloads) or the [Mac App Store](http://itunes.apple.com/us/app/xcode/id497799835?mt=12). -### Use Development versions for your build -Since OSX is not officially released yet, we need to use the development versions of the respective modules where OSX was already added. currently those are: - -* _cordova-lib_ -* _cordova-plugman_ -* _cordova-plugin-file_ - -1. checkout the master branch of _cordova-lib_, _cordova-plugman_, _cordova-cli_ and all the plugins you require -2. link the development version if _cordova-lib_ to _cordova-cli_ and _cordova-plugman_ (see https://github.com/apache/cordova-lib#setup) - - ```` - $ cd cordova-lib/cordova-lib - $ npm install && npm link - $ cd ../../cordova-cli - $ npm link cordova-lib && npm install - $ cd ../cordova-plugman - $ npm link cordova-lib && npm install - ```` - Create your project ------------------------------------------------------------- @@ -62,9 +43,11 @@ Create your project 2. add the osx platform: ```` - $ cordova platform add osx + $ cordova platform add git://git.apache.org/cordova-osx.git $ cordova run osx ```` + + > **Note**: Since OSX is not officailly released and deployed to npm yet, you need to use the git url when adding the platform. 3. You can also open the project in XCode: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
