Hi. I have some Apple Script (below) that opens new Safari windows. How would I specify a particular Profile to use when opening the new window?
Thanks!
tell application "Safari"
set mydocument to (make new document at end of documents)
activate
end tell
Post
Replies
Boosts
Views
Activity
I'm trying to figure out what the Versioning settings (such as MARKETING_VERSION, CURRENT_PROJECT_VERSION, etc) under the PROJECT / BUILD SETTINGS tab do.
The version numbers embedded in the binary, etc. seem to be taken from the TARGETS / BUILD SETTINGS tab, which beg the question regarding the PROJECT settings.
I ended up down this rabbit hole because I wanted to automate my versioning settings, but agvtool doesn't work with things like the standard macos app template because agvtool seems to assume an Info.plist file (from what I can tell). I suspect I'll have to parse the project.pbxproj file.
Running Xcode 14.0 beta 2.
Hi. I'm experimenting with some code that calls INFocusStatusCenter.default.requestAuthorization
How can I revoke the authorisation on macOS so it will trigger the prompt again?
Thanks.
MailKit looks exciting.
Is there a mechanism to be able to access or interact with messages at rest?
More specifically:
Get a list of folders
Be able to read or even modify each message in a folder
Get the read status of a message
Be notified when a message is moved, deleted or the read status changes
Move messages between folders
Thanks!