A password generator for macOS that resides in the menu bar. This was not made for serious use, but for learning macOS development.
-
AppDelegate.swift: manages the popover view controller (PassGenViewController) and status button in the menubar
-
PassGenViewController.swift: holds the references to the UI
-
PassGenViewController.xib: the popover menu
-
Password.swift: the struct holding the logic for generating passwords
-
Constants.swift: holds constant values (currently just strings, like tooltip)
-
Utility.swift: holds static helper functions