SwiftUI
摘要
Systems administrators often need to present simple user interfaces to aid users in providing information or taking actions. This might be to elevate privileges from within some kind of self-service portal, to force restarts based on complicated logic, or just to show a user what’s happening on their computer during administrative routines. Once upon a time, that might have been AppleScript or some kind of graphical interface from a third party. Today, those types of tasks should almost exclusively be handled by SwiftUI.