Skip to content

Commit cd51de0

Browse files
Revert local package reference in TextualDemo project.pbxproj
Reverts a local, machine-specific Xcode package reference (XCLocalSwiftPackageReference pointing at the sibling ../../../textual checkout) that shouldn't be part of shared history — it was picked up incidentally from local development. Kept as an uncommitted local working-tree change so demo builds still work on this machine. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 7afc7e6 commit cd51de0

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

Examples/TextualDemo/TextualDemo.xcodeproj/project.pbxproj

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
5B01DF6C2EEC2296005AF467 /* Textual in Frameworks */ = {isa = PBXBuildFile; productRef = 5B01DF6B2EEC2296005AF467 /* Textual */; };
11-
E90DDB03301DBEB400982517 /* Textual in Frameworks */ = {isa = PBXBuildFile; productRef = E90DDB02301DBEB400982517 /* Textual */; };
1211
/* End PBXBuildFile section */
1312

1413
/* Begin PBXFileReference section */
@@ -28,7 +27,6 @@
2827
isa = PBXFrameworksBuildPhase;
2928
buildActionMask = 2147483647;
3029
files = (
31-
E90DDB03301DBEB400982517 /* Textual in Frameworks */,
3230
5B01DF6C2EEC2296005AF467 /* Textual in Frameworks */,
3331
);
3432
runOnlyForDeploymentPostprocessing = 0;
@@ -81,7 +79,6 @@
8179
name = TextualDemo;
8280
packageProductDependencies = (
8381
5B01DF6B2EEC2296005AF467 /* Textual */,
84-
E90DDB02301DBEB400982517 /* Textual */,
8582
);
8683
productName = TextualDemo;
8784
productReference = 5B8D77362EEC208E008C2F0D /* TextualDemo.app */;
@@ -111,9 +108,6 @@
111108
);
112109
mainGroup = 5B8D772D2EEC208E008C2F0D;
113110
minimizedProjectReferenceProxies = 1;
114-
packageReferences = (
115-
E90DDB01301DBEB400982517 /* XCLocalSwiftPackageReference "../../../textual" */,
116-
);
117111
preferredProjectObjectVersion = 77;
118112
productRefGroup = 5B8D77372EEC208E008C2F0D /* Products */;
119113
projectDirPath = "";
@@ -394,22 +388,11 @@
394388
};
395389
/* End XCConfigurationList section */
396390

397-
/* Begin XCLocalSwiftPackageReference section */
398-
E90DDB01301DBEB400982517 /* XCLocalSwiftPackageReference "../../../textual" */ = {
399-
isa = XCLocalSwiftPackageReference;
400-
relativePath = ../../../textual;
401-
};
402-
/* End XCLocalSwiftPackageReference section */
403-
404391
/* Begin XCSwiftPackageProductDependency section */
405392
5B01DF6B2EEC2296005AF467 /* Textual */ = {
406393
isa = XCSwiftPackageProductDependency;
407394
productName = Textual;
408395
};
409-
E90DDB02301DBEB400982517 /* Textual */ = {
410-
isa = XCSwiftPackageProductDependency;
411-
productName = Textual;
412-
};
413396
/* End XCSwiftPackageProductDependency section */
414397
};
415398
rootObject = 5B8D772E2EEC208E008C2F0D /* Project object */;

0 commit comments

Comments
 (0)