/chronograph-macos

Mac client for chronograph

Primary LanguageSwiftMIT LicenseMIT

chronograph-macos

Mac client for chronograph

Development Requirements

  • Xcode 12+

Setup

  • clone this repository
  • install cocoapods
  • run pod install
  • open chronograph.xcworkspace in XCode
  • Run the application (Cmd+r)

Running tests

xcodebuild clean test -workspace chronograph.xcworkspace -scheme chronograph -destination "platform=macOS,arch=x86_64"

How to add configuration

Configuration is exposed through the Config class and defined using build variables. Refer to this to add a new configuration variable.