-
Notifications
You must be signed in to change notification settings - Fork 153
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
Xcode Quick Look plugin collision #20
Comments
All instances of Xcode (like multiple beta versions) can override priority for Correct ProvisionQL mapping example:
|
Xcode 16 has moved it's generator to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Xcode 9.3
Xcode now have its own
mobileprovision
Quick Look plugin. Since it's application-provided it will override user installed plugins, including ProvisionQL.ProvisionQL will still work for
ipa
andxcarchive
, but if you prefer it also formobileprovision
, just delete Xcode's QL plugin here:And run
Comparison
Xcode:
![screen shot 2018-06-15 at 11 53 51](https://user-images.githubusercontent.com/3132438/41459751-29208048-7093-11e8-8d37-84d2fd372123.png)
![screen shot 2018-06-15 at 11 55 13](https://user-images.githubusercontent.com/3132438/41459753-29402402-7093-11e8-86fe-425f5357765f.png)
ProvisionQL:
The text was updated successfully, but these errors were encountered: