1.1.0
This release closes the 1.1.0 milestone.
Changes
-
Upgraded to Swift 5.3 and Xcode 12
-
Changed the
target
parameter in theNSMenuItem
convenience initializer to be optional, with a default value ofnil
.
convenience init(title: String,
target: AnyObject? = nil,
action: Selector? = nil,
keyEquivalent: String = "",
isEnabled: Bool = true)