mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Copy idevice.h to cpp include folder during xcode build
Move to include folder
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
cp ../ffi/idevice.h include/
|
||||||
|
|
||||||
# This script builds a Rust library for use in an Xcode project.
|
# This script builds a Rust library for use in an Xcode project.
|
||||||
# It's designed to be used as a "Run Script" build phase on a native Xcode target.
|
# It's designed to be used as a "Run Script" build phase on a native Xcode target.
|
||||||
# It handles multiple architectures by building for each and combining them with `lipo`.
|
# It handles multiple architectures by building for each and combining them with `lipo`.
|
||||||
|
|||||||
Reference in New Issue
Block a user