Technical Documentation

iOS

Last Updated: October 21, 20240.7 min read

Dependencies

  • CMake
  • Xcode
  • Vulkan SDK

Building

  1. Open the CMake app
  2. Enter the source code directory in the top section, and the target intermediate directory below

Manual

  • Open the CMake app
  • Enter the source code directory in the top section, and the target intermediate directory below:
  • Press Generate.
  • Select ‘Specify options for cross-compiling’, and then press Done.
  • Enter the Operating System name as ‘iOS’
  • After the project has finished generating, press Open Project.
  • You should now be greeted by the project:
Table of Contents