Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
/ Control-Center Public archive

A replica of the Big Sur Control Center for macOS 10.12 - 10.15.

License

Notifications You must be signed in to change notification settings

minh-ton/Control-Center

Repository files navigation

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

Requirements

  • macOS 10.12.2 Sierra or later.
  • Supports Night Shift (Blue Light Filter)

How to use:

  • Download the latest release from the Releases page.
  • Open the downloaded Control Center.dmg file, and move the App to the Applications folder.
  • Launch Control Center.app

Application is damaged / unidentified developer

Currently, the app is only signed with an Apple Development Certificate. Therefore you might experience Application is damaged or Unidentified Developer. To bypass our friend Gatekeeper, run the following command:

sudo spctl --master-disable

If you still cannot open the app, try with a different command:

#Assuming the app is in the Applications folder
sudo xattr -d com.apple.quarantine /Applications/Control\ Center.app 
sudo codesign --force --deep --sign - /Applications/Control\ Center.app 

After running one of those commands, you should be able to open the application.

Build from Source Code:

[ Requires Xcode 9.3 or later ]

  • Create a new Swift file called "APIKey.swift"
  • In APIKey.swift, add a function weatherAPIKey:
func weatherAPIKey() -> String {
    return "YOUR_API_KEY_HERE" //Weather API from OpenWeatherMap
}
  • Build the app and run it normally.

LICENSE

This project is licensed under the MIT License. View LICENSE.md to know more.

About

A replica of the Big Sur Control Center for macOS 10.12 - 10.15.

Resources

License

Stars

Watchers

Forks

Packages

No packages published