You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by dpogue <gi...@git.apache.org> on 2012/07/17 08:57:06 UTC

incubator-cordova-ios pull request: Fix project templates not getting copie...

GitHub user dpogue opened a pull request:

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

    Fix project templates not getting copied to the right path.

    This would cause project creation to fail with errors like:
    `mv: rename ./new/__TESTING__.xcodeproj to ./new/exampleProj.xcodeproj: No such file or directory`

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

    $ git pull https://github.com/dpogue/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/37.patch

----
commit 5a36c502ffd12c292fd1bf6366c0d24ae0f6cbcc
Author: Darryl Pogue <da...@dpogue.ca>
Date:   2012-07-16T23:55:44-07:00

    Fix project templates not getting copied to the right path.

----