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

incubator-cordova-ios pull request: Removed compiling time check

GitHub user vfn opened a pull request:

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

    Removed compiling time check

    Removed check for NSURLIsExcludedFromBackupKey as it would make the app crash on devices running < iOS 5.1

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

    $ git pull https://github.com/vfn/incubator-cordova-ios master

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

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

----
commit 387870ee10802730ef89e03963e1c93a2c5f08e1
Author: Virgilio Favero Neto <vn...@fairfaxdigital.com.au>
Date:   2012-07-16T18:01:00-07:00

    Removed compiling time check. This should be done at runtime.

----