Skip to content

Commit

Permalink
fix Package
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderXu committed Apr 21, 2024
1 parent ac6003d commit cb17735
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Demo/RealityMoreShapeDemo-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
);
mainGroup = 95A823552BD223FF00D19F4E;
packageReferences = (
6C38E9842BD4CD0D0001C326 /* XCLocalSwiftPackageReference "../RealityMoreShape" */,
6C38E9842BD4CD0D0001C326 /* XCLocalSwiftPackageReference "../" */,
);
productRefGroup = 95A8235F2BD2240000D19F4E /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -414,9 +414,9 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
6C38E9842BD4CD0D0001C326 /* XCLocalSwiftPackageReference "../RealityMoreShape" */ = {
6C38E9842BD4CD0D0001C326 /* XCLocalSwiftPackageReference "../" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../RealityMoreShape;
relativePath = ../;
};
/* End XCLocalSwiftPackageReference section */

Expand Down
6 changes: 3 additions & 3 deletions Demo/RealityMoreShapeDemo-visionOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
);
mainGroup = 95A8236F2BD2248000D19F4E;
packageReferences = (
6C38E9872BD4CD720001C326 /* XCLocalSwiftPackageReference "../RealityMoreShape" */,
6C38E9872BD4CD720001C326 /* XCLocalSwiftPackageReference "../" */,
);
productRefGroup = 95A823792BD2248000D19F4E /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -400,9 +400,9 @@
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
6C38E9872BD4CD720001C326 /* XCLocalSwiftPackageReference "../RealityMoreShape" */ = {
6C38E9872BD4CD720001C326 /* XCLocalSwiftPackageReference "../" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../RealityMoreShape;
relativePath = ../;
};
/* End XCLocalSwiftPackageReference section */

Expand Down
File renamed without changes.
8 changes: 0 additions & 8 deletions RealityMoreShape/.gitignore

This file was deleted.

0 comments on commit cb17735

Please sign in to comment.