Low Profile
A Mac utility to help inspect Apple Configuration Profile payloads:
- Want to see what is inside the Configuration Profiles that are installed on your Mac?
- Curious to know what a Configuration Profile will enforce / change on a device before actually installing one?
- Tired of having to manually un-sign Configuration Profiles, only to have to flex your XML parsing skills to find out what is inside?
- Maybe you just want to qualify that your MDM vendor is creating Configuration Profiles the way you expect?
If the answer is yes to any of the above, then Low Profile is the app for you!
Features
-
Displays details for all Apple supported payloads:
-
Description + Payload Type
-
Supported Platforms (iOS, iPadOS, macOS, tvOS, watchOS)
-
Payload-specific information (ie. Identifier, UUID, Display Name, Organisation, etc.)
-
Payload Availability
-
Properties:
- Payload Properties (supported and in the payload)
- Available Properties (supported and not in the payload)
- Unknown Properties (unknown and in the payload)
-
-
Displays Property List keys for all payloads:
-
Displays nested payloads for Managed Preferences:
-
Displays details for custom 3rd-party payloads:
- Including certificate data
- Including custom arrays and dictionaries
-
Displays certificate information for signed Configuration Profiles:
Build Requirements
- Swift 5.5 | Xcode 13.0.
- Runs on macOS Monterey 12.0 and later.
Download
Grab the latest version of Low Profile from the releases page.
Credits / Thank You
- Project created and maintained by Nindi Gill (ninxsoft).
- Documentation and icons sourced from here and here.
- Filippo Maguolo (filom) for AS1NDecoder, used in reading certificate data.
- JP Simard (jpsim) for Yams, used to import YAML.
- Marcus Ransom (@marcusransom) for the awesome app name.
- James Smith (smithjw) for the shiny new app icon.
License
Copyright Β© 2023 Nindi Gill
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.