I want to know the settings in Xcode when creating an application.
I want to prevent the app from launching after I turn off my Mac, kill the app, and then restart it.
Is it a completion event or a restart event?
I’m not sure what you’re asking for here. Breaking down your subject line:
-
“I turn off my Mac”
-
“kill the app”
-
“restart it”
In step 2, how can you kill your app if the Mac is turned off in step 1.
In step 3, what does “it” refer to? Your Mac? Or the app?
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Forcibly shut down my Mac while the app is running
Background: I want to operate Mac mini with automatic startup and forced termination just by operating the power supply without attaching a mouse keyboard.
However, when I restart, the app will start twice apart from the automatic login start setting, so I would like to stop it.