You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/01/28 15:57:40 UTC

[jira] [Commented] (CB-5915) Change iOS filesystem root location

    [ https://issues.apache.org/jira/browse/CB-5915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13884217#comment-13884217 ] 

ASF subversion and git services commented on CB-5915:
-----------------------------------------------------

Commit 40df005f6d4f3b4a984b3eae0275a16ac8f86513 in branch refs/heads/dev from [~iclelland]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-plugin-file.git;h=40df005 ]

CB-5915: ios: Update config preference (and docs) to match issue


> Change iOS filesystem root location
> -----------------------------------
>
>                 Key: CB-5915
>                 URL: https://issues.apache.org/jira/browse/CB-5915
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: iOS, Plugin File
>            Reporter: Ian Clelland
>            Assignee: Ian Clelland
>
> iOS Persistent files are stored in an inconvenient place by default: The application's documents directory, which means that all files created are exposed by default in itunes.
> Extensive discussion here: http://apache.markmail.org/thread/vlu55ppwkgh2bn56
> There should be a single preference in config.xml for iOS persistent files. It can take one of two values (currently; additional values may be added later if we have better ideas)
> {code}
> <preference name="iosPersistentFileLocation" value="Compatibility" /> (Old location)
> <preference name="iosPersistentFileLocation" value="Library" /> (New location)
> {code}
> "Library" will put persistent files under {{<Application Library Path>/files}} -- the extra {{/files}} means that other filesystem plugins can register roots at different places under {{<Application Library Path>}} which will not be visible to one another.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)