Post

Replies

Boosts

Views

Activity

How do I run a Xcode Applicaton as root
Hello, Im trying to run this set of code as root Button("Unlock FPS") {                 do {                     let task = Process()                     task.executableURL = URL(fileURLWithPath: "/Somewhere/Somewhere/Somewhere/rbxfpsunlocker") But after hours of searching the internet I could not find anything, except on how to run the application as root in Debug mode. If anyone knows the answer please tell me.
9
0
3.5k
Jun ’22
Running command line using swift.
I’m trying to make it so if I press a button on Xcode it will run a command line file, but I don’t know how to do it.
Replies
0
Boosts
0
Views
559
Activity
Mar ’22
How do I run a Xcode Applicaton as root
Hello, Im trying to run this set of code as root Button("Unlock FPS") {                 do {                     let task = Process()                     task.executableURL = URL(fileURLWithPath: "/Somewhere/Somewhere/Somewhere/rbxfpsunlocker") But after hours of searching the internet I could not find anything, except on how to run the application as root in Debug mode. If anyone knows the answer please tell me.
Replies
9
Boosts
0
Views
3.5k
Activity
Jun ’22