Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Adding Apple Privacy Manifest#550

Open
haniewais wants to merge 10 commits intohttpswift:stable from
haniewais:privacy-manifest
Open

Adding Apple Privacy Manifest #550
haniewais wants to merge 10 commits intohttpswift:stable from
haniewais:privacy-manifest

Conversation

@haniewais
Copy link

@haniewais haniewais commented Mar 13, 2024

Added privacy manifest for compliance.
Includes details for Stat system call usage to align with Apple's privacy requirement

...em call usage to align with Apple's privacy requirements.
Copy link

EvanMasterson commented Apr 24, 2024
edited
Loading

Seeing the same issue with Apple warning against this for NSPrivacyAccessedAPICategoryFileTimestamp, can we get some movement on a library update including the Privacy Manifest please?
@Vkt0r @grantneufeld @haniewais or whoever else is allowed approve, merge and bump the library and create a new release?

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
Copy link

@EvanMasterson EvanMasterson Apr 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will also need to include the other required keys, even with empty values

<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>

s.source = { :git => "https://github.com/httpswift/swifter.git", :tag => "1.5.0" }
s.source_files = 'Xcode/Sources/*.{swift}'
s.swift_version = '5.0'
s.resource_bundles = {'Swifter' => ['Xcode/Resources/PrivacyInfo.xcprivacy']}
Copy link

@mazen-kasser mazen-kasser May 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we add spaces after { and before } for better consistency? For example:

{ 'Swifter' => ['Xcode/Resources/PrivacyInfo.xcprivacy'] }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

3 more reviewers

@grantneufeld grantneufeld grantneufeld left review comments

@mazen-kasser mazen-kasser mazen-kasser left review comments

@EvanMasterson EvanMasterson EvanMasterson left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /