- SDK =
["--sdk=foo,bar", "SDKs (iphonesimulator, iphoneos, macos, etc.)"].freeze
- CONFIG =
["--config=foo", "Configuration (debug, release) (default: debug)"].freeze
- LOG_DIR =
["--log-dir=foo", "Build log directory"].freeze
- MERGE_SLICES =
[
"--merge-slices/--no-merge-slices",
"Whether to merge with existing slices/sdks in the xcframework (default: true)",
].freeze
- LIBRARY_EVOLUTION =
[
"--library-evolution/--no-library-evolution",
"Whether to enable library evolution (build for distribution) (default: false)",
].freeze