|
1432 | 1432 | 912C9BC724D3005D009947C3 /* Sources */, |
1433 | 1433 | 912C9BC824D3005D009947C3 /* Frameworks */, |
1434 | 1434 | 912C9BC924D3005D009947C3 /* Resources */, |
| 1435 | + 918CED62268A23E600CFDC83 /* ShellScript */, |
1435 | 1436 | ); |
1436 | 1437 | buildRules = ( |
1437 | 1438 | ); |
|
1450 | 1451 | 912C9BD424D3011F009947C3 /* Sources */, |
1451 | 1452 | 912C9BD524D3011F009947C3 /* Frameworks */, |
1452 | 1453 | 912C9BD624D3011F009947C3 /* Resources */, |
| 1454 | + 918CED61268A23A700CFDC83 /* ShellScript */, |
1453 | 1455 | ); |
1454 | 1456 | buildRules = ( |
1455 | 1457 | ); |
|
1623 | 1625 | ); |
1624 | 1626 | runOnlyForDeploymentPostprocessing = 0; |
1625 | 1627 | shellPath = /bin/sh; |
1626 | | - shellScript = "if which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
| 1628 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --strict\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
1627 | 1629 | }; |
1628 | 1630 | 4A6511551F49D544005237DF /* SwiftLint */ = { |
1629 | 1631 | isa = PBXShellScriptBuildPhase; |
|
1637 | 1639 | ); |
1638 | 1640 | runOnlyForDeploymentPostprocessing = 0; |
1639 | 1641 | shellPath = /bin/sh; |
1640 | | - shellScript = "if which swiftlint >/dev/null; then\n swiftlint autocorrect && swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
| 1642 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint autocorrect && swiftlint --strict\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
| 1643 | + }; |
| 1644 | + 918CED61268A23A700CFDC83 /* ShellScript */ = { |
| 1645 | + isa = PBXShellScriptBuildPhase; |
| 1646 | + buildActionMask = 2147483647; |
| 1647 | + files = ( |
| 1648 | + ); |
| 1649 | + inputFileListPaths = ( |
| 1650 | + ); |
| 1651 | + inputPaths = ( |
| 1652 | + ); |
| 1653 | + outputFileListPaths = ( |
| 1654 | + ); |
| 1655 | + outputPaths = ( |
| 1656 | + ); |
| 1657 | + runOnlyForDeploymentPostprocessing = 0; |
| 1658 | + shellPath = /bin/sh; |
| 1659 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --strict\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
| 1660 | + }; |
| 1661 | + 918CED62268A23E600CFDC83 /* ShellScript */ = { |
| 1662 | + isa = PBXShellScriptBuildPhase; |
| 1663 | + buildActionMask = 2147483647; |
| 1664 | + files = ( |
| 1665 | + ); |
| 1666 | + inputFileListPaths = ( |
| 1667 | + ); |
| 1668 | + inputPaths = ( |
| 1669 | + ); |
| 1670 | + outputFileListPaths = ( |
| 1671 | + ); |
| 1672 | + outputPaths = ( |
| 1673 | + ); |
| 1674 | + runOnlyForDeploymentPostprocessing = 0; |
| 1675 | + shellPath = /bin/sh; |
| 1676 | + shellScript = "if which swiftlint >/dev/null; then\n swiftlint --strict\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n"; |
1641 | 1677 | }; |
1642 | 1678 | /* End PBXShellScriptBuildPhase section */ |
1643 | 1679 |
|
|
0 commit comments