diff --git a/bdk-swift/bdkFFI.xcframework/Info.plist b/bdk-swift/bdkFFI.xcframework/Info.plist index cda8ded..bc36d1d 100644 --- a/bdk-swift/bdkFFI.xcframework/Info.plist +++ b/bdk-swift/bdkFFI.xcframework/Info.plist @@ -16,6 +16,8 @@ SupportedPlatform macos + LSMinimumSystemVersion + 12.0 LibraryIdentifier @@ -31,6 +33,8 @@ ios SupportedPlatformVariant simulator + MinimumOSVersion + 15.0 LibraryIdentifier @@ -43,6 +47,8 @@ SupportedPlatform ios + MinimumOSVersion + 15.0 CFBundlePackageType diff --git a/bdk-swift/bdkFFI.xcframework/ios-arm64/bdkFFI.framework/Info.plist b/bdk-swift/bdkFFI.xcframework/ios-arm64/bdkFFI.framework/Info.plist new file mode 100644 index 0000000..e49183e --- /dev/null +++ b/bdk-swift/bdkFFI.xcframework/ios-arm64/bdkFFI.framework/Info.plist @@ -0,0 +1,18 @@ + + + + + CFBundleIdentifier + com.bitcoindevkit.bdkFFI + CFBundleName + bdkFFI + CFBundleVersion + 0.31.1 + CFBundleShortVersionString + 0.31.1 + CFBundleExecutable + bdkFFI + MinimumOSVersion + 100 + + \ No newline at end of file diff --git a/bdk-swift/bdkFFI.xcframework/ios-arm64_x86_64-simulator/bdkFFI.framework/Info.plist b/bdk-swift/bdkFFI.xcframework/ios-arm64_x86_64-simulator/bdkFFI.framework/Info.plist new file mode 100644 index 0000000..f152030 --- /dev/null +++ b/bdk-swift/bdkFFI.xcframework/ios-arm64_x86_64-simulator/bdkFFI.framework/Info.plist @@ -0,0 +1,18 @@ + + + + + CFBundleIdentifier + com.bitcoindevkit.bdkFFI + CFBundleName + bdkFFI + CFBundleVersion + 0.31.1 + CFBundleShortVersionString + 0.31.1 + CFBundleExecutable + bdkFFI + MinimumOSVersion + 15.0 + + \ No newline at end of file diff --git a/bdk-swift/bdkFFI.xcframework/macos-arm64_x86_64/bdkFFI.framework/Info.plist b/bdk-swift/bdkFFI.xcframework/macos-arm64_x86_64/bdkFFI.framework/Info.plist new file mode 100644 index 0000000..74734f6 --- /dev/null +++ b/bdk-swift/bdkFFI.xcframework/macos-arm64_x86_64/bdkFFI.framework/Info.plist @@ -0,0 +1,18 @@ + + + + + CFBundleIdentifier + com.bitcoindevkit.bdkFFI + CFBundleName + bdkFFI + CFBundleVersion + 0.31.1 + CFBundleShortVersionString + 0.31.1 + CFBundleExecutable + bdkFFI + LSMinimumSystemVersion + 12.0 + + \ No newline at end of file