|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + B917D32420B0DB9700728EE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B917D32320B0DB9700728EE0 /* Foundation.framework */; }; |
| 11 | + B917D32620B0DE2000728EE0 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = B917D32520B0DE2000728EE0 /* main.swift */; }; |
10 | 12 | B95788861F6FB9470003EB01 /* TestNSNumberBridging.swift in Sources */ = {isa = PBXBuildFile; fileRef = B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */; };
|
11 | 13 | B987C65E2093C8AF0026B50D /* TestImports.swift in Sources */ = {isa = PBXBuildFile; fileRef = B987C65D2093C8AF0026B50D /* TestImports.swift */; };
|
12 | 14 | B9C89ED21F6BF67C00087AF4 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B9C89ED11F6BF67C00087AF4 /* XCTest.framework */; };
|
|
112 | 114 | /* End PBXBuildFile section */
|
113 | 115 |
|
114 | 116 | /* Begin PBXCopyFilesBuildPhase section */
|
| 117 | + B917D31A20B0DB8B00728EE0 /* CopyFiles */ = { |
| 118 | + isa = PBXCopyFilesBuildPhase; |
| 119 | + buildActionMask = 2147483647; |
| 120 | + dstPath = /usr/share/man/man1/; |
| 121 | + dstSubfolderSpec = 0; |
| 122 | + files = ( |
| 123 | + ); |
| 124 | + runOnlyForDeploymentPostprocessing = 1; |
| 125 | + }; |
115 | 126 | B9C89EBF1F6BF47D00087AF4 /* CopyFiles */ = {
|
116 | 127 | isa = PBXCopyFilesBuildPhase;
|
117 | 128 | buildActionMask = 12;
|
|
124 | 135 | /* End PBXCopyFilesBuildPhase section */
|
125 | 136 |
|
126 | 137 | /* Begin PBXFileReference section */
|
| 138 | + B917D31C20B0DB8B00728EE0 /* xdgTestHelper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xdgTestHelper; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 139 | + B917D32320B0DB9700728EE0 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; |
| 140 | + B917D32520B0DE2000728EE0 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = main.swift; path = TestFoundation/xdgTestHelper/main.swift; sourceTree = "<group>"; }; |
127 | 141 | B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSNumberBridging.swift; path = TestFoundation/TestNSNumberBridging.swift; sourceTree = "<group>"; };
|
128 | 142 | B987C65D2093C8AF0026B50D /* TestImports.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestImports.swift; path = TestFoundation/TestImports.swift; sourceTree = "<group>"; };
|
129 | 143 | B9C89EC11F6BF47D00087AF4 /* DarwinCompatibilityTests */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = DarwinCompatibilityTests; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
160 | 174 | B9C89EFF1F6BF89300087AF4 /* TestNSString.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSString.swift; path = TestFoundation/TestNSString.swift; sourceTree = "<group>"; };
|
161 | 175 | B9C89F001F6BF89300087AF4 /* TestNSUUID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSUUID.swift; path = TestFoundation/TestNSUUID.swift; sourceTree = "<group>"; };
|
162 | 176 | B9C89F011F6BF89300087AF4 /* TestPropertyListSerialization.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestPropertyListSerialization.swift; path = TestFoundation/TestPropertyListSerialization.swift; sourceTree = "<group>"; };
|
163 |
| - B9C89F021F6BF89300087AF4 /* XDGTestHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = XDGTestHelper.swift; path = TestFoundation/XDGTestHelper.swift; sourceTree = "<group>"; }; |
164 | 177 | B9C89F031F6BF89300087AF4 /* TestNSArray.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestNSArray.swift; path = TestFoundation/TestNSArray.swift; sourceTree = "<group>"; };
|
165 | 178 | B9C89F051F6BF89400087AF4 /* TestFileHandle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestFileHandle.swift; path = TestFoundation/TestFileHandle.swift; sourceTree = "<group>"; };
|
166 | 179 | B9C89F061F6BF89400087AF4 /* TestTimer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestTimer.swift; path = TestFoundation/TestTimer.swift; sourceTree = "<group>"; };
|
|
234 | 247 | /* End PBXFileReference section */
|
235 | 248 |
|
236 | 249 | /* Begin PBXFrameworksBuildPhase section */
|
| 250 | + B917D31920B0DB8B00728EE0 /* Frameworks */ = { |
| 251 | + isa = PBXFrameworksBuildPhase; |
| 252 | + buildActionMask = 2147483647; |
| 253 | + files = ( |
| 254 | + B917D32420B0DB9700728EE0 /* Foundation.framework in Frameworks */, |
| 255 | + ); |
| 256 | + runOnlyForDeploymentPostprocessing = 0; |
| 257 | + }; |
237 | 258 | B9C89EBE1F6BF47D00087AF4 /* Frameworks */ = {
|
238 | 259 | isa = PBXFrameworksBuildPhase;
|
239 | 260 | buildActionMask = 2147483647;
|
|
252 | 273 | /* End PBXFrameworksBuildPhase section */
|
253 | 274 |
|
254 | 275 | /* Begin PBXGroup section */
|
| 276 | + B917D31D20B0DB8B00728EE0 /* xdgTestHelper */ = { |
| 277 | + isa = PBXGroup; |
| 278 | + children = ( |
| 279 | + ); |
| 280 | + path = xdgTestHelper; |
| 281 | + sourceTree = "<group>"; |
| 282 | + }; |
255 | 283 | B9C89EB81F6BF47D00087AF4 = {
|
256 | 284 | isa = PBXGroup;
|
257 | 285 | children = (
|
| 286 | + B917D32520B0DE2000728EE0 /* main.swift */, |
258 | 287 | B987C65D2093C8AF0026B50D /* TestImports.swift */,
|
259 | 288 | B95788851F6FB9470003EB01 /* TestNSNumberBridging.swift */,
|
260 | 289 | B9C89FAC1F6DCAE700087AF4 /* Info.plist */,
|
|
355 | 384 | B9C89F0F1F6BF89500087AF4 /* TestXMLDocument.swift */,
|
356 | 385 | B9C89EED1F6BF89000087AF4 /* TestXMLParser.swift */,
|
357 | 386 | B9C89F131F6BF89600087AF4 /* xdgTestHelper */,
|
358 |
| - B9C89F021F6BF89300087AF4 /* XDGTestHelper.swift */, |
359 | 387 | B9C89ED81F6BF77E00087AF4 /* DarwinCompatibilityTests */,
|
| 388 | + B917D31D20B0DB8B00728EE0 /* xdgTestHelper */, |
360 | 389 | B9C89EC21F6BF47D00087AF4 /* Products */,
|
361 | 390 | B9C89ED01F6BF67C00087AF4 /* Frameworks */,
|
362 | 391 | );
|
|
367 | 396 | children = (
|
368 | 397 | B9C89EC11F6BF47D00087AF4 /* DarwinCompatibilityTests */,
|
369 | 398 | B9C89ED71F6BF77E00087AF4 /* DarwinCompatibilityTests.xctest */,
|
| 399 | + B917D31C20B0DB8B00728EE0 /* xdgTestHelper */, |
370 | 400 | );
|
371 | 401 | name = Products;
|
372 | 402 | sourceTree = "<group>";
|
373 | 403 | };
|
374 | 404 | B9C89ED01F6BF67C00087AF4 /* Frameworks */ = {
|
375 | 405 | isa = PBXGroup;
|
376 | 406 | children = (
|
| 407 | + B917D32320B0DB9700728EE0 /* Foundation.framework */, |
377 | 408 | B9C89ED11F6BF67C00087AF4 /* XCTest.framework */,
|
378 | 409 | );
|
379 | 410 | name = Frameworks;
|
|
392 | 423 | /* End PBXGroup section */
|
393 | 424 |
|
394 | 425 | /* Begin PBXNativeTarget section */
|
| 426 | + B917D31B20B0DB8B00728EE0 /* xdgTestHelper */ = { |
| 427 | + isa = PBXNativeTarget; |
| 428 | + buildConfigurationList = B917D32220B0DB8B00728EE0 /* Build configuration list for PBXNativeTarget "xdgTestHelper" */; |
| 429 | + buildPhases = ( |
| 430 | + B917D31820B0DB8B00728EE0 /* Sources */, |
| 431 | + B917D31920B0DB8B00728EE0 /* Frameworks */, |
| 432 | + B917D31A20B0DB8B00728EE0 /* CopyFiles */, |
| 433 | + ); |
| 434 | + buildRules = ( |
| 435 | + ); |
| 436 | + dependencies = ( |
| 437 | + ); |
| 438 | + name = xdgTestHelper; |
| 439 | + productName = xdgTestHelper; |
| 440 | + productReference = B917D31C20B0DB8B00728EE0 /* xdgTestHelper */; |
| 441 | + productType = "com.apple.product-type.tool"; |
| 442 | + }; |
395 | 443 | B9C89EC01F6BF47D00087AF4 /* DarwinCompatibilityTests */ = {
|
396 | 444 | isa = PBXNativeTarget;
|
397 | 445 | buildConfigurationList = B9C89EC81F6BF47D00087AF4 /* Build configuration list for PBXNativeTarget "DarwinCompatibilityTests" */;
|
|
432 | 480 | B9C89EB91F6BF47D00087AF4 /* Project object */ = {
|
433 | 481 | isa = PBXProject;
|
434 | 482 | attributes = {
|
435 |
| - LastSwiftUpdateCheck = 0900; |
| 483 | + LastSwiftUpdateCheck = 0930; |
436 | 484 | LastUpgradeCheck = 0900;
|
437 | 485 | ORGANIZATIONNAME = Apple;
|
438 | 486 | TargetAttributes = {
|
| 487 | + B917D31B20B0DB8B00728EE0 = { |
| 488 | + CreatedOnToolsVersion = 9.3.1; |
| 489 | + ProvisioningStyle = Automatic; |
| 490 | + }; |
439 | 491 | B9C89EC01F6BF47D00087AF4 = {
|
440 | 492 | CreatedOnToolsVersion = 9.0;
|
441 | 493 | LastSwiftMigration = 0910;
|
|
461 | 513 | targets = (
|
462 | 514 | B9C89EC01F6BF47D00087AF4 /* DarwinCompatibilityTests */,
|
463 | 515 | B9C89ED61F6BF77E00087AF4 /* DarwinCompatibilityTests */,
|
| 516 | + B917D31B20B0DB8B00728EE0 /* xdgTestHelper */, |
464 | 517 | );
|
465 | 518 | };
|
466 | 519 | /* End PBXProject section */
|
|
497 | 550 | /* End PBXResourcesBuildPhase section */
|
498 | 551 |
|
499 | 552 | /* Begin PBXSourcesBuildPhase section */
|
| 553 | + B917D31820B0DB8B00728EE0 /* Sources */ = { |
| 554 | + isa = PBXSourcesBuildPhase; |
| 555 | + buildActionMask = 2147483647; |
| 556 | + files = ( |
| 557 | + B917D32620B0DE2000728EE0 /* main.swift in Sources */, |
| 558 | + ); |
| 559 | + runOnlyForDeploymentPostprocessing = 0; |
| 560 | + }; |
500 | 561 | B9C89EBD1F6BF47D00087AF4 /* Sources */ = {
|
501 | 562 | isa = PBXSourcesBuildPhase;
|
502 | 563 | buildActionMask = 2147483647;
|
|
594 | 655 | /* End PBXSourcesBuildPhase section */
|
595 | 656 |
|
596 | 657 | /* Begin XCBuildConfiguration section */
|
| 658 | + B917D32020B0DB8B00728EE0 /* Debug */ = { |
| 659 | + isa = XCBuildConfiguration; |
| 660 | + buildSettings = { |
| 661 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 662 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 663 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 664 | + CODE_SIGN_STYLE = Automatic; |
| 665 | + MACOSX_DEPLOYMENT_TARGET = 10.13; |
| 666 | + OTHER_SWIFT_FLAGS = "-DDEPLOYMENT_RUNTIME_OBJC -DDARWIN_COMPATIBILITY_TESTS"; |
| 667 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 668 | + SWIFT_VERSION = 4.0; |
| 669 | + }; |
| 670 | + name = Debug; |
| 671 | + }; |
| 672 | + B917D32120B0DB8B00728EE0 /* Release */ = { |
| 673 | + isa = XCBuildConfiguration; |
| 674 | + buildSettings = { |
| 675 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 676 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 677 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 678 | + CODE_SIGN_STYLE = Automatic; |
| 679 | + MACOSX_DEPLOYMENT_TARGET = 10.13; |
| 680 | + OTHER_SWIFT_FLAGS = "-DDEPLOYMENT_RUNTIME_OBJC -DDARWIN_COMPATIBILITY_TESTS"; |
| 681 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 682 | + SWIFT_VERSION = 4.0; |
| 683 | + }; |
| 684 | + name = Release; |
| 685 | + }; |
597 | 686 | B9C89EC61F6BF47D00087AF4 /* Debug */ = {
|
598 | 687 | isa = XCBuildConfiguration;
|
599 | 688 | buildSettings = {
|
|
759 | 848 | /* End XCBuildConfiguration section */
|
760 | 849 |
|
761 | 850 | /* Begin XCConfigurationList section */
|
| 851 | + B917D32220B0DB8B00728EE0 /* Build configuration list for PBXNativeTarget "xdgTestHelper" */ = { |
| 852 | + isa = XCConfigurationList; |
| 853 | + buildConfigurations = ( |
| 854 | + B917D32020B0DB8B00728EE0 /* Debug */, |
| 855 | + B917D32120B0DB8B00728EE0 /* Release */, |
| 856 | + ); |
| 857 | + defaultConfigurationIsVisible = 0; |
| 858 | + defaultConfigurationName = Release; |
| 859 | + }; |
762 | 860 | B9C89EBC1F6BF47D00087AF4 /* Build configuration list for PBXProject "DarwinCompatibilityTests" */ = {
|
763 | 861 | isa = XCConfigurationList;
|
764 | 862 | buildConfigurations = (
|
|
0 commit comments