Post

Replies

Boosts

Views

Activity

Reply to Shutting down M1 Mac - app no longer able to extend time?
Update: It's a macOS Monterey issue, not an Apple silicon / Intel issue. Also, I found out it has to do with having set NSApp activationPolicy to .accessory or .prohibited - if those are set, the app is terminated prematurely on shutdown / restart (-applicationWillTerminate: is never called). If it's .regular, it works like it should.
Topic: UI Frameworks SubTopic: AppKit Tags:
Mar ’22
Reply to Shutting down M1 Mac - app no longer able to extend time?
after a lengthy conversation with an Apple Engineer, this is desired behavior on macOS Monterey and newer, so that .accessory and .prohibited apps are more or less killed outright when restarting, logging out of or shutting down the Mac, in order to reduce shutdown times. Too bad, imho.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to App Intents vs Siri Intents
also interested in this.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to WebKit Error Does someone knows it?
same here, any insight into what's going on?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Shutting down M1 Mac - app no longer able to extend time?
Update: It's a macOS Monterey issue, not an Apple silicon / Intel issue. Also, I found out it has to do with having set NSApp activationPolicy to .accessory or .prohibited - if those are set, the app is terminated prematurely on shutdown / restart (-applicationWillTerminate: is never called). If it's .regular, it works like it should.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Error when feeding AVSampleBufferDisplayLayer to AVPictureInPictureController
any update on this? It works the first time for me, the second time I enter PiP with an AVSampleBufferDisplayLayer, it fails. (iOS 15, b8)
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Sep ’21