Skip to content

Commit

Permalink
added swiftlint warnings to appear in xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
charliescheer committed May 29, 2024
1 parent fbd84b9 commit 39e7a22
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Simplenote.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */,
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 39e7a22

Please sign in to comment.