Open danpashin opened 2 months ago
Thanks for sharing! Can't say I'll miss C APIs, but now I have to research new extensions.
so what to do next
Thanks for sharing! Can't say I'll miss C APIs, but now I have to research new extensions.
Your tools are great to use, look forward to your updates.
Powerful tool ! Thanks for @ealeksandrov
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. However sandboxing will be applied, so spawning child processes that use unzip and codesign won't be possible. So this will have to change first...
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 how can fix. ? @ealeksandrov thankyou so much for this great tools
I created a pull request, that should cover this: https://github.com/ealeksandrov/ProvisionQL/pull/59
However I can't get the thumbnail generation running for me anymore (although this already worked...). Maybe someone else has an idea
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