Helper class for easily exploring the contents of a .mobileprovisioningprofile
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.
Jimmy Arts
YAProvisioningProfile is available under the MIT license. See the LICENSE file for more info.