[PR #730] [MERGED] Develop onto preview-fancy-library #1727

Closed
opened 2026-03-03 19:08:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/730
Author: @Depal1
Created: 1/21/2023
Status: Merged
Merged: 1/21/2023
Merged by: @Depal1

Base: preview-fancy-libraryHead: preview-fancy-library-1


📝 Commits (10+)

  • 9cce3f6 Add Catalan
  • 0a79bca fix: settings file path
  • 2c498ee Merge pull request #709 from ohaiibuzzle/fix/path-ext
  • fffbf33 Translations update from Hosted Weblate (#704)
  • a1919ac Merge pull request #706 from IsaacMarovitz/catalan
  • 23e04d0 fixed issue where the command tools wont be recognized if terminal/zs… (#661)
  • 39e7c49 PlayTools v2.0.6
  • 4d8805d Bump version number to 2.0.3 and build number to 220
  • b5f5f0a Merge pull request #720 from Depal1/develop
  • 4bafc7a PlayTools v2.0.7

📊 Changes

33 files changed (+797 additions, -371 deletions)

View changed files

📝 Cartfile (+1 -1)
📝 Cartfile.resolved (+1 -1)
📝 PlayCover.xcodeproj/project.pbxproj (+11 -8)
📝 PlayCover/AppInstaller/Installer.swift (+0 -1)
📝 PlayCover/Model/AppSettings.swift (+27 -2)
📝 PlayCover/Model/PlayApp.swift (+1 -1)
📝 PlayCover/PlayCoverError.swift (+3 -0)
PlayCover/Utils/DataExtensions.swift (+29 -0)
📝 PlayCover/Utils/FileExtensions.swift (+0 -1)
📝 PlayCover/Utils/PlayTools.swift (+314 -59)
📝 PlayCover/Utils/Shell.swift (+3 -12)
📝 PlayCover/Utils/URLExtensions.swift (+5 -2)
📝 PlayCover/Views/AppSettingsView.swift (+7 -0)
📝 PlayCover/Views/MainView.swift (+3 -140)
📝 PlayCover/Views/PlayCoverApp.swift (+1 -3)
PlayCover/ca.lproj/Localizable.strings (+240 -0)
📝 PlayCover/de.lproj/Localizable.strings (+1 -0)
📝 PlayCover/en.lproj/Localizable.strings (+4 -8)
📝 PlayCover/es.lproj/Localizable.strings (+27 -26)
📝 PlayCover/fa.lproj/Localizable.strings (+1 -0)

...and 13 more files

📄 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/730 **Author:** [@Depal1](https://github.com/Depal1) **Created:** 1/21/2023 **Status:** ✅ Merged **Merged:** 1/21/2023 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `preview-fancy-library` ← **Head:** `preview-fancy-library-1` --- ### 📝 Commits (10+) - [`9cce3f6`](https://github.com/PlayCover/PlayCover/commit/9cce3f6ea60cc7b68eb66af10ca15c632edf476a) Add Catalan - [`0a79bca`](https://github.com/PlayCover/PlayCover/commit/0a79bcad6cc91a0abc21452583a15529aa1bb10c) fix: settings file path - [`2c498ee`](https://github.com/PlayCover/PlayCover/commit/2c498ee2b2f83eb41d53c2729cbae02d662c670a) Merge pull request #709 from ohaiibuzzle/fix/path-ext - [`fffbf33`](https://github.com/PlayCover/PlayCover/commit/fffbf33232760d1958e938643ab7270c59c8d63b) Translations update from Hosted Weblate (#704) - [`a1919ac`](https://github.com/PlayCover/PlayCover/commit/a1919acd4e5f47fbc13ce4fe8f48e0b73a76410c) Merge pull request #706 from IsaacMarovitz/catalan - [`23e04d0`](https://github.com/PlayCover/PlayCover/commit/23e04d09635dc8d313b0996b6a3156dfe38937cf) fixed issue where the command tools wont be recognized if terminal/zs… (#661) - [`39e7c49`](https://github.com/PlayCover/PlayCover/commit/39e7c491b78c29329f2beece98264c2fa8e7ddf5) PlayTools v2.0.6 - [`4d8805d`](https://github.com/PlayCover/PlayCover/commit/4d8805d37ddc10b650b8320a215885a5daeb40cb) Bump version number to 2.0.3 and build number to 220 - [`b5f5f0a`](https://github.com/PlayCover/PlayCover/commit/b5f5f0afcae15bd6c39a8872e53d0f2525da71d8) Merge pull request #720 from Depal1/develop - [`4bafc7a`](https://github.com/PlayCover/PlayCover/commit/4bafc7a02796de774b85253baea1e88c75165cab) PlayTools v2.0.7 ### 📊 Changes **33 files changed** (+797 additions, -371 deletions) <details> <summary>View changed files</summary> 📝 `Cartfile` (+1 -1) 📝 `Cartfile.resolved` (+1 -1) 📝 `PlayCover.xcodeproj/project.pbxproj` (+11 -8) 📝 `PlayCover/AppInstaller/Installer.swift` (+0 -1) 📝 `PlayCover/Model/AppSettings.swift` (+27 -2) 📝 `PlayCover/Model/PlayApp.swift` (+1 -1) 📝 `PlayCover/PlayCoverError.swift` (+3 -0) ➕ `PlayCover/Utils/DataExtensions.swift` (+29 -0) 📝 `PlayCover/Utils/FileExtensions.swift` (+0 -1) 📝 `PlayCover/Utils/PlayTools.swift` (+314 -59) 📝 `PlayCover/Utils/Shell.swift` (+3 -12) 📝 `PlayCover/Utils/URLExtensions.swift` (+5 -2) 📝 `PlayCover/Views/AppSettingsView.swift` (+7 -0) 📝 `PlayCover/Views/MainView.swift` (+3 -140) 📝 `PlayCover/Views/PlayCoverApp.swift` (+1 -3) ➕ `PlayCover/ca.lproj/Localizable.strings` (+240 -0) 📝 `PlayCover/de.lproj/Localizable.strings` (+1 -0) 📝 `PlayCover/en.lproj/Localizable.strings` (+4 -8) 📝 `PlayCover/es.lproj/Localizable.strings` (+27 -26) 📝 `PlayCover/fa.lproj/Localizable.strings` (+1 -0) _...and 13 more files_ </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:08:36 +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#1727
No description provided.