File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ NEW_HEADER_DIR="../bdk-ffi/target/include"
1111PROFILE_DIR=" debug"
1212SWIFT_OUT_DIR=" ../bdk-swift/Sources/BitcoinDevKit"
1313HEADER_OUT_DIR=" ${NEW_HEADER_DIR} /${HEADER_BASENAME} "
14+ MIN_IOS_VERSION=" 15.0"
1415
1516HOST_ARCH=$( uname -m)
1617if [ " $HOST_ARCH " = " arm64" ]; then
2223fi
2324IOS_DEVICE_TARGET=" aarch64-apple-ios"
2425
26+ export IPHONEOS_DEPLOYMENT_TARGET=" ${MIN_IOS_VERSION} "
27+
2528cd ../bdk-ffi/ || exit
2629
2730rustup component add rust-src
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ STATIC_LIB_NAME="lib${NAME}.a"
1212NEW_HEADER_DIR=" ../bdk-ffi/target/include"
1313SWIFT_OUT_DIR=" ../bdk-swift/Sources/BitcoinDevKit"
1414HEADER_OUT_DIR=" ${NEW_HEADER_DIR} /${HEADER_BASENAME} "
15+ MIN_IOS_VERSION=" 15.0"
16+
17+ export IPHONEOS_DEPLOYMENT_TARGET=" ${MIN_IOS_VERSION} "
1518
1619cd ../bdk-ffi/ || exit
1720
You can’t perform that action at this time.
0 commit comments