Skip to content

Commit

Permalink
add jazzy, but there a issue realm/jazzy#1183, so I comment it
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre jonny cau committed Apr 29, 2020
1 parent 2335067 commit 4b93f4c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions POC_C-MVVM-RX/POC_C-MVVM-RX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@
5FDF0CFA2456D38D00F37F27 /* Frameworks */,
5FDF0CFB2456D38D00F37F27 /* Resources */,
5FDF0D3A2456D71500F37F27 /* Swift Format */,
5FDF0D7A245983BA00F37F27 /* Jazzy */,
);
buildRules = (
);
Expand Down Expand Up @@ -435,6 +436,24 @@
shellPath = /bin/sh;
shellScript = "if which swiftformat >/dev/null; then\n swiftformat .\nelse\n echo \"warning: SwiftFormat not installed, download from https://github.com/nicklockwood/SwiftFormat\"\nfi\n";
};
5FDF0D7A245983BA00F37F27 /* Jazzy */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = Jazzy;
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "#\n#jazzy \\\n#--clean \\\n#--author Jonny Cau \\\n#--github_url https://github.com/pjcau/POC_C-MVVM-RX \\\n#--module-version 1.0 \\\n#--module POC_C-MVVM-RX \\\n#--output docs/swift_output \\\n#--theme docs/themes\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
Expand Down

0 comments on commit 4b93f4c

Please sign in to comment.