Updated Branches: refs/heads/master 7bf1573ab -> 5cf716296
Fixes CB-989 - dyld: Symbol not found: _NSURLIsExcludedFromBackupKey Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/commit/5cf71629 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/tree/5cf71629 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/diff/5cf71629 Branch: refs/heads/master Commit: 5cf71629697170ea8ed54c1163b0ffd28e9da2f7 Parents: 7bf1573 Author: Shazron Abdullah <shaz...@apache.org> Authored: Mon Jul 2 13:18:49 2012 -0700 Committer: Shazron Abdullah <shaz...@apache.org> Committed: Mon Jul 2 13:18:49 2012 -0700 ---------------------------------------------------------------------- CordovaLib/Classes/CDVFile.m | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-ios/blob/5cf71629/CordovaLib/Classes/CDVFile.m ---------------------------------------------------------------------- diff --git a/CordovaLib/Classes/CDVFile.m b/CordovaLib/Classes/CDVFile.m index 7730cfc..bfcc642 100644 --- a/CordovaLib/Classes/CDVFile.m +++ b/CordovaLib/Classes/CDVFile.m @@ -26,6 +26,8 @@ #import "CDVAvailability.h" #import "sys/xattr.h" +extern NSString * const NSURLIsExcludedFromBackupKey __attribute__((weak_import)); + @implementation CDVFile @synthesize appDocsPath, appLibraryPath, appTempPath, persistentPath, temporaryPath, userHasAllowed;