Provisioning icon indicating copy to clipboard operation
Provisioning copied to clipboard

Add support for iOS watch/today extensions

Open sgleadow opened this issue 9 years ago • 2 comments

This is a great little tool, which I use regularly for debugging code signing and provisioning issues.

I've noticed that it support .app and .ipa files, but doesn't work for iOS today and watch extensions which have .appex.

I assume this can be added to the Provisioning-Info.plist like how the .app handling is defined, but I'm not sure how to find out the bundle type to add to the LSItemContentTypes.

sgleadow avatar Aug 11 '15 23:08 sgleadow

This work has been done in this PR https://github.com/chockenberry/Provisioning/pull/11

skabber avatar Aug 13 '15 03:08 skabber

Ah, so it has, didn't see that. I didn't notice it because I installed from brew cask and there haven't been any releases since the change was made.

If there isn't any plan for new releases to brew, I'll just install from source.

sgleadow avatar Aug 13 '15 04:08 sgleadow