https://github.com/jamf/jamf-printer-manager
macOS app to upload printer configurations to Jamf Pro
https://github.com/jamf/jamf-printer-manager
Last synced: 11 months ago
JSON representation
macOS app to upload printer configurations to Jamf Pro
- Host: GitHub
- URL: https://github.com/jamf/jamf-printer-manager
- Owner: jamf
- License: mit
- Created: 2024-04-21T23:16:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T17:35:44.000Z (about 2 years ago)
- Last Synced: 2024-06-26T16:55:17.316Z (about 2 years ago)
- Language: Swift
- Size: 2.25 MB
- Stars: 23
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
  
   
# Jamf Printer Manager
macOS App to upload printer configurations to Jamf Pro
## Installation
The Jamf Printer Manager app is available in the [Releases](https://github.com/jamf/jamf-printer-manager/releases/latest) section of this repository. Unzip the .zip archive and copy the application to your Applications folder.
## Using Jamf Printer Manager
Please review the [Jamf Printer Manager User's Guide](https://github.com/jamf/jamf-printer-manager/blob/main/Jamf%20Printer%20Manager.pdf) prior to use.
## Build
To build Jamf Printer Manager locally, clone it from the repository
```bash
git clone https://github.com/jamf/jamf-printer-manager.git
```
`cd` into your local directory
```bash
cd
```
Build using Xcode
```bash
xcodebuild -scheme "Jamf Printer Manager"
```
`cd` into the Release folder
```bash
cd build/Release
```
Run the built .app
## Contributing
Pull requests will be reviewed for incorporation into the app.