Skip to content

macOS app to create standard or customized configuration profiles.

License

Notifications You must be signed in to change notification settings

zappydood/ProfileCreator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest pre-release version tag macOS version support Latest release download total

Download

See the latest download in Releases

Contribute

If you want to contribute to the payloads available in this project, please go to the ProfileManifests repo:

ProfileManifests

There is a getting started guite to describe the basics on how to create your own manifest:

ProfileManifests - Getting Started

ProfileCreator

macOS application to create configuration profiles.

ProfileCreator

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. Join the conversion over in the #profilecreator channel in the MacAdmins Slack.

Acknowledgements

Icon is created by Katherine M. Ahern:

UI Icons have been taken from the following sites:

Open Source code included in this project:

About

macOS app to create standard or customized configuration profiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.6%
  • Other 0.4%