Post

Replies

Boosts

Views

Activity

NSToolbarItem.minSize and NSToolbarItem.maxSize methods are deprecated
How to get rid of this warning? NSToolbarItem.minSize and NSToolbarItem.maxSize methods are deprecated. I do not set minSize or maxSize, it is Interface Builder that seems to do this. Even if I create completely new interface from scratch, this warning still appears. What is the point of introducing this warning if Apple tools unable to produce correct behaviour?
8
0
4.6k
Feb ’23
How to get the number of high-performance cores on Apple Silicon?
I have the legacy app that maintain its own thread pool to do cpu intensive work. It uses NSProcessInfo.processInfo.activeProcessorCount to get number cores and max thread pool size. It worked quite fine for Intel-based Macs but for Apple Silicon Macs it does not make much sense to create more threads than there are high-performance cores. How do I get the number of high-performance cores on Apple Silicon Macs?
2
0
1.4k
Mar ’22
NSToolbarItem.minSize and NSToolbarItem.maxSize methods are deprecated
How to get rid of this warning? NSToolbarItem.minSize and NSToolbarItem.maxSize methods are deprecated. I do not set minSize or maxSize, it is Interface Builder that seems to do this. Even if I create completely new interface from scratch, this warning still appears. What is the point of introducing this warning if Apple tools unable to produce correct behaviour?
Replies
8
Boosts
0
Views
4.6k
Activity
Feb ’23
How to get the number of high-performance cores on Apple Silicon?
I have the legacy app that maintain its own thread pool to do cpu intensive work. It uses NSProcessInfo.processInfo.activeProcessorCount to get number cores and max thread pool size. It worked quite fine for Intel-based Macs but for Apple Silicon Macs it does not make much sense to create more threads than there are high-performance cores. How do I get the number of high-performance cores on Apple Silicon Macs?
Replies
2
Boosts
0
Views
1.4k
Activity
Mar ’22
Mac App Store apps without sandbox enabled
Is it still possible? If so, what developer has to do to get this permission from Apple? I see some apps use features that does not work when sandbox is enabled, to be specific, accessibility related. Some of those apps are quite new, so it is not about legacy apps.
Replies
2
Boosts
0
Views
2.3k
Activity
Nov ’21