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.
Changes
c5c432e
- Add logic for attemptToFetchMajorUpgrade and getBackupMajorUpgradeAppPath()955e6bb
- allow either backup or primary application for major upgrades5a303d8
- allow major upgrades if actionButtonPath is set86cae6f
- fix compile issue with last commit66249da
- finish logic with major upgrades using backup app pathc7400a0
- Nudge v1.1.305d3c9a
- rename PrimaryQuitButton.swift to QuitButtons.swift5befe84
- Fix mainContextText and screenshot rendering logic5e154d1
- Normalize requiredMinimumOSVersion of patch is .0de44e7a
- Merge pull request #284 from macadmins/major-upgrade-fixesb214a64
- fix bug in major*UpgradeAppPathExists when fetching major upgrade91576ce
- Merge pull request #287 from macadmins/development