mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 16:25:54 +03:00
[GH-ISSUE #1665] [Feature]: Add an option to run iOS app with sudo #1053
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1053
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 @cswords on GitHub (Sep 2, 2024).
Original GitHub issue: https://github.com/PlayCover/PlayCover/issues/1665
Is your feature request related to a problem?
Wuthering Waves can run with
sudoafter installation with PlayCover. I guess this may help other app/games therefore creating this as a feature request.Describe the solution you'd like
Just add an option to run iOS app/game with
sudo. PlayCover itself does not need to run with admin access, to minimize the impact of security.Anything else?
N/A
Issue Language
@TheMoonThatRises commented on GitHub (Sep 10, 2024):
Apps on MacOS should generally not be run as sudo, as it can cause undesirable behaviors and is not the best course for fixing broken applications. See #1478 for the Wuthering Waves fix.