xcodebuild

Crates.ioxcodebuild
lib.rsxcodebuild
version0.1.10
sourcesrc
created_at2022-05-26 14:44:43.441224
updated_at2022-06-11 13:13:08.380163
descriptionxcodebuild command wrapper, runner and log parser.
homepage
repository
max_upload_size
id594153
size277,290
(kkharji)

documentation

README

xcodebuild

xcodebuild command wrapper, runner and log parser.

  • Parse stream from running xcodebuild command.
  • impl TryFrom.
  • Provide runners to consume and process parsed stream of xcodebuild output.
  • Track compilation time.
  • Write usage example.
  • Make tests undependent on author filesystem.
  • Create thin wrapper for xcodebuild command.
  • generate steps from vector of lines
  • cli to parse xcodebuild log
  • Support:
    • Checking
    • Cloning
    • CreateUniversalBinary
    • Fetching
    • SwiftMergeGeneratedHeaders
Commit count: 0

cargo fmt