[Scummvm-git-logs] scummvm master -> 755b41f949a2a2542925d57ee8abae59a26c7ead
criezy
criezy at scummvm.org
Tue Mar 16 18:09:27 UTC 2021
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:
755b41f949 DOC: Add back some iOS build instructions lost when moving to the doc portal
Commit: 755b41f949a2a2542925d57ee8abae59a26c7ead
https://github.com/scummvm/scummvm/commit/755b41f949a2a2542925d57ee8abae59a26c7ead
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2021-03-16T18:07:11Z
Commit Message:
DOC: Add back some iOS build instructions lost when moving to the doc portal
It might be nice to add an animated image to show how to disable
bitcode generation for iOS builds in XCode, but at least now the
basic instructions are there.
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 0e5016b3a0..00e91def6a 100644
--- a/doc/docportal/other_platforms/ios.rst
+++ b/doc/docportal/other_platforms/ios.rst
@@ -104,6 +104,7 @@ When Xcode is open, connect a device to install ScummVM onto. At the top of the
.. figure:: ../images/ios/choose_device.gif
+You may need to disable bitcode generation in the build settings. This should already be disabled by default when you make a build specifically for your device, but it is enabled by default when you build for a ''Generic iOS Device''.
The last step before building ScummVM is to change the bundle identifier and manage signing. Click on the **scummvm** project in the left pane, and then click on **ScummVM - iOS** under **TARGETS**. On the menu bar above, click on **General**. Under **Identity** there is a field labeled **Bundle Identifier**. Enter a unique identifier in reverse-DNS format. This can be as simple as com.\ *yournamehere*.
@@ -226,4 +227,4 @@ Saved games
Configuration file
*********************
-``/var/mobile/Library/ScummVM/Preferences`` if the device is jailbroken, or ``Preferences`` in the ScummVM folder for a non-jailbroken device. Access this folder through the Finder or iTunes.
\ No newline at end of file
+``/var/mobile/Library/ScummVM/Preferences`` if the device is jailbroken, or ``Preferences`` in the ScummVM folder for a non-jailbroken device. Access this folder through the Finder or iTunes.
More information about the Scummvm-git-logs
mailing list