// 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();
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.