Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6418a53

Browse files
committedMar 18, 2025
Add missing package reference XCLocalSwiftPackageReference
1 parent 358e1ae commit 6418a53

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎WordPress/WordPress.xcodeproj/project.pbxproj

+10
Original file line numberDiff line numberDiff line change
@@ -7809,6 +7809,9 @@
78097809
sk,
78107810
);
78117811
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
7812+
packageReferences = (
7813+
0C0C6BC22D8A14DD0056E696 /* XCLocalSwiftPackageReference "../Modules" */,
7814+
);
78127815
preferredProjectObjectVersion = 77;
78137816
productRefGroup = 19C28FACFE9D520D11CA2CBB /* Products */;
78147817
projectDirPath = "";
@@ -13084,6 +13087,13 @@
1308413087
};
1308513088
/* End XCConfigurationList section */
1308613089

13090+
/* Begin XCLocalSwiftPackageReference section */
13091+
0C0C6BC22D8A14DD0056E696 /* XCLocalSwiftPackageReference "../Modules" */ = {
13092+
isa = XCLocalSwiftPackageReference;
13093+
relativePath = ../Modules;
13094+
};
13095+
/* End XCLocalSwiftPackageReference section */
13096+
1308713097
/* Begin XCSwiftPackageProductDependency section */
1308813098
0C2155A52C39A24D00EFE2C0 /* XcodeTarget_UITests */ = {
1308913099
isa = XCSwiftPackageProductDependency;

0 commit comments

Comments
 (0)
Please sign in to comment.