Skip to content

Commit 73dd1a8

Browse files
author
Maigo Erit
committed
change backer-timetracker to BackerTimetracker
1 parent 53972fd commit 73dd1a8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/background.service.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,15 +354,15 @@ BackgroundService.saveForegroundWindowTitle = function () {
354354
}
355355

356356
if (process.platform === 'darwin' && isOsxScriptRunned === false) {
357-
/*console.log('Running assistive-access-el-capitan.osa');
357+
console.log('Running assistive-access-el-capitan.osa');
358358
var access_script = "osascript " + path.join(__dirname, "assistive-access-el-capitan.osa");
359359
if (compareVersion(require('os').release(), '10.11.0') === -1) {
360360
access_script = "osascript " + path.join(__dirname, "assistive-access-osx.osa");
361361
}
362362
isOsxScriptRunned = true;
363363
exec(access_script, function (error, stdout, stderr) {
364364
console.log('Assistive access: ', stdout, error, stderr);
365-
});*/
365+
});
366366
}
367367

368368
if (typeof active_a[1] !== "undefined") {

app/bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "backer-timetracker",
2+
"name": "BackerTimetracker",
33
"version": "1.0.0",
44
"homepage": "https://github.com/MayGo/backer-timetracker",
55
"authors": [
@@ -40,7 +40,7 @@
4040
"angular-timer": "~1.3.1"
4141
},
4242
"resolutions": {
43-
"angular": "1.5.5",
43+
"angular": ">=1.5.0",
4444
"angular-material": ">=1.0.5",
4545
"moment": "~2.11.1",
4646
"d3": "^3.4.4"

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "backer-timetracker",
2+
"name": "BackerTimetracker",
33
"version": "1.0.12",
44
"description": "Track your time by monitoring your active windows and idle time",
55
"main": "app.js",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "backer-timetracker",
2+
"name": "BackerTimetracker",
33
"version": "1.0.12",
44
"description": "Track your time by monitoring your active windows and idle time",
55
"main": "app/app.js",
@@ -17,7 +17,7 @@
1717
"node-gyp": "^3.3.1"
1818
},
1919
"build": {
20-
"app-bundle-id": "backer-timetracker",
20+
"app-bundle-id": "ee.trimatech.BackerTimetracker",
2121
"app-category-type": "public.app-category.productivity",
2222
"iconUrl": "shared/img/icon/timetracker_icon.ico",
2323
"asar": false,

0 commit comments

Comments
 (0)