mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #371] [CLOSED] Adding keymapping download #1594
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#1594
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/371
Author: @ZhichGaming
Created: 9/22/2022
Status: ❌ Closed
Base:
develop← Head:keymapping📝 Commits (10+)
a304f90IPASourceSettings9211423Link validator6b3e715Status badgesa2a187eFix behaviour of move up/move down876f4bfResolve sources435f569Source list works with IPA library (Search bar not working rn)a1ef616IPA Library now searchable9664f18Add “Resolve Sources” command/shortcut22e06d5Locale compliance358482bAdding Download keymap button📊 Changes
67 files changed (+3284 additions, -1369 deletions)
View changed files
📝
.github/workflows/1.build_release.yml(+1 -1)📝
.github/workflows/2.nightly_release.yml(+1 -1)📝
.github/workflows/SwiftLint.yml(+1 -1)📝
Cartfile(+1 -1)📝
Cartfile.resolved(+1 -1)📝
PlayCover.xcodeproj/project.pbxproj(+47 -8)📝
PlayCover/AppInstaller/Installer.swift(+82 -54)📝
PlayCover/AppInstaller/Utils/Entitlements.swift(+20 -10)📝
PlayCover/AppInstaller/Utils/IPA.swift(+17 -19)📝
PlayCover/IntentFlow/UserIntentFlow.swift(+0 -5)📝
PlayCover/Model/AppContainer.swift(+3 -6)📝
PlayCover/Model/AppInfo.swift(+21 -9)📝
PlayCover/Model/BaseApp.swift(+5 -2)➕
PlayCover/Model/KeyCodeNames.swift(+100 -0)📝
PlayCover/Model/Keymapping.swift(+3 -0)📝
PlayCover/Model/PlayApp.swift(+32 -53)📝
PlayCover/PlayCoverError.swift(+3 -0)📝
PlayCover/Utils/AppIntegrity.swift(+2 -4)📝
PlayCover/Utils/FileExtensions.swift(+1 -1)📝
PlayCover/Utils/GenshinUserData/DeleteStoredGenshinUserData.swift(+4 -4)...and 47 more files
📄 Description
Checks if the keymapping for a game exists in the keymaps repository, #368 should be merged first. Repost of #370 since that one had unrelated history.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.