Skip to content

1.1.0

Compare
Choose a tag to compare
@jessesquires jessesquires released this 22 Sep 16:53
bbc2ec3

This release closes the 1.1.0 milestone.

Changes

  • Upgraded to Swift 5.3 and Xcode 12

  • Changed the target parameter in the NSMenuItem convenience initializer to be optional, with a default value of nil.

convenience init(title: String,
                 target: AnyObject? = nil,
                 action: Selector? = nil,
                 keyEquivalent: String = "",
                 isEnabled: Bool = true)