We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
XCBuildSupport/PIFBuilder.swift
1 parent b8ca360 commit 0646fc0Copy full SHA for 0646fc0
Sources/XCBuildSupport/PIFBuilder.swift
@@ -89,6 +89,7 @@ public final class PIFBuilder {
89
/// Generates the PIF representation.
90
/// - Parameters:
91
/// - prettyPrint: Whether to return a formatted JSON.
92
+ /// - preservePIFModelStructure: Whether to preserve model structure.
93
/// - Returns: The package graph in the JSON PIF format.
94
func generatePIF(
95
prettyPrint: Bool = true,
0 commit comments