Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto detect provisioning profiles #153

Open
jwheare opened this issue Sep 30, 2017 · 1 comment
Open

Auto detect provisioning profiles #153

jwheare opened this issue Sep 30, 2017 · 1 comment

Comments

@jwheare
Copy link

jwheare commented Sep 30, 2017

If no provisioning profile is passed on the command line, the current working directory is searched for a profile. The debug log says:

No `provisioning-profile` passed in arguments, will find in current working directory and in user library..

But is the user library actually searched? It doesn't look like it from the code. Is this possible?

I downloaded and installed a provisioning profile and it gets saved in System Preferences -> Profiles, but I'm not sure where that's stored in the file system. ~/Library/MobileDevice/Provisioning Profiles has iOS profiles, but not sure about macOS.

@jwheare
Copy link
Author

jwheare commented Sep 30, 2017

OK, I checked the md5sum of all the profiles in ~/Library/MobileDevice/Provisioning Profiles and my macos profile is indeed in there along with all the iOS ones. It's the only one with .provisionprofile extension, as opposed to .mobileprovision.

So would it be possible to check there for auto-detection as the logging suggests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants