Replies: 1 comment 1 reply
-
That declaration is only in the application's Info.plist, and not represented in the Package.swift manifest of the package. As such, it's not available - and not declared - such that the Swift Package Index could capture it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Something I've been looking at is Apple's requirements on Complying with Encryption Export Regulations. Since it asks to include all third-party SDKs, I was wondering if there could be a flag in the header if something either doesn't declare, or declares non-exempt encryption, in a plist. Is something like this possible?
Beta Was this translation helpful? Give feedback.
All reactions