Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Administrators who would like to move from MCX-based management to Profiles may

mcxToProfile should function on OS X 10.5 or greater. It also makes use of Greg Neagle's FoundationPlist library from the Munki project, which provides native plist support via PyObjC. FoundationPlist is licensed under the Apache License, version 2.0.

## Install instructions

* Ensure Xcode is installed on your Mac
* `git clone https://github.com/timsutton/mcxToProfile.git && cd mcxToProfile`
* `pip3 install pyobjc`
* `./mcxToProfile.py --help`

## Example usage

Here's an example:
Expand Down