|
381 | 381 | isa = PBXNativeTarget;
|
382 | 382 | buildConfigurationList = 65F6F8AF1C62B84500155987 /* Build configuration list for PBXNativeTarget "FX-iOS" */;
|
383 | 383 | buildPhases = (
|
| 384 | + 6564A21A1CA34CDD00ED2F77 /* Swift Lint */, |
384 | 385 | 65F6F8941C62B84500155987 /* Sources */,
|
385 | 386 | 65F6F8951C62B84500155987 /* Frameworks */,
|
386 | 387 | 65F6F8961C62B84500155987 /* Headers */,
|
|
418 | 419 | isa = PBXNativeTarget;
|
419 | 420 | buildConfigurationList = 65F6F8BB1C62B87E00155987 /* Build configuration list for PBXNativeTarget "FX-watchOS" */;
|
420 | 421 | buildPhases = (
|
| 422 | + 6564A21B1CA34CFB00ED2F77 /* Swift Lint */, |
421 | 423 | 65F6F8B11C62B87E00155987 /* Sources */,
|
422 | 424 | 65F6F8B21C62B87E00155987 /* Frameworks */,
|
423 | 425 | 65F6F8B31C62B87E00155987 /* Headers */,
|
|
436 | 438 | isa = PBXNativeTarget;
|
437 | 439 | buildConfigurationList = 65F6F8D41C62B89D00155987 /* Build configuration list for PBXNativeTarget "FX-tvOS" */;
|
438 | 440 | buildPhases = (
|
| 441 | + 6564A21C1CA34D1700ED2F77 /* Swift Lint */, |
439 | 442 | 65F6F8BE1C62B89D00155987 /* Sources */,
|
440 | 443 | 65F6F8BF1C62B89D00155987 /* Frameworks */,
|
441 | 444 | 65F6F8C01C62B89D00155987 /* Headers */,
|
|
473 | 476 | isa = PBXNativeTarget;
|
474 | 477 | buildConfigurationList = 65F6F8F01C62B8DA00155987 /* Build configuration list for PBXNativeTarget "FX-OSX" */;
|
475 | 478 | buildPhases = (
|
| 479 | + 6564A21D1CA34D2B00ED2F77 /* Swift Lint */, |
476 | 480 | 65F6F8DA1C62B8DA00155987 /* Sources */,
|
477 | 481 | 65F6F8DB1C62B8DA00155987 /* Frameworks */,
|
478 | 482 | 65F6F8DC1C62B8DA00155987 /* Headers */,
|
|
513 | 517 | isa = PBXProject;
|
514 | 518 | attributes = {
|
515 | 519 | LastSwiftUpdateCheck = 0720;
|
516 |
| - LastUpgradeCheck = 0720; |
| 520 | + LastUpgradeCheck = 0730; |
517 | 521 | TargetAttributes = {
|
518 | 522 | 65F6F8981C62B84500155987 = {
|
519 | 523 | CreatedOnToolsVersion = 7.2.1;
|
|
629 | 633 | /* End PBXResourcesBuildPhase section */
|
630 | 634 |
|
631 | 635 | /* Begin PBXShellScriptBuildPhase section */
|
| 636 | + 6564A21A1CA34CDD00ED2F77 /* Swift Lint */ = { |
| 637 | + isa = PBXShellScriptBuildPhase; |
| 638 | + buildActionMask = 2147483647; |
| 639 | + files = ( |
| 640 | + ); |
| 641 | + inputPaths = ( |
| 642 | + ); |
| 643 | + name = "Swift Lint"; |
| 644 | + outputPaths = ( |
| 645 | + ); |
| 646 | + runOnlyForDeploymentPostprocessing = 0; |
| 647 | + shellPath = /bin/sh; |
| 648 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint autocorrect\n [ -f .swiftlint.yml ] && CONFIG=\".swiftlint.yml\" || CONFIG=\"$HOME/.swiftlint.yml\"\n swiftlint lint --config $CONFIG\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| 649 | + showEnvVarsInLog = 0; |
| 650 | + }; |
| 651 | + 6564A21B1CA34CFB00ED2F77 /* Swift Lint */ = { |
| 652 | + isa = PBXShellScriptBuildPhase; |
| 653 | + buildActionMask = 2147483647; |
| 654 | + files = ( |
| 655 | + ); |
| 656 | + inputPaths = ( |
| 657 | + ); |
| 658 | + name = "Swift Lint"; |
| 659 | + outputPaths = ( |
| 660 | + ); |
| 661 | + runOnlyForDeploymentPostprocessing = 0; |
| 662 | + shellPath = /bin/sh; |
| 663 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint autocorrect\n [ -f .swiftlint.yml ] && CONFIG=\".swiftlint.yml\" || CONFIG=\"$HOME/.swiftlint.yml\"\n swiftlint lint --config $CONFIG\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| 664 | + showEnvVarsInLog = 0; |
| 665 | + }; |
| 666 | + 6564A21C1CA34D1700ED2F77 /* Swift Lint */ = { |
| 667 | + isa = PBXShellScriptBuildPhase; |
| 668 | + buildActionMask = 2147483647; |
| 669 | + files = ( |
| 670 | + ); |
| 671 | + inputPaths = ( |
| 672 | + ); |
| 673 | + name = "Swift Lint"; |
| 674 | + outputPaths = ( |
| 675 | + ); |
| 676 | + runOnlyForDeploymentPostprocessing = 0; |
| 677 | + shellPath = /bin/sh; |
| 678 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint autocorrect\n [ -f .swiftlint.yml ] && CONFIG=\".swiftlint.yml\" || CONFIG=\"$HOME/.swiftlint.yml\"\n swiftlint lint --config $CONFIG\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| 679 | + showEnvVarsInLog = 0; |
| 680 | + }; |
| 681 | + 6564A21D1CA34D2B00ED2F77 /* Swift Lint */ = { |
| 682 | + isa = PBXShellScriptBuildPhase; |
| 683 | + buildActionMask = 2147483647; |
| 684 | + files = ( |
| 685 | + ); |
| 686 | + inputPaths = ( |
| 687 | + ); |
| 688 | + name = "Swift Lint"; |
| 689 | + outputPaths = ( |
| 690 | + ); |
| 691 | + runOnlyForDeploymentPostprocessing = 0; |
| 692 | + shellPath = /bin/sh; |
| 693 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint autocorrect\n [ -f .swiftlint.yml ] && CONFIG=\".swiftlint.yml\" || CONFIG=\"$HOME/.swiftlint.yml\"\n swiftlint lint --config $CONFIG\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi"; |
| 694 | + showEnvVarsInLog = 0; |
| 695 | + }; |
632 | 696 | 65C6D35E1C640AFF0090F6B3 /* Carthage Copy Frameworks */ = {
|
633 | 697 | isa = PBXShellScriptBuildPhase;
|
634 | 698 | buildActionMask = 2147483647;
|
|
793 | 857 | 65F6F8921C62B77800155987 /* Debug */ = {
|
794 | 858 | isa = XCBuildConfiguration;
|
795 | 859 | buildSettings = {
|
| 860 | + ENABLE_TESTABILITY = YES; |
| 861 | + ONLY_ACTIVE_ARCH = YES; |
796 | 862 | };
|
797 | 863 | name = Debug;
|
798 | 864 | };
|
|
0 commit comments