mirror of
https://github.com/ivabus/lonelyradio
synced 2024-11-12 19:45:17 +03:00
24 lines
383 B
Markdown
24 lines
383 B
Markdown
# Platform-specific player realizations
|
|
|
|
## Rust + SwiftUI (iOS/iPadOS/macOS (iOS mode))
|
|
|
|
### Build `monolib`
|
|
|
|
Run in `monolib` directory
|
|
|
|
```
|
|
cargo lipo --release --targets aarch64-apple-ios
|
|
```
|
|
|
|
For running in simulator
|
|
|
|
```
|
|
cargo lipo --release --targets aarch64-apple-ios-sim,x86_64-apple-ios
|
|
```
|
|
|
|
### Build and run app
|
|
|
|
Open Xcode and run.
|
|
|
|
[Screenshots](./screenshots/swiftui)
|