mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-22 08:05:10 +03:00
|
||
---|---|---|
.. | ||
screenshots/swiftui | ||
swiftui | ||
README.md |
Platform-specific player realizations
Rust + SwiftUI (iOS/iPadOS/macOS (iOS mode))
Build monolib
cargo lipo --release --targets aarch64-apple-ios -p monolib
For running in simulator
cargo lipo --release --targets aarch64-apple-ios-sim,x86_64-apple-ios -p monolib
Build and run app
Open Xcode and run.