Skip to content

Commit

Permalink
point to DRK commit ref
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Oct 12, 2023
1 parent 2e3c83e commit 4cb4342
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 2 additions & 4 deletions DuckDuckGo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1387,7 +1387,6 @@
853A717720F645FB00FE60BC /* PixelTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PixelTests.swift; sourceTree = "<group>"; };
853C5F5A21BFF0AE001F7A05 /* HomeCollectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCollectionView.swift; sourceTree = "<group>"; };
853C5F6021C277C7001F7A05 /* global.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = global.swift; sourceTree = "<group>"; };
853DC7692AD45B2400E9C97E /* DesignResourcesKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = DesignResourcesKit; path = ../DesignResourcesKit; sourceTree = "<group>"; };
8540BBA12440857A00017FE4 /* PreserveLoginsWorker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreserveLoginsWorker.swift; sourceTree = "<group>"; };
8540BD5123D8C2220057FDD2 /* PreserveLoginsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PreserveLoginsTests.swift; sourceTree = "<group>"; };
8540BD5323D8D5080057FDD2 /* PreserveLoginsAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreserveLoginsAlert.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -3515,7 +3514,6 @@
84E341891E2F7EFB00BDBA6F = {
isa = PBXGroup;
children = (
853DC7692AD45B2400E9C97E /* DesignResourcesKit */,
EE3B98EB2A963515002F63A0 /* WidgetsExtensionAlpha.entitlements */,
6FB030C7234331B400A10DB9 /* Configuration.xcconfig */,
EEB8FDB92A990AEE00EBEDCF /* Configuration-Alpha.xcconfig */,
Expand Down Expand Up @@ -8987,8 +8985,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/duckduckgo/DesignResourcesKit";
requirement = {
branch = "brindy/update-panel-for-dark-mode";
kind = branch;
kind = revision;
revision = c34abc379b783e0f5c6eac8ffb0e7327e30762a5;
};
};
F486D2EF25069482002D07D7 /* XCRemoteSwiftPackageReference "Kingfisher" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
"version": "4.37.0"
}
},
{
"package": "DesignResourcesKit",
"repositoryURL": "https://github.com/duckduckgo/DesignResourcesKit",
"state": {
"branch": "brindy/update-panel-for-dark-mode",
"revision": "c34abc379b783e0f5c6eac8ffb0e7327e30762a5",
"version": null
}
},
{
"package": "Autofill",
"repositoryURL": "https://github.com/duckduckgo/duckduckgo-autofill.git",
Expand Down

0 comments on commit 4cb4342

Please sign in to comment.