diff --git a/.github/images/MainWindow.png b/.github/images/MainWindow.png new file mode 100644 index 000000000..3e42da4e7 Binary files /dev/null and b/.github/images/MainWindow.png differ diff --git a/.github/images/MiniWindow.png b/.github/images/MiniWindow.png new file mode 100644 index 000000000..b0d601701 Binary files /dev/null and b/.github/images/MiniWindow.png differ diff --git a/README.md b/README.md index 9131a8230..211424ab5 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,14 @@ You will need to run the following to retrieve all the source code: git submodule update --init --recursive ``` +Setup your `DEVELOPMENT_TEAM` like described in [Xcode-config/Shared.xcconfig](https://github.com/losnoco/Cog/blob/master/Xcode-config/Shared.xcconfig) to build the project. + +# Screenshots + +## Main window and Info Inspector + +![Main window](https://github.com/losnoco/Cog/blob/master/.github/images/MainWindow.png) + +## Mini window + +![Mini window](https://github.com/losnoco/Cog/blob/master/.github/images/MiniWindow.png)