You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that on Mac we'll have to apply many/most settings by opening up the System Preferences panel and checking boxes using the Apple Events system. Provide a foundation for doing these kind of operations from Swift code.
The text was updated successfully, but these errors were encountered:
Research the various ways to send Apple Events and implement a wrapper if necessary
For MVP10 (mac1.0 milestone), we will use the ObjC-based ScriptingBridge from Swift using custom AE wrappers as necessary. If we find more advanced requirements for Apple Events that ScriptingBridge cannot handle, we should revisit (or re-open) this issue and create a more powerful AE library in Swift. [But at this time, there are no known requirements for such an advanced bridge]
COMPLETE FOR MVP10
Unless and until we need to create a more advanced Apple Events bridge (to handle features or work around bugs in ScriptingBridge), I am moving this feature to the Backlog and untagging it from milestone "mac1.0".
It appears that on Mac we'll have to apply many/most settings by opening up the System Preferences panel and checking boxes using the Apple Events system. Provide a foundation for doing these kind of operations from Swift code.
The text was updated successfully, but these errors were encountered: