Skip to content

Conversation

@kitwtnb
Copy link
Contributor

@kitwtnb kitwtnb commented Feb 21, 2024

Apple has declared that it will reject applications and SDKs without a privacy manifest starting in the spring of 2024.
SDKs that use modificationDate , contentModificationDateKey need a privacy manifest, so PrivacyInfo.xcprivacy has been added.

The following document was used as a reference for setting up the file.
https://developer.apple.com/documentation/bundleresources/privacy_manifest_files/describing_use_of_required_reason_api

@3lvis
Copy link
Collaborator

3lvis commented Feb 25, 2024

Thanks for this, I don't have much information regarding the privacy manifest but after a quick check this seems to work. If anyone else finds any issues please let me know.

@3lvis 3lvis merged commit ad6abdf into hyperoslo:master Feb 25, 2024
@gsbernstein
Copy link

gsbernstein commented Mar 22, 2024

It seems like this isn't actually adding the file to the cocoapods pod. I think you need to add it to the podspec as a resource, rather than as just part of the source. Here's an example: https://github.com/devicekit/DeviceKit/blob/master/DeviceKit.podspec

I know this isn't the best place to discuss, but I can't find the original issue.

@gsbernstein
Copy link

I made a followup #321

@kitwtnb kitwtnb deleted the add-privacy-manifest branch May 26, 2024 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants