https://github.com/hakolao/browser_open_ios
https://github.com/hakolao/browser_open_ios
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hakolao/browser_open_ios
- Owner: hakolao
- Created: 2022-08-18T17:52:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-18T18:14:20.000Z (about 3 years ago)
- Last Synced: 2025-01-01T23:09:46.782Z (9 months ago)
- Language: Rust
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Browser url open repro
Opens url with iOS after 2 seconds of running.To run:
1. Install [`cargo-mobile`](https://github.com/BrainiumLLC/cargo-mobile)
2. Change dev team from `mobile.toml` (get it from the redirect url of https://developer.apple.com/account/#/membership)
3. Run `cargo mobile init`.
4. Attach iOS device to your mac
5. Run `cargo apple run`Cargo mobile will generate the required xcode project and run it on your device.