|
57 | 57 | C36BF0082BC5CE56002D4AFE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C36BF0072BC5CE56002D4AFE /* Assets.xcassets */; };
|
58 | 58 | C36BF00C2BC5CE56002D4AFE /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = C36BF00B2BC5CE56002D4AFE /* Preview Assets.xcassets */; };
|
59 | 59 | C36BF0352BC70F11002D4AFE /* Arguments.swift in Sources */ = {isa = PBXBuildFile; fileRef = C36BF0342BC70F11002D4AFE /* Arguments.swift */; };
|
| 60 | + C37133A22DD6524B00D19830 /* ListCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37133A12DD6524B00D19830 /* ListCommands.swift */; }; |
60 | 61 | C38BA3AA2DB8321600BAFA88 /* Chat.swift in Sources */ = {isa = PBXBuildFile; fileRef = C38BA3A92DB8321600BAFA88 /* Chat.swift */; };
|
61 | 62 | C392737D2B606A1D00368D5D /* Tutorial.swift in Sources */ = {isa = PBXBuildFile; fileRef = C392737C2B606A1D00368D5D /* Tutorial.swift */; };
|
62 | 63 | C397C59C2B62C6D0004B084D /* ArgumentParser in Frameworks */ = {isa = PBXBuildFile; productRef = C397C59B2B62C6D0004B084D /* ArgumentParser */; };
|
|
232 | 233 | C36BF0092BC5CE56002D4AFE /* StableDiffusionExample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = StableDiffusionExample.entitlements; sourceTree = "<group>"; };
|
233 | 234 | C36BF00B2BC5CE56002D4AFE /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
|
234 | 235 | C36BF0342BC70F11002D4AFE /* Arguments.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Arguments.swift; sourceTree = "<group>"; };
|
| 236 | + C37133A12DD6524B00D19830 /* ListCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListCommands.swift; sourceTree = "<group>"; }; |
235 | 237 | C38BA3A92DB8321600BAFA88 /* Chat.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Chat.swift; sourceTree = "<group>"; };
|
236 | 238 | C39273742B606A0A00368D5D /* Tutorial */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Tutorial; sourceTree = BUILT_PRODUCTS_DIR; };
|
237 | 239 | C392737C2B606A1D00368D5D /* Tutorial.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Tutorial.swift; sourceTree = "<group>"; };
|
|
481 | 483 | C36BEFB32BBDEA69002D4AFE /* LoraCommands.swift */,
|
482 | 484 | C36BEFB62BBDECBC002D4AFE /* Arguments.swift */,
|
483 | 485 | C38BA3A92DB8321600BAFA88 /* Chat.swift */,
|
| 486 | + C37133A12DD6524B00D19830 /* ListCommands.swift */, |
484 | 487 | );
|
485 | 488 | path = "llm-tool";
|
486 | 489 | sourceTree = "<group>";
|
|
1148 | 1151 | C38BA3AA2DB8321600BAFA88 /* Chat.swift in Sources */,
|
1149 | 1152 | C34E48F52B696F0B00FCB841 /* LLMTool.swift in Sources */,
|
1150 | 1153 | C36BEFB52BBDEAD8002D4AFE /* LoraCommands.swift in Sources */,
|
| 1154 | + C37133A22DD6524B00D19830 /* ListCommands.swift in Sources */, |
1151 | 1155 | );
|
1152 | 1156 | runOnlyForDeploymentPostprocessing = 0;
|
1153 | 1157 | };
|
|
0 commit comments