mirror of
https://github.com/mas-cli/mas
synced 2025-02-16 12:38:30 +00:00
🛠️ Add SwiftLint run script
This commit is contained in:
parent
61a404000b
commit
2d9366715b
1 changed files with 22 additions and 0 deletions
|
@ -769,6 +769,7 @@
|
|||
F8FB714F20F2B41400F56FDC /* Frameworks */,
|
||||
F83213A72173F58B008BA8A0 /* Copy Frameworks */,
|
||||
F8FB715020F2B41400F56FDC /* Resources */,
|
||||
B576FE3121E96E6C0016B39D /* SwiftLint */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
|
@ -868,6 +869,27 @@
|
|||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXShellScriptBuildPhase section */
|
||||
B576FE3121E96E6C0016B39D /* SwiftLint */ = {
|
||||
isa = PBXShellScriptBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
);
|
||||
inputFileListPaths = (
|
||||
);
|
||||
inputPaths = (
|
||||
);
|
||||
name = SwiftLint;
|
||||
outputFileListPaths = (
|
||||
);
|
||||
outputPaths = (
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
shellPath = /bin/sh;
|
||||
shellScript = "if which -s swiftlint; then\n swiftlint\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
|
||||
};
|
||||
/* End PBXShellScriptBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
ED031A741B5127C00097692E /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
|
|
Loading…
Add table
Reference in a new issue