Posts

Post not yet marked as solved
0 Replies
788 Views
When I want to activate my app, after exits the screen saver, the password input interface is not displayed on Monterey. I use apple script to exit screen saver: osascript -e 'tell application "ScreenSaverEngine" to quit' What can I do to exit the screen saver and display the enter password screen? thanks,
Posted Last updated
.
Post not yet marked as solved
1 Replies
456 Views
MacBook Pro (Retina, 15-inch, Mid 2015) macOS Monterey 12.0.1 (21A558) Xcode Version 13.1 (13A1030d) Xcode12 can't be use. please help me.
Posted Last updated
.
Post not yet marked as solved
2 Replies
767 Views
I want to load the library in here: /Library/CoreMediaIO/Plug-Ins/DAL, my app and these libraries use different company signatures, and I don’t want to use “Disable Library Validation”, because that would cause a security hole in my app. Bundle these libraries with my app, it will make my app bigger and bigger, How can i do?
Posted Last updated
.
Post not yet marked as solved
0 Replies
408 Views
When I call CGDisplayStreamCreate, I need to authorize it. I want to check the authorization status of Screen Recording when the app starts. I will request authorization and perform further operations without authorization. What is the relevant api? CGDisplayStreamRef display_stream = CGDisplayStreamCreate( display_id, 100, 100, 'BGRA', nil, handler);
Posted Last updated
.