The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/private/var/mobile/Applications"
m (→Files: It's actually 512x512.) |
m (→Children) |
||
Line 4: | Line 4: | ||
For each application, the following folder structure is created: |
For each application, the following folder structure is created: |
||
− | ''See also'': '''''Apple Developer Publications'', iOS Application Programming Guide''' available as a free download in the iBookStore. |
+ | ''See also'': '''''Apple Developer Publications'', ''iOS Application Programming Guide''''' available as a free download in the [[iBookStore]]. |
===Folders=== |
===Folders=== |
||
− | * |
+ | *{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}} (X's represent hexadecimal digits. Applications are sandboxed to this folder.) |
− | * |
+ | *{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/yyyyy.app}} (Y's are replaced with the application's name. The contents of this folder are signed and checked at runtime.) |
− | * |
+ | *{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Documents}} (Contents of this folder are backed up during a sync and may be accessed through iTunes File Sharing, if enabled in the <code>{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesMetadata.plist|iTunesMetadata.plist}}</code>) |
− | * |
+ | *{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Library}} (Contents of this folder are backed up, with the exception of the <code>Caches</code> subfolder) |
− | * |
+ | *{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/tmp}} |
===Files=== |
===Files=== |
||
− | * |
+ | *{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesArtwork}} (Large icon used in iTunes; JPEG, 512x512) |
− | * |
+ | *{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesMetadata.plist}} |
==Parents== |
==Parents== |
Revision as of 22:57, 3 January 2011
Contains App Store applications. Preinstalled native, as well as Cydia apps, are installed in /Applications.
Contents
Children
For each application, the following folder structure is created:
See also: Apple Developer Publications, iOS Application Programming Guide available as a free download in the iBookStore.
Folders
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (X's represent hexadecimal digits. Applications are sandboxed to this folder.)
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/yyyyy.app (Y's are replaced with the application's name. The contents of this folder are signed and checked at runtime.)
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Documents (Contents of this folder are backed up during a sync and may be accessed through iTunes File Sharing, if enabled in the
iTunesMetadata.plist
) - xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/Library (Contents of this folder are backed up, with the exception of the
Caches
subfolder) - xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/tmp
Files
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesArtwork (Large icon used in iTunes; JPEG, 512x512)
- xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesMetadata.plist