File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Sources/PackageModel/SwiftSDKs Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,15 @@ public final class SwiftSDKConfigurationStore {
158
158
return true
159
159
}
160
160
161
- public func configure(
161
+ /// Configures the specified SDK and identified target triple with the configuration parameter.
162
+ /// - Parameters:
163
+ /// - sdkID: ID of the Swift SDK to operate on.
164
+ /// - tripleString: run-time triple for which the properties should be configured, or nil to configure all triples for the SDK
165
+ /// - showConfiguration: if true, simply print the current configuration for the target triple(s)
166
+ /// - resetConfiguration: if true, reset the configuration for the target triple(s)
167
+ /// - config: the configuration parameters to set for for the target triple(s)
168
+ /// - Returns: `true` if custom configuration was successful, `false` if no configuration was performed.
169
+ package func configure(
162
170
sdkID: String ,
163
171
targetTriple: String ? ,
164
172
showConfiguration: Bool ,
You can’t perform that action at this time.
0 commit comments