Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jimmya/yaprovisioningprofile

Helper class for easily exploring the contents of a .mobileprovisioningprofile
https://github.com/jimmya/yaprovisioningprofile

Last synced: 12 days ago
JSON representation

Helper class for easily exploring the contents of a .mobileprovisioningprofile

Awesome Lists containing this project

README

        

# YAProvisioningProfile
Helper class for easily exploring the contents of a .mobileprovisioningprofile


Screenshot 1

## Usage

Include YAProvisioningProfile.h and YAProvisioningProfile.m in your project.
Import YAProvisioningProfile.h.

Use the method - (id)initWithPath:(NSString *)path to initialise a profile object. After initialisation all usefull information of the profile can be read. Check out the sample project for a full working example.

## Author

Jimmy Arts

## License

YAProvisioningProfile is available under the MIT license. See the LICENSE file for more info.