Skip to content

ggu/OSXPassGen

Repository files navigation

OSXPassGen

A password generator for macOS that resides in the menu bar. This was not made for serious use, but for learning macOS development.

The Code

  • 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

Screenshots

About

A password generator for OS X that resides in the menu bar.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages