mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #231] feat: allow using apple dev account #205
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#205
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 1, 2024).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/231
currently you need to use local dev cert sideloading methods (alt/side-store etc..) for lc to work without kit, however I would prefer to just use my Apple dev account and have lc be able to import a certificate and provisioning profile like other signing apps do.
I wouldn’t be opposed to pr-ing this either if assigned
@hugeBlack commented on GitHub (Dec 2, 2024):
You are welcomed to pr this feature as well as #233, just make sure to develop based on 3.1.0 as 3.0.0 don't have its own signer.
@castdrian commented on GitHub (Dec 2, 2024):
I'm aware of that, you however closed the linked issue that was supposed to track the fact that ADP certs require security scoped file access
@hugeBlack commented on GitHub (Jan 20, 2025):
Personal cert support is implemented in the latest build (3.2.50) and you can have a try if you want. Some functions or apps will not work due to entitlement issues varying from cert to cert. I have only tested this feature on enterprise certs, so I'm not sure if it also works well on personal (ah hoc) certs
https://github.com/hugeBlack/LiveContainer/actions
@castdrian commented on GitHub (Jan 21, 2025):
Oh thanks, I do have a branch with my approach lying around as well I've just been away for over a month, guess that one can go in the bin now, this is very much sufficient to debug tweaks, the fact that it mirrors the entitlements is actually a good thing for this case, because sideloaded apps and therefore tweaks will behave the same way they will when just plainly sideloaded,
thank you this makes tweaking development quite feasible on jailed devices now