Rename EditorKit with EditorCore

This commit is contained in:
1024jp 2024-07-05 22:13:55 +09:00
parent e09f13ca75
commit 44d9f77008
118 changed files with 16 additions and 16 deletions

View File

@ -17,9 +17,9 @@ jobs:
- name: Checkout submodules
run: |
git submodule update --init
- name: Unit Test for EditorKit
- name: Unit Test for EditorCore
run: |
swift test --package-path Packages/EditorKit --enable-swift-testing --quiet
swift test --package-path Packages/EditorCore --enable-swift-testing --quiet
- name: Unit Test for SyntaxMap
run: |
swift test --package-path Packages/SyntaxMap --enable-swift-testing --quiet

View File

@ -67,8 +67,8 @@
2A1311D62127DCE1001D52C5 /* NSTextView+CurrentLineHighlighting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1311D52127DCE1001D52C5 /* NSTextView+CurrentLineHighlighting.swift */; };
2A1311D72127DCE1001D52C5 /* NSTextView+CurrentLineHighlighting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1311D52127DCE1001D52C5 /* NSTextView+CurrentLineHighlighting.swift */; };
2A1380072C225FAF00093BF3 /* NSTextStorageTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A1380062C225FAF00093BF3 /* NSTextStorageTests.swift */; };
2A1380092C22E9B500093BF3 /* EditorKit in Frameworks */ = {isa = PBXBuildFile; productRef = 2A1380082C22E9B500093BF3 /* EditorKit */; };
2A13800B2C22EA4100093BF3 /* EditorKit in Frameworks */ = {isa = PBXBuildFile; productRef = 2A13800A2C22EA4100093BF3 /* EditorKit */; };
2A1380092C22E9B500093BF3 /* EditorCore in Frameworks */ = {isa = PBXBuildFile; productRef = 2A1380082C22E9B500093BF3 /* EditorCore */; };
2A13800B2C22EA4100093BF3 /* EditorCore in Frameworks */ = {isa = PBXBuildFile; productRef = 2A13800A2C22EA4100093BF3 /* EditorCore */; };
2A158C1C2945A6B1000A4EC1 /* HeadingMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A158C1B2945A6B1000A4EC1 /* HeadingMenuItem.swift */; };
2A158C1D2945A6B1000A4EC1 /* HeadingMenuItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A158C1B2945A6B1000A4EC1 /* HeadingMenuItem.swift */; };
2A158C1F2945E423000A4EC1 /* SavePanelAccessory.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A158C1E2945E423000A4EC1 /* SavePanelAccessory.swift */; };
@ -1019,7 +1019,7 @@
2A78BFBB1D1B376000A583D2 /* ServicesProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ServicesProvider.swift; sourceTree = "<group>"; };
2A7C92FB29FD64A8008343C8 /* DefaultKey+FontType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DefaultKey+FontType.swift"; sourceTree = "<group>"; };
2A7DFA492BE96C06001D5BDD /* DirectoryDocument+Actions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "DirectoryDocument+Actions.swift"; sourceTree = "<group>"; };
2A7E06E52C1A711B00E5396D /* EditorKit */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = EditorKit; sourceTree = "<group>"; };
2A7E06E52C1A711B00E5396D /* EditorCore */ = {isa = PBXFileReference; lastKnownFileType = wrapper; path = EditorCore; sourceTree = "<group>"; };
2A7F4E012871F46D0029CE66 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/PrintPanelAccessory.storyboard; sourceTree = "<group>"; };
2A7FEF0A2B90B05C0042BEFF /* FilterField.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = FilterField.xcstrings; sourceTree = "<group>"; };
2A80BE8C27FFA61700D2F7FF /* LineEndingScanner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineEndingScanner.swift; sourceTree = "<group>"; };
@ -1234,7 +1234,7 @@
buildActionMask = 2147483647;
files = (
2ACD02BF22A87F0400893051 /* ColorCode in Frameworks */,
2A1380092C22E9B500093BF3 /* EditorKit in Frameworks */,
2A1380092C22E9B500093BF3 /* EditorCore in Frameworks */,
2ACAAC1C2B85E74C0041B095 /* SyntaxMap in Frameworks */,
2AA2C6FC24399A920017D1EC /* Yams in Frameworks */,
);
@ -1253,7 +1253,7 @@
buildActionMask = 2147483647;
files = (
2ACD02BD22A87EFD00893051 /* ColorCode in Frameworks */,
2A13800B2C22EA4100093BF3 /* EditorKit in Frameworks */,
2A13800B2C22EA4100093BF3 /* EditorCore in Frameworks */,
2ACAAC1E2B85E7530041B095 /* SyntaxMap in Frameworks */,
2AA2C6FE24399AA20017D1EC /* Yams in Frameworks */,
2AAAE6E526DB82F800C5F0AC /* Sparkle in Frameworks */,
@ -1882,7 +1882,7 @@
2A7E06EB2C1A79B600E5396D /* Packages */ = {
isa = PBXGroup;
children = (
2A7E06E52C1A711B00E5396D /* EditorKit */,
2A7E06E52C1A711B00E5396D /* EditorCore */,
2A8544E6267872E0006EF01A /* SyntaxMap */,
);
path = Packages;
@ -2297,7 +2297,7 @@
2ACD02BE22A87F0400893051 /* ColorCode */,
2AA2C6FB24399A920017D1EC /* Yams */,
2ACAAC1B2B85E74C0041B095 /* SyntaxMap */,
2A1380082C22E9B500093BF3 /* EditorKit */,
2A1380082C22E9B500093BF3 /* EditorCore */,
);
productInstallPath = "$(HOME)/Applications";
productName = CotEditor;
@ -2348,7 +2348,7 @@
2AA2C6FD24399AA20017D1EC /* Yams */,
2AAAE6E426DB82F800C5F0AC /* Sparkle */,
2ACAAC1D2B85E7530041B095 /* SyntaxMap */,
2A13800A2C22EA4100093BF3 /* EditorKit */,
2A13800A2C22EA4100093BF3 /* EditorCore */,
);
productInstallPath = "$(HOME)/Applications";
productName = CotEditor;
@ -3781,13 +3781,13 @@
/* End XCRemoteSwiftPackageReference section */
/* Begin XCSwiftPackageProductDependency section */
2A1380082C22E9B500093BF3 /* EditorKit */ = {
2A1380082C22E9B500093BF3 /* EditorCore */ = {
isa = XCSwiftPackageProductDependency;
productName = EditorKit;
productName = EditorCore;
};
2A13800A2C22EA4100093BF3 /* EditorKit */ = {
2A13800A2C22EA4100093BF3 /* EditorCore */ = {
isa = XCSwiftPackageProductDependency;
productName = EditorKit;
productName = EditorCore;
};
2A53326226799B08000DE73D /* SyntaxMapBuilder */ = {
isa = XCSwiftPackageProductDependency;

View File

@ -4,13 +4,13 @@
import PackageDescription
let package = Package(
name: "EditorKit",
name: "EditorCore",
defaultLocalization: "en",
platforms: [
.macOS(.v14),
],
products: [
.library(name: "EditorKit", targets: [
.library(name: "EditorCore", targets: [
"CharacterInfo",
"Defaults",
"FileEncoding",

Some files were not shown because too many files have changed in this diff Show More