Home

Awesome

Miniquad iOS Sample Project

Build & Run

Install Rust targets:

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