[PR #654] [CLOSED] Informative Install Infos #1699

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/654
Author: @amirsaam
Created: 12/30/2022
Status: Closed

Base: developHead: informative-installation


📝 Commits (10+)

  • c0b5d38 Reworked Fancy Library
  • 6d10916 Merge branch 'develop' into Reworked-Fancy
  • 462a9e4 Merge branch 'PlayCover:develop' into Reworked-Fancy
  • 7c4a9b9 Merge branch 'PlayCover:develop' into Reworked-Fancy
  • 5e2898b Merge branch 'develop' into Reworked-Fancy
  • 5494f18 cleanup and update
  • 46205c0 yeah, typical me pushing code signs :iaminpain:
  • 5978c08 Merge branch 'PlayCover:develop' into informative-installation
  • 9662a27 Informative Install Infos
  • 157abd5 Merge branch 'PlayCover:develop' into informative-installation

📊 Changes

9 files changed (+605 additions, -98 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+8 -0)
📝 PlayCover/Utils/Cacher.swift (+17 -0)
PlayCover/Utils/ViewExtenstions.swift (+56 -0)
📝 PlayCover/ViewModel/StoreVM.swift (+8 -1)
PlayCover/Views/App Views/DetailStoreAppView.swift (+372 -0)
📝 PlayCover/Views/App Views/StoreAppView.swift (+9 -10)
📝 PlayCover/Views/MenuBarView.swift (+1 -1)
📝 PlayCover/Views/Sidebar Views/IPALibraryView.swift (+108 -86)
📝 PlayCover/en.lproj/Localizable.strings (+26 -0)

📄 Description

Needs #625

Adds an Optional Array to Source that contains three Bools

Test Json: https://amrsm.ir/test.json

  1. disabledSIP: If true means app/game only works while sip is disabled
  2. noPlayTools: if true means app/game should not or better not have playtools installed
  3. signingSetup: if true means app/game needs to do amfi thing to login to account
    Screenshot 1401-10-25 at 22 21 45
    Screenshot 1401-10-25 at 22 21 49

🔄 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/654 **Author:** [@amirsaam](https://github.com/amirsaam) **Created:** 12/30/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `informative-installation` --- ### 📝 Commits (10+) - [`c0b5d38`](https://github.com/PlayCover/PlayCover/commit/c0b5d38c7a58fb38f668af001c7ffc1874d1d3ac) Reworked Fancy Library - [`6d10916`](https://github.com/PlayCover/PlayCover/commit/6d1091675a47d98c15c1b5b987306a0743056eae) Merge branch 'develop' into Reworked-Fancy - [`462a9e4`](https://github.com/PlayCover/PlayCover/commit/462a9e4bbe0607290318fbb3e9c99f534b6a00de) Merge branch 'PlayCover:develop' into Reworked-Fancy - [`7c4a9b9`](https://github.com/PlayCover/PlayCover/commit/7c4a9b9f5708eb7d9899b49366e9374dde588e90) Merge branch 'PlayCover:develop' into Reworked-Fancy - [`5e2898b`](https://github.com/PlayCover/PlayCover/commit/5e2898bdc15acdcee618d8f1fcd43b42bdc132e0) Merge branch 'develop' into Reworked-Fancy - [`5494f18`](https://github.com/PlayCover/PlayCover/commit/5494f1808cce9af160ef55216d3cd8ed782eedf3) cleanup and update - [`46205c0`](https://github.com/PlayCover/PlayCover/commit/46205c07d2d0a2e6e2b9451edeb13b97ed70e9c5) yeah, typical me pushing code signs :iaminpain: - [`5978c08`](https://github.com/PlayCover/PlayCover/commit/5978c084bc9bd40b4ea37d6afea697fe1ab09da4) Merge branch 'PlayCover:develop' into informative-installation - [`9662a27`](https://github.com/PlayCover/PlayCover/commit/9662a27cbad0df81e3ae35bd96434aada764ad33) Informative Install Infos - [`157abd5`](https://github.com/PlayCover/PlayCover/commit/157abd5f62ee5beb3b8479b201297b200e2c28be) Merge branch 'PlayCover:develop' into informative-installation ### 📊 Changes **9 files changed** (+605 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+8 -0) 📝 `PlayCover/Utils/Cacher.swift` (+17 -0) ➕ `PlayCover/Utils/ViewExtenstions.swift` (+56 -0) 📝 `PlayCover/ViewModel/StoreVM.swift` (+8 -1) ➕ `PlayCover/Views/App Views/DetailStoreAppView.swift` (+372 -0) 📝 `PlayCover/Views/App Views/StoreAppView.swift` (+9 -10) 📝 `PlayCover/Views/MenuBarView.swift` (+1 -1) 📝 `PlayCover/Views/Sidebar Views/IPALibraryView.swift` (+108 -86) 📝 `PlayCover/en.lproj/Localizable.strings` (+26 -0) </details> ### 📄 Description Needs #625 Adds an Optional Array to Source that contains three Bools Test Json: https://amrsm.ir/test.json 1. `disabledSIP`: If `true` means app/game only works while sip is disabled 2. `noPlayTools`: if `true` means app/game should not or better not have playtools installed 3. `signingSetup`: if `true` means app/game needs to do amfi thing to login to account <img width="1071" alt="Screenshot 1401-10-25 at 22 21 45" src="https://user-images.githubusercontent.com/1331289/212561797-4d562d4d-7f16-48ed-b97e-a6f31d52099d.png"> <img width="1071" alt="Screenshot 1401-10-25 at 22 21 49" src="https://user-images.githubusercontent.com/1331289/212561812-50747672-06d0-442f-b47f-e4b0064f18d4.png"> --- <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:27 +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#1699
No description provided.