File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ struct BuildOptionGroup: ParsableArguments {
4040
4141 @Flag ( name: [ . customLong( " --strip-dwarf-symbols " ) ] ,
4242 inversion: . prefixedNo,
43- help: " Whether to strip DWARF symbol from built binary or not " )
43+ help: " Whether to strip DWARF symbol from static built binary or not " )
4444 var shouldStripDWARFSymbols : Bool = false
4545
4646 @Flag ( name: [ . customLong( " only-use-versions-from-resolved-file " ) ] ,
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ All XCFrameworks are generated into `MyAppDependencies/XCFramework` by default.
9595| -\- support-simulators | Whether also building for simulators of each SDKs or not | - |
9696| -\- cache-policy | How to reuse built frameworks | project |
9797| -\- enable-library-evolution | Whether to enable Library Evolution feature or not | - |
98- | -\- strip-dwarf-symbols | Whether to strip DWARF symbols from built binary or not | false |
98+ | -\- strip-dwarf-symbols | Whether to strip DWARF symbols from built static binary or not | false |
9999| -\- only-use-versions-from-resolved-file | Whether to disable updating Package.resolved automatically | false |
100100
101101
You can’t perform that action at this time.
0 commit comments