[PR #1592] [MERGED] Feat: SourceFolders #1891

Closed
opened 2026-03-03 19:09:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1592
Author: @amirsaam
Created: 7/16/2024
Status: Merged
Merged: 8/27/2024
Merged by: @Depal1

Base: developHead: detatched-sourcefolders


📝 Commits (10+)

  • 0e3d9fb Initial Creation
  • e8f9765 Added Search Back + Bug & UI Fixes
  • 24a8a5e Sort Alphabetically Toggle Option
  • 34192c7 Fix Sort Issues + Save to Defaults + .help
  • 3bca73c Backport Compatibility
  • bfb3bd4 Add Semaphore to README.md
  • b57bd4a Merge branch 'develop' into SourceFolders
  • 614728e SwiftLint
  • c8758b9 Various Fixes & Improvements
  • 05cecbb Merge branch 'develop' into SourceFolders

📊 Changes

14 files changed (+518 additions, -307 deletions)

View changed files

📝 Cartfile.resolved (+1 -1)
📝 PlayCover.xcodeproj/project.pbxproj (+4 -0)
📝 PlayCover/AppInstaller/Downloader.swift (+2 -2)
📝 PlayCover/ViewModel/DownloadVM.swift (+1 -1)
📝 PlayCover/ViewModel/StoreAppVM.swift (+2 -2)
📝 PlayCover/ViewModel/StoreVM.swift (+140 -129)
📝 PlayCover/Views/App Views/StoreAppView.swift (+4 -4)
📝 PlayCover/Views/MainView.swift (+43 -10)
📝 PlayCover/Views/Settings/IPASourceSettings.swift (+49 -55)
📝 PlayCover/Views/Sidebar Views/AppLibraryView.swift (+15 -15)
📝 PlayCover/Views/Sidebar Views/IPALibraryView.swift (+110 -87)
PlayCover/Views/Sidebar Views/IPASourceView.swift (+145 -0)
📝 PlayCover/Views/StoreInfoAppView.swift (+1 -1)
📝 PlayCover/en.lproj/Localizable.strings (+1 -0)

📄 Description

Originally #880, messed up the codes so I needed to detach my last commit to resolve conflicts again.


🔄 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/1592 **Author:** [@amirsaam](https://github.com/amirsaam) **Created:** 7/16/2024 **Status:** ✅ Merged **Merged:** 8/27/2024 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `develop` ← **Head:** `detatched-sourcefolders` --- ### 📝 Commits (10+) - [`0e3d9fb`](https://github.com/PlayCover/PlayCover/commit/0e3d9fba811cf8c59486c5900328b3cb1229d9a6) Initial Creation - [`e8f9765`](https://github.com/PlayCover/PlayCover/commit/e8f97657ad823f3074148a7c1365b2167b5c434e) Added Search Back + Bug & UI Fixes - [`24a8a5e`](https://github.com/PlayCover/PlayCover/commit/24a8a5e91ea6f55e40675e7f61310506817ad070) Sort Alphabetically Toggle Option - [`34192c7`](https://github.com/PlayCover/PlayCover/commit/34192c7143338073548f554c86262370e8264bbe) Fix Sort Issues + Save to Defaults + `.help` - [`3bca73c`](https://github.com/PlayCover/PlayCover/commit/3bca73cb1b0759dbb24e4b5395e9945d6574323a) Backport Compatibility - [`bfb3bd4`](https://github.com/PlayCover/PlayCover/commit/bfb3bd471f136f416fbfa428e86ea50dafa08f34) Add `Semaphore` to `README.md` - [`b57bd4a`](https://github.com/PlayCover/PlayCover/commit/b57bd4a3fed2eab8e70b9b522093bafd727eb6d0) Merge branch 'develop' into SourceFolders - [`614728e`](https://github.com/PlayCover/PlayCover/commit/614728e243917c953a656193e69b89395a0f7be3) SwiftLint - [`c8758b9`](https://github.com/PlayCover/PlayCover/commit/c8758b99fe7c58c9c1bfcea276079b2c3fafa66c) Various Fixes & Improvements - [`05cecbb`](https://github.com/PlayCover/PlayCover/commit/05cecbb87d3d562fb8177d7f993f8c8be3a2cdc3) Merge branch 'develop' into SourceFolders ### 📊 Changes **14 files changed** (+518 additions, -307 deletions) <details> <summary>View changed files</summary> 📝 `Cartfile.resolved` (+1 -1) 📝 `PlayCover.xcodeproj/project.pbxproj` (+4 -0) 📝 `PlayCover/AppInstaller/Downloader.swift` (+2 -2) 📝 `PlayCover/ViewModel/DownloadVM.swift` (+1 -1) 📝 `PlayCover/ViewModel/StoreAppVM.swift` (+2 -2) 📝 `PlayCover/ViewModel/StoreVM.swift` (+140 -129) 📝 `PlayCover/Views/App Views/StoreAppView.swift` (+4 -4) 📝 `PlayCover/Views/MainView.swift` (+43 -10) 📝 `PlayCover/Views/Settings/IPASourceSettings.swift` (+49 -55) 📝 `PlayCover/Views/Sidebar Views/AppLibraryView.swift` (+15 -15) 📝 `PlayCover/Views/Sidebar Views/IPALibraryView.swift` (+110 -87) ➕ `PlayCover/Views/Sidebar Views/IPASourceView.swift` (+145 -0) 📝 `PlayCover/Views/StoreInfoAppView.swift` (+1 -1) 📝 `PlayCover/en.lproj/Localizable.strings` (+1 -0) </details> ### 📄 Description Originally #880, messed up the codes so I needed to detach my last commit to resolve conflicts again. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:09:30 +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#1891
No description provided.