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.
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.