feat: secure enclave is on going

This commit is contained in:
2023-12-09 11:43:21 +08:00
parent fa1cd80fc8
commit 2034db589a
6 changed files with 104 additions and 6 deletions

View File

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