The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/AppleInternal"
m |
|||
(15 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
− | This is a folder used on Apple Internal firmwares |
+ | 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. |
||
+ | == Children == |
||
− | For example, if the file <code>/AppleInternal/System/Library/CoreServices/SpringBoard.app/SpringBoard</code> exists, when the kernel attempts to load <code>/System/Library/CoreServices/SpringBoard.app/SpringBoard</code>, it will really load the file out of this folder instead. All of this is transparent to the other applications as it is all handled in the kernel. |
||
+ | Varies, but can include: |
||
+ | * {{ipfw|Alamo}} |
||
− | The contents of an iOS 5.0 [[prototypes|prototype]] can be found on the web, if you know where to look. |
||
+ | * [[Apple Internal Apps|Applications]] |
||
− | |||
+ | * {{ipfw|CoreOS}} |
||
− | == Children == |
||
+ | * {{ipfw|Developer}} |
||
− | (varies) |
||
+ | * {{ipfw|Diags}} |
||
+ | * {{ipfw|Library}} |
||
+ | * {{ipfw|Lockdown}} |
||
+ | * {{ipfw|Restore}} |
||
+ | * {{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: