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
01c7ff9
- Fixes mismatched tags on example MobileConfig6a2e244
- Merge pull request #238 from tbridge/main10c83da
- update simple-mode screenshots7ccc7eb
- fix ss4 light mode26c1b9f
- first pass updating layout to use geometryreader70a5e68
- cleanup0ba0781
- Cleaned up Standard mode positioning code. Now everything should line up nicely all the timef503e4a
- Increased topPadding to 28 (which happens to be the height of your standard issue progress bar) removed content height and content backgroundheight. Standard mode is now window resolution independant80e0e41
- don't allow companyLogo to be larger than defined space27fa4cc
- bump to 1.1.1e7a3f8a
- move notarized application to outputs when not building package for PRs7b9b3a0
- logo guided8f12d2
- Merge pull request #240 from macadmins/fix-button-v1115494fe2
- Broke out some code that was common across multiple views for additional info, company logo and quit buttons179fd77
- Cleaned up SimpleMode so it is now also resolution independent Still a little work can be done to clean up duplicated code used between simple and standard modes but this is looking good so far.4dd83db
- cleaned up some//
and unused variables.052a783
- Merge branch 'development' into layoutcb1cf9c
- fix code sign changes8f00382
- fix all the previews/naming and move more views to commonc5d1867
- keep all of the new variables consistent in paddingb06ad59
- fix -debug-ui-modedd6b167
- fix spacing on simpleMode370b4d3
- remove un-used functions from refactor98c0da1
- fix bug with standardMode by moving to InformationButton() and PrimaryQuitButtoncd7ed13
- move stateobject to main84ae8ee
- fix button in debug mode365c7cf
- Merge pull request #243 from bartreardon/layoutf96ea95
- test null values and anyOf9a3ba5b
- completely redo the jamf json schema38be130
- Merge pull request #245 from macadmins/jamf-json-schema-v24e0b9f3
- Padding for AdditionalInfoButton so it's not hugging the edcge of the window9934315
- Merge pull request #248 from bartreardon/corner_icon_adjustmentbd2425c
- Fix layout of the "Defer" date picker view (#249)2d309ec
- Merge pull request #251 from macadmins/development