|
24 | 24 | 0544CBF62273199C004A2499 /* ColorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0544CBF52273199C004A2499 /* ColorSet.swift */; }; |
25 | 25 | 0544CC0D2273466C004A2499 /* ColorSetStream.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0544CC0C2273466C004A2499 /* ColorSetStream.swift */; }; |
26 | 26 | 0564590220E4DDFD001EA86F /* HexColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0564590120E4DDFD001EA86F /* HexColor.swift */; }; |
| 27 | + 057DC44E22B1492200BA6727 /* Test.swift in Sources */ = {isa = PBXBuildFile; fileRef = 057DC44D22B1492200BA6727 /* Test.swift */; }; |
| 28 | + 057DC45022B1492200BA6727 /* ColorSetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CD4ABA20ED7CD100DBDE99 /* ColorSetKit.framework */; }; |
| 29 | + 057DC45822B14CC300BA6727 /* Colors.colorset in Resources */ = {isa = PBXBuildFile; fileRef = 057DC45722B14CC300BA6727 /* Colors.colorset */; }; |
27 | 30 | 05CD4AC120ED7CD100DBDE99 /* ColorSetKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 05CD4ABA20ED7CD100DBDE99 /* ColorSetKit.framework */; }; |
28 | 31 | 05CD4AC220ED7CD100DBDE99 /* ColorSetKit.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 05CD4ABA20ED7CD100DBDE99 /* ColorSetKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; |
29 | 32 | 05D11EC120E1359C00A621B5 /* ColorComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05D11EC020E1359C00A621B5 /* ColorComponent.swift */; }; |
|
55 | 58 | remoteGlobalIDString = 05F82B241EF32EA700EC8A93; |
56 | 59 | remoteInfo = GitHubUpdates; |
57 | 60 | }; |
| 61 | + 057DC45122B1492200BA6727 /* PBXContainerItemProxy */ = { |
| 62 | + isa = PBXContainerItemProxy; |
| 63 | + containerPortal = 0543AE5A20DC33BC00284E99 /* Project object */; |
| 64 | + proxyType = 1; |
| 65 | + remoteGlobalIDString = 05CD4AB920ED7CD100DBDE99; |
| 66 | + remoteInfo = ColorSetKit; |
| 67 | + }; |
58 | 68 | 05CD4ABF20ED7CD100DBDE99 /* PBXContainerItemProxy */ = { |
59 | 69 | isa = PBXContainerItemProxy; |
60 | 70 | containerPortal = 0543AE5A20DC33BC00284E99 /* Project object */; |
|
141 | 151 | 0544CBF52273199C004A2499 /* ColorSet.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ColorSet.swift; sourceTree = "<group>"; }; |
142 | 152 | 0544CC0C2273466C004A2499 /* ColorSetStream.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorSetStream.swift; sourceTree = "<group>"; }; |
143 | 153 | 0564590120E4DDFD001EA86F /* HexColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HexColor.swift; sourceTree = "<group>"; }; |
| 154 | + 057DC44B22B1492200BA6727 /* ColorSetKit-Test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "ColorSetKit-Test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 155 | + 057DC44D22B1492200BA6727 /* Test.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Test.swift; sourceTree = "<group>"; }; |
| 156 | + 057DC44F22B1492200BA6727 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 157 | + 057DC45722B14CC300BA6727 /* Colors.colorset */ = {isa = PBXFileReference; lastKnownFileType = file; path = Colors.colorset; sourceTree = "<group>"; }; |
144 | 158 | 05CD4AB220ED7B2200DBDE99 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
145 | 159 | 05CD4ABA20ED7CD100DBDE99 /* ColorSetKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ColorSetKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
146 | 160 | 05CD4AC620ED7CE000DBDE99 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
161 | 175 | ); |
162 | 176 | runOnlyForDeploymentPostprocessing = 0; |
163 | 177 | }; |
| 178 | + 057DC44822B1492200BA6727 /* Frameworks */ = { |
| 179 | + isa = PBXFrameworksBuildPhase; |
| 180 | + buildActionMask = 2147483647; |
| 181 | + files = ( |
| 182 | + 057DC45022B1492200BA6727 /* ColorSetKit.framework in Frameworks */, |
| 183 | + ); |
| 184 | + runOnlyForDeploymentPostprocessing = 0; |
| 185 | + }; |
164 | 186 | 05CD4AB720ED7CD100DBDE99 /* Frameworks */ = { |
165 | 187 | isa = PBXFrameworksBuildPhase; |
166 | 188 | buildActionMask = 2147483647; |
|
320 | 342 | 050911D720E559CF009EF90C /* xcconfig */, |
321 | 343 | 0543AE6420DC33BC00284E99 /* ColorSet */, |
322 | 344 | 0509122720E55CB5009EF90C /* ColorSetKit */, |
| 345 | + 057DC44C22B1492200BA6727 /* ColorSetKit-Test */, |
323 | 346 | 0543AE6320DC33BC00284E99 /* Products */, |
324 | 347 | 0509121420E55A7F009EF90C /* Frameworks */, |
325 | 348 | ); |
|
330 | 353 | children = ( |
331 | 354 | 0543AE6220DC33BC00284E99 /* ColorSet.app */, |
332 | 355 | 05CD4ABA20ED7CD100DBDE99 /* ColorSetKit.framework */, |
| 356 | + 057DC44B22B1492200BA6727 /* ColorSetKit-Test.xctest */, |
333 | 357 | ); |
334 | 358 | name = Products; |
335 | 359 | sourceTree = "<group>"; |
|
377 | 401 | path = Interface; |
378 | 402 | sourceTree = "<group>"; |
379 | 403 | }; |
| 404 | + 057DC44C22B1492200BA6727 /* ColorSetKit-Test */ = { |
| 405 | + isa = PBXGroup; |
| 406 | + children = ( |
| 407 | + 057DC45722B14CC300BA6727 /* Colors.colorset */, |
| 408 | + 057DC44D22B1492200BA6727 /* Test.swift */, |
| 409 | + 057DC44F22B1492200BA6727 /* Info.plist */, |
| 410 | + ); |
| 411 | + path = "ColorSetKit-Test"; |
| 412 | + sourceTree = "<group>"; |
| 413 | + }; |
380 | 414 | /* End PBXGroup section */ |
381 | 415 |
|
382 | 416 | /* Begin PBXHeadersBuildPhase section */ |
|
411 | 445 | productReference = 0543AE6220DC33BC00284E99 /* ColorSet.app */; |
412 | 446 | productType = "com.apple.product-type.application"; |
413 | 447 | }; |
| 448 | + 057DC44A22B1492200BA6727 /* ColorSetKit-Test */ = { |
| 449 | + isa = PBXNativeTarget; |
| 450 | + buildConfigurationList = 057DC45622B1492200BA6727 /* Build configuration list for PBXNativeTarget "ColorSetKit-Test" */; |
| 451 | + buildPhases = ( |
| 452 | + 057DC44722B1492200BA6727 /* Sources */, |
| 453 | + 057DC44822B1492200BA6727 /* Frameworks */, |
| 454 | + 057DC44922B1492200BA6727 /* Resources */, |
| 455 | + ); |
| 456 | + buildRules = ( |
| 457 | + ); |
| 458 | + dependencies = ( |
| 459 | + 057DC45222B1492200BA6727 /* PBXTargetDependency */, |
| 460 | + ); |
| 461 | + name = "ColorSetKit-Test"; |
| 462 | + productName = "ColorSetKit-Test"; |
| 463 | + productReference = 057DC44B22B1492200BA6727 /* ColorSetKit-Test.xctest */; |
| 464 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 465 | + }; |
414 | 466 | 05CD4AB920ED7CD100DBDE99 /* ColorSetKit */ = { |
415 | 467 | isa = PBXNativeTarget; |
416 | 468 | buildConfigurationList = 05CD4AC320ED7CD100DBDE99 /* Build configuration list for PBXNativeTarget "ColorSetKit" */; |
|
435 | 487 | 0543AE5A20DC33BC00284E99 /* Project object */ = { |
436 | 488 | isa = PBXProject; |
437 | 489 | attributes = { |
438 | | - LastSwiftUpdateCheck = 0940; |
| 490 | + LastSwiftUpdateCheck = 1020; |
439 | 491 | LastUpgradeCheck = 0940; |
440 | 492 | ORGANIZATIONNAME = "XS-Labs"; |
441 | 493 | TargetAttributes = { |
|
451 | 503 | }; |
452 | 504 | }; |
453 | 505 | }; |
| 506 | + 057DC44A22B1492200BA6727 = { |
| 507 | + CreatedOnToolsVersion = 10.2.1; |
| 508 | + }; |
454 | 509 | 05CD4AB920ED7CD100DBDE99 = { |
455 | 510 | CreatedOnToolsVersion = 10.0; |
456 | 511 | LastSwiftMigration = 1020; |
|
478 | 533 | targets = ( |
479 | 534 | 0543AE6120DC33BC00284E99 /* ColorSet */, |
480 | 535 | 05CD4AB920ED7CD100DBDE99 /* ColorSetKit */, |
| 536 | + 057DC44A22B1492200BA6727 /* ColorSetKit-Test */, |
481 | 537 | ); |
482 | 538 | }; |
483 | 539 | /* End PBXProject section */ |
|
512 | 568 | ); |
513 | 569 | runOnlyForDeploymentPostprocessing = 0; |
514 | 570 | }; |
| 571 | + 057DC44922B1492200BA6727 /* Resources */ = { |
| 572 | + isa = PBXResourcesBuildPhase; |
| 573 | + buildActionMask = 2147483647; |
| 574 | + files = ( |
| 575 | + 057DC45822B14CC300BA6727 /* Colors.colorset in Resources */, |
| 576 | + ); |
| 577 | + runOnlyForDeploymentPostprocessing = 0; |
| 578 | + }; |
515 | 579 | 05CD4AB820ED7CD100DBDE99 /* Resources */ = { |
516 | 580 | isa = PBXResourcesBuildPhase; |
517 | 581 | buildActionMask = 2147483647; |
|
556 | 620 | ); |
557 | 621 | runOnlyForDeploymentPostprocessing = 0; |
558 | 622 | }; |
| 623 | + 057DC44722B1492200BA6727 /* Sources */ = { |
| 624 | + isa = PBXSourcesBuildPhase; |
| 625 | + buildActionMask = 2147483647; |
| 626 | + files = ( |
| 627 | + 057DC44E22B1492200BA6727 /* Test.swift in Sources */, |
| 628 | + ); |
| 629 | + runOnlyForDeploymentPostprocessing = 0; |
| 630 | + }; |
559 | 631 | 05CD4AB620ED7CD100DBDE99 /* Sources */ = { |
560 | 632 | isa = PBXSourcesBuildPhase; |
561 | 633 | buildActionMask = 2147483647; |
|
575 | 647 | name = GitHubUpdates; |
576 | 648 | targetProxy = 0509121220E55A7B009EF90C /* PBXContainerItemProxy */; |
577 | 649 | }; |
| 650 | + 057DC45222B1492200BA6727 /* PBXTargetDependency */ = { |
| 651 | + isa = PBXTargetDependency; |
| 652 | + target = 05CD4AB920ED7CD100DBDE99 /* ColorSetKit */; |
| 653 | + targetProxy = 057DC45122B1492200BA6727 /* PBXContainerItemProxy */; |
| 654 | + }; |
578 | 655 | 05CD4AC020ED7CD100DBDE99 /* PBXTargetDependency */ = { |
579 | 656 | isa = PBXTargetDependency; |
580 | 657 | target = 05CD4AB920ED7CD100DBDE99 /* ColorSetKit */; |
|
666 | 743 | }; |
667 | 744 | name = Release; |
668 | 745 | }; |
| 746 | + 057DC45322B1492200BA6727 /* Debug */ = { |
| 747 | + isa = XCBuildConfiguration; |
| 748 | + buildSettings = { |
| 749 | + INFOPLIST_FILE = "ColorSetKit-Test/Info.plist"; |
| 750 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 751 | + "$(inherited)", |
| 752 | + "@executable_path/../Frameworks", |
| 753 | + "@loader_path/../Frameworks", |
| 754 | + ); |
| 755 | + PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.ColorSetKit-Test"; |
| 756 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 757 | + }; |
| 758 | + name = Debug; |
| 759 | + }; |
| 760 | + 057DC45422B1492200BA6727 /* Release */ = { |
| 761 | + isa = XCBuildConfiguration; |
| 762 | + buildSettings = { |
| 763 | + INFOPLIST_FILE = "ColorSetKit-Test/Info.plist"; |
| 764 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 765 | + "$(inherited)", |
| 766 | + "@executable_path/../Frameworks", |
| 767 | + "@loader_path/../Frameworks", |
| 768 | + ); |
| 769 | + PRODUCT_BUNDLE_IDENTIFIER = "com.xs-labs.ColorSetKit-Test"; |
| 770 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 771 | + }; |
| 772 | + name = Release; |
| 773 | + }; |
669 | 774 | 05CD4AC420ED7CD100DBDE99 /* Debug */ = { |
670 | 775 | isa = XCBuildConfiguration; |
671 | 776 | buildSettings = { |
|
744 | 849 | defaultConfigurationIsVisible = 0; |
745 | 850 | defaultConfigurationName = Release; |
746 | 851 | }; |
| 852 | + 057DC45622B1492200BA6727 /* Build configuration list for PBXNativeTarget "ColorSetKit-Test" */ = { |
| 853 | + isa = XCConfigurationList; |
| 854 | + buildConfigurations = ( |
| 855 | + 057DC45322B1492200BA6727 /* Debug */, |
| 856 | + 057DC45422B1492200BA6727 /* Release */, |
| 857 | + ); |
| 858 | + defaultConfigurationIsVisible = 0; |
| 859 | + defaultConfigurationName = Release; |
| 860 | + }; |
747 | 861 | 05CD4AC320ED7CD100DBDE99 /* Build configuration list for PBXNativeTarget "ColorSetKit" */ = { |
748 | 862 | isa = XCConfigurationList; |
749 | 863 | buildConfigurations = ( |
|
0 commit comments