feat: v1.10.9, add se supprot

This commit is contained in:
2024-12-15 00:56:51 +08:00
parent 0fec0c25e7
commit bf9f228967
31 changed files with 3276 additions and 355 deletions

9
build.rs Normal file
View File

@@ -0,0 +1,9 @@
fn main() {
// Ensure this matches the versions set in your `Package.swift` file.
#[cfg(feature = "with-secure-enclave")]
swift_rs::SwiftLinker::new("11")
.with_ios("11")
.with_package("swift-lib", "./swift-lib/")
.link();
}