Post

Replies

Boosts

Views

Activity

Comment on How to export an app bundle from an archive with multiple binaries?
thanks for the link, that's very helpful! Changing the identifier also solved a problem we had with TCC. When the helper binary wasn't run from inside the bundle (e.g. when debugging in Xcode, it started the binary from outside the bundle (copying into bundle is a copy phase)) it constantly prompted us for allowance, although it was already added. That seems to be fixed now as well with the unique identifier.
Dec ’21
Comment on Contradictory documentation for sysctl functions
Thank you Quinn for your answer and for providing additional context, that's very helpful!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on How to track user logins with Endpoint Security?
Thanks Quinn, I've filed an enhancement request (FB9476062).
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Enabling of Safari Extension via MDM Profile Manager
Is this still the case or has anything changed?
Replies
Boosts
Views
Activity
Dec ’21
Comment on How to export an app bundle from an archive with multiple binaries?
thanks for the link, that's very helpful! Changing the identifier also solved a problem we had with TCC. When the helper binary wasn't run from inside the bundle (e.g. when debugging in Xcode, it started the binary from outside the bundle (copying into bundle is a copy phase)) it constantly prompted us for allowance, although it was already added. That seems to be fixed now as well with the unique identifier.
Replies
Boosts
Views
Activity
Dec ’21
Comment on How does TCC rely on the bundle ID esp. with multiple targets?
As always, thank you very much. I really don't know what Apple or rather all of us developers would do without you. I've read the pig-jato example, just wanted to make sure it transfers to a more complicated structure.
Replies
Boosts
Views
Activity
Jan ’22
Comment on C++ include header path autocomplete functionality
you don't have to leave it on Legacy. You can switch it back and it will still work. Only seems to matter that this setting changes at some point.
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to convert timestamp in ips crash report on macOS 12.3
Thanks for your help. It was an application crash during normal operation, not after wake. I wasn't able to extract any meaningful date from the timestamp. I've tried it with mach_timebase_info_data_t tb;   if (mach_timebase_info(&tb) == KERN_SUCCESS)     cout << 514306295821 * tb.numer / ( NSEC_PER_MSEC * tb.denom);
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on popen() crash
@eskimo can you confirm that the bug in popen has been fixed? We're considering removing all popen calls right now.
Replies
Boosts
Views
Activity
Sep ’23