Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Commit

Permalink
- Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiasmatewos committed Aug 16, 2017
1 parent c101935 commit c070d2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
Binary file not shown.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@

## Introduction

Night Shift Control is a simple menubar app for controlling Night Shift. It let's you disable Night Shift for certain apps. Watch the belwow GIF for demo
Night Shift Control is a simple macOS menubar app for controlling Night Shift. It's aim is to bring features from f.lux which are missing from Night Shift such as disabling Night Shift for certain apps.

## Screenshots

![screenshot][image-1]


## Features

* Disable Night Shift for apps for your choice
* Easily turn on Night Shift from the menubar
* Disable Night Shift for apps of your choice
* Easily turn on/off Night Shift from the menubar
* Control Night Shift warmth from the menubar
* Shows the current Night Shift status
* Shows the current Night Shift status and color temprature info (press ⌥ while clicking the menu bar item to see)

## Download

Download from the releases tab [here][1]
Download from the releases tab [here]

## How to install

Expand All @@ -26,9 +26,9 @@ You can disable Gatekeeper using the following command:

`sudo spctl --master-disable`

Then unzip the zip file simply drag to application to the Applications folder.
Then unzip the zip file and simply drag to the Applications folder.

**N.B: It's' highly recommended that you enable Gatekeeper after run this command, by going to System Preferences**
**N.B: It's' highly recommended that you enable Gatekeeper after you run the above command, by going to System Preferences -> Security and Privacy -> General**


## Make it start at login
Expand All @@ -37,8 +37,4 @@ If you find Night Shift Control useful and want it launched everytime you login.

## How to build

This app depends on a private framework located at `/System/Library/PrivateFrameworks/CoreBrightness.framework`. I was not able to successfully build this project by adding this framework from it's original path. What worked is copying `CoreBrightness.framework` to a folder I owned i.e under your user directory, and adding that folder in Project Properties -\> Build Settings -\> Framework Search Paths.

[1]:https://www.imore.com/how-open-apps-unidentified-developers-mac

[image-1]: screenshot.png "Screenshot"
This app depends on a private framework located at `/System/Library/PrivateFrameworks/CoreBrightness.framework`. I was not able to successfully build this project by adding this framework from it's original path. What worked is copying `CoreBrightness.framework` to a folder I owned i.e under your the User directory, and adding that folder in Project Properties -> Build Settings -\> Framework Search Paths.

0 comments on commit c070d2b

Please sign in to comment.