Posts

Post not yet marked as solved
6 Replies
2.9k Views
My question is regarding https://forums.developer.apple.com/thread/15508As you told its constraint isn't technical, its question of legitimacy what I understood from your comment. System Guard & apps like cisco anyconnect, how they are working if they are not accessing routing tables?Can it be done using network extensions?
Posted Last updated
.
Post not yet marked as solved
0 Replies
535 Views
https://forums.developer.apple.com/thread/115932 like this post I also need to use carbon in my mac app but, what I know carbon api only support 32 bit OS & from Mac OS 10.15 onwards it won't support 32 bit apps. So I won't be able to use Carbon API.Below is my current code. What will be replacement or migration of this Carbon API, what is the correct alternative?static const EventTypeSpec menuEnableEvents[] = { { kEventClassMenu, kEventMenuEnableItems } }; static const EventTypeSpec menuEvents[] = { { kEventClassCommand, kEventCommandProcess } };
Posted Last updated
.