Modernise for macOS 26: installed-app permission manager - #9
Open
sammcj wants to merge 1 commit into
Open
Conversation
Uplift the running-app TCC resetter into a tool for managing permissions across all installed apps, building and running entirely from the terminal. - List every app in /Applications, ~/Applications and (optionally) /System/Applications via AppCatalog, replacing the running-apps-only model - Show each app's current TCC grants (allowed/limited/denied) by reading the user and system TCC.db with SQLite; prompt for Full Disk Access when missing - Confirm before every reset; offer Reset & Relaunch to force a re-request - Export apps and permissions to versioned JSON (schemaVersion) - Call tccutil directly instead of via a shell - Drop the Consequences SPM dependency; the project now builds offline - Move to the Swift 6 language mode (Sendable models, MainActor isolation, structured-concurrency toast dismissal) - Fix scroll lag: cache icons, flat fixed-height rows, lazy reset/permission popovers instead of a per-row menu - Add a Makefile driving xcodebuild with ad-hoc signing (no Xcode, no cert) - Bump deployment target to 14.0; refresh README
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.
Uplift the running-app TCC resetter into a tool for managing permissions across all installed apps, building and running entirely from the terminal.