Updating extensions for iOS 12: Difference between revisions

From iPhone Development Wiki
(Created page with "Let's collect knowledge like we did with iOS 11, iOS 10, iOS 9, Updat...")
 
m (Added info from "Updating for iOS 12")
 
Line 6: Line 6:


[[Category:Updating extensions]]
[[Category:Updating extensions]]
= What has changed in iOS 12? (Classes, frameworks, etc.) =
== Unc0ver issues ==
=== OpenSSH ===
OpenSSH is not available through the normal means. To install OpenSSH enable the option to install OpenSSH on the next jailbreak in unc0ver's settings.
=== Apps ===
Apps compiled and installed to /Applications aren't run as root. Unc0ver's version of Cydia modifies binaries' entitlements to include the following if they don't already:
<source lang="xml">
<key>platform-application</key>
<true/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>
</source>

Latest revision as of 17:14, 8 September 2019

Let's collect knowledge like we did with iOS 11, iOS 10, iOS 9, iOS 8 and iOS 7 – paste in your notes and share what you've learned, and somebody else will organize it later. :) If you want to ask questions and share tips over chat with other developers, see How to use IRC for how to connect to #theos and #iphonedev.

Hey developer, you can add your knowledge here! Yes, you! Make an account and edit this page!

If you want to see what's been recently updated on this page, you can use the wiki's history feature to compare the revisions (to look at the diff) since the last time you visited this page.

What has changed in iOS 12? (Classes, frameworks, etc.)

Unc0ver issues

OpenSSH

OpenSSH is not available through the normal means. To install OpenSSH enable the option to install OpenSSH on the next jailbreak in unc0ver's settings.

Apps

Apps compiled and installed to /Applications aren't run as root. Unc0ver's version of Cydia modifies binaries' entitlements to include the following if they don't already:

	<key>platform-application</key>
	<true/>
	<key>com.apple.private.skip-library-validation</key>
	<true/>
	<key>com.apple.private.security.no-container</key>
	<true/>