docs(macOS): enable IFD CCID with one command; keep Info.plist edits as legacy; update SIP link#134
Merged
cedelavergne-ledger merged 1 commit intoLedgerHQ:developfrom Oct 1, 2025
Merged
Conversation
…y; update SIP link - Recommend enabling Apple-bundled IFD CCID via `useIFDCCID` (no SIP needed) - Keep Linux/Windows instructions unchanged - Point macOS “Legacy” path to existing “Manual update of CCID” section for XML keys/values - Update SIP documentation link to the current Apple URL
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #134 +/- ##
========================================
Coverage 36.07% 36.07%
========================================
Files 4 4
Lines 255 255
Branches 35 35
========================================
Hits 92 92
Misses 163 163
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
Thank you for your contribution @zgv163 ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR refreshes the macOS section of the GPG Application install docs:
Adds a recommended path to enable the Apple-bundled IFD CCID driver via:
sudo defaults write /Library/Preferences/com.apple.security.smartcard useIFDCCID -bool yes
Keeps the legacy path (editing ifd-ccid.bundle/Contents/Info.plist) for advanced users only, with a SIP warning.
Leaves Linux and Windows instructions unchanged.
Keeps the XML element details in the existing “Manual update of CCID” section to avoid duplication.
Updates the SIP documentation link to Apple’s current page:
https://developer.apple.com/documentation/security/disabling-and-enabling-system-integrity-protection
Build note (sorry!): I couldn’t generate the PDF locally with ./generate.sh on macOS — sorry about that. The LaTeX build failed due to an undefined \pandocbounded macro (introduced in recent Pandoc).
Checklist
App update process has been followed
Target branch is develop
Application version has been bumped