Chris Loonam
Chris Loonam

Reputation: 5745

Cocoa always run app with permissions

How do I make it so that every time I run my app it runs as administrator? For example, when I run on xcode I have read/write privileges, but when I double-click on the app to run it I only have read privileges. How do I make it always launch with read/write privileges?

Upvotes: 0

Views: 213

Answers (1)

Michael Dautermann
Michael Dautermann

Reputation: 89509

Use "Get Info" on your app icon and then add "Administrator" as the owner to your app. Like this:

Add new owner this way

Upvotes: 1

Related Questions