This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Convert into App Extension #16
Comments
App Extension branch: https://github.com/pichfl/NoMoreiTunes/tree/next Includes a nice little popup explaining how the .app is required and it cannot be deleted. It also automatically asks to be moved to their Applications directory. https://i.imgur.com/xOXHhg8.png Doesn't include any (auto)updating code though. As much as I love Swift, I set it to be in Objective C because we have no need for any native code and Swift makes the final app bundle bigger. Swift version would be 12mb while this Objective C version is just 2mb. |
It turns out there are many different links and there are still some left which would try to launch iTunes so the extension still has some use. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
To allow this extension to be installed in future iterations of Safari, it has to be converted into a signed Application that has to be downloaded and run once to install the Safari extension.
While this is ridiculous, it's also the only way to keep this project alive. I'll continue to provide signing keys and hosting for the project and @jdf221 was kind enough to help with the code.
The text was updated successfully, but these errors were encountered: