Notes
This is a version of Nudge created by GitHub Actions.
Nudge.app has been signed and notarized. The package has been signed, notarized and stapled.
By default Nudge looks for a com.github.macadmins.Nudge.json
file located in /Library/Preferences
. If you would like to use an alternative path, please read the README or the WIKI
About the LaunchAgent
This is a basic launch agent that opens Nudge twice an hour, every 30 minutes.
If you would like to reduce the amount of times Nudge launches per day, it is recommended to create your own LaunchAgent.
Changelog
Fixed
- Crash reported when using
aggressiveUserFullScreenExperience
and screen saver or lock screen was active.
Changes
- db2903f - Update README.md
- 0961445 - Merge pull request #376 from evansimm/main
- 3dd50a6 - first successful build of xcode 14 beta
- e51a00c - build on xcode 13.4.1 and macos 12
- 57dbdc6 - Add com.apple.ScreenSaver.Engine to acceptableBundleIDs
- 8eb8041 - Log/defer Nudge activation when screen is locked
- efcd143 - Safely unwrap frontmostApplication after screen unlock
- 832bb5b - use python3 to build munkipkgs
- d3eab6c - bump to 1.1.8
- 3059464 - fix python3 path call
- b611599 - Merge pull request #385 from macadmins/development