https://github.com/appcypher/tauri-mobile-test
Testing Tauri Mobile
https://github.com/appcypher/tauri-mobile-test
Last synced: 12 months ago
JSON representation
Testing Tauri Mobile
- Host: GitHub
- URL: https://github.com/appcypher/tauri-mobile-test
- Owner: appcypher
- Created: 2023-12-31T23:32:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T00:55:01.000Z (over 2 years ago)
- Last Synced: 2025-05-31T23:56:15.621Z (about 1 year ago)
- Language: Rust
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wry
## iOS
Must run Xcode on rosetta. Goto Application > Right Click Xcode > Get Info > Open in Rosetta.
If you are using M1, you will have to run `cargo build --target x86_64-apple-ios` instead of `cargo apple build` if you want to run in simulator.
Otherwise, it's all `cargo apple run` when running in actual device.