├── Image 3.png ├── LICENSE ├── Prometheus.app └── Contents │ ├── Info.plist │ ├── MacOS │ └── Prometheus │ ├── PkgInfo │ ├── Resources │ ├── Assets.car │ └── Base.lproj │ │ └── Main.storyboardc │ │ ├── DowngradeViewController.nib │ │ ├── Info.plist │ │ ├── MainMenu.nib │ │ ├── NSWindowController-B8D-0N-5wS.nib │ │ ├── XfG-lQ-9wD-view-m2S-Jp-Qdl.nib │ │ └── dv6-kP-wLw-view-2Dd-Eo-9J5.nib │ └── _CodeSignature │ └── CodeResources ├── Prometheus.xcodeproj ├── project.pbxproj ├── project.xcworkspace │ ├── contents.xcworkspacedata │ └── xcuserdata │ │ └── jakejames.xcuserdatad │ │ └── UserInterfaceState.xcuserstate └── xcuserdata │ └── jakejames.xcuserdatad │ ├── xcdebugger │ └── Breakpoints_v2.xcbkptlist │ └── xcschemes │ ├── Prometheus.xcscheme │ └── xcschememanagement.plist ├── Prometheus ├── AppDelegate.h ├── AppDelegate.m ├── Assets.xcassets │ ├── AppIcon.appiconset │ │ └── Contents.json │ ├── Contents.json │ └── Image 3.imageset │ │ ├── Contents.json │ │ ├── Image 3-1.png │ │ ├── Image 3-2.png │ │ └── Image 3.png ├── Base.lproj │ └── Main.storyboard ├── DowngradeViewController.h ├── DowngradeViewController.m ├── Info.plist ├── ViewController.h ├── ViewController.m └── main.m ├── PrometheusTests ├── Info.plist └── PrometheusTests.m ├── PrometheusUITests ├── Info.plist └── PrometheusUITests.m ├── README.md └── install.sh /Image 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Image 3.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/LICENSE -------------------------------------------------------------------------------- /Prometheus.app/Contents/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/Info.plist -------------------------------------------------------------------------------- /Prometheus.app/Contents/MacOS/Prometheus: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/MacOS/Prometheus -------------------------------------------------------------------------------- /Prometheus.app/Contents/PkgInfo: -------------------------------------------------------------------------------- 1 | APPL???? -------------------------------------------------------------------------------- /Prometheus.app/Contents/Resources/Assets.car: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/Resources/Assets.car -------------------------------------------------------------------------------- /Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/DowngradeViewController.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/DowngradeViewController.nib -------------------------------------------------------------------------------- /Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/Info.plist -------------------------------------------------------------------------------- /Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/MainMenu.nib -------------------------------------------------------------------------------- /Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/NSWindowController-B8D-0N-5wS.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/NSWindowController-B8D-0N-5wS.nib -------------------------------------------------------------------------------- /Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/XfG-lQ-9wD-view-m2S-Jp-Qdl.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/XfG-lQ-9wD-view-m2S-Jp-Qdl.nib -------------------------------------------------------------------------------- /Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/dv6-kP-wLw-view-2Dd-Eo-9J5.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/Resources/Base.lproj/Main.storyboardc/dv6-kP-wLw-view-2Dd-Eo-9J5.nib -------------------------------------------------------------------------------- /Prometheus.app/Contents/_CodeSignature/CodeResources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.app/Contents/_CodeSignature/CodeResources -------------------------------------------------------------------------------- /Prometheus.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Prometheus.xcodeproj/project.xcworkspace/contents.xcworkspacedata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.xcodeproj/project.xcworkspace/contents.xcworkspacedata -------------------------------------------------------------------------------- /Prometheus.xcodeproj/project.xcworkspace/xcuserdata/jakejames.xcuserdatad/UserInterfaceState.xcuserstate: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.xcodeproj/project.xcworkspace/xcuserdata/jakejames.xcuserdatad/UserInterfaceState.xcuserstate -------------------------------------------------------------------------------- /Prometheus.xcodeproj/xcuserdata/jakejames.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.xcodeproj/xcuserdata/jakejames.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist -------------------------------------------------------------------------------- /Prometheus.xcodeproj/xcuserdata/jakejames.xcuserdatad/xcschemes/Prometheus.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.xcodeproj/xcuserdata/jakejames.xcuserdatad/xcschemes/Prometheus.xcscheme -------------------------------------------------------------------------------- /Prometheus.xcodeproj/xcuserdata/jakejames.xcuserdatad/xcschemes/xcschememanagement.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus.xcodeproj/xcuserdata/jakejames.xcuserdatad/xcschemes/xcschememanagement.plist -------------------------------------------------------------------------------- /Prometheus/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/AppDelegate.h -------------------------------------------------------------------------------- /Prometheus/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/AppDelegate.m -------------------------------------------------------------------------------- /Prometheus/Assets.xcassets/AppIcon.appiconset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/Assets.xcassets/AppIcon.appiconset/Contents.json -------------------------------------------------------------------------------- /Prometheus/Assets.xcassets/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/Assets.xcassets/Contents.json -------------------------------------------------------------------------------- /Prometheus/Assets.xcassets/Image 3.imageset/Contents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/Assets.xcassets/Image 3.imageset/Contents.json -------------------------------------------------------------------------------- /Prometheus/Assets.xcassets/Image 3.imageset/Image 3-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/Assets.xcassets/Image 3.imageset/Image 3-1.png -------------------------------------------------------------------------------- /Prometheus/Assets.xcassets/Image 3.imageset/Image 3-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/Assets.xcassets/Image 3.imageset/Image 3-2.png -------------------------------------------------------------------------------- /Prometheus/Assets.xcassets/Image 3.imageset/Image 3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/Assets.xcassets/Image 3.imageset/Image 3.png -------------------------------------------------------------------------------- /Prometheus/Base.lproj/Main.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/Base.lproj/Main.storyboard -------------------------------------------------------------------------------- /Prometheus/DowngradeViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/DowngradeViewController.h -------------------------------------------------------------------------------- /Prometheus/DowngradeViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/DowngradeViewController.m -------------------------------------------------------------------------------- /Prometheus/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/Info.plist -------------------------------------------------------------------------------- /Prometheus/ViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/ViewController.h -------------------------------------------------------------------------------- /Prometheus/ViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/ViewController.m -------------------------------------------------------------------------------- /Prometheus/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/Prometheus/main.m -------------------------------------------------------------------------------- /PrometheusTests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/PrometheusTests/Info.plist -------------------------------------------------------------------------------- /PrometheusTests/PrometheusTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/PrometheusTests/PrometheusTests.m -------------------------------------------------------------------------------- /PrometheusUITests/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/PrometheusUITests/Info.plist -------------------------------------------------------------------------------- /PrometheusUITests/PrometheusUITests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/PrometheusUITests/PrometheusUITests.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/README.md -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jakeajames/Prometheus/HEAD/install.sh --------------------------------------------------------------------------------