Celeste Classic for the Apple Watch
- Digital crown scroll up: Dash
- Digital crown scroll down: Jump
- Screen: Up, down, left, right
- Open the xcodeproj and build as normal. Rustic-mountain is included in the repo, prebuilt.
- Run
sed -i s/dylib/staticlib/ librustic/Cargo.toml
in the rustic-mountain source (if you are not using GNU sed, it's-i ''
) - Run
cargo b -r -Z build-std --target <arch>-apple-watchos -p rustic-mountain-lib
3 times, replacing<arch>
withaarch64
,arm64_32
, andarmv7k
. - Run
lipo -create target/*-apple-watchos/release/librustic_mountain_lib.a -output librustic_mountain_lib_universal.a
to create the universal static lib.