This library allows you to create and verify mobileconfig files. I could not find another library for dealing with mobileconfig files so I made this one.
It features type checking to prevent the creation of invalid mobileconfigs.
It will work with just the standard library for the most part.
To encrypt a profile Crypto are needed.
- implement some more config types
- find out how to sign
- find out how to encrypt
I found out how to sign with OpenSSL but not how to encrypt.
See the docs at: https://developer.apple.com/library/ios/featuredarticles/iPhoneConfigurationProfileRef/Introduction/Introduction.html