setup-your-mac / Setup-Your-Mac

Setup Your Mac aims to simplify initial device configuration by leveraging swiftDialog and Jamf Pro Policy Custom Events to allow end-users to self-complete Mac setup post-enrollment.
https://snelson.us/sym
MIT License
231 stars 52 forks source link

Setup Your Mac (1.14.3) #150

Closed dan-snelson closed 1 month ago

dan-snelson commented 1 month ago

Improves exit code processing for the Welcome dialog (for compatibility with swiftDialog 2.5.0).

TechTrekkie commented 1 month ago

Hey @dan-snelson , line 2920 calls a logComment function but the function doesn't exist. Other than that, everything appears to be functioning as expected. Is expected to still work with 2.4.2 or should the minimum be 2.5.0?

dan-snelson commented 1 month ago

Noice catch, @TechTrekkie! Fixed Line 2920. (The logComment function is introduced in SYM 1.15.0, from which this fix was back-ported.)

SYM 1.14.3 is compatible with — but doesn't require — swiftDialog 2.5.0.