TrustedUser
2,147
edits
(→Compile and Deploy: Add comment about the need to disable bitcode generation option) |
(→Creating the Xcode project: there doesn't seem to be a good reason to disable bink) |
||
Line 41: | Line 41: | ||
Generate Xcode project and open it: | Generate Xcode project and open it: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
../scummvm/devtools/create_project/xcode/build/Release/create_project ../scummvm --xcode --enable-fluidsynth | ../scummvm/devtools/create_project/xcode/build/Release/create_project ../scummvm --xcode --enable-fluidsynth --disable-nasm --disable-opengl --disable-theora --disable-taskbar --disable-tts | ||
</syntaxhighlight> | </syntaxhighlight> | ||