-
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
Update scheme names #3806
base: main
Are you sure you want to change the base?
Update scheme names #3806
Conversation
BlueprintIdentifier = "SyncUITests" | ||
BuildableName = "SyncUITests" | ||
BlueprintName = "SyncUITests" | ||
ReferencedContainer = "container:LocalPackages/SyncUI-macOS"> |
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.
This was a regression from the SyncUI rename, sorry 😢 Xcode didn't surface this in any way whatsoever.
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.
Git has gotten confused here - we had some old schemes that referenced targets that have since been deleted, like DuckDuckGo Privacy Pro
. All that happened here was I deleted these old schemes, and renamed the existing ones without otherwise modifying them.
Task/Issue URL: https://app.asana.com/0/1193060753475688/1209277496027580/f
Tech Design URL:
CC:
Description:
This PR updates scheme names to disambiguate them when combined into an XCWorkspace.
Here are the new scheme names, please feel free to request changes on any of these:
Please note that I haven't done anything with local package schemes etc., I've focused this PR on the targets that are found within the
DuckDuckGo-macOS
container.Optional E2E tests:
Check this to run the Personal Information Removal end to end tests. If updating CCF, or any PIR related code, tick this.
Steps to test this PR:
Definition of Done:
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation