You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: