Skip to content

Commit

Permalink
chore: removed run swiftlint phase
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRogue76 committed Aug 12, 2023
1 parent 6a15741 commit fbbe7dd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions packages/core/ios/LottieReactNative.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
11FA5C4D1C4A1296003AC2EE /* Sources */,
11FA5C4E1C4A1296003AC2EE /* Frameworks */,
11FA5C4F1C4A1296003AC2EE /* CopyFiles */,
423561892A827E2800D7D5AB /* Run SwiftLint */,
);
buildRules = (
);
Expand Down Expand Up @@ -185,27 +184,6 @@
};
/* End PBXProject section */

/* Begin PBXShellScriptBuildPhase section */
423561892A827E2800D7D5AB /* Run SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = "Run SwiftLint";
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "#!/bin/bash\n\nif which swiftlint >/dev/null; then\n swiftlint --quiet --fix && swiftlint --quiet\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
11FA5C4D1C4A1296003AC2EE /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit fbbe7dd

Please sign in to comment.