We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24a76f5 commit 8f7970dCopy full SHA for 8f7970d
README.md
@@ -40,6 +40,7 @@ cargo bundle
40
```
41
42
### Fedora Rawhide
43
+
44
```sh
45
dnf install clang clang-devel clang-tools-extra libxkbcommon-devel pkg-config openssl-devel libxcb-devel gtk3-devel atk fontconfig-devel libusbx-devel
46
@@ -51,6 +52,17 @@ cargo install cargo-bundle
51
52
cargo bundle
53
54
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
66
#### Windows
67
68
0 commit comments