gitextract_7cny6vu1/ ├── .gitignore ├── .swiftlint.yml ├── CNAME ├── Launcher/ │ ├── AppDelegateLauncher.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ └── Contents.json │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── Info.plist │ └── Launcher.entitlements ├── Menu Bar Dock.xcodeproj/ │ └── project.pbxproj ├── Menu Bar Dock.xcworkspace/ │ ├── contents.xcworkspacedata │ └── xcshareddata/ │ └── IDEWorkspaceChecks.plist ├── MenuBarDock/ │ ├── AboutViewController.swift │ ├── AppDelegate.swift │ ├── AppTracker.swift │ ├── AppsTablePreferencesViewController.swift │ ├── Assets.xcassets/ │ │ ├── AppIcon.appiconset/ │ │ │ └── Contents.json │ │ ├── Contents.json │ │ ├── ETGgames.imageset/ │ │ │ └── Contents.json │ │ └── ETGgamesCircle.imageset/ │ │ └── Contents.json │ ├── Base.lproj/ │ │ └── Main.storyboard │ ├── Constants.swift │ ├── Info.plist │ ├── InfoViewController.swift │ ├── MenuBarDock.entitlements │ ├── MenuBarItem.swift │ ├── MenuBarItems.swift │ ├── OpenableApp.swift │ ├── OpenableApps.swift │ ├── PreferencesViewController.swift │ ├── RegularApp.swift │ ├── RegularApps.swift │ ├── RunningApp.swift │ ├── RunningApps.swift │ ├── UserPrefs.swift │ └── Utils.swift ├── MenuBarDockTests/ │ ├── Info.plist │ └── MenuBarDockTests.swift ├── MenuBarDockUITests/ │ ├── Info.plist │ └── MenuBarDockUITests.swift ├── Podfile ├── README.md ├── _config.yml ├── assets/ │ ├── DownloadButton.psd │ └── logo.ai └── setup.sh