Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Xcode

actool

https://keith.github.io/xcode-man-pages/actool.1.html

  • Allowed standalone flags: –compress-pngs, –enable-on-demand-resources, –errors, –include-all-app-icons, –include-sticker-content, –notices, –print-contents, –skip-app-store-deployment, –version, –warnings, –help, -h
  • Allowed valued flags: –accent-color, –alternate-app-icon, –app-icon, –asset-pack-output-specifications, –compile, –filter-for-device-model, –filter-for-device-os-version, –include-partial-info-plist-localizations, –launch-image, –minimum-deployment-target, –output-format, –output-partial-info-plist, –platform, –product-type, –standalone-icon-behavior, –sticker-pack-identifier-prefix, –sticker-pack-strings-file, –stickers-icon-role, –target-device, –widget-background-color

agvtool

https://developer.apple.com/library/archive/qa/qa1827/_index.html

  • mvers: Flags: –help, -h
  • vers: Flags: –help, -h
  • what-marketing-version: Flags: –help, -h
  • what-version: Flags: –help, -h

codesign

https://ss64.com/mac/codesign.html

  • Requires –display, –verify, -d, -v. - Allowed standalone flags: –deep, –display, –verify, -R, -d, -v, –help, -h
  • Allowed valued flags: –verbose

gen_bridge_metadata

https://keith.github.io/xcode-man-pages/gen_bridge_metadata.1.html

  • Allowed standalone flags: –64-bit, –arm64e, –debug, –no-32-bit, –no-64-bit, –private, –version, –help, -d, -h, -p, -v
  • Allowed valued flags: –cflags, –cflags-64, –exception, –format, –framework, –output, -C, -F, -c, -e, -f, -o

genstrings

https://keith.github.io/xcode-man-pages/genstrings.1.html

  • Allowed standalone flags: -SwiftUI, -a, -bigEndian, -d, -littleEndian, -macRoman, -noPositionalParameters, -q, -u, –help, -h
  • Allowed valued flags: -encoding, -o, -s, -skipTable

ibtool

https://keith.github.io/xcode-man-pages/ibtool.1.html

  • Allowed standalone flags: –all, –classes, –connections, –enable-auto-layout, –errors, –hierarchy, –localizable-all, –localizable-geometry, –localizable-other, –localizable-stringarrays, –localizable-strings, –localizable-to-many-relationships, –localize-incremental, –notices, –objects, –reference-external-strings-file, –remove-plugin-dependencies, –update-constraints, –update-frames, –upgrade, –version, –version-history, –warnings, –help, -h
  • Allowed valued flags: –bundle, –companion-strings-file, –compile, –convert, –export, –export-strings-file, –export-xliff, –flatten, –import, –import-strings-file, –import-xliff, –incremental-file, –module, –output-format, –previous-file, –source-language, –strip, –target-language, –write

iconutil

https://keith.github.io/xcode-man-pages/iconutil.1.html

  • Allowed standalone flags: –help, -h
  • Allowed valued flags: –convert, –output, -c, -o

layerutil

https://keith.github.io/xcode-man-pages/layerutil.1.html

  • Allowed standalone flags: –help, –palette-image, –version, -V, -c, -h
  • Allowed valued flags: –display-gamut, –flattened-image, –gpu-compression, –lossy-compression, –output, –scale, -f, -g, -l, -o, -p, -s

lipo

https://ss64.com/mac/lipo.html

  • Requires -archs, -detailed_info, -info, -verify_arch. - Allowed standalone flags: -archs, -detailed_info, -info, -verify_arch, –help, -h

mig

https://keith.github.io/xcode-man-pages/mig.1.html

  • Allowed standalone flags: -B, -K, -L, -MD, -Q, -S, -V, -b, -cpp, -k, -l, -q, -s, -split, -v
  • Allowed valued flags: -arch, -cc, -dheader, -header, -i, -iheader, -isysroot, -maxonstack, -migcom, -server, -sheader, -user

migcom

https://keith.github.io/xcode-man-pages/migcom.1.html

  • Allowed standalone flags: -B, -K, -L, -Q, -S, -V, -b, -k, -l, -q, -s, -split, -v
  • Allowed valued flags: -dheader, -header, -i, -iheader, -maxonstack, -server, -sheader, -user

