You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dawn uses abseil, which appears on apple's "privacy api using" list.
Dawn only uses string functions (Lost url to this citation), and abseil itself apparently is safe abseil/abseil-cpp#1604
To remedy this, the target that uses abseil (the emails from apple cite libwebgpu_dawn.dylib) we can add a PrivacyInfo.xcprivacy resource to our target (I'm using DawnNative as that's where I have my xcframework)
This generates a .bundle in my final .app output containing the privacy manfiest, which hopefully allows submission
The text was updated successfully, but these errors were encountered:
SoylentGraham
added a commit
to NewChromantics/swift-webgpu
that referenced
this issue
Nov 9, 2024
Note; adding to the DawnNative target, means app now also need to include the DawnNative.lib generated by swift.
Maybe we can move the privacy to WebGpu target... have to see what apple approve
Dawn uses abseil, which appears on apple's "privacy api using" list.
Dawn only uses string functions (Lost url to this citation), and abseil itself apparently is safe abseil/abseil-cpp#1604
To remedy this, the target that uses abseil (the emails from apple cite
libwebgpu_dawn.dylib
) we can add aPrivacyInfo.xcprivacy
resource to our target (I'm usingDawnNative
as that's where I have myxcframework
)This generates a
.bundle
in my final.app
output containing the privacy manfiest, which hopefully allows submissionThe text was updated successfully, but these errors were encountered: