objc2-security-interface 0.3.2

Bindings to the SecurityInterface framework
Documentation
1
2
3
4
5
6
7
8
9
framework = "SecurityInterface"
crate = "objc2-security-interface"
# Require AppKit, since this framework is UI-heavy, and since it allows compiling less of AppKit
required-crates = ["objc2", "objc2-foundation", "objc2-app-kit"]
macos = "10.3"

# Uses NSCancelButton and NSOKButton, which have a different type in AppKit.
const.SFButtonTypeCancel.use-value = true
const.SFButtonTypeOK.use-value = true