Skip to content

Commit

Permalink
Use CodeEditSourceEditor repository
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Dec 13, 2023
1 parent f835258 commit 452b8ac
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
29 changes: 15 additions & 14 deletions CodeEdit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
archiveVersion = 1;
classes = {
};
objectVersion = 60;
objectVersion = 55;
objects = {

/* Begin PBXBuildFile section */
Expand Down Expand Up @@ -351,7 +351,7 @@
6CE622692A2A174A0013085C /* InspectorTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE622682A2A174A0013085C /* InspectorTab.swift */; };
6CE6226B2A2A1C730013085C /* UtilityAreaTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE6226A2A2A1C730013085C /* UtilityAreaTab.swift */; };
6CE6226E2A2A1CDE0013085C /* NavigatorTab.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CE6226D2A2A1CDE0013085C /* NavigatorTab.swift */; };
6CE952DD2B29236C00C29C31 /* CodeEditSourceEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 6CE952DC2B29236C00C29C31 /* CodeEditSourceEditor */; };
6CE952E32B29433500C29C31 /* CodeEditSourceEditor in Frameworks */ = {isa = PBXBuildFile; productRef = 6CE952E22B29433500C29C31 /* CodeEditSourceEditor */; };
6CED16E42A3E660D000EC962 /* String+Lines.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CED16E32A3E660D000EC962 /* String+Lines.swift */; };
6CFF967429BEBCC300182D6F /* FindCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CFF967329BEBCC300182D6F /* FindCommands.swift */; };
6CFF967629BEBCD900182D6F /* FileCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CFF967529BEBCD900182D6F /* FileCommands.swift */; };
Expand Down Expand Up @@ -994,7 +994,7 @@
6C2149412A1BB9AB00748382 /* LogStream in Frameworks */,
6C147C4529A329350089B630 /* OrderedCollections in Frameworks */,
6C6BD6F429CD142C00235D17 /* CollectionConcurrencyKit in Frameworks */,
6CE952DD2B29236C00C29C31 /* CodeEditSourceEditor in Frameworks */,
6CE952E32B29433500C29C31 /* CodeEditSourceEditor in Frameworks */,
5879828A292ED15F0085B254 /* SwiftTerm in Frameworks */,
6CDEFC9629E22C2700B7C684 /* Introspect in Frameworks */,
2816F594280CF50500DD548B /* CodeEditSymbols in Frameworks */,
Expand Down Expand Up @@ -2851,7 +2851,7 @@
6CDEFC9529E22C2700B7C684 /* Introspect */,
6C0F3A3B2A1D0D5000223D19 /* CodeEditKit */,
6C5BE5212A3D5666002DA0FC /* WindowManagement */,
6CE952DC2B29236C00C29C31 /* CodeEditSourceEditor */,
6CE952E22B29433500C29C31 /* CodeEditSourceEditor */,
);
productName = CodeEdit;
productReference = B658FB2C27DA9E0F00EA4DBD /* CodeEdit.app */;
Expand Down Expand Up @@ -2947,7 +2947,7 @@
6CDEFC9429E22C2700B7C684 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */,
6C0F3A3A2A1D0D5000223D19 /* XCRemoteSwiftPackageReference "CodeEditKit" */,
6C5BE5202A3D5666002DA0FC /* XCRemoteSwiftPackageReference "SwiftUI-WindowManagement" */,
6CE952D92B2922F300C29C31 /* XCLocalSwiftPackageReference "../CodeEditSourceEditor" */,
6CE952E12B29433500C29C31 /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */,
);
productRefGroup = B658FB2D27DA9E0F00EA4DBD /* Products */;
projectDirPath = "";
Expand Down Expand Up @@ -4356,13 +4356,6 @@
};
/* End XCConfigurationList section */

/* Begin XCLocalSwiftPackageReference section */
6CE952D92B2922F300C29C31 /* XCLocalSwiftPackageReference "../CodeEditSourceEditor" */ = {
isa = XCLocalSwiftPackageReference;
relativePath = ../CodeEditSourceEditor;
};
/* End XCLocalSwiftPackageReference section */

/* Begin XCRemoteSwiftPackageReference section */
2816F592280CF50500DD548B /* XCRemoteSwiftPackageReference "CodeEditSymbols" */ = {
isa = XCRemoteSwiftPackageReference;
Expand Down Expand Up @@ -4460,6 +4453,14 @@
minimumVersion = 0.2.3;
};
};
6CE952E12B29433500C29C31 /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/CodeEditApp/CodeEditSourceEditor.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.7.0;
};
};
/* End XCRemoteSwiftPackageReference section */

/* Begin XCSwiftPackageProductDependency section */
Expand Down Expand Up @@ -4532,9 +4533,9 @@
package = 6CDEFC9429E22C2700B7C684 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */;
productName = Introspect;
};
6CE952DC2B29236C00C29C31 /* CodeEditSourceEditor */ = {
6CE952E22B29433500C29C31 /* CodeEditSourceEditor */ = {
isa = XCSwiftPackageProductDependency;
package = 6CE952D92B2922F300C29C31 /* XCLocalSwiftPackageReference "../CodeEditSourceEditor" */;
package = 6CE952E12B29433500C29C31 /* XCRemoteSwiftPackageReference "CodeEditSourceEditor" */;
productName = CodeEditSourceEditor;
};
/* End XCSwiftPackageProductDependency section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
"version" : "0.1.17"
}
},
{
"identity" : "codeeditsourceeditor",
"kind" : "remoteSourceControl",
"location" : "https://github.com/CodeEditApp/CodeEditSourceEditor.git",
"state" : {
"revision" : "e08a43ea07861e42d42f317899df69bf8f0a0a54",
"version" : "0.7.0"
}
},
{
"identity" : "codeeditsymbols",
"kind" : "remoteSourceControl",
Expand Down

0 comments on commit 452b8ac

Please sign in to comment.