File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -81,14 +81,6 @@ generateSymbolGraphs() {
8181
8282 # Exporting symbol graphs for MapboxMaps
8383 $SYMBOLGRAPH_TOOL -module-name " MapboxMaps" -output-dir " $SWIFTEXTRACT_OUTPUT_DIR " -F " $TARGET_BUILD_DIR "
84-
85- # Rename MapboxCoreMaps to MapboxMaps in the extension symbol graph so docc
86- # correctly associates extensions with the renamed module.
87- mv " $SWIFTEXTRACT_OUTPUT_DIR /MapboxMaps@MapboxCoreMaps.symbols.json" " $SWIFTEXTRACT_OUTPUT_DIR /MapboxMaps@MapboxMaps.symbols.json"
88-
89- # Remove compiler-artifact symbols (e.g. char8_t leaked via -Swift.h bridging
90- # headers) from all symbol graphs so they don't appear in published docs.
91- " $MAPBOXMAPS_PATH /scripts/doc-generation/strip-compiler-artifacts.py" " $SYMBOL_GRAPH_DIR "
9284}
9385
9486# Generate a dependency file to support incremental builds
You can’t perform that action at this time.
0 commit comments