Difference between revisions of "/private/var/mobile/Applications"

From The iPhone Wiki
Jump to: navigation, search
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

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

Files

Parents

(Root)/var/mobile