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

macOS 15.0 generators broken #55

Open
danpashin opened this issue Sep 10, 2024 · 8 comments
Open

macOS 15.0 generators broken #55

danpashin opened this issue Sep 10, 2024 · 8 comments

Comments

@danpashin
Copy link

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)

Screenshot 2024-09-10 at 12 51 05

Looks like global QuickLook.framework refactoring so they deprecated all C apis. Xcode 16 also has moved from QLGenerator plugin to Thumbnail Extension

@ealeksandrov
Copy link
Owner

Thanks for sharing! Can't say I'll miss C APIs, but now I have to research new extensions.

@averyhome
Copy link

so what to do next

@kinkenyuen
Copy link

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.

@maybeisyi
Copy link

Powerful tool !
Thanks for @ealeksandrov

@cristopherturazza
Copy link

Waiting the upgrade, anyone knows a fast terminal command to obtain .ipa infos?

@nostradani
Copy link

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.

@davidmdt21
Copy link

any news ? this script still doesn't work on mac os 15.1
how can fix. ?
@ealeksandrov thankyou so much for this great tools

@nostradani
Copy link

I created a pull request, that should cover this:
#59

However I can't get the thumbnail generation running for me anymore (although this already worked...).
Maybe someone else has an idea

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

No branches or pull requests

8 participants