Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 580 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 580 Bytes

Miniquad iOS Sample Project

Build & Run

Install Rust targets:

  • aarch64-apple-ios: iOS devices
  • x86_64-apple-ios: iOS simulator on x86 processors
  • aarch64-apple-ios-sim: iOS simulator on Apple processors
rustup target add aarch64-apple-ios x86_64-apple-ios aarch64-apple-ios-sim

Install Xcodegen

Build Xcode project

cd ios
xcodegen

Run example

  1. Open generated xcodeproject
  2. Set signing team
  3. Select target device
  4. Click Run button