diff --git a/documentation/INSTALLATION.md b/documentation/INSTALLATION.md index c33a48b3..1fe6c571 100644 --- a/documentation/INSTALLATION.md +++ b/documentation/INSTALLATION.md @@ -23,7 +23,7 @@ The following video shows the steps in action: 4. Open the downloaded instller and drag the PersonalAnalytics-app to your Applications folder 5. (optional) Click "Open" in case a warning is shown that the app was downloaded from the internet 6. After the installation completes, follow the Onboarding-wizard, which explains the study, collected data and how to use PersonalAnalytics -7. On the second page, grant PersonalAnalytics the permissions it requires to function corectly +7. On the second page, grant PersonalAnalytics the permissions it requires to function correctly 8. Note that you might need to manually quit and restart PersonalAnalytics after giving permission 9. Access PersonalAnalytics anytime through the context-menu in the menubar icon diff --git a/documentation/RESEARCH.md b/documentation/RESEARCH.md index dd2431e4..9bf6514b 100644 --- a/documentation/RESEARCH.md +++ b/documentation/RESEARCH.md @@ -19,8 +19,8 @@ To use GitHub Actions to build and create PersonalAnalytics releases, you need t - `APPLE_ID` (your Apple ID) - `APPLE_APP_SPECIFIC_PASSWORD` (an app-specific password for your Apple ID) - `APPLE_TEAM_ID` (your Apple Team ID) -- `CSC_LINK` -- `CSC_KEY_PASSWORD` +- `CSC_LINK` (link to Apple Developer Certificate in \*.p12 format) +- `CSC_KEY_PASSWORD` (password for the Apple Developer Certificate) ### Required Changes in `electron-builder.json5` These changes are required to automatically publish the built artifacts to GitHub releases. You need to replace the `owner` and `repo` with your GitHub username and repository name. diff --git a/documentation/TROUBLESHOOTING.md b/documentation/TROUBLESHOOTING.md index a7f48e38..3586a85e 100644 --- a/documentation/TROUBLESHOOTING.md +++ b/documentation/TROUBLESHOOTING.md @@ -1,6 +1,6 @@ # Troubleshooting PersonalAnalytics -### macOS: Reinstalling PersonalAnalytics from Scratch +## macOS: Reinstalling PersonalAnalytics from Scratch > If you are experiencing issues with PersonalAnalytics on macOS and want to reinstall the app, please follow the steps below: 1. Quit PA and check that it is not running with: diff --git a/src/electron/PA.WindowsActivityTracker b/src/electron/PA.WindowsActivityTracker index 54c38159..4c163448 160000 --- a/src/electron/PA.WindowsActivityTracker +++ b/src/electron/PA.WindowsActivityTracker @@ -1 +1 @@ -Subproject commit 54c38159709632e6d327dd55c7f03777849075aa +Subproject commit 4c1634488d1305431126abf054f82da460316bc6 diff --git a/src/electron/electron/main/index.ts b/src/electron/electron/main/index.ts index 6cd8b54d..a43596c0 100644 --- a/src/electron/electron/main/index.ts +++ b/src/electron/electron/main/index.ts @@ -68,6 +68,8 @@ app.whenReady().then(async () => { app.setLoginItemSettings({ openAtLogin: true }); + } else { + LOG.info('Skip setting openAtLogin because app is running in development mode'); } try {