We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 584adc5 commit 8846f9aCopy full SHA for 8846f9a
1 file changed
cpp/xcode_build_rust.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+cp ../ffi/idevice.h include/
4
+
5
# This script builds a Rust library for use in an Xcode project.
6
# It's designed to be used as a "Run Script" build phase on a native Xcode target.
7
# It handles multiple architectures by building for each and combining them with `lipo`.
0 commit comments