From afa287d3fe6f7b75ad0f5e0c5d4a32876b6d48f6 Mon Sep 17 00:00:00 2001 From: Chris Bracken Date: Thu, 8 Dec 2022 12:21:24 -0800 Subject: [PATCH] [tools] Eliminate version on Obj-C docs Eliminates the --module-version flag to jazzy when generating Obj-C docs. This was hardcoded to 1.0.0. Since we have no knowledge of which Flutter version a given engine build will be part of, eliminate it altogether. --- tools/gen_objcdoc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gen_objcdoc.sh b/tools/gen_objcdoc.sh index 7f7d65d4f4bd6..4e4afaa70e1b7 100755 --- a/tools/gen_objcdoc.sh +++ b/tools/gen_objcdoc.sh @@ -49,7 +49,6 @@ jazzy \ --author_url 'https://flutter.io'\ --github_url 'https://github.com/flutter'\ --github-file-prefix 'http://github.com/flutter/engine/blob/main'\ - --module-version 1.0.0\ --xcodebuild-arguments --objc,"$FLUTTER_UMBRELLA_HEADER",--,-x,objective-c,-isysroot,"$(xcrun --show-sdk-path --sdk iphonesimulator)",-I,"$(pwd)"\ --module Flutter\ --root-url https://api.flutter.dev/objc/\