mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 04:28:37 +00:00
DOC: Add image to show ios release builds with Xcode
This commit is contained in:
parent
967771c792
commit
124136ad27
BIN
doc/docportal/images/ios/ios_xcode_release.gif
Normal file
BIN
doc/docportal/images/ios/ios_xcode_release.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 658 KiB |
@ -106,6 +106,10 @@ When Xcode is open, connect a device to install ScummVM onto. At the top of the
|
||||
|
||||
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''.
|
||||
|
||||
Unless you want to debug issues with ScummVM on iOS, you probably want to compile ScummVM in release mode to get better performances when playing games.
|
||||
|
||||
.. figure:: ../images/ios/ios_xcode_release.gif
|
||||
|
||||
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*.
|
||||
|
||||
.. figure:: ../images/ios/identifier.gif
|
||||
|
Loading…
Reference in New Issue
Block a user