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 <[email protected]>
Date: 2012-07-16T18:01:00-07:00
Removed compiling time check. This should be done at runtime.
----