periphery

https://github.com/peripheryapp/periphery

  • check-update: Flags: –help, -h
  • clear-cache: Flags: –help, -h
  • scan: Flags: –bazel, –bazel-check-visibility, –clean-build, –disable-redundant-public-analysis, –disable-unused-import-analysis, –disable-update-check, –exclude-tests, –help, –no-color, –no-superfluous-ignore-comments, –quiet, –relative-results, –retain-assign-only-properties, –retain-codable-properties, –retain-encodable-properties, –retain-objc-accessible, –retain-objc-annotated, –retain-public, –retain-swift-ui-previews, –retain-unused-protocol-func-params, –skip-build, –skip-schemes-validation, –strict, –superfluous-ignore-comments, –verbose, -h. Valued: –baseline, –bazel-filter, –bazel-index-store, –color, –config, –exclude-targets, –external-codable-protocols, –external-encodable-protocols, –external-test-case-classes, –format, –generic-project-config, –index-exclude, –index-store-path, –json-package-manifest-path, –no-retain-spi, –project, –project-root, –report-exclude, –report-include, –retain-assign-only-property-types, –retain-files, –retain-unused-imported-modules, –schemes, –write-baseline, –write-results
  • version: Flags: –help, -h
  • Allowed standalone flags: –help, –version, -V, -h

pkgutil

https://ss64.com/mac/pkgutil.html

  • Requires –check-signature, –export-plist, –file-info, –file-info-plist, –files, –group-pkgs, –groups, –groups-plist, –packages, –payload-files, –pkg-groups, –pkg-info, –pkg-info-plist, –pkgs, –pkgs-plist. - Allowed standalone flags: –check-signature, –export-plist, –file-info, –file-info-plist, –files, –group-pkgs, –groups, –groups-plist, –packages, –payload-files, –pkg-groups, –pkg-info, –pkg-info-plist, –pkgs, –pkgs-plist, –regexp, –help, -h
  • Allowed valued flags: –volume

plutil

https://ss64.com/mac/plutil.html

  • -convert
  • -lint: Flags: –help, -h, -s
  • -p: Flags: –help, -h
  • -type: Flags: –help, -h
  • Allowed standalone flags: –help, –version, -V, -h, -help

pod

https://guides.cocoapods.org/terminal/commands.html

  • env: Flags: –help, -h
  • info: Flags: –help, -h
  • list: Flags: –help, -h
  • search: Flags: –help, –simple, –stats, –web, -h
  • spec cat: Flags: –help, -h. Valued: –version
  • spec which: Flags: –help, -h. Valued: –version
  • Allowed standalone flags: –help, –version, -V, -h

simctl

https://developer.apple.com/documentation/xcode/simctl

  • list: Flags: –help, –json, –verbose, -h, -j, -v

spctl

https://ss64.com/mac/spctl.html

  • Requires –assess, -a. - Allowed standalone flags: –assess, –verbose, -a, -v, –help, -h
  • Allowed valued flags: –context, –type, -t

swiftformat

https://github.com/nicklockwood/SwiftFormat

  • Requires –dryrun, –lint. - Allowed standalone flags: –dryrun, –lenient, –lint, –quiet, –strict, –verbose, –help, -h
  • Allowed valued flags: –config, –disable, –enable, –rules

swiftlint

https://github.com/realm/SwiftLint

  • analyze: Flags: –help, –quiet, –strict, -h. Valued: –compiler-log-path, –config, –path, –reporter
  • lint: Flags: –help, –no-cache, –quiet, –strict, -h. Valued: –config, –path, –reporter
  • reporters: Flags: –help, -h
  • rules: Flags: –disabled, –enabled, –help, -h. Valued: –config, –reporter
  • version: Flags: –help, -h
  • Allowed standalone flags: –help, –version, -V, -h

tuist

https://docs.tuist.dev/en/cli/

  • dump: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • graph: Flags: –help, –json, –verbose, -h. Valued: –format, –path, -f, -p
  • hash cache: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • hash selective-testing: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • inspect build: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • inspect bundle: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • inspect dependencies: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • inspect implicit-imports: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • inspect redundant-imports: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • inspect test: Flags: –help, –json, –verbose, -h. Valued: –path, -p
  • migration check-empty-settings: Flags: –help, -h. Valued: –path, -p
  • migration list-targets: Flags: –help, -h. Valued: –path, -p
  • scaffold list: Flags: –help, –json, -h. Valued: –path, -p
  • version: Flags: –help, -h
  • Allowed standalone flags: –help, –version, -V, -h

xcbeautify

https://github.com/cpisciotta/xcbeautify

  • Allowed standalone flags: –help, –is-ci, –quiet, –quieter, –version, -V, -h, -q
  • Allowed valued flags: –renderer
  • Bare invocation allowed

xccov

https://keith.github.io/xcode-man-pages/xccov.1.html

  • diff: Flags: –json, –help, -h. Valued: –path-equivalence
  • view: Flags: –archive, –file-list, –json, –only-targets, –report, –help, -h. Valued: –file, –files-for-target, –functions-for-file

xcode-select

https://ss64.com/mac/xcode-select.html

  • Allowed standalone flags: –help, –print-path, –version, -V, -h, -p, -v

xcodebuild

https://developer.apple.com/documentation/xcode/xcodebuild

  • -list: Flags: –help, -h, -json. Valued: -project, -workspace
  • -showBuildSettings: Flags: –help, -h, -json. Valued: -configuration, -destination, -project, -scheme, -sdk, -target, -workspace
  • -showdestinations: Flags: –help, -h, -json. Valued: -configuration, -destination, -project, -scheme, -sdk, -target, -workspace
  • -showsdks: Flags: –help, -h, -json. Valued: -configuration, -destination, -project, -scheme, -sdk, -target, -workspace
  • -version: Flags: –help, -h
  • Allowed standalone flags: –help, –version, -V, -h

xcodegen

https://github.com/yonaskolb/XcodeGen

  • dump: Flags: –help, –no-env, –quiet, -h, -n, -q. Valued: –project-root, –spec, –type, -r, -s, -t
  • version: Flags: –help, -h
  • Allowed standalone flags: –help, –version, -V, -h

xcresulttool

https://keith.github.io/xcode-man-pages/xcresulttool.1.html

  • compare: Flags: –analyzer-issues, –build-warnings, –compact, –schema, –summary, –test-failures, –tests, –help, -h. Valued: –baseline-path, –schema-version
  • formatDescription: Flags: –hash, –include-event-stream-types, –help, -h. Valued: –format
  • get: Flags: –compact, –schema, –help, -h. Valued: –format, –id, –path, –schema-version, –test-id, –type
  • graph: Flags: –help, -h. Valued: –path
  • metadata get: Flags: –help, -h. Valued: –path
  • version: Flags: –help, -h

xcrun

https://ss64.com/mac/xcrun.html

  • –find: Positional args accepted
  • –show-sdk-build-version: Positional args accepted
  • –show-sdk-path: Positional args accepted
  • –show-sdk-platform-path: Positional args accepted
  • –show-sdk-platform-version: Positional args accepted
  • –show-sdk-version: Positional args accepted
  • –show-toolchain-path: Positional args accepted
  • notarytool history: Positional args accepted
  • notarytool info: Positional args accepted
  • notarytool log: Positional args accepted
  • simctl list: Positional args accepted
  • stapler validate: Positional args accepted

xctest

https://keith.github.io/xcode-man-pages/xctest.1.html

  • Allowed valued flags: -XCTest

xctrace

https://keith.github.io/xcode-man-pages/xctrace.1.html

  • export: Flags: –har, –quiet, –toc, –help, -h. Valued: –input, –output, –xpath
  • help: Positional args accepted
  • import: Flags: –quiet, –help, -h. Valued: –input, –instrument, –output, –package, –template
  • list: Allowed arguments: devices, templates, instruments
  • symbolicate: Flags: –quiet, –help, -h. Valued: –dsym, –input, –output
  • version: Flags: –help, -h