Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jimmya/yaprovisioningprofile
- Owner: jimmya
- License: mit
- Created: 2015-02-27T19:31:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T21:26:20.000Z (over 9 years ago)
- Last Synced: 2023-02-28T05:12:49.273Z (over 1 year ago)
- Language: Objective-C
- Size: 284 KB
- Stars: 35
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YAProvisioningProfile
Helper class for easily exploring the contents of a .mobileprovisioningprofile
## 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.