From 56c1e1b613e8b48d358384faad5f71438c83e89b Mon Sep 17 00:00:00 2001 From: "longxiang.guo" Date: Tue, 27 Feb 2024 15:19:44 +0800 Subject: [PATCH] add ios privacy manifest --- IOSSecuritySuite.podspec | 3 ++- Resources/PrivacyInfo.xcprivacy | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 Resources/PrivacyInfo.xcprivacy diff --git a/IOSSecuritySuite.podspec b/IOSSecuritySuite.podspec index 07d5521..e51c04e 100644 --- a/IOSSecuritySuite.podspec +++ b/IOSSecuritySuite.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "IOSSecuritySuite" - s.version = "1.9.10" + s.version = "1.9.11" s.summary = "iOS platform security & anti-tampering Swift library" s.homepage = "https://github.com/securing/IOSSecuritySuite" s.license = "bsd-2-clause" @@ -10,6 +10,7 @@ Pod::Spec.new do |s| s.ios.frameworks = 'UIKit', 'Foundation' s.source = { :git => "https://github.com/securing/IOSSecuritySuite.git", :tag => "#{s.version}" } s.source_files = "IOSSecuritySuite/*.swift" + s.resource_bundles = {'IOSSecuritySuitePrivacy' => ['Resources/PrivacyInfo.xcprivacy']} s.swift_version = '5.0' s.requires_arc = true s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' } diff --git a/Resources/PrivacyInfo.xcprivacy b/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..8c7c964 --- /dev/null +++ b/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,31 @@ + + + + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + 3B52.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryDiskSpace + NSPrivacyAccessedAPITypeReasons + + E174.1 + + + + NSPrivacyCollectedDataTypes + + NSPrivacyTracking + + +