Skip to content

Commit 8f7970d

Browse files
committed
add ios instructions
1 parent 24a76f5 commit 8f7970d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ cargo bundle
4040
```
4141

4242
### Fedora Rawhide
43+
4344
```sh
4445
dnf install clang clang-devel clang-tools-extra libxkbcommon-devel pkg-config openssl-devel libxcb-devel gtk3-devel atk fontconfig-devel libusbx-devel
4546
```
@@ -51,6 +52,17 @@ cargo install cargo-bundle
5152
cargo bundle
5253
```
5354

55+
#### iOS
56+
57+
But this is probably not useful since iOS devices do not let you access serial devices because of sandboxing.
58+
59+
```sh
60+
sudo xcodebuild -license
61+
rustup target add aarch64-apple-ios
62+
cargo install cargo-bundle
63+
./ios-cargo ipa --ipad --release
64+
```
65+
5466
#### Windows
5567

5668
```sh

0 commit comments

Comments
 (0)