Reputation: 5745
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
Reputation: 89509
Use "Get Info" on your app icon and then add "Administrator" as the owner to your app. Like this:
Upvotes: 1