|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 2714C5591BB5403400E0EB6A /* Commands.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2714C5581BB5403300E0EB6A /* Commands.swift */; settings = {ASSET_TAGS = (); }; }; |
11 | 11 | 2720BDED1BB348BC00C09984 /* ArgumentDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2720BDEC1BB348BC00C09984 /* ArgumentDescription.swift */; settings = {ASSET_TAGS = (); }; }; |
| 12 | + 275C0E8F1BBC5D5900F92D73 /* CommandDarwin.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0E8E1BBC5D5900F92D73 /* CommandDarwin.swift */; settings = {ASSET_TAGS = (); }; }; |
12 | 13 | 2768A2241BACC38C00F994EE /* Commander.h in Headers */ = {isa = PBXBuildFile; fileRef = 2768A2231BACC38C00F994EE /* Commander.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
13 | 14 | 2768A22B1BACC38C00F994EE /* Commander.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2768A2201BACC38C00F994EE /* Commander.framework */; settings = {ASSET_TAGS = (); }; }; |
14 | 15 | 2768A23B1BACC3B600F994EE /* ArgumentParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2768A23A1BACC3B600F994EE /* ArgumentParser.swift */; settings = {ASSET_TAGS = (); }; }; |
|
40 | 41 | 27593EE51BB335590018278E /* UniversalFramework_Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = UniversalFramework_Base.xcconfig; sourceTree = "<group>"; }; |
41 | 42 | 27593EE61BB335590018278E /* UniversalFramework_Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = UniversalFramework_Framework.xcconfig; sourceTree = "<group>"; }; |
42 | 43 | 27593EE71BB335590018278E /* UniversalFramework_Test.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = UniversalFramework_Test.xcconfig; sourceTree = "<group>"; }; |
| 44 | + 275C0E8E1BBC5D5900F92D73 /* CommandDarwin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommandDarwin.swift; sourceTree = "<group>"; }; |
43 | 45 | 2768A2201BACC38C00F994EE /* Commander.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Commander.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
44 | 46 | 2768A2231BACC38C00F994EE /* Commander.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Commander.h; sourceTree = "<group>"; }; |
45 | 47 | 2768A2251BACC38C00F994EE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
117 | 119 | 2720BDEC1BB348BC00C09984 /* ArgumentDescription.swift */, |
118 | 120 | 279256A91BB3226E00E66B9E /* CommandType.swift */, |
119 | 121 | 279256AB1BB322FA00E66B9E /* Command.swift */, |
| 122 | + 275C0E8E1BBC5D5900F92D73 /* CommandDarwin.swift */, |
120 | 123 | 2714C5581BB5403300E0EB6A /* Commands.swift */, |
121 | 124 | 279256B31BB3260D00E66B9E /* Group.swift */, |
122 | 125 | 2768A2251BACC38C00F994EE /* Info.plist */, |
|
248 | 251 | files = ( |
249 | 252 | 2768A23B1BACC3B600F994EE /* ArgumentParser.swift in Sources */, |
250 | 253 | 2720BDED1BB348BC00C09984 /* ArgumentDescription.swift in Sources */, |
| 254 | + 275C0E8F1BBC5D5900F92D73 /* CommandDarwin.swift in Sources */, |
251 | 255 | 2714C5591BB5403400E0EB6A /* Commands.swift in Sources */, |
252 | 256 | 279256AA1BB3226E00E66B9E /* CommandType.swift in Sources */, |
253 | 257 | 279256AC1BB322FA00E66B9E /* Command.swift in Sources */, |
|
0 commit comments