mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #413] [MERGED] Install apps without injecting PlayTools #1604
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#1604
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/413
Author: @TheMoonThatRises
Created: 10/10/2022
Status: ✅ Merged
Merged: 10/24/2022
Merged by: @Depal1
Base:
develop← Head:feat/noplaytools📝 Commits (10+)
910ed38feat: allow user to install app without playtools4174146allow PlayCover to store which apps has PlayTools2b99ddeallow user to inject/remove PlayTools easily618a10dMerge branch 'develop' into feat/noplaytoolsceded05reimplement visual noplaytools icon035aad9add tooltip to noplaytools iconc374618reorder settings tabs53ff018move noPlayTools icon to left of name61b738bfix noPlayTools icon showing incorrectly0d97c15fix noPlayTools placement in settings📊 Changes
10 files changed (+223 additions, -46 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+4 -0)📝
PlayCover/AppInstaller/Installer.swift(+30 -2)📝
PlayCover/Model/BaseApp.swift(+9 -0)📝
PlayCover/Model/PlayApp.swift(+1 -1)📝
PlayCover/Utils/PlayTools.swift(+44 -8)📝
PlayCover/Views/App Views/PlayAppView.swift(+30 -16)📝
PlayCover/Views/AppSettingsView.swift(+58 -13)➕
PlayCover/Views/Settings/InstallSettings.swift(+25 -0)📝
PlayCover/Views/Settings/PlayCoverSettingsView.swift(+11 -6)📝
PlayCover/en.lproj/Localizable.strings(+11 -0)📄 Description
Allows the user to install apps without always injecting PlayTools. This might take a while to complete.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.