Skip to content
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

Address VPN ship review problems #738

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Conversation

samsymons
Copy link
Contributor

@samsymons samsymons commented Mar 22, 2024

Please review the release process for BrowserServicesKit here.

Required:

Task/Issue URL: https://app.asana.com/0/1199230911884351/1206899355242110/f
iOS PR: duckduckgo/iOS#2623
macOS PR: duckduckgo/macos-browser#2477
What kind of version bump will this require?: Patch

Description:

This PR prevents the app from resetting the environment when uninstalling the VPN.

The environment is a debug-only setting, and uninstalling the browser is common to do when testing internally, so we should keep it persisted.

Steps to test this PR:

  1. See client PRs

OS Testing:

  • iOS 14
  • iOS 15
  • iOS 16
  • macOS 10.15
  • macOS 11
  • macOS 12

Internal references:

Software Engineering Expectations
Technical Design Template

Copy link
Contributor

@diegoreymendez diegoreymendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -194,7 +194,6 @@ public final class VPNSettings {
defaults.resetNetworkProtectionSettingNotifyStatusChanges()
defaults.resetNetworkProtectionSettingRegistrationKeyValidity()
defaults.resetNetworkProtectionSettingSelectedServer()
defaults.resetNetworkProtectionSettingSelectedEnvironment()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find.

@samsymons samsymons merged commit 4009341 into main Mar 22, 2024
8 checks passed
@samsymons samsymons deleted the sam/vpn-ship-review-problems branch March 22, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants