Skip to content

Commit b51edea

Browse files
committed
Update documentation
1 parent 1c40bea commit b51edea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/scipio/Options.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")],

Sources/scipio/scipio.docc/prepare-cache-for-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)