Menu
Fully customizable Mac OS drop-down menu. It includes 30 settings you can play with.
Requirements
- Xcode 11+
- Mac OS 10.12+
- Swift 5.0 and higher
Installation
Since this is a Swift Package, the installation process is pretty stright forward.
Manual way
Update your Package.swift
dependencies:
dependencies: [
.package(url: "https://github.com/iSapozhnik/Menu", from: "1.0.8")
]
Via Xcode:
- Go to
File -> Swift Packages -> Add Package Dependency
. - Put GitHub URL
https://github.com/iSapozhnik/Menu
and clickNext
- Select the latest version
- Click
Finish