mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #383] [MERGED] App uninstall settings #1596
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#1596
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?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/383
Author: @TheMoonThatRises
Created: 9/29/2022
Status: ✅ Merged
Merged: 10/19/2022
Merged by: @Depal1
Base:
develop← Head:feat/uninstallsettings📝 Commits (10+)
27f2083feat: app uninstall settings91292a0fix: localisation and lint8e49d06add uninstall options to uninstall popup3ffcc1dsimplify uninstall messagea7a9715add suppression tooltip + simplify code6c926ceMerge branch 'PlayCover:develop' into feat/uninstallsettingsfb4e941clear all app cache in prune + simplify code9d411ecMerge branch 'develop' into feat/uninstallsettingsaaf234bsimplify uninstall settingsfa6b150simplify redundant texts📊 Changes
7 files changed (+247 additions, -31 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+8 -0)📝
PlayCover/Model/PlayApp.swift(+2 -17)📝
PlayCover/Views/App Views/PlayAppView.swift(+1 -13)📝
PlayCover/Views/Settings/PlayCoverSettingsView.swift(+6 -1)➕
PlayCover/Views/Settings/UninstallSettings.swift(+58 -0)➕
PlayCover/Views/Uninstaller.swift(+161 -0)📝
PlayCover/en.lproj/Localizable.strings(+11 -0)📄 Description
Add settings for how Playcover uninstall apps. This includes removing keymapping, app settings, entitlements, and/or app containers. There is also an option to remove unused files and containers (unused as in the app is not installed).

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.