blob: 757eae44572c4b733811d0856207043d23470619 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
### Liquid Glass Bezel qsplugin
**To-do: Add Screenshot**
The classic Bezel Quicksilver interface, but now in liquid glass.
## Building
For easy CLI build you can run `make`. The default configuration is `Debug`,
but you can change the configuration by running `make -e configuration=Release`.
This assumes quicksilver is checked out in `../../vendor/Quicksilver`, but this
value can be updated with the `quicksilver_path` variable (eg.
`make -e quicksilver_path=../Quicksilver`).
## Building for release
To build for release you will have to set the environment variable
`$SIGNING_IDENTITY`, otherwise it won't be correctly signed
## Some issues
- As of 2025-09-04, `FMDB MacOS` needs to be adjusted to target macOS 10.13, instead of 10.11
|