synchronise your library account on your iOS device
Initial setup:
# Navigate to the paper directory and install the Rust toolchain
cd Packages/shared/paper
make prepare-apple
Whenever the Rust paper
library is updated:
cd Packages/shared/paper/paper
# then either build the `Paper` Swift Package to use the Rust `paper` library from iOS during development
make apple
# or include release version of `paper` in the `Paper` Swift Package
make apple-release
bundle exec icongen generate app-icon/appicon-v3-alt-black.pdf Assets.xcassets --type=iphone,ipad
brew install fastlane
fastlane snapshot