Skip to content

Commit 8846f9a

Browse files
committed
Copy idevice.h to cpp include folder during xcode build
Move to include folder
1 parent 584adc5 commit 8846f9a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cpp/xcode_build_rust.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/sh
22

3+
cp ../ffi/idevice.h include/
4+
35
# This script builds a Rust library for use in an Xcode project.
46
# It's designed to be used as a "Run Script" build phase on a native Xcode target.
57
# It handles multiple architectures by building for each and combining them with `lipo`.

0 commit comments

Comments
 (0)