Post

Replies

Boosts

Views

Activity

Comment on Embedding self-built WebKit framework in Mac app
Thanks. I do understand the value of filing Feedback, but in this particular case I need to urgently fix or find a workaround for the issue, as more and more users are updating to macOS 26.2 and at this point I have no way of preventing them from experiencing the problem in the key component of the app which relies on WebKit.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’26
Comment on Window NSWindow 0x137632e40 ordered front from a non-active application and may order beneath the active application's windows
[Obj-C] I made the warning disappear by adding the following line to applicationDidFinishLaunching routine in the app delegate: [NSApplication.sharedApplication.keyWindow orderFrontRegardless];
Replies
Boosts
Views
Activity
Oct ’23
Comment on Notary server down - 500 internal server error
In my non-legal-expert opinion - when you are notarizing an app, you are using the notarizing tool as part of your internal development process. In contrast, of course it would not be permitted to make the notarizing service available to the users of your app.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Notary server down - 500 internal server error
@astevensflexion Thank you so much. 100% correct. altool method works while notarytool gives HTTP 500 error. Incredible.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
May ’22