Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 420 Bytes

IcedExample.app

Building with make

  • make cargo xcode will build the xcode project and put it in build/Build/Products/Debug-iphonesimulator/IcedExample.app
  • make run install and run the app in a simulator that's booted.
  • make simulator-logs will give you way too many logs from the simulator.

Building with xcode buttons

  • cd rust && make
  • open IcedExample.xcodeproj and push the play button.