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

Various SIMBLtweak fixes (installation, uninstallation, etc.) #527

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jacobcxdev
Copy link
Contributor

Duplicate of #516, as requested by @kirb.

Fixed up uninstall command to not break when encountering spaces in file paths (and silenced the `rm -d` output).
Updated default install path to MacForge's plugin directory. This retires mySIMBL support in favour of MacForge.
Frameworks go in ./Frameworks in the project root.

When initially compiled, the link paths for the frameworks in the tweak binary will be incorrect: they'll use `@rpath`, which will evaluate to the wrong path when injected into a third-party app. To correct this, we remove the `@rpath` bit of the link path then prepend the installation path of the tweak bundle.
@jacobcxdev jacobcxdev changed the title Fixed installing + uninstalling SIMBL tweaks via make do, make install and make uninstall. Various SIMBLtweak fixes (installation, uninstallation, etc.) Oct 9, 2020
Copy link
Member

@kabiroberai kabiroberai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't comment on the rest of the PR (although I assume @uroboro's approval means it's alright), but the rpath hackiness should definitely be looked into more before this is merged

makefiles/instance/simbltweak.mk Outdated Show resolved Hide resolved
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

Successfully merging this pull request may close these issues.

None yet

4 participants