You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by pwalczyszyn <gi...@git.apache.org> on 2012/09/24 20:00:16 UTC

incubator-cordova-ios pull request: Alternative CordovaLib.xcodeproj path s...

GitHub user pwalczyszyn opened a pull request:

    https://github.com/apache/incubator-cordova-ios/pull/52

    Alternative CordovaLib.xcodeproj path support

    Added ability to point to an alternative path of CordovaLib.xcodeproj as second argument. This makes it easier if users to embed CordovaLib in their projects instead of using shared lib/project.
    
    It can be used as following:
    ```
    ./update_cordova_subproject /path/to/app.xcodeproj /path/to/CordovaLib.xcodeproj
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pwalczyszyn/incubator-cordova-ios patch-1

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-cordova-ios/pull/52.patch

----
commit 4b956d028b4c3e76db0e4c5df4f284f4946d475c
Author: Piotr Walczyszyn <pi...@gmail.com>
Date:   2012-09-24T10:57:16-07:00

    Alternative CordovaLib.xcodeproj path support
    
    Added ability to point to an alternative path of CordovaLib.xcodeproj as second argument. This makes it easier if users to embed CordovaLib in their projects instead of using shared lib/project.

----