Re: Developer


Bernie Maier
 

On Sat, 19 Oct 2019, at 5:42 PM, Gerriet M. Denkmann wrote:


Find …/Your iOS.app/embedded.mobileprovision, open in some editor and
delete the first 62 bytes, so that it starts with:
“<?xml version="1.0" encoding="UTF-8”?>”
Save as: /anyPath/anyName.plist and open this in Xcode.
Alternatively, run this on the command line to strip the security message container and signing from the contained plist:

```
security cms -D -i path-to.mobileprovision
```

I did some research into this a while ago (by I which I mean I did some searching and found other people’s research into this). I collected this and other related info into a public BitBucket snippet:

https://bitbucket.org/snippets/blurkk/5LB5LM

Cheers,
Bernie

Join cocoa@apple-dev.groups.io to automatically receive all group messages.