Skip to content

Commit

Permalink
fix: remove unuse StaticWindows.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Dec 1, 2024
1 parent 169b97a commit a6ee7b0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
12 changes: 0 additions & 12 deletions Easydict.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
030D61252CD9B906000DF298 /* AcknowListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030D61242CD9B905000DF298 /* AcknowListView.swift */; };
030D612C2CD9BB34000DF298 /* Pods-Easydict-acknowledgements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 030D612B2CD9BB34000DF298 /* Pods-Easydict-acknowledgements.plist */; };
030D612E2CD9BBC3000DF298 /* Package.resolved in Resources */ = {isa = PBXBuildFile; fileRef = 030D612D2CD9BBC3000DF298 /* Package.resolved */; };
030D61312CD9C974000DF298 /* StaticWindows.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030D61302CD9C974000DF298 /* StaticWindows.swift */; };
030DB2612B56CC6500E27DEA /* BingLanguageVoice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030DB2602B56CC6500E27DEA /* BingLanguageVoice.swift */; };
0310C8272A94F5DF00B1D81E /* apple-dictionary.html in Resources */ = {isa = PBXBuildFile; fileRef = 0310C8262A94EFA100B1D81E /* apple-dictionary.html */; };
0313F8702AD5577400A5CFB0 /* EasydictTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 0313F86F2AD5577400A5CFB0 /* EasydictTests.m */; };
Expand Down Expand Up @@ -400,7 +399,6 @@
030D61242CD9B905000DF298 /* AcknowListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AcknowListView.swift; sourceTree = "<group>"; };
030D612B2CD9BB34000DF298 /* Pods-Easydict-acknowledgements.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = "Pods-Easydict-acknowledgements.plist"; path = "Pods/Target Support Files/Pods-Easydict/Pods-Easydict-acknowledgements.plist"; sourceTree = SOURCE_ROOT; };
030D612D2CD9BBC3000DF298 /* Package.resolved */ = {isa = PBXFileReference; lastKnownFileType = text; name = Package.resolved; path = Easydict.xcworkspace/xcshareddata/swiftpm/Package.resolved; sourceTree = SOURCE_ROOT; };
030D61302CD9C974000DF298 /* StaticWindows.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StaticWindows.swift; sourceTree = "<group>"; };
030DB2602B56CC6500E27DEA /* BingLanguageVoice.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BingLanguageVoice.swift; sourceTree = "<group>"; };
0310C8262A94EFA100B1D81E /* apple-dictionary.html */ = {isa = PBXFileReference; lastKnownFileType = text.html; path = "apple-dictionary.html"; sourceTree = "<group>"; };
0313F86D2AD5577400A5CFB0 /* EasydictTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = EasydictTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -1019,14 +1017,6 @@
path = AcknowListView;
sourceTree = "<group>";
};
030D612F2CD9C947000DF298 /* Windows */ = {
isa = PBXGroup;
children = (
030D61302CD9C974000DF298 /* StaticWindows.swift */,
);
path = Windows;
sourceTree = "<group>";
};
0313F86E2AD5577400A5CFB0 /* EasydictTests */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -2300,7 +2290,6 @@
27FE98062B3DD525000AD654 /* View */ = {
isa = PBXGroup;
children = (
030D612F2CD9C947000DF298 /* Windows */,
030D61262CD9BA0F000DF298 /* AcknowListView */,
9643D93E2B6FC405000FBEA6 /* MenuView */,
27FE980A2B3DD5D1000AD654 /* MenuItemView.swift */,
Expand Down Expand Up @@ -3178,7 +3167,6 @@
03BFFC6E295FE59C004E033E /* EZQueryResult+EZYoudaoDictModel.m in Sources */,
03779F0F2BB256A7008D3C42 /* LLMStreamService+Prompt.swift in Sources */,
033EA07E2CFC66380017F86C /* View+Builder.swift in Sources */,
030D61312CD9C974000DF298 /* StaticWindows.swift in Sources */,
03779F172BB256C5008D3C42 /* URL+Extension.swift in Sources */,
0315D3E02C4E64A500AC0442 /* QueryService+Translate.swift in Sources */,
6ADED1552BAE8809004A15BE /* NSBundle+Localization.m in Sources */,
Expand Down
57 changes: 0 additions & 57 deletions Easydict/Swift/View/Windows/StaticWindows.swift

This file was deleted.

0 comments on commit a6ee7b0

Please sign in to comment.