Post not yet marked as solved
Hi, i am implementing NETunnelProviderProtocol but i dont need to use server address because on the system extension side is xpc communication instead of tcp/ip. When i leave serverAddress empty, tunneling is not started. It is not problem to set some default value, but i am just wondering. Thank you
Post not yet marked as solved
Hi, i develop an app which run as daemon. I have to block force quit button. Becasuse i dont want to start app after crash or successful exit, i cannot set "KeepAlive" in plist.
Summary:
app not started automatically after crash
app not started automatically after exit with 0 exit code
app not started automatically after exit with non 0 exit code
admin user is not able to do ForcedQuit an app from Activity monitor
Is there any workaround to set app like this? Thank you
Post not yet marked as solved
Hi, i am testing with uitest our application, but tests are too slow. I cannot find any tips or how to accelerate it. Is there any option to make it quickier? Thanks
Post not yet marked as solved
Hi, I develop app with system extension. After installation i locked a bundle with sudo chflags -Rf schg command and everything worked. But after uninstall, my mac has strange behaviour. System preferences cannot open Security and privacy tab, only hang. I cannot run systemextensionsctl utility, in system.log i can see periodically crashing of sysextd daemon and i cannot remove any app from /Application folder. Is there any solution to fix this? Something to remove systemextension? Thank you
Post not yet marked as solved
Hi, i'm trying to implement making a screenshots from my macos app. I have a problem with extracting png files of screenshots from .xcresult. I found some xcparse app, but i don't want to use any thirdy-party code for this trivial task. Is there any way to do this? Thank you
Post not yet marked as solved
Hi, i have to change app icon/name in notification center. Is there any way to change it? I found solution (setAlternateIconName) but it works only for ios. Thank you