Difference between revisions of "/AppleInternal"

From The iPhone Wiki
Jump to: navigation, search
(Oh yea! Forgot)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
This is a folder used on Apple Internal firmwares only. It contains bundles and applications used for testing, like [[SkankPhone]] or [[SwitchBoard.app]]. Its content is automatically "unified" with the respective filesystem folders. For example, if there is a folder <code>/AppleInternal/System/Library/CoreServices</code> its content will be unified with <code>[[/System/Library/CoreServices]]</code>.
+
This is a folder used only on [[Internal Firmware|Apple Internal firmwares]]. It contains bundles, applications, and other tools used for testing, like [[SkankPhone]] or [[SwitchBoard.app]]. Its content is automatically "unified" with the respective filesystem folders. For example, if there is a folder <code>/AppleInternal/System/Library/CoreServices</code> its content will be unified with <code>[[/System/Library/CoreServices]]</code>.
 
If the file <code>/AppleInternal/System/Library/CoreServices/SpringBoard.app/SpringBoard</code> exists, when the system attempts to load <code>/System/Library/CoreServices/SpringBoard.app/SpringBoard</code>, it will really load the file out of the /AppleInternal folder instead. All of this is transparent to the other applications as it is all handled in the kernel.
 
If the file <code>/AppleInternal/System/Library/CoreServices/SpringBoard.app/SpringBoard</code> exists, when the system attempts to load <code>/System/Library/CoreServices/SpringBoard.app/SpringBoard</code>, it will really load the file out of the /AppleInternal folder instead. All of this is transparent to the other applications as it is all handled in the kernel.
 
The contents of an iOS 5.0 [[prototypes|prototype]] have been leaked on the web, in a similar manner to the contents of an [[M68ap|iPhone]] prototype running [[Alpine 1A420 (iPhone)|a prerelease version of iOS 1.0]].
 
   
 
== Children ==
 
== Children ==
 
Varies, but can include:
 
Varies, but can include:
   
  +
* {{ipfw|Alamo}}
*[[Apple Internal Apps|Applications]]
 
  +
* [[Apple Internal Apps|Applications]]
*[[CoreOS]]
 
  +
* {{ipfw|CoreOS}}
*[[/AppleInternal/Developer|Developer]]
 
  +
* {{ipfw|Developer}}
*[[/AppleInternal/Diags/|Diags]]
 
  +
* {{ipfw|Diags}}
*[[Library]]
 
  +
* {{ipfw|Library}}
*[[Lockdown]]
 
  +
* {{ipfw|Lockdown}}
*[[Restore]]
 
  +
* {{ipfw|Restore}}
*[[XCTests]]
 
  +
* {{ipfw|Tests}}
  +
* {{ipfw|Utilities}}
  +
* {{ipfw|XCTests}}
  +
* {{ipfw|tailspin}}
   
 
== Parents ==
 
== Parents ==
  +
{{parent}}
[[/|(Root)]]
 
   
 
[[Category:Filesystem]]
 
[[Category:Filesystem]]

Latest revision as of 11:21, 7 March 2021

This is a folder used only on Apple Internal firmwares. It contains bundles, applications, and other tools used for testing, like SkankPhone or SwitchBoard.app. Its content is automatically "unified" with the respective filesystem folders. For example, if there is a folder /AppleInternal/System/Library/CoreServices its content will be unified with /System/Library/CoreServices. If the file /AppleInternal/System/Library/CoreServices/SpringBoard.app/SpringBoard exists, when the system attempts to load /System/Library/CoreServices/SpringBoard.app/SpringBoard, it will really load the file out of the /AppleInternal folder instead. All of this is transparent to the other applications as it is all handled in the kernel.

Children

Varies, but can include:

Parents

(root)