Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit f7294ae

Browse files
authored
Update README.md
1 parent 0ec6550 commit f7294ae

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Control-Center](https://github.com/Minh-Ton/Control-Center)
1+
# [Control-Center Beta](https://github.com/Minh-Ton/Control-Center)
22

33
Bring the macOS Big Sur Control Center to macOS 10.12 - 10.15
44

@@ -7,11 +7,24 @@ Bring the macOS Big Sur Control Center to macOS 10.12 - 10.15
77

88
### How to use:
99

10-
- Download the latest release from the Releases page.
10+
- Download the latest release from the [Releases page](https://github.com/Minh-Ton/Control-Center/releases/latest).
1111
- Open the downloaded ```Control Center.dmg``` file, and move the App to the Applications folder.
1212
- Launch ```Control Center.app```
1313
- To change the Weather Location, click the Settings icon near the ```Weather in North Pole``` label.
1414

15+
##### Application is damaged / unidentified developer
16+
17+
Currently, the app is only signed with an Apple Development Certificate. Therefore you might experience `Application is damaged` or `Unidentified Developer`.
18+
To bypass our friend Gatekeeper, run the following command:
19+
```bash
20+
sudo spctl --master-disable
21+
```
22+
If you still cannot open the app, try with a different command:
23+
```bash
24+
sudo xattr -d com.apple.quarantine /the/blocked/program.app
25+
```
26+
After running one of those commands, you should be able to open the application.
27+
1528
#### If you want to build from Source Code:
1629
- Create a new Swift file called "APIKey.swift"
1730
- In APIKey.swift, add a function ```weatherAPIKey```:
@@ -25,4 +38,4 @@ func weatherAPIKey() -> String {
2538
### Known issues
2639
- The GUI is still a little bit slow and sluggish...
2740
- Toggle DND Mode is not working properly, requires 2 clicks to turn DND on/off.
28-
- Weather is not automatically updated after changing the location.
41+
- There are reports of UI Glitches in Light Mode, which creates grey borders around labels.

0 commit comments

Comments
 (0)