Conversation
|
@dp221125 Thank you for your pull request! Since NSPrivacyCollectedDataTypes is not included in PrivacyInfo, will there be no error when generating a Privacy Report? |
|
@sunshinejr could you review PR, please? |
@sunshinejr Please merge pr |
| @@ -1,4 +1,4 @@ | |||
| // swift-tools-version:5.0 | |||
| // swift-tools-version:5.3 | |||
There was a problem hiding this comment.
Having this set at version 5.0 could be important for some projects. The way to make sure it can still work for those people would be to create a Package@swift-5.0.swift file which has the original 5.0 tools version.
Anyone requiring that version would be well used to having to manually handle the privacy manifest for their dependencies. And anyone using a version 5.3 or higher would get this Package.swift package description
|
dp221125:feature/support-privacy-info |
This PR adds a privacy manfiest (PrivacyInfo.xcprivacy), Apple has not been mentioned here, but this SDK is using the User Defaults API
Additionally, since the
swift-tools-versionin Package.swift is set to 5.0, it was not possible to add resources to the target. Functions that include resources available from version 5.3, so I have updated it to 5.3. (swift-package-manager github)resolve #299 #300