-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Maigo Erit
committed
May 27, 2016
1 parent
589f7a2
commit 53972fd
Showing
7 changed files
with
52 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
set sh to "sqlite3 \"/Library/Application Support/com.apple.TCC/TCC.db\" \"INSERT or REPLACE INTO access VALUES('kTCCServiceAccessibility','ee.trimatech.BackerTimetracker',0,1,1,NULL,NULL);\"" | ||
do shell script sh with administrator privileges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
set sh to "sqlite3 \"/Library/Application Support/com.apple.TCC/TCC.db\" \"INSERT or REPLACE INTO access VALUES('kTCCServiceAccessibility','ee.trimatech.BackerTimetracker',0,1,1,NULL);\"" | ||
do shell script sh with administrator privileges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "backer-timetracker", | ||
"version": "1.0.9", | ||
"version": "1.0.12", | ||
"description": "Track your time by monitoring your active windows and idle time", | ||
"main": "app.js", | ||
"author": "Maigo Erit <[email protected]>", | ||
|
@@ -9,11 +9,11 @@ | |
"type": "git", | ||
"url": "[email protected]:MayGo/backer-timetracker.git" | ||
}, | ||
|
||
"dependencies": { | ||
"async": "^1.5.2", | ||
"auto-launch": "^2.0.1", | ||
"bunyan": "^1.7.1", | ||
"compare-version": "^0.1.2", | ||
"js-data": "^2.9.0", | ||
"js-data-nedb": "^1.0.0", | ||
"lodash": "^4.5.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters