├── .gitignore ├── LICENSE ├── README.md ├── screenshots ├── menubar-extended.png ├── menubar.png ├── xcode-fail.png ├── xcode-finish.png └── xcode-start.png └── sources └── xcodeBuildTimes.1m.php /.gitignore: -------------------------------------------------------------------------------- 1 | sources/.xcodeBuildTimes 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matopeto/xcode-build-times/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matopeto/xcode-build-times/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/menubar-extended.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matopeto/xcode-build-times/HEAD/screenshots/menubar-extended.png -------------------------------------------------------------------------------- /screenshots/menubar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matopeto/xcode-build-times/HEAD/screenshots/menubar.png -------------------------------------------------------------------------------- /screenshots/xcode-fail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matopeto/xcode-build-times/HEAD/screenshots/xcode-fail.png -------------------------------------------------------------------------------- /screenshots/xcode-finish.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matopeto/xcode-build-times/HEAD/screenshots/xcode-finish.png -------------------------------------------------------------------------------- /screenshots/xcode-start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matopeto/xcode-build-times/HEAD/screenshots/xcode-start.png -------------------------------------------------------------------------------- /sources/xcodeBuildTimes.1m.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/matopeto/xcode-build-times/HEAD/sources/xcodeBuildTimes.1m.php --------------------------------------------------------------------------------