├── .gitignore ├── LICENSE ├── README.md ├── check_firmware.py └── pkg └── Firmware Version Checker 1.0.2.dmg /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/firmware_version_checker/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/firmware_version_checker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/firmware_version_checker/HEAD/README.md -------------------------------------------------------------------------------- /check_firmware.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/firmware_version_checker/HEAD/check_firmware.py -------------------------------------------------------------------------------- /pkg/Firmware Version Checker 1.0.2.dmg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/univ-of-utah-marriott-library-apple/firmware_version_checker/HEAD/pkg/Firmware Version Checker 1.0.2.dmg --------------------------------------------------------------------------------