Post

Replies

Boosts

Views

Activity

Reply to Why is "Code Sign On Copy" not an option for driver .dexts in XCode
What I want to do is Build the dext target in project #1, which produces a signed dext in DerivedData The dext target copies that over to some Output directory I open a completely separate project #2 (Xamarin for my purposes, but could be an Xcode one) Build the app in project #2, and embed the signed dext in Output into project #2's app Right now if I use a Copy Files step in project #1, it copies over the built .dext from DerivedData to Output, then signs the .dext in DerivedData, leaving the .dext in Output unsigned. Thanks!
Jul ’23
Reply to DriverKit: Check that driver is enabled on iPadOS
Was there any follow-up to this feedback? I've been trying to get this exact flow working; I've tried with the NSUserDefaults like with the regular Settings.bundle, but that doesn't work
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to Why is "Code Sign On Copy" not an option for driver .dexts in XCode
What I want to do is Build the dext target in project #1, which produces a signed dext in DerivedData The dext target copies that over to some Output directory I open a completely separate project #2 (Xamarin for my purposes, but could be an Xcode one) Build the app in project #2, and embed the signed dext in Output into project #2's app Right now if I use a Copy Files step in project #1, it copies over the built .dext from DerivedData to Output, then signs the .dext in DerivedData, leaving the .dext in Output unsigned. Thanks!
Replies
Boosts
Views
Activity
Jul ’23