Skip to content

macOS menu bar application that generates secure passphrases in Finnish.

License

Notifications You must be signed in to change notification settings

JuanitoSebastian/FinnishPassphrases

Repository files navigation

Header Image

Build & Tests codecov

Mac App Store

A simple menu bar application for generating secure passphrases in Finnish. Passphrases are generated using a list of 90,000 words provided by the Institute for the Languages of Finland.

Screenshot of the app

Structure

  • 🗂 FinnishPassphrases.xcodeproj: Xcode project
  • 🗂 FinnishPassphrases: Application source
  • 🗂 Tests: Unit and EndToEnd tests
  • 🗂 MockingbirdSupport: Supporting files for mocking framework
  • 🗂 Scripts: Scripts used for building the project
  • 🗂 docs: Documentation and product page

Running the application in development environment

  1. Download the latest release or clone the repository:
git clone https://github.com/JuanitoSebastian/FinnishPassphrases.git
  1. Open FinnishPassphrases.xcodeproj in Xcode
  2. Build and run the project with ⌘ + R

If you do not have SwiftLint installed remove Swiftlint from the build phases.

Testing

Open FinnishPassphrases.xcodeproj to access the Xcode workspace and run the tests by pressing ⌘ + U.

Dependencies