Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ProfileCreator/ProfileCreator
macOS app to create standard or customized configuration profiles.
https://github.com/ProfileCreator/ProfileCreator
Last synced: 3 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-21T02:54:11.000Z (7 months ago)
- Last Synced: 2024-07-27T20:25:18.229Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 20.8 MB
- Stars: 1,276
- Watchers: 95
- Forks: 92
- 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:)
- open-source-mac-os-apps - ProfileCreator - macOS Application to create standard or customized configuration profiles. ![objective_c_icon] (Applications / System)
- awesome-macadmin-tools - https://github.com/ProfileCreator/ProfileCreator
README
[![Latest pre-release version tag](https://img.shields.io/github/tag-date/ProfileCreator/ProfileCreator.svg)](https://github.com/ProfileCreator/ProfileCreator/releases/latest) ![macOS version support](https://img.shields.io/badge/macOS-10.12%2B-success) ![Latest release download total](https://img.shields.io/github/downloads/ProfileCreator/ProfileCreator/v0.3.3/total)
# 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/ProfileCreator/ProfileManifests)
There is a getting started guite to describe the basics on how to create your own manifest:
[ProfileManifests - Getting Started](https://github.com/ProfileCreator/ProfileManifests/wiki/Getting-Started)
# ProfileCreator
macOS application to create configuration profiles.![ProfileCreator](https://github.com/ProfileCreator/ProfileCreator/blob/master/resources/screenshots/ProfileCreator.png)
# System Requirements
ProfileCreator requires macOS 10.12 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 higherIn addition to those pieces of software you will also need to clone [ProfilePayloads](https://github.com/ProfileCreator/ProfilePayloads) alongside the ProfileCreator repository (The repositories must be adjacent to each other).
## Compiling
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/`.
In addition, please take a look at the [ProfileManifests](https://github.com/ProfileCreator/ProfileManifests) project which supplies ProfileCreator with its payloads is very much active!
# 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)