Skip to content

Commit f768614

Browse files
Dennis Weissmanndennisweissmann
authored andcommitted
remove linting and formatting from run script phase
1 parent b09c5cf commit f768614

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

DeviceKit.xcodeproj/project.pbxproj

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@
132132
isa = PBXNativeTarget;
133133
buildConfigurationList = 955EE5AB1D5E581B008C3DA8 /* Build configuration list for PBXNativeTarget "DeviceKit" */;
134134
buildPhases = (
135-
958E8B081E2B7A70008C3B1B /* Code Formatting and Linting */,
136135
955EE5951D5E581B008C3DA8 /* Sources */,
137136
955EE5961D5E581B008C3DA8 /* Frameworks */,
138137
955EE5971D5E581B008C3DA8 /* Headers */,
@@ -220,23 +219,6 @@
220219
};
221220
/* End PBXResourcesBuildPhase section */
222221

223-
/* Begin PBXShellScriptBuildPhase section */
224-
958E8B081E2B7A70008C3B1B /* Code Formatting and Linting */ = {
225-
isa = PBXShellScriptBuildPhase;
226-
buildActionMask = 2147483647;
227-
files = (
228-
);
229-
inputPaths = (
230-
);
231-
name = "Code Formatting and Linting";
232-
outputPaths = (
233-
);
234-
runOnlyForDeploymentPostprocessing = 0;
235-
shellPath = /bin/sh;
236-
shellScript = "command -v swiftformat >/dev/null 2>&1 || {\n echo >&2 \"swiftformat not found. Trying to install it via Homebrew...\"\n command -v brew >/dev/null 2>&1 || {\n echo >&2 \"Installing swiftformat via homebrew failed. Homebrew not found. Aborting.\"; exit 1;\n }\n echo >&2 \"Homebrew found, trying to install swiftformat.\";\n brew update && brew install swiftformat\n}\nswiftformat ${SRCROOT}/ --indent 2 --removelines disabled --disable trailingCommas\n\ncommand -v swiftlint >/dev/null 2>&1 || {\n echo >&2 \"swiftlint not found. Trying to install it via Homebrew...\"\n command -v brew >/dev/null 2>&1 || {\n echo >&2 \"Installing swiftlint via homebrew failed. Homebrew not found. Aborting.\"; exit 1;\n }\n echo >&2 \"Homebrew found, trying to install swiftlint.\";\n brew update && brew install swiftlint\n}\nswiftlint autocorrect\n\nswiftlint";
237-
};
238-
/* End PBXShellScriptBuildPhase section */
239-
240222
/* Begin PBXSourcesBuildPhase section */
241223
955EE5951D5E581B008C3DA8 /* Sources */ = {
242224
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)