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 (→Children) |
|||
Line 1: | Line 1: | ||
+ | == Summary == |
||
Contains App Store applications. Preinstalled native, as well as Cydia apps, are installed in [[/Applications]]. |
Contains App Store applications. Preinstalled native, as well as Cydia apps, are installed in [[/Applications]]. |
||
== Children == |
== Children == |
||
+ | '''See also:''' ''Apple Developer Publications'', ''iOS Application Programming Guide'' available as a free download in the [[iBookStore]]. |
||
− | 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]]. |
||
− | ===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}} (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/yyyyy.app}} (Y's are replaced with the application's name. The contents of this folder are signed and checked at runtime.) |
||
Line 12: | Line 13: | ||
*{{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/Library}} (Contents of this folder are backed up, with the exception of the <code>Caches</code> subfolder) |
||
*{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/tmp}} |
*{{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/iTunesArtwork}} (Large icon used in iTunes; JPEG, 512x512) |
||
*{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesMetadata.plist}} |
*{{ipfw|xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/iTunesMetadata.plist}} |
||
− | ==Parents== |
+ | == Parents == |
+ | [[/|(Root)]]/[[/var|var]]/[[/var/mobile|mobile]] |
||
− | *[[/]] |
||
− | *[[/var]] |
||
− | *[[/var/mobile]] |
Revision as of 02:20, 18 February 2011
Contents
Summary
Contains App Store applications. Preinstalled native, as well as Cydia apps, are installed in /Applications.
Children
See also: Apple Developer Publications, iOS Application Programming Guide available as a free download in the iBookStore.
For each application, the following folder structure is created:
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