Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 821 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 821 Bytes

Apple Profile Lib

Build Status

Description

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.

Requirements

It will work with just the standard library for the most part.

To encrypt a profile Crypto are needed.

TODO

  • 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