GildedRose-Refactoring-Kata/swift
Abizer Nasir 080738a8b2 Update the Swift starting point
- Ignore the generated Xcode project from the repositiory
- Bump the swift tools version to 5.5 (supported by Xcode 13+)
- Tidy the Tests. LinuxMain, XCTestManifests and the allTests array are no longer needed as tests
- are auto-discovered on non-apple platforms
2021-11-21 17:41:38 +00:00
..
Sources r Follow more standard Swift formatting around spaces 2021-08-20 18:56:48 -07:00
Tests/GildedRoseTests Update the Swift starting point 2021-11-21 17:41:38 +00:00
.gitignore Update the Swift starting point 2021-11-21 17:41:38 +00:00
Package.swift Update the Swift starting point 2021-11-21 17:41:38 +00: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