Skip to content

Commit

Permalink
fix: add missed EZPromptMessages to Easydict target
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Dec 28, 2023
1 parent 9dace9a commit e368c43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Easydict.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
037852B629588EDE00D0E2CF /* EZCustomTableRowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 037852B529588EDE00D0E2CF /* EZCustomTableRowView.m */; };
037852B9295D49F900D0E2CF /* EZTableRowView.m in Sources */ = {isa = PBXBuildFile; fileRef = 037852B8295D49F900D0E2CF /* EZTableRowView.m */; };
037BEFCD2A98FDF700D0F17F /* EZBingLanguageVoice.m in Sources */ = {isa = PBXBuildFile; fileRef = 037BEFCC2A98FDF700D0F17F /* EZBingLanguageVoice.m */; };
037E006D2B3DC098006491C6 /* EZOpenAIService+EZPromptMessages.m in Sources */ = {isa = PBXBuildFile; fileRef = 03CF27FA2B3A787900E19B57 /* EZOpenAIService+EZPromptMessages.m */; };
0383914C292FBE120009828C /* Main.strings in Resources */ = {isa = PBXBuildFile; fileRef = 03839140292FBE120009828C /* Main.strings */; };
0383914D292FBE120009828C /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 03839143292FBE120009828C /* Assets.xcassets */; };
0383914E292FBE120009828C /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 03839144292FBE120009828C /* ViewController.m */; };
Expand Down Expand Up @@ -2414,7 +2415,6 @@
03BFFC7129612E10004E033E /* NSString+EZConvenience.m in Sources */,
03BDA7BD2A26DA280079D04F /* XPMArguments_Coalescer_Internal.m in Sources */,
03B3B8B22925D5B200168E8D /* EZPopButtonWindow.m in Sources */,
03CF27FB2B3A787900E19B57 /* EZOpenAIService+EZPromptMessages.m in Sources */,
03B0231529231FA6001C7E63 /* SnipWindow.m in Sources */,
033363A0293A05D200FED9C8 /* EZSelectLanguageButton.m in Sources */,
03542A522937B69200C34C33 /* EZYoudaoTranslateResponse.m in Sources */,
Expand Down Expand Up @@ -2530,6 +2530,7 @@
C4DD01E92B12B3C80025EE8E /* TencentService.swift in Sources */,
036A0DBB2AD941F9006E6D4F /* EZReplaceTextButton.m in Sources */,
03DC7C662A3CA465000BF7C9 /* HWSegmentedControl.m in Sources */,
037E006D2B3DC098006491C6 /* EZOpenAIService+EZPromptMessages.m in Sources */,
03B022E929231FA6001C7E63 /* AppDelegate.m in Sources */,
03B0232729231FA6001C7E63 /* NSColor+MM.m in Sources */,
03B0233529231FA6001C7E63 /* MMFileLogFormatter.m in Sources */,
Expand Down

0 comments on commit e368c43

Please sign in to comment.