GildedRose-Refactoring-Kata/swift
2021-08-20 22:07:10 -07:00
..
Sources r Follow more standard Swift formatting around spaces 2021-08-20 18:56:48 -07:00
Tests t Switch order of assertion arguments 2021-08-20 22:07:10 -07:00
.gitignore Swift: Update to package manager 5.1 2019-12-29 13:27:49 -08:00
Package.swift e Update Swift Package Manager version 2021-08-20 18:49:34 -07:00
README.md d Add Swift-specific readme 2021-08-20 21:51:36 -07:00

Build and test using any of the following

Command line:

  • swift test

Xcode:

  • Open this "swift" folder to open package
  • In the Xcode menu, select Product > Test to run tests

AppCode:

  • Open this "swift" folder to open package
  • Select "GildedRoseTests" configuration and run