mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #685] [MERGED] Escape forwards slash #1710
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#1710
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/685
Author: @TheMoonThatRises
Created: 1/6/2023
Status: ✅ Merged
Merged: 1/12/2023
Merged by: @Depal1
Base:
develop← Head:fix/fmslashesc📝 Commits (1)
610ae30fix: escape forward slash📊 Changes
12 files changed (+28 additions, -15 deletions)
View changed files
📝
PlayCover/AppInstaller/Installer.swift(+2 -2)📝
PlayCover/AppInstaller/Utils/IPA.swift(+1 -1)📝
PlayCover/Model/AppContainer.swift(+1 -1)📝
PlayCover/Model/AppSettings.swift(+2 -1)📝
PlayCover/Model/BaseApp.swift(+1 -1)📝
PlayCover/Model/PlayApp.swift(+2 -2)📝
PlayCover/Utils/DeletePreferences.swift(+2 -2)📝
PlayCover/Utils/GenshinUserData/DeleteStoredGenshinUserData.swift(+1 -1)📝
PlayCover/Utils/GenshinUserData/RestoreGenshinUserData.swift(+1 -1)📝
PlayCover/Utils/GenshinUserData/SaveGenshinUserData.swift(+2 -2)📝
PlayCover/Utils/Shell.swift(+1 -1)📝
PlayCover/Utils/URLExtensions.swift(+12 -0)📄 Description
Adds a new extension function that escapes certain characters when appending a path component. The only time this function needs to be used is when an inputted name can potentially contain a forward slash. Fixes an issue where apps with a forward slash in their display name are unable to be installed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.