Copy idevice.h to cpp include folder during xcode build

Move to include folder
This commit is contained in:
Jackson Coxson
2025-08-25 16:12:34 -06:00
parent 584adc5014
commit 8846f9a429

View File

@@ -1,5 +1,7 @@
#!/bin/sh
cp ../ffi/idevice.h include/
# 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 handles multiple architectures by building for each and combining them with `lipo`.