Skip to content

A Python library for making Mobileconfig files for iOS

Notifications You must be signed in to change notification settings

sunlite99/iOS-Profile-Lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS-Profile-Lib

Build Status

Description

This library allows you to create and verify iOS mobileconfig files right on your iOS device. I could not find another iOS library for dealing with iOS 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 and biplist 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

About

A Python library for making Mobileconfig files for iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%