You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: Sources/CreateXCFramework/Command+Options.swift
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,9 @@ extension Command {
37
37
@Option(help:"The path to a .xcconfig file that can be used to override Xcode build settings. Relative to the package path.")
38
38
varxcconfig:String?
39
39
40
+
@Option(help:ArgumentHelp("Arbitrary Xcode build settings that are passed directly to the `xcodebuild` invocation. Can be specified multiple times.", valueName:"NAME=VALUE"))
0 commit comments