Skip to content

Commit 43afd78

Browse files
authored
Update README.md
1 parent d39b6e8 commit 43afd78

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,20 @@ For instance, a simulated adversary could allow HTTP, but block HTTPS. By traini
1818

1919
### Prerequisites
2020

21-
Swift 5.0, included in Xcode 11
21+
Swift 5.6, included in Xcode 11
2222

2323
## Deployment
2424

25-
Open the Xcode project. Once you have addressed signing as needed, you can run the project using Xcode. Note that you have to have started redis using `brew services start redis` for AdversaryLab to run correctly.
26-
2725
To add network traffic to Adversary Lab for analysis you can use [CanaryDesktop](https://github.com/OperatorFoundation/CanaryDesktop.git) for macOS, or [CanaryLinux](https://github.com/OperatorFoundation/CanaryLinux.git) for Linux. When selecting data to load, you should browse to the location of one of the zip files created by Canary. These zip files are named "adversary_data" followed by a timestamp.
2826

2927
## Built With
3028

3129
* [Auburn](https://github.com/OperatorFoundation/Auburn) - An idiomatic Swift library for using Redis
3230
* [Datable](https://github.com/OperatorFoundation/Datable) - Swift convenience functions to convert between various different types and Data
3331
* [Song](https://github.com/OperatorFoundation/Song.git) - Data structure serialization with static typing.
32+
* [Abacus](https://github.com/OperatorFoundation/Abacus.git) - Swift data structures for data processing.
33+
* [SwiftUICharts](https://github.com/willdale/SwiftUICharts.git) - A charts / plotting library for SwiftUI.
34+
* [ZIPFoundation](https://github.com/weichsel/ZIPFoundation) - ZIP Foundation is a library to create, read and modify ZIP archive files.
3435

3536
## Contributing
3637

0 commit comments

Comments
 (0)