I'm using NSWorkSpace.requestAuthorization to remove some files. Can I customise the dialog? For my uninstaller the message "wants to save a file" is a bit odd:
Post
Replies
Boosts
Views
Activity
My application Mail Archiver needs a login item. When I write the login item for Ventura the system asks if my name can be added to the login items and not the app name. I can see that other apps have the app name in the login items and not the developer name.
What do I need to change so that the app or company name shows up instead of my name?
Instead of XCode I use Xojo for development. My app is notarised by AppWrapper.
Is Reporter still working? I'm failing to get an AccessToken in Reporter:
~ % java -jar /Users/bw/Downloads/Reporter/Reporter.jar p=/Users/bw/Downloads/Reporter/Reporter.properties Sales.generateToken
Properties file not specified. Use format p=PropertiesFile.
~ % java -jar /Users/bw/Downloads/Reporter/Reporter.jar p=Reporter.properties Sales.generateToken
Cannot find properties file. Make sure it resides in the same directory.
Of course, the Reporter.properties file is in the same directory as Reporter. Am I doing something wrong? Is Reporter obsolete?