-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement VPN App Exclusions management view #3800
base: main
Are you sure you want to change the base?
Conversation
…ego/vpn-app-exclusions-dialogue
…ego/vpn-app-exclusions-dialogue
|
import PackageDescription | ||
|
||
let package = Package( | ||
name: "AppInfoRetriever", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since I'm adding some code to retrieve information from 3rd party apps living in /Applications, I figured it would be good to modularize it into a Swift Package.
Task/Issue URL: https://app.asana.com/0/0/1209150117333886/f
Description
Adds app exclusions management UI, effectively enabling app exclusions behind the feature flag.
Translations
Job is here.
Known limitations
Testing
Some basic testing expectations:
Test app exclusions work
Definition of Done:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation