]>
Commit | Line | Data |
---|---|---|
1 | ### Flat Bezel qsplugin | |
2 | ||
3 | **To-do: Add Screenshot** | |
4 | ||
5 | Pre-alpha development. | |
6 | ||
7 | A new take on the Bezel Interface, using a flatter look. | |
8 | ||
9 | ## Building | |
10 | ||
11 | For easy CLI build you can run `make`. The default configuration is `Debug`, | |
12 | but you can change the configuration by running `make -e configuration=Release`. | |
13 | ||
14 | This assumes quicksilver is checked out in `../../vendor/Quicksilver`, but this | |
15 | value can be updated with the `quicksilver_path` variable (eg. | |
16 | `make -e quicksilver_path=../Quicksilver`). | |
17 | ||
18 | ## Building for release | |
19 | ||
20 | To build for release you will have to set the environment variable | |
21 | `$SIGNING_IDENTITY`, otherwise it won't be correctly signed |