Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add privacy manifest as per apple's new guidelines #688

Merged
merged 2 commits into from Oct 3, 2023

Conversation

lakshmankreditbee
Copy link
Contributor

Added app privacy file for File Timestamp API.
These are the list of APIs that require reason:
creationDate
modificationDate
stat
lstat(_:_:)

Given the reason as C617.1: Inside app or group container, per documentation

Quoting from Apple's documentation,

C617.1
Declare this reason to access the timestamps of files inside the app container, app group container, or the app’s CloudKit container.

@Coeur
Copy link
Member

Coeur commented Oct 1, 2023

We'll need to include this manifest in SwiftPackageManager (Package.swift) and/or CocoaPods (SSZipArchive.podspec), no?

@lakshmankreditbee
Copy link
Contributor Author

Apologies for the oversight, yes we need to include this SwiftPackageManager (Package.swift) and CocoaPods (SSZipArchive.podspec)

@lakshmankreditbee
Copy link
Contributor Author

I need some help on how to include PrivacyInfo.xcprivacy file in SwiftPackageManager (Package.swift) and/or CocoaPods (SSZipArchive.podspec)

@Coeur
Copy link
Member

Coeur commented Oct 1, 2023

@jhudsonWA and @willson-chen may be able to help.

@jhudsonWA
Copy link
Member

Thanks for this work @lakshmankreditbee. Reviewing now. Seems simple enough. Running some tests and I'll get this merged in so everyone can benefit.

@jhudsonWA jhudsonWA merged commit d5e0ed0 into ZipArchive:main Oct 3, 2023
3 checks passed
@Coeur
Copy link
Member

Coeur commented Oct 3, 2023

Thank you @lakshmankreditbee and @jhudsonWA, good work.

qulix-cs-ios pushed a commit to qulix-cs-ios/ZipArchive that referenced this pull request Mar 27, 2024
…fest

add privacy manifest as per apple's new guidelines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants