[Scummvm-git-logs] scummvm master -> b365f972705d08a026d66f5b086c5fdddf1a75e3

somaen noreply at scummvm.org
Tue Nov 29 23:44:15 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b365f97270 DOCS: Update for iOS 15 and iOS 16 new security settings


Commit: b365f972705d08a026d66f5b086c5fdddf1a75e3
    https://github.com/scummvm/scummvm/commit/b365f972705d08a026d66f5b086c5fdddf1a75e3
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-11-30T00:44:12+01:00

Commit Message:
DOCS: Update for iOS 15 and iOS 16 new security settings

Changed paths:
    doc/docportal/other_platforms/ios.rst


diff --git a/doc/docportal/other_platforms/ios.rst b/doc/docportal/other_platforms/ios.rst
index 326e2aed385..24909179dd2 100644
--- a/doc/docportal/other_platforms/ios.rst
+++ b/doc/docportal/other_platforms/ios.rst
@@ -123,9 +123,22 @@ Next to **General**, click on **Signing & Capabilities**. Under **Signing**, tic
 
 If you have not added your developer account to Xcode, do this now. Click **Add an Account** in the dropdown menu.
 
-In the upper left-hand corner, press the play button to build ScummVM. When the build is finished, it launches on your connected device.
+In the upper left-hand corner, press the play button to build ScummVM.
 
-If ScummVM does not launch and you get an error message advising that the app failed to launch due to an invalid code signature, inadequate entitlements or because its profile has not been explicitly trusted by the user, you need to trust the apps that you have built. On your iOS device, go to **Settings > General > Device Management > Developer App > Trust "Apple Development:yourAppleIDhere" > Trust**.
+.. note::
+
+  Starting with iOS 16, you may get an error message here if you haven't `enabled Developer Mode <https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device>`_ on your iOS device. This can be done with the **Settings > Privacy & Security > Developer Mode** switch, which will restart your device and reduce its security level.
+
+  If you can't see this option, unplug and plug your device again, and make sure that it's visible to Xcode.
+
+When the build is finished, ScummVM launches on your connected device.
+
+.. note::
+
+  If ScummVM does not launch and you get an error message advising that the app failed to launch due to an invalid code signature, inadequate entitlements or because its profile has not been explicitly trusted by the user, you need to trust the apps that you have built. On your iOS device, go to:
+  
+  - **Settings > General > Device Management > Developer App > Trust "Apple Development:yourAppleIDhere" > Trust**
+  - or **Settings > General > VPN & Device Management** (iOS 15+)
 
 
 Devices with custom firmware




More information about the Scummvm-git-logs mailing list