From cc7d36c81db11f6a98314210453efb7e62d73f74 Mon Sep 17 00:00:00 2001 From: Hitesh Jain Date: Wed, 24 Apr 2024 17:18:52 +0200 Subject: [PATCH] Add Privacy Manifest --- Resources/PrivacyInfo.xcprivacy | 43 --------------------------------- Usabilla.podspec | 4 +-- 2 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 Resources/PrivacyInfo.xcprivacy diff --git a/Resources/PrivacyInfo.xcprivacy b/Resources/PrivacyInfo.xcprivacy deleted file mode 100644 index 273db4bc..00000000 --- a/Resources/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,43 +0,0 @@ - - - - - NSPrivacyCollectedDataTypes - - - NSPrivacyCollectedDataType - NSPrivacyCollectedDataTypePhotosorVideos - NSPrivacyCollectedDataTypeLinked - - NSPrivacyCollectedDataTypeTracking - - NSPrivacyCollectedDataTypePurposes - - - NSPrivacyCollectedDataTypePurposeAppFunctionality - NSPrivacyCollectedDataTypePurposeProductPersonalization - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - NSPrivacyAccessedAPITypeReasons - - C56D.1 - - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryDiskSpace - NSPrivacyAccessedAPITypeReasons - - 7D9E.1 - E174.1 - - - - - diff --git a/Usabilla.podspec b/Usabilla.podspec index c0b0598f..8a93cfc5 100644 --- a/Usabilla.podspec +++ b/Usabilla.podspec @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.homepage = "http://usabilla.com" s.license = "Apache License, Version 2.0" s.author = { "Team SDK" => "sdk@usabilla.com" } - s.platform = :ios, "9.0" + s.platform = :ios, "12.0" s.source = { :http => "https://github.com/usabilla/usabilla-u4a-ios-swift-sdk/releases/download/v#{s.version}/UsabillaXCFramework.zip"} - s.ios.resource_bundles = {"Usabilla" => ["Resources/PrivacyInfo.xcprivacy"]} + s.ios.resource_bundle = { 'Usabilla' => 'Usabilla.xcframework/PrivacyInfo.xcprivacy' } s.ios.vendored_frameworks = 'Usabilla.xcframework' end