Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Conversation

@diegoreymendez
Copy link
Contributor

@diegoreymendez diegoreymendez commented Aug 10, 2023

Task/Issue URL: https://app.asana.com/0/0/1205247616211793/f
Tech Design URL:
CC:

Stack PR

Description

Just adds entitlements to two agent Apps in REVIEW and CI configurations, since we'll use UserDefaults for sharing data between them.

This was disabled initially for NetP as we weren't supporting builds other than DEBUG and RELEASE.

Scope

This PR simply adds entitlements to some of our Agent apps in some build configurations. There should be no changes to functionality other than those targets having the entitlements configured for them.

Testing

Checking that our CI is green should be enough to validate this PR.


Internal references:

Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation

@diegoreymendez diegoreymendez changed the base branch from develop to diego/feature-network-protection-onboarding August 10, 2023 09:30
"identity" : "trackerradarkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/duckduckgo/TrackerRadarKit",
"location" : "https://github.com/duckduckgo/TrackerRadarKit.git",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Not sure why Xcode keeps adding and removing this, but I ended up submitting because the Package.resolved file keeps getting modified on its own.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, i’ve seen this too. Weird one...

@diegoreymendez diegoreymendez merged commit 8c7a85a into diego/feature-network-protection-onboarding Aug 10, 2023
@diegoreymendez diegoreymendez deleted the diego/feature-network-protection-onboarding-1 branch August 10, 2023 12:39
diegoreymendez added a commit that referenced this pull request Aug 10, 2023
… the tunnel view. (#1466)

Task/Issue URL: https://app.asana.com/0/0/1205247622252423/f
Tech Design URL:
CC:

## Stack PR:

- Feature branch: `diego/feature-network-protection-onboarding`
    - #1465
    - #1466 (this PR)

## Description:

`NetworkProtectionStatusView` has grown to become quite hard to
maintain, and the same applies for the view's model.

I need to make some changes to be able to disable specifically the
tunnel controller part of the view, and these changes make it a bit
easier and cleaner.

This PR splits it into a parent composite view, and a child
`TunnelControllerView`.

## Scope:

This PR concentrates refactoring work, meaning that none of the changes
should affect functionality in any way.

The only intentional change has been to use the menu item attributes
that were missing. I'll mark this change with a comment.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants