Skip to content

Commit

Permalink
Removed script build phases, fixed the filter icon color, fixed the s…
Browse files Browse the repository at this point in the history
…cheme in the 10th chapter
  • Loading branch information
igalata authored and freak4pc committed Nov 16, 2022
1 parent f3defbc commit eb143b9
Show file tree
Hide file tree
Showing 15 changed files with 161 additions and 152 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
18D775B922AD944300AE281E /* Sources */,
18D775BA22AD944300AE281E /* Frameworks */,
18D775BB22AD944300AE281E /* Resources */,
835C287D286248080074D7DE /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -194,24 +193,6 @@
shellPath = /bin/sh;
shellScript = "PATH=/opt/homebrew/bin:$PATH\nif [ -f ~/com.kodeco.swiftlint.yml ]; then\n if which swiftlint >/dev/null; then\n swiftlint --no-cache --config ~/com.kodeco.swiftlint.yml\n fi\nfi\n";
};
835C287D286248080074D7DE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint lint --config com.kodeco.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@
18D775B922AD944300AE281E /* Sources */,
18D775BA22AD944300AE281E /* Frameworks */,
18D775BB22AD944300AE281E /* Resources */,
835C287D286248080074D7DE /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -171,24 +170,6 @@
shellPath = /bin/sh;
shellScript = "PATH=/opt/homebrew/bin:$PATH\nif [ -f ~/com.kodeco.swiftlint.yml ]; then\n if which swiftlint >/dev/null; then\n swiftlint --no-cache --config ~/com.kodeco.swiftlint.yml\n fi\nfi\n";
};
835C287D286248080074D7DE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint lint --config com.kodeco.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
18D775B922AD944300AE281E /* Sources */,
18D775BA22AD944300AE281E /* Frameworks */,
18D775BB22AD944300AE281E /* Resources */,
835C287D286248080074D7DE /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -240,24 +239,6 @@
shellPath = /bin/sh;
shellScript = "PATH=/opt/homebrew/bin:$PATH\nif [ -f ~/com.kodeco.swiftlint.yml ]; then\n if which swiftlint >/dev/null; then\n swiftlint --no-cache --config ~/com.kodeco.swiftlint.yml\n fi\nfi\n";
};
835C287D286248080074D7DE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint lint --config com.kodeco.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ struct ContentView: View {
}
} label: {
Label("Filter", systemImage: "line.3.horizontal.decrease.circle")
.foregroundColor(Constants.orange)
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
18D775B922AD944300AE281E /* Sources */,
18D775BA22AD944300AE281E /* Frameworks */,
18D775BB22AD944300AE281E /* Resources */,
835C287D286248080074D7DE /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -223,24 +222,6 @@
shellPath = /bin/sh;
shellScript = "PATH=/opt/homebrew/bin:$PATH\nif [ -f ~/com.kodeco.swiftlint.yml ]; then\n if which swiftlint >/dev/null; then\n swiftlint --no-cache --config ~/com.kodeco.swiftlint.yml\n fi\nfi\n";
};
835C287D286248080074D7DE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint lint --config com.kodeco.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
18D775B922AD944300AE281E /* Sources */,
18D775BA22AD944300AE281E /* Frameworks */,
18D775BB22AD944300AE281E /* Resources */,
835C287D286248080074D7DE /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -246,24 +245,6 @@
shellPath = /bin/sh;
shellScript = "PATH=/opt/homebrew/bin:$PATH\nif [ -f ~/com.kodeco.swiftlint.yml ]; then\n if which swiftlint >/dev/null; then\n swiftlint --no-cache --config ~/com.kodeco.swiftlint.yml\n fi\nfi\n";
};
835C287D286248080074D7DE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint lint --config com.kodeco.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ struct ContentView: View {
}
} label: {
Label("Filter", systemImage: "line.3.horizontal.decrease.circle")
.foregroundColor(Constants.orange)
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
18D775B922AD944300AE281E /* Sources */,
18D775BA22AD944300AE281E /* Frameworks */,
18D775BB22AD944300AE281E /* Resources */,
835C287D286248080074D7DE /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -240,24 +239,6 @@
shellPath = /bin/sh;
shellScript = "PATH=/opt/homebrew/bin:$PATH\nif [ -f ~/com.kodeco.swiftlint.yml ]; then\n if which swiftlint >/dev/null; then\n swiftlint --no-cache --config ~/com.kodeco.swiftlint.yml\n fi\nfi\n";
};
835C287D286248080074D7DE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint lint --config com.kodeco.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ struct ContentView: View {
}
} label: {
Label("Filter", systemImage: "line.3.horizontal.decrease.circle")
.foregroundColor(Constants.orange)
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
18D775B922AD944300AE281E /* Sources */,
18D775BA22AD944300AE281E /* Frameworks */,
18D775BB22AD944300AE281E /* Resources */,
835C287D286248080074D7DE /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -246,24 +245,6 @@
shellPath = /bin/sh;
shellScript = "PATH=/opt/homebrew/bin:$PATH\nif [ -f ~/com.kodeco.swiftlint.yml ]; then\n if which swiftlint >/dev/null; then\n swiftlint --no-cache --config ~/com.kodeco.swiftlint.yml\n fi\nfi\n";
};
835C287D286248080074D7DE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint lint --config com.kodeco.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ struct ContentView: View {
}
} label: {
Label("Filter", systemImage: "line.3.horizontal.decrease.circle")
.foregroundColor(Constants.orange)
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
18D775B922AD944300AE281E /* Sources */,
18D775BA22AD944300AE281E /* Frameworks */,
18D775BB22AD944300AE281E /* Resources */,
835C287D286248080074D7DE /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -246,24 +245,6 @@
shellPath = /bin/sh;
shellScript = "PATH=/opt/homebrew/bin:$PATH\nif [ -f ~/com.kodeco.swiftlint.yml ]; then\n if which swiftlint >/dev/null; then\n swiftlint --no-cache --config ~/com.kodeco.swiftlint.yml\n fi\nfi\n";
};
835C287D286248080074D7DE /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "if which swiftlint >/dev/null; then\n swiftlint lint --config com.kodeco.swiftlint.yml\nelse\n echo \"warning: SwiftLint not installed, download from https://github.com/realm/SwiftLint\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ struct ContentView: View {
}
} label: {
Label("Filter", systemImage: "line.3.horizontal.decrease.circle")
.foregroundColor(Constants.orange)
}
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1400"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "18D775BC22AD944300AE281E"
BuildableName = "Honeycomb.app"
BlueprintName = "Honeycomb"
ReferencedContainer = "container:HoneyComb.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "18D775BC22AD944300AE281E"
BuildableName = "Honeycomb.app"
BlueprintName = "Honeycomb"
ReferencedContainer = "container:HoneyComb.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "18D775BC22AD944300AE281E"
BuildableName = "Honeycomb.app"
BlueprintName = "Honeycomb"
ReferencedContainer = "container:HoneyComb.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
Loading

0 comments on commit eb143b9

Please sign in to comment.