-
Notifications
You must be signed in to change notification settings - Fork 14
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
Local PixelKit package replaced with BSK's PixelKit #2656
Conversation
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # LocalPackages/DataBrokerProtection/Package.swift # LocalPackages/NetworkProtectionMac/Package.swift # LocalPackages/PixelKit/Package.swift # LocalPackages/PixelKit/Sources/PixelKit/PixelKit.swift # LocalPackages/PixelKit/Sources/PixelKit/PixelKitEventV2.swift
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # DuckDuckGo/NetworkProtection/AppTargets/DeveloperIDTarget/NetworkProtectionIPCTunnelController.swift # LocalPackages/DataBrokerProtection/Package.swift # LocalPackages/NetworkProtectionMac/Package.swift # LocalPackages/PixelKit/Package.swift # LocalPackages/PixelKit/Sources/PixelKit/PixelKit.swift # LocalPackages/PixelKit/Sources/PixelKit/PixelKitEventV2.swift
Task/Issue URL: https://app.asana.com/0/1205842942115003/1206999268603553/f macOS PR: duckduckgo/macos-browser#2656 What kind of version bump will this require?: Minor (new feature) **Description**: Migration of PixelKit to BSK and adoption in macOS ONLY
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.
Left a few small comment which can be considered. Other than that, and when tests are passing, LGTM.
@@ -120,7 +120,7 @@ | |||
{ | |||
"identity" : "swift-argument-parser", | |||
"kind" : "remoteSourceControl", | |||
"location" : "https://github.com/apple/swift-argument-parser", | |||
"location" : "https://github.com/apple/swift-argument-parser.git", |
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.
Unrelated change, and could be removed?
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.
I aligned all imports on purpose, I'm getting intermittent issues in xcode 15.3 when xcode is fetching the packages, this shouldn't be a problem.
DuckDuckGo.xcodeproj/xcshareddata/xcschemes/sandbox-test-tool.xcscheme
Outdated
Show resolved
Hide resolved
# Conflicts: # DuckDuckGo.xcodeproj/project.pbxproj # DuckDuckGo.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved # LocalPackages/DataBrokerProtection/Package.swift # LocalPackages/NetworkProtectionMac/Package.swift # LocalPackages/SubscriptionUI/Package.swift
Task/Issue URL: https://app.asana.com/0/1205842942115003/1206999268603553/f
Description:
Replaced local PixelKit with BSK's PixelKit
Internal references:
Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation