gitextract_h3o59koz/ ├── .gitignore ├── .swiftlint.yml ├── Brewfile ├── Brewfile.lock.json ├── CHANGELOG.md ├── CONTRIBUTING.md ├── Cartfile ├── Cartfile.resolved ├── Configs/ │ ├── Debug.xcconfig │ └── Release.xcconfig ├── Dozer/ │ ├── AppDelegate.swift │ ├── Constants.swift │ ├── DozerIcons.swift │ ├── Other/ │ │ ├── Assets.xcassets/ │ │ │ ├── AppIcon.appiconset/ │ │ │ │ └── Contents.json │ │ │ ├── Contents.json │ │ │ └── HelperStatusItemIcon.imageset/ │ │ │ └── Contents.json │ │ ├── Dozer.entitlements │ │ ├── Info.plist │ │ ├── bridging-header.h │ │ └── main.swift │ ├── StatusIconClasses/ │ │ ├── HelperStatusIcon.swift │ │ ├── NormalStatusIcon.swift │ │ └── RemoveStatusIcon.swift │ ├── Util.swift │ ├── ViewControllers/ │ │ ├── DozerVC.swift │ │ └── GeneralVC.swift │ └── XIB/ │ ├── Dozer.xib │ └── General.xib ├── LICENSE ├── Makefile ├── README.md ├── Scripts/ │ ├── LaunchAtLogin.sh │ ├── SignFrameworks.sh │ └── Swiftlint.sh ├── Stuff/ │ └── OldFiles/ │ ├── AnimationWindow.swift │ ├── ClickedWindowInfo.swift │ ├── CreateAnimation.swift │ ├── GetLeftStatusIcon.swift │ └── Screen.swift ├── appcast.xml ├── project.yml └── swiftgen.yml