mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #133] Is it possible to use existing ipa data folder? #120
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Infinitay on GitHub (Aug 21, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/133
I'm using LiveContainer so that I can inject dylibs into the app(s). However, I realize now that because a new data folder is created for the containers, I can't use the pre-existing app data. Would it be possible for LiveContainer to use the existing
/var/mobile/Applicationsfolder with respect to the app name (and version if you really want to be sure nothing goes wrong)?@khanhduytran0 commented on GitHub (Aug 21, 2024):
LiveContainer is completely sandboxed and is not allowed to read or write outside of the data container itself.
@Infinitay commented on GitHub (Aug 21, 2024):
Thanks for the response