macOS App to upload printer configurations to Jamf Pro
The Jamf Printer Manager app is available in the Releases section of this repository. Unzip the .zip archive and copy the application to your Applications folder.
Please review the Jamf Printer Manager User's Guide prior to use.
To build Jamf Printer Manager locally, clone it from the repository
git clone https://github.com/jamf/jamf-printer-manager.git
cd
into your local directory
cd <path_to_printer_manager_directory>
Build using Xcode
xcodebuild -scheme "Jamf Printer Manager"
cd
into the Release folder
cd build/Release
Run the built .app
Pull requests will be reviewed for incorporation into the app.