Skip to content

Commit 12b5f6d

Browse files
author
Florian Rieger
authored
Updated Readme.md with Swift Package Terminal commands.
1 parent 3d7d847 commit 12b5f6d

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ Since [Swift Package](https://swift.org/package-manager/) is not supporting iOS
5959
### via Git Submodule
6060
You can add the entire ACInteractor project as a [Git Submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules) to your repository.
6161

62-
0. Navigate to the root directory of your Git repository in Terminal.
63-
0. Run the following command:
62+
1. Navigate to the root directory of your Git repository in Terminal.
63+
2. Run the following command:
6464
```
6565
git submodule add https://github.com/AppCron/ACInteractor.git
6666
```
67-
0. Add the files of the **Sources** folder to your project.
67+
3. Add the files of the **Sources** folder to your project.
6868

6969
### via Download
7070
Alternatively you can just download the files directly from Github and add the files of the **Sources** folder to your project.
@@ -77,6 +77,10 @@ dependencies: [
7777
]
7878
```
7979

80+
### Terminal Commands
81+
You can run the tests directly from the command line with `swift test`.
82+
To create an Xcode project use `swift package generate-xcodeproj`.
83+
8084
## Writing Interactors
8185
``` Swift
8286
class LoginUserInteractor: Interactor {
@@ -328,7 +332,7 @@ simulate, like a long taking webservice request or a full database.
328332
## Credits
329333
Special thanks from [Florian Rieger](https://github.com/florieger) to the people that helped getting ACInteractor together.
330334
- [Andreas Hager](https://github.com/casid) for inspiring me with the wonderful [JUsecase](https://github.com/casid/jusecase) and helping with an initial Swift version of it.
331-
- Victoria Gärtner for evaluating the Interactor-based architecture in several Objective-C and Swift projects.
335+
- [Victoria Teufel](https://teufel-it.de) for evaluating the Interactor-based architecture in several Objective-C and Swift projects.
332336
- [Aleksandar Damjanovic](https://github.com/codejanovic) for introducing me to the Github workflow.
333337

334338
Happy Coding 🐳

0 commit comments

Comments
 (0)