Skip to content

Commit

Permalink
Remove SwiftLint phase
Browse files Browse the repository at this point in the history
  • Loading branch information
giginet committed May 15, 2018
1 parent b768758 commit 7b546dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 45 deletions.
45 changes: 0 additions & 45 deletions Toybox.xcodeproj/project.pbxproj
Expand Up @@ -226,7 +226,6 @@
0772C16E1D900349006942AC /* Sources */,
0772C16F1D900349006942AC /* Frameworks */,
0772C1701D900349006942AC /* Resources */,
07227A041D99AA9E00DB3E80 /* SwiftLint */,
);
buildRules = (
);
Expand All @@ -247,7 +246,6 @@
0785B9AF1D858CFF0005AD4B /* Headers */,
0785B9B01D858CFF0005AD4B /* Resources */,
0785B9BF1D858D480005AD4B /* [Carthage] copy-frameworks */,
07227A021D99AA8800DB3E80 /* SwiftLint */,
);
buildRules = (
);
Expand All @@ -267,7 +265,6 @@
0785B9CA1D85A3270005AD4B /* Resources */,
0785B9EB1D85A3A10005AD4B /* [Carhgage] copy-frameworks */,
0785B9EC1D85B3460005AD4B /* CopyFiles */,
07227A031D99AA9800DB3E80 /* SwiftLint */,
);
buildRules = (
);
Expand Down Expand Up @@ -356,48 +353,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
07227A021D99AA8800DB3E80 /* SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = SwiftLint;
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "PATH=$PATH:/usr/local/bin:/opt/brew/bin\nif which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
};
07227A031D99AA9800DB3E80 /* SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = SwiftLint;
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "PATH=$PATH:/usr/local/bin:/opt/brew/bin\nif which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
};
07227A041D99AA9E00DB3E80 /* SwiftLint */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = SwiftLint;
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "PATH=$PATH:/usr/local/bin:/opt/brew/bin\nif which swiftlint >/dev/null; then\nswiftlint\nelse\necho \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi";
};
0785B9BF1D858D480005AD4B /* [Carthage] copy-frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit 7b546dc

Please sign in to comment.