The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "/Developer"
(SecKeyRawVerify of what... :P) |
m (→Parents: Updating parent to latest.) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
== Summary == |
== Summary == |
||
+ | This folder contains nothing by default. However, if you hook your iPhone up to Xcode, and click the "Use For Development" button, the content of 'DeveloperDiskImage.dmg' gets decompressed by [[/usr/libexec/mobile_image_mounter]] into here. |
||
+ | === Unsigned Code === |
||
+ | If you patch out the SecKeyRawVerify from [[/usr/libexec/mobile_image_mounter]], you can get [[Xcode]] to upload unsigned DeveloperDiskImage.dmg files. This is because no signature checking is performed by [[Xcode]], not on the [[iDevice|device]]. |
||
+ | ===AppleInternal Use=== |
||
+ | In AppleInternal use, /Developer has internal things like Dtrace (as a .kext) and GCC. |
||
+ | == Contents == |
||
+ | === Folders === |
||
+ | * (none) |
||
+ | === Files === |
||
+ | * (none) |
||
+ | == Parents == |
||
− | A file off of the root with nothing inside of it. However, if you hook your iPhone up to Xcode, and click the 'Use For Development' button, the content of 'DeveloperDiskImage.dmg' gets decompressed by /usr/libexec/mobile_image_mounter into there. |
||
+ | {{parent}} |
||
+ | [[Category:Filesystem]] |
||
− | == Patch == |
||
− | |||
− | If you patch out the SecKeyRawVerify from /usr/libexec/mobile_image_mounter , you can get Xcode to upload unsigned DeveloperDiskImage.dmg 's ; ) |
||
− | This is becuase no signature checking is performed by Xcode, only by iPhone. |
Latest revision as of 10:13, 28 August 2015
Summary
This folder contains nothing by default. However, if you hook your iPhone up to Xcode, and click the "Use For Development" button, the content of 'DeveloperDiskImage.dmg' gets decompressed by /usr/libexec/mobile_image_mounter into here.
Unsigned Code
If you patch out the SecKeyRawVerify from /usr/libexec/mobile_image_mounter, you can get Xcode to upload unsigned DeveloperDiskImage.dmg files. This is because no signature checking is performed by Xcode, not on the device.
AppleInternal Use
In AppleInternal use, /Developer has internal things like Dtrace (as a .kext) and GCC.
Contents
Folders
- (none)
Files
- (none)