mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #320] [MERGED] feat: New App Signing configuration experience. #1574
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#1574
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/320
Author: @ohaiibuzzle
Created: 9/8/2022
Status: ✅ Merged
Merged: 9/11/2022
Merged by: @Depal1
Base:
develop← Head:feat/new-signing-experience📝 Commits (4)
e8a79c1fix!: Use the current system status to determine if PlaySign should be enabled90ca6dffeat!: New app fake-signing setup experience3e21273fix: add a PlayBook Button to the Configure Signing UI2b5801dfeat: Add function description to the window📊 Changes
6 files changed (+171 additions, -5 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+4 -0)📝
PlayCover/Utils/SystemConfig.swift(+9 -1)📝
PlayCover/Views/MainView.swift(+7 -2)📝
PlayCover/Views/MenuBarView.swift(+5 -0)📝
PlayCover/Views/PlayCoverApp.swift(+4 -2)➕
PlayCover/Views/SigningSetupView.swift(+142 -0)📄 Description
This commit brings a new, guided approach for configuring app signing (which make login in apps like Genshin works)
The "wizard" guides the user through disabling SIP and disabling AMFI in a more visual manner.
Here is what it looks like:

Menu accessible via PlayCover > Configure Signing:
AMFI:

Signing ready:

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