https://github.com/ProfileCreator/ProfileCreator
macOS app to create standard or customized configuration profiles.
https://github.com/ProfileCreator/ProfileCreator
Last synced: 7 days ago
JSON representation
macOS app to create standard or customized configuration profiles.
- Host: GitHub
- URL: https://github.com/ProfileCreator/ProfileCreator
- Owner: ProfileCreator
- License: mit
- Created: 2015-08-31T05:28:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T18:26:35.000Z (8 months ago)
- Last Synced: 2024-10-29T15:29:04.246Z (6 months ago)
- Language: Swift
- Homepage:
- Size: 20.8 MB
- Stars: 1,298
- Watchers: 94
- Forks: 95
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-mac-os-apps - ProfileCreator - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] (Applications / System)
- awesome-mdm-dev - ProfileCreator - macOS app to create standard or customized configuration profiles (Tools :hammer_and_wrench:)
- awesome-macadmin-tools - https://github.com/ProfileCreator/ProfileCreator
- open-source-mac-os-apps - ProfileCreator - macOS Application to create standard or customized configuration profiles. </summary><p><b>Languages:</b> ![objective_c_icon] <br><b>Screenshots:</b><br><img src='https://raw.githubusercontent.com/erikberglund/ProfileCreator/master/resources/screenshots/ProfileCreator.png' width='400' loading='lazy'/><br></p></details> (Applications / ⚙️ System (23))
README
![]()
[](https://github.com/ProfileCreator/ProfileCreator/releases/tag/v0.3.3)  
# Download
See the latest download in [Releases](https://github.com/ProfileCreator/ProfileCreator/releases)
# Contribute
If you want to contribute to the payloads available in this project, please go to the ProfileManifests repo:
[ProfileManifests](https://github.com/ProfileManifests/ProfileManifests)
There is a getting started guite to describe the basics on how to create your own manifest:
[ProfileManifests - Getting Started](https://github.com/ProfileManifests/ProfileManifests/wiki/Getting-Started)
# ProfileCreator
macOS application to create configuration profiles.
# System Requirements
ProfileCreator requires macOS 11 or newer.# Development
## Getting started
In order to develop for ProfileCreator, the following pieces of software are required
- Xcode 14 or higher
- macOS 12.0 or higher## Compiling
Upon first clone, please update the submodules before attempting to compile`git submodule update --init --recursive`
In order to compile ProfileCreator, please navigate to where the Xcode Project file is located and run the following command
`xcodebuild -project ProfileCreator.xcodeproj -scheme ProfileCreator -configuration Debug`
This will compile the application and output the result in the DerivedData path as set by your Xcode preferences. The default DerivedData location will be `~/Library/Developer/Xcode/DerivedData/`.
# Have Questions?
Consult [the wiki](https://github.com/ProfileCreator/ProfileCreator/wiki). Join the conversion over in the #profilecreator channel in the [MacAdmins Slack](https://www.macadmins.org/).# Acknowledgements
Icon is created by Katherine M. Ahern:
* [kateahern.com](https://kateahern.com)
UI Icons have been taken from the following sites:
* [icons8.com](https://icons8.com)
Open Source code included in this project:
* [WFColorCode](https://github.com/1024jp/WFColorCode)
* [Highlightr](https://github.com/raspu/Highlightr)