From 4b93f4cc7b4e5410f2b216b0a0f804b8a7ac7398 Mon Sep 17 00:00:00 2001 From: Pierre jonny cau Date: Wed, 29 Apr 2020 12:06:50 +0200 Subject: [PATCH] add jazzy, but there a issue https://github.com/realm/jazzy/issues/1183, so I comment it --- .../POC_C-MVVM-RX.xcodeproj/project.pbxproj | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/POC_C-MVVM-RX/POC_C-MVVM-RX.xcodeproj/project.pbxproj b/POC_C-MVVM-RX/POC_C-MVVM-RX.xcodeproj/project.pbxproj index 5d8ddec..64bf627 100644 --- a/POC_C-MVVM-RX/POC_C-MVVM-RX.xcodeproj/project.pbxproj +++ b/POC_C-MVVM-RX/POC_C-MVVM-RX.xcodeproj/project.pbxproj @@ -318,6 +318,7 @@ 5FDF0CFA2456D38D00F37F27 /* Frameworks */, 5FDF0CFB2456D38D00F37F27 /* Resources */, 5FDF0D3A2456D71500F37F27 /* Swift Format */, + 5FDF0D7A245983BA00F37F27 /* Jazzy */, ); buildRules = ( ); @@ -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 */