Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
 
 

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

This is a little library to access the embedded provisioning profile in iOS apps.

NSString *mobileprovisionPath = [[[NSBundle mainBundle] bundlePath]
    stringByAppendingPathComponent:@"embedded.mobileprovision"];

TCMobileProvision *mobileprovision = [[TCMobileProvision alloc] initWithData:
    [NSData dataWithContentsOfFile:mobileprovisionPath]];

NSString *profileId = mobileprovision.dict[@"UUID"] ?: @"simulator";

The code is released under the Apache License 2.0.

About

Accessing the embedded provisioning profile from iOS apps

Topics

Resources

Stars

0 stars

Watchers

26 watching

Forks

Releases

Packages

Used by

Contributors

Languages