d Add Swift-specific readme

This commit is contained in:
Jon Reid 2021-08-20 21:51:36 -07:00
parent 3ef1dc16fb
commit 8eab172f25
No known key found for this signature in database
GPG Key ID: 27DEB93ABA9EEA26

12
swift/README.md Normal file
View File

@ -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