Posts

Post marked as solved
2 Replies
0 Views
In case anyone else runs into this problem... what solved it for me was this the following. I added<key>NSAppleEventsUsageDescription</key><string>Please give Unread Mail access to Mail via Apple Script.</string>to my app's plist. Now, upon first launch, the system prompts the user for permission. If permission is granted the app's Apple Script works correctly.
Post marked as solved
2 Replies
0 Views
Thank you so much - I had no idea they had moved that preference!