From 8eab172f250b108f88b02d43879f0b62b7ce5b7d Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Fri, 20 Aug 2021 21:51:36 -0700 Subject: [PATCH] d Add Swift-specific readme --- swift/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 swift/README.md diff --git a/swift/README.md b/swift/README.md new file mode 100644 index 00000000..60168d5b --- /dev/null +++ b/swift/README.md @@ -0,0 +1,12 @@ +## 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