Post

Replies

Boosts

Views

Activity

Comment on Code Signing or Xcode adding mysterious entitlements that not exist in project
Hello, In /var/folder/..../ there are subdirectories such as "Developer" and "com.apple.Xcode." This is also where Xcode and the build tools are file save. Finally, I found two important files created during the build/archive process in Xcode: Entitlements.plist and <your_app_name>.app.xcent in the subdirectories of the derived directory and Xcode files. See my post below. I've included a script that can be added as the last step on the "Build Phase" page. See the following: Fix Entitlements
Topic: Code Signing SubTopic: Entitlements Tags:
Jul ’25
Comment on DriverKit IOUserSerial Driver
I mean, txPI is the “kernel” producer index and txCI is the VSPDriver consumer as 'reporter'. To report any consumption, the driver extension must always set txCI = txPI as report to the kernel. Which role playing txqoffset and txqlogsz behind the DEXT scene? Should it be assumed that txPI is 'read only'? How and which condition must txPI and txCI be reset so that TX continues from buffer start?
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’25