|
25 | 25 | D00CCE2F1A2075F700109F8C /* Option.swift in Sources */ = {isa = PBXBuildFile; fileRef = D00CCE2E1A2075F700109F8C /* Option.swift */; }; |
26 | 26 | D0BF14FB1A4C8957003147BC /* HelpCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BF14FA1A4C8957003147BC /* HelpCommand.swift */; }; |
27 | 27 | D8169D871ACB942D00923FB0 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8169D861ACB942D00923FB0 /* Switch.swift */; }; |
| 28 | + F88F259424F34E9700EC60D5 /* macOS-Application.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = F88F258E24F34E9700EC60D5 /* macOS-Application.xcconfig */; }; |
| 29 | + F88F259524F34E9700EC60D5 /* macOS-Framework.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = F88F258F24F34E9700EC60D5 /* macOS-Framework.xcconfig */; }; |
| 30 | + F88F259624F34E9700EC60D5 /* macOS-StaticLibrary.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = F88F259024F34E9700EC60D5 /* macOS-StaticLibrary.xcconfig */; }; |
| 31 | + F88F259724F34E9700EC60D5 /* macOS-Base.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = F88F259124F34E9700EC60D5 /* macOS-Base.xcconfig */; }; |
| 32 | + F88F259824F34E9700EC60D5 /* macOS-XCTest.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = F88F259224F34E9700EC60D5 /* macOS-XCTest.xcconfig */; }; |
| 33 | + F88F259924F34E9700EC60D5 /* macOS-DynamicLibrary.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = F88F259324F34E9700EC60D5 /* macOS-DynamicLibrary.xcconfig */; }; |
28 | 34 | /* End PBXBuildFile section */ |
29 | 35 |
|
30 | 36 | /* Begin PBXContainerItemProxy section */ |
|
63 | 69 | D00CCE041A20719500109F8C /* iOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = "<group>"; }; |
64 | 70 | D00CCE051A20719500109F8C /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Framework.xcconfig"; sourceTree = "<group>"; }; |
65 | 71 | D00CCE061A20719500109F8C /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
66 | | - D00CCE081A20719500109F8C /* Mac-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = "<group>"; }; |
67 | | - D00CCE091A20719500109F8C /* Mac-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Base.xcconfig"; sourceTree = "<group>"; }; |
68 | | - D00CCE0A1A20719500109F8C /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = "<group>"; }; |
69 | | - D00CCE0B1A20719500109F8C /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; }; |
70 | | - D00CCE0C1A20719500109F8C /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
71 | 72 | D00CCE0D1A20719500109F8C /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
72 | 73 | D00CCE221A2073DA00109F8C /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
73 | 74 | D00CCE231A2073DA00109F8C /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
78 | 79 | D00CCE2E1A2075F700109F8C /* Option.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Option.swift; sourceTree = "<group>"; }; |
79 | 80 | D0BF14FA1A4C8957003147BC /* HelpCommand.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HelpCommand.swift; sourceTree = "<group>"; }; |
80 | 81 | D8169D861ACB942D00923FB0 /* Switch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Switch.swift; sourceTree = "<group>"; }; |
| 82 | + F88F258E24F34E9700EC60D5 /* macOS-Application.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Application.xcconfig"; sourceTree = "<group>"; }; |
| 83 | + F88F258F24F34E9700EC60D5 /* macOS-Framework.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Framework.xcconfig"; sourceTree = "<group>"; }; |
| 84 | + F88F259024F34E9700EC60D5 /* macOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-StaticLibrary.xcconfig"; sourceTree = "<group>"; }; |
| 85 | + F88F259124F34E9700EC60D5 /* macOS-Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-Base.xcconfig"; sourceTree = "<group>"; }; |
| 86 | + F88F259224F34E9700EC60D5 /* macOS-XCTest.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-XCTest.xcconfig"; sourceTree = "<group>"; }; |
| 87 | + F88F259324F34E9700EC60D5 /* macOS-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "macOS-DynamicLibrary.xcconfig"; sourceTree = "<group>"; }; |
81 | 88 | /* End PBXFileReference section */ |
82 | 89 |
|
83 | 90 | /* Begin PBXFrameworksBuildPhase section */ |
|
170 | 177 | children = ( |
171 | 178 | D00CCDF71A20719500109F8C /* Base */, |
172 | 179 | D00CCE021A20719500109F8C /* iOS */, |
173 | | - D00CCE071A20719500109F8C /* Mac OS X */, |
| 180 | + F88F258D24F34E9700EC60D5 /* macOS */, |
174 | 181 | D00CCE0D1A20719500109F8C /* README.md */, |
175 | 182 | ); |
176 | 183 | name = Configuration; |
|
219 | 226 | path = iOS; |
220 | 227 | sourceTree = "<group>"; |
221 | 228 | }; |
222 | | - D00CCE071A20719500109F8C /* Mac OS X */ = { |
223 | | - isa = PBXGroup; |
224 | | - children = ( |
225 | | - D00CCE081A20719500109F8C /* Mac-Application.xcconfig */, |
226 | | - D00CCE091A20719500109F8C /* Mac-Base.xcconfig */, |
227 | | - D00CCE0A1A20719500109F8C /* Mac-DynamicLibrary.xcconfig */, |
228 | | - D00CCE0B1A20719500109F8C /* Mac-Framework.xcconfig */, |
229 | | - D00CCE0C1A20719500109F8C /* Mac-StaticLibrary.xcconfig */, |
230 | | - ); |
231 | | - path = "Mac OS X"; |
232 | | - sourceTree = "<group>"; |
233 | | - }; |
234 | 229 | D0BF14F81A4C892E003147BC /* Core */ = { |
235 | 230 | isa = PBXGroup; |
236 | 231 | children = ( |
|
255 | 250 | name = "Built-in Commands"; |
256 | 251 | sourceTree = "<group>"; |
257 | 252 | }; |
| 253 | + F88F258D24F34E9700EC60D5 /* macOS */ = { |
| 254 | + isa = PBXGroup; |
| 255 | + children = ( |
| 256 | + F88F258E24F34E9700EC60D5 /* macOS-Application.xcconfig */, |
| 257 | + F88F258F24F34E9700EC60D5 /* macOS-Framework.xcconfig */, |
| 258 | + F88F259024F34E9700EC60D5 /* macOS-StaticLibrary.xcconfig */, |
| 259 | + F88F259124F34E9700EC60D5 /* macOS-Base.xcconfig */, |
| 260 | + F88F259224F34E9700EC60D5 /* macOS-XCTest.xcconfig */, |
| 261 | + F88F259324F34E9700EC60D5 /* macOS-DynamicLibrary.xcconfig */, |
| 262 | + ); |
| 263 | + path = macOS; |
| 264 | + sourceTree = "<group>"; |
| 265 | + }; |
258 | 266 | /* End PBXGroup section */ |
259 | 267 |
|
260 | 268 | /* Begin PBXHeadersBuildPhase section */ |
|
350 | 358 | isa = PBXResourcesBuildPhase; |
351 | 359 | buildActionMask = 2147483647; |
352 | 360 | files = ( |
| 361 | + F88F259424F34E9700EC60D5 /* macOS-Application.xcconfig in Resources */, |
| 362 | + F88F259724F34E9700EC60D5 /* macOS-Base.xcconfig in Resources */, |
| 363 | + F88F259924F34E9700EC60D5 /* macOS-DynamicLibrary.xcconfig in Resources */, |
| 364 | + F88F259524F34E9700EC60D5 /* macOS-Framework.xcconfig in Resources */, |
| 365 | + F88F259824F34E9700EC60D5 /* macOS-XCTest.xcconfig in Resources */, |
| 366 | + F88F259624F34E9700EC60D5 /* macOS-StaticLibrary.xcconfig in Resources */, |
353 | 367 | ); |
354 | 368 | runOnlyForDeploymentPostprocessing = 0; |
355 | 369 | }; |
|
447 | 461 | }; |
448 | 462 | D00CCDF01A20717400109F8C /* Debug */ = { |
449 | 463 | isa = XCBuildConfiguration; |
450 | | - baseConfigurationReference = D00CCE0B1A20719500109F8C /* Mac-Framework.xcconfig */; |
| 464 | + baseConfigurationReference = F88F258F24F34E9700EC60D5 /* macOS-Framework.xcconfig */; |
451 | 465 | buildSettings = { |
452 | 466 | CLANG_ENABLE_MODULES = YES; |
453 | 467 | DEFINES_MODULE = YES; |
|
464 | 478 | }; |
465 | 479 | D00CCDF11A20717400109F8C /* Release */ = { |
466 | 480 | isa = XCBuildConfiguration; |
467 | | - baseConfigurationReference = D00CCE0B1A20719500109F8C /* Mac-Framework.xcconfig */; |
| 481 | + baseConfigurationReference = F88F258F24F34E9700EC60D5 /* macOS-Framework.xcconfig */; |
468 | 482 | buildSettings = { |
469 | 483 | CLANG_ENABLE_MODULES = YES; |
470 | 484 | DEFINES_MODULE = YES; |
|
480 | 494 | }; |
481 | 495 | D00CCDF31A20717400109F8C /* Debug */ = { |
482 | 496 | isa = XCBuildConfiguration; |
483 | | - baseConfigurationReference = D00CCE081A20719500109F8C /* Mac-Application.xcconfig */; |
| 497 | + baseConfigurationReference = F88F258E24F34E9700EC60D5 /* macOS-Application.xcconfig */; |
484 | 498 | buildSettings = { |
485 | 499 | FRAMEWORK_SEARCH_PATHS = ( |
486 | 500 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
|
495 | 509 | }; |
496 | 510 | D00CCDF41A20717400109F8C /* Release */ = { |
497 | 511 | isa = XCBuildConfiguration; |
498 | | - baseConfigurationReference = D00CCE081A20719500109F8C /* Mac-Application.xcconfig */; |
| 512 | + baseConfigurationReference = F88F258E24F34E9700EC60D5 /* macOS-Application.xcconfig */; |
499 | 513 | buildSettings = { |
500 | 514 | FRAMEWORK_SEARCH_PATHS = ( |
501 | 515 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
|
530 | 544 | }; |
531 | 545 | D00CCE121A2072AB00109F8C /* Profile */ = { |
532 | 546 | isa = XCBuildConfiguration; |
533 | | - baseConfigurationReference = D00CCE0B1A20719500109F8C /* Mac-Framework.xcconfig */; |
| 547 | + baseConfigurationReference = F88F258F24F34E9700EC60D5 /* macOS-Framework.xcconfig */; |
534 | 548 | buildSettings = { |
535 | 549 | CLANG_ENABLE_MODULES = YES; |
536 | 550 | DEFINES_MODULE = YES; |
|
546 | 560 | }; |
547 | 561 | D00CCE131A2072AB00109F8C /* Profile */ = { |
548 | 562 | isa = XCBuildConfiguration; |
549 | | - baseConfigurationReference = D00CCE081A20719500109F8C /* Mac-Application.xcconfig */; |
| 563 | + baseConfigurationReference = F88F258E24F34E9700EC60D5 /* macOS-Application.xcconfig */; |
550 | 564 | buildSettings = { |
551 | 565 | FRAMEWORK_SEARCH_PATHS = ( |
552 | 566 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
|
581 | 595 | }; |
582 | 596 | D00CCE151A2072BD00109F8C /* Test */ = { |
583 | 597 | isa = XCBuildConfiguration; |
584 | | - baseConfigurationReference = D00CCE0B1A20719500109F8C /* Mac-Framework.xcconfig */; |
| 598 | + baseConfigurationReference = F88F258F24F34E9700EC60D5 /* macOS-Framework.xcconfig */; |
585 | 599 | buildSettings = { |
586 | 600 | CLANG_ENABLE_MODULES = YES; |
587 | 601 | DEFINES_MODULE = YES; |
|
598 | 612 | }; |
599 | 613 | D00CCE161A2072BD00109F8C /* Test */ = { |
600 | 614 | isa = XCBuildConfiguration; |
601 | | - baseConfigurationReference = D00CCE081A20719500109F8C /* Mac-Application.xcconfig */; |
| 615 | + baseConfigurationReference = F88F258E24F34E9700EC60D5 /* macOS-Application.xcconfig */; |
602 | 616 | buildSettings = { |
603 | 617 | FRAMEWORK_SEARCH_PATHS = ( |
604 | 618 | "$(DEVELOPER_FRAMEWORKS_DIR)", |
|
0 commit comments