|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 6C29EE8B1CA6241B0005DA40 /* Swift3to22.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C29EE8A1CA6241B0005DA40 /* Swift3to22.swift */; }; |
| 10 | + 6C29EE8B1CA6241B0005DA40 /* LinuxSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C29EE8A1CA6241B0005DA40 /* LinuxSupport.swift */; }; |
11 | 11 | CD2ED3411C1E6C5D0076092B /* Argument.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD2ED3401C1E6C5D0076092B /* Argument.swift */; }; |
12 | | - CD2ED3431C1E6D540076092B /* ArgumentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD2ED3421C1E6D540076092B /* ArgumentType.swift */; }; |
| 12 | + CD2ED3431C1E6D540076092B /* ArgumentProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD2ED3421C1E6D540076092B /* ArgumentProtocol.swift */; }; |
13 | 13 | CDFC88361C3C0612003AC8F8 /* CommandSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDFC88351C3C0612003AC8F8 /* CommandSpec.swift */; }; |
14 | 14 | D00CCDDF1A20717400109F8C /* Commandant.h in Headers */ = {isa = PBXBuildFile; fileRef = D00CCDDE1A20717400109F8C /* Commandant.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
15 | 15 | D00CCDE51A20717400109F8C /* Commandant.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D00CCDD91A20717400109F8C /* Commandant.framework */; }; |
|
36 | 36 | /* End PBXContainerItemProxy section */ |
37 | 37 |
|
38 | 38 | /* Begin PBXFileReference section */ |
39 | | - 6C29EE8A1CA6241B0005DA40 /* Swift3to22.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = Swift3to22.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
| 39 | + 6C29EE8A1CA6241B0005DA40 /* LinuxSupport.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = LinuxSupport.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; |
| 40 | + 6CAD549C1D371A4E00A2D031 /* LinuxMain.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = LinuxMain.swift; path = Tests/LinuxMain.swift; sourceTree = SOURCE_ROOT; }; |
40 | 41 | CD2ED3401C1E6C5D0076092B /* Argument.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Argument.swift; sourceTree = "<group>"; }; |
41 | | - CD2ED3421C1E6D540076092B /* ArgumentType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArgumentType.swift; sourceTree = "<group>"; }; |
| 42 | + CD2ED3421C1E6D540076092B /* ArgumentProtocol.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArgumentProtocol.swift; sourceTree = "<group>"; }; |
42 | 43 | CDFC88351C3C0612003AC8F8 /* CommandSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommandSpec.swift; sourceTree = "<group>"; }; |
43 | 44 | D00CCDD91A20717400109F8C /* Commandant.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Commandant.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
44 | 45 | D00CCDDD1A20717400109F8C /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
144 | 145 | CDFC88351C3C0612003AC8F8 /* CommandSpec.swift */, |
145 | 146 | D00CCE281A20741C00109F8C /* OptionSpec.swift */, |
146 | 147 | D00CCDE91A20717400109F8C /* Supporting Files */, |
| 148 | + 6CAD549C1D371A4E00A2D031 /* LinuxMain.swift */, |
147 | 149 | ); |
148 | | - path = Tests; |
| 150 | + name = Tests; |
| 151 | + path = Tests/CommandantTests; |
149 | 152 | sourceTree = "<group>"; |
150 | 153 | }; |
151 | 154 | D00CCDE91A20717400109F8C /* Supporting Files */ = { |
|
229 | 232 | children = ( |
230 | 233 | CD2ED3401C1E6C5D0076092B /* Argument.swift */, |
231 | 234 | D00CCE2C1A2075ED00109F8C /* ArgumentParser.swift */, |
232 | | - CD2ED3421C1E6D540076092B /* ArgumentType.swift */, |
| 235 | + CD2ED3421C1E6D540076092B /* ArgumentProtocol.swift */, |
233 | 236 | D00CCE261A20741300109F8C /* Command.swift */, |
234 | 237 | D00CCE2A1A20748500109F8C /* Errors.swift */, |
235 | 238 | D00CCE2E1A2075F700109F8C /* Option.swift */, |
236 | | - 6C29EE8A1CA6241B0005DA40 /* Swift3to22.swift */, |
| 239 | + 6C29EE8A1CA6241B0005DA40 /* LinuxSupport.swift */, |
237 | 240 | D8169D861ACB942D00923FB0 /* Switch.swift */, |
238 | 241 | ); |
239 | 242 | name = Core; |
|
360 | 363 | files = ( |
361 | 364 | CD2ED3411C1E6C5D0076092B /* Argument.swift in Sources */, |
362 | 365 | D0BF14FB1A4C8957003147BC /* HelpCommand.swift in Sources */, |
363 | | - 6C29EE8B1CA6241B0005DA40 /* Swift3to22.swift in Sources */, |
364 | | - CD2ED3431C1E6D540076092B /* ArgumentType.swift in Sources */, |
| 366 | + 6C29EE8B1CA6241B0005DA40 /* LinuxSupport.swift in Sources */, |
| 367 | + CD2ED3431C1E6D540076092B /* ArgumentProtocol.swift in Sources */, |
365 | 368 | D00CCE2F1A2075F700109F8C /* Option.swift in Sources */, |
366 | 369 | D00CCE2B1A20748500109F8C /* Errors.swift in Sources */, |
367 | 370 | D8169D871ACB942D00923FB0 /* Switch.swift in Sources */, |
|
398 | 401 | ENABLE_TESTABILITY = YES; |
399 | 402 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
400 | 403 | ONLY_ACTIVE_ARCH = YES; |
401 | | - SWIFT_VERSION = 2.3; |
| 404 | + SWIFT_VERSION = 3.0; |
402 | 405 | VERSIONING_SYSTEM = "apple-generic"; |
403 | 406 | VERSION_INFO_PREFIX = ""; |
404 | 407 | }; |
|
410 | 413 | buildSettings = { |
411 | 414 | CURRENT_PROJECT_VERSION = 1; |
412 | 415 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
413 | | - SWIFT_VERSION = 2.3; |
| 416 | + SWIFT_VERSION = 3.0; |
414 | 417 | VERSIONING_SYSTEM = "apple-generic"; |
415 | 418 | VERSION_INFO_PREFIX = ""; |
416 | 419 | }; |
|
457 | 460 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
458 | 461 | "$(inherited)", |
459 | 462 | ); |
460 | | - INFOPLIST_FILE = Tests/Info.plist; |
| 463 | + INFOPLIST_FILE = Tests/CommandantTests/Info.plist; |
461 | 464 | PRODUCT_BUNDLE_IDENTIFIER = "org.carthage.$(PRODUCT_NAME:rfc1034identifier)"; |
462 | 465 | PRODUCT_NAME = "$(TARGET_NAME)"; |
463 | 466 | }; |
|
471 | 474 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
472 | 475 | "$(inherited)", |
473 | 476 | ); |
474 | | - INFOPLIST_FILE = Tests/Info.plist; |
| 477 | + INFOPLIST_FILE = Tests/CommandantTests/Info.plist; |
475 | 478 | PRODUCT_BUNDLE_IDENTIFIER = "org.carthage.$(PRODUCT_NAME:rfc1034identifier)"; |
476 | 479 | PRODUCT_NAME = "$(TARGET_NAME)"; |
477 | 480 | }; |
|
483 | 486 | buildSettings = { |
484 | 487 | CURRENT_PROJECT_VERSION = 1; |
485 | 488 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
486 | | - SWIFT_VERSION = 2.3; |
| 489 | + SWIFT_VERSION = 3.0; |
487 | 490 | VERSIONING_SYSTEM = "apple-generic"; |
488 | 491 | VERSION_INFO_PREFIX = ""; |
489 | 492 | }; |
|
513 | 516 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
514 | 517 | "$(inherited)", |
515 | 518 | ); |
516 | | - INFOPLIST_FILE = Tests/Info.plist; |
| 519 | + INFOPLIST_FILE = Tests/CommandantTests/Info.plist; |
517 | 520 | PRODUCT_BUNDLE_IDENTIFIER = "org.carthage.$(PRODUCT_NAME:rfc1034identifier)"; |
518 | 521 | PRODUCT_NAME = "$(TARGET_NAME)"; |
519 | 522 | }; |
|
525 | 528 | buildSettings = { |
526 | 529 | CURRENT_PROJECT_VERSION = 1; |
527 | 530 | MACOSX_DEPLOYMENT_TARGET = 10.9; |
528 | | - SWIFT_VERSION = 2.3; |
| 531 | + SWIFT_VERSION = 3.0; |
529 | 532 | VERSIONING_SYSTEM = "apple-generic"; |
530 | 533 | VERSION_INFO_PREFIX = ""; |
531 | 534 | }; |
|
556 | 559 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
557 | 560 | "$(inherited)", |
558 | 561 | ); |
559 | | - INFOPLIST_FILE = Tests/Info.plist; |
| 562 | + INFOPLIST_FILE = Tests/CommandantTests/Info.plist; |
560 | 563 | PRODUCT_BUNDLE_IDENTIFIER = "org.carthage.$(PRODUCT_NAME:rfc1034identifier)"; |
561 | 564 | PRODUCT_NAME = "$(TARGET_NAME)"; |
562 | 565 | }; |
|
0 commit comments