You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
0. Add the files of the **Sources** folder to your project.
67
+
3. Add the files of the **Sources** folder to your project.
68
68
69
69
### via Download
70
70
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: [
77
77
]
78
78
```
79
79
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
+
80
84
## Writing Interactors
81
85
```Swift
82
86
classLoginUserInteractor: Interactor {
@@ -328,7 +332,7 @@ simulate, like a long taking webservice request or a full database.
328
332
## Credits
329
333
Special thanks from [Florian Rieger](https://github.com/florieger) to the people that helped getting ACInteractor together.
330
334
-[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.
332
336
-[Aleksandar Damjanovic](https://github.com/codejanovic) for introducing me to the Github workflow.
0 commit comments