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

feat: unzip debian packages #233

Open
castdrian opened this issue Dec 2, 2024 · 0 comments
Open

feat: unzip debian packages #233

castdrian opened this issue Dec 2, 2024 · 0 comments

Comments

@castdrian
Copy link

castdrian commented Dec 2, 2024

I mainly use lc to debug tweaks in a jailed environment and it'd be nice if it would just accept and unzip Debian packages as well, providing the dynamic library manually is a bit tedious

also doing this would be great for tweaks with resource bundles, as they don't work if you just inject the dylib and then they can't find the resource bundle, generally when an app is jailed it looks for the resource bundle in the same path where the NSBundle is, when jailbroken it would be in Library/Application Support/ but apps in LiveContainer are very much jailed, so copying the bundle into the nsbundle location is a necessity to get them to work

an alternative would be if LiveContainer would inject some global flag you could read out to just code your tweak to use a different path for the bundle when running in LiveContainer, but that would also be more tedious and more specified usage rather than having LiveContainer just properly extract and copy tweak resources from the Debian package

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

1 participant