The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "INTERNAL INSTALL LEGAL"
Line 14: | Line 14: | ||
== SpringBoard-Internal.strings == |
== SpringBoard-Internal.strings == |
||
− | iOS 4 - 5 - 6: |
||
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential and Proprietary"; |
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential and Proprietary"; |
||
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "If found, please contact"; |
"INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "If found, please contact"; |
||
− | "INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1*** |
+ | "INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1*** |
− | |||
− | iOS 7: |
||
− | "INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential & Proprietary,"; |
||
− | "INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "Call"; |
||
− | "INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***" |
||
+ | {{stub|Software}} |
||
[[Category:Apple Internal Apps]] |
[[Category:Apple Internal Apps]] |
Revision as of 18:27, 30 June 2013
INTERNAL INSTALL LEGAL MESSAGES are mostly shown on Apple internal development iPhones. They will be shown on the lockscreen of an iPhone and were first seen on leaked iPhone 4 prototypes in the USA and Vietnam. The messages can be shown with one of these methods:
- Create the directory /AppleInternal/Library/PreferenceBundles/Internal Settings.bundle/
- You can add the following key to the file /System/Library/CoreServices/SpringBoard.app/XXXAP.plist in the "Capabilities" array:
<key>apple-internal-install</key> <true />
After a reboot, the INTERNAL_INSTALL_LEGAL_* messages will appear on the device.
The messages on the lockscreen can be modified if the file SpringBoard-Internal.strings is put into the following directory:
/System/Library/CoreServices/SpringBoard/<Your Language>.lproj/
SpringBoard-Internal.strings
"INTERNAL_INSTALL_LEGAL_DECLARATION" = "Confidential and Proprietary"; "INTERNAL_INSTALL_LEGAL_INSTRUCTIONS" = "If found, please contact"; "INTERNAL_INSTALL_LEGAL_CONTACT" = "+1 877-595-1***
[[File:|30px]] | This Software article is a "stub", an incomplete page. Please add more content to this article and remove this tag. |