-
Notifications
You must be signed in to change notification settings - Fork 152
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
macOS 15.0 generators broken #55
Comments
Thanks for sharing! Can't say I'll miss C APIs, but now I have to research new extensions. |
so what to do next |
Your tools are great to use, look forward to your updates. |
Powerful tool ! |
Waiting the upgrade, anyone knows a fast terminal command to obtain .ipa infos? |
Using the new API isn't actually so hard. In theory, most of the code can be used with minimal adjustments since the new API still supports generating previews based on HTML. I already played around a little. Might be able to provide a few pull requests soon. |
any news ? this script still doesn't work on mac os 15.1 |
I created a pull request, that should cover this: However I can't get the thumbnail generation running for me anymore (although this already worked...). |
Seems like Sequoia broke all generators that use old API. QuickLook framework doesn't perform scanning /Library now. They keep scanning user home dir but it's not working for me for some reason (I'm not sure but maybe Finder disables untrusted generators now though loading this framework into test app gives me __disableUntrustedGenerators = 0 by default)
Looks like global QuickLook.framework refactoring so they deprecated all C apis. Xcode 16 also has moved from QLGenerator plugin to Thumbnail Extension
The text was updated successfully, but these errors were encountered: