[PR #314] [MERGED] Legacy Settings & Keymapping Converter #1570

Closed
opened 2026-03-03 19:07:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/314
Author: @IsaacMarovitz
Created: 9/7/2022
Status: Merged
Merged: 9/8/2022
Merged by: @JoseMoreville

Base: developHead: develop


📝 Commits (10+)

📊 Changes

10 files changed (+212 additions, -15 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+4 -0)
📝 PlayCover/Model/Keymapping.swift (+15 -3)
PlayCover/Utils/LegacySettings.swift (+158 -0)
📝 PlayCover/Views/Sidebar Views/AppLibraryView.swift (+20 -0)
📝 PlayCover/de.lproj/Localizable.strings (+2 -2)
📝 PlayCover/en.lproj/Localizable.strings (+5 -2)
📝 PlayCover/es.lproj/Localizable.strings (+2 -2)
📝 PlayCover/id.lproj/Localizable.strings (+2 -2)
📝 PlayCover/it.lproj/Localizable.strings (+2 -2)
📝 PlayCover/uk.lproj/Localizable.strings (+2 -2)

📄 Description

No description provided


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

## 📋 Pull Request Information **Original PR:** https://github.com/PlayCover/PlayCover/pull/314 **Author:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Created:** 9/7/2022 **Status:** ✅ Merged **Merged:** 9/8/2022 **Merged by:** [@JoseMoreville](https://github.com/JoseMoreville) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`9703dcd`](https://github.com/PlayCover/PlayCover/commit/9703dcdb865fd995d71832de835bab4850629ad1) LegacySettings Class - [`94c88b4`](https://github.com/PlayCover/PlayCover/commit/94c88b4ce8c3d4dd9067a9dac055d74d2fb5e645) Legacy Keymap Importer - [`d2f2bde`](https://github.com/PlayCover/PlayCover/commit/d2f2bde43738c4667b2651e5baf1b6865d1ef97a) Swiftlint - [`64ab34a`](https://github.com/PlayCover/PlayCover/commit/64ab34a46f48e7ed042922dad9b2f2fec25441ce) Move bundleID decleration - [`1a77b15`](https://github.com/PlayCover/PlayCover/commit/1a77b15f63bda12129f8338c0cd3d10d03bec003) Monolith file support - [`e1918fd`](https://github.com/PlayCover/PlayCover/commit/e1918fd3ed06bf104796268e207bd0bef54765a7) Legacy settings import alert - [`bebe723`](https://github.com/PlayCover/PlayCover/commit/bebe723ef1848d573c01642f2925a41417d6b736) Merge branch 'develop' into develop - [`8a7bf50`](https://github.com/PlayCover/PlayCover/commit/8a7bf50a29ed92c5a47270093309eeb62e8f3f2c) Fix mismatched keys - [`3f0cc3e`](https://github.com/PlayCover/PlayCover/commit/3f0cc3efe6dbc2f4b1b1f48b6844aa0c51ac8744) Mismatched keys - [`05294f3`](https://github.com/PlayCover/PlayCover/commit/05294f3e442e9750e4b2b2727658fdaecc3ea2c9) swiftlint ### 📊 Changes **10 files changed** (+212 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+4 -0) 📝 `PlayCover/Model/Keymapping.swift` (+15 -3) ➕ `PlayCover/Utils/LegacySettings.swift` (+158 -0) 📝 `PlayCover/Views/Sidebar Views/AppLibraryView.swift` (+20 -0) 📝 `PlayCover/de.lproj/Localizable.strings` (+2 -2) 📝 `PlayCover/en.lproj/Localizable.strings` (+5 -2) 📝 `PlayCover/es.lproj/Localizable.strings` (+2 -2) 📝 `PlayCover/id.lproj/Localizable.strings` (+2 -2) 📝 `PlayCover/it.lproj/Localizable.strings` (+2 -2) 📝 `PlayCover/uk.lproj/Localizable.strings` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:07:45 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1570
No description provided.