From 39e7a22a9a7743c6c59e983a5c195c476c841e3d Mon Sep 17 00:00:00 2001 From: Charlie Scheer Date: Wed, 29 May 2024 13:31:42 -0600 Subject: [PATCH] added swiftlint warnings to appear in xcode --- Simplenote.xcodeproj/project.pbxproj | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Simplenote.xcodeproj/project.pbxproj b/Simplenote.xcodeproj/project.pbxproj index 99f7712a3..1bd52e921 100644 --- a/Simplenote.xcodeproj/project.pbxproj +++ b/Simplenote.xcodeproj/project.pbxproj @@ -1454,6 +1454,7 @@ buildConfigurationList = 466FFF2C17CC10A800399652 /* Build configuration list for PBXNativeTarget "Simplenote" */; buildPhases = ( 33B84E0AFB91551B9B931E47 /* [CP] Check Pods Manifest.lock */, + BAAA71F42C07B8BB00244C01 /* Swiftlint */, 466FFEA717CC10A800399652 /* Sources */, 466FFEDC17CC10A800399652 /* Frameworks */, 466FFEE517CC10A800399652 /* Resources */, @@ -1703,6 +1704,25 @@ shellPath = /bin/sh; shellScript = "${SRCROOT}/Scripts/Build-Phases/copy-secret.sh\n"; }; + BAAA71F42C07B8BB00244C01 /* Swiftlint */ = { + isa = PBXShellScriptBuildPhase; + alwaysOutOfDate = 1; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + ); + name = Swiftlint; + outputFileListPaths = ( + ); + outputPaths = ( + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "[ $CI ] && exit 0\n./Pods/SwiftLint/swiftlint\n\n"; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */