mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 17:15:50 +03:00
[GH-ISSUE #234] feat: apply file picker fix to LiveContainer itself #209
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#209
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 @castdrian on GitHub (Dec 2, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/234
relevant for #231, when installed via Apple dev account instead of local dev cert the file picker will break and lc will be unable to import any files, should apply the file picker fix to itself in this scenario
@hugeBlack commented on GitHub (Dec 2, 2024):
I think that's because you signed LiveContainer incorrectly. Or the cert you used didn't have this capability.
@castdrian commented on GitHub (Dec 2, 2024):
It'd be lovely if you'd actually read what was said, this is in fact necessary when using an ADP cert
@hugeBlack commented on GitHub (Dec 2, 2024):
Sorry for that, I never used an ADP cert so I didn't realize that. I'll set
asCopy = truein the next release to solve this issue. By the way, I've read that file picker can be fixed if the bundle identifier matches the one in your mobileprovision file, can you confirm that?@castdrian commented on GitHub (Dec 2, 2024):
Yes I can confirm, it needs to match the app id specifically without the Team ID prefix, then it will work as normal (weird quirks but we're all abusing things we shouldn't lol)