From c8e2f16c978e42d07c8ab85e7b39d94fee762fa4 Mon Sep 17 00:00:00 2001 From: Frank <472730949@qq.com> Date: Tue, 26 Mar 2024 10:40:44 +0800 Subject: [PATCH 1/2] Add privacy access reason for using UserDefaults --- MJRefresh.podspec | 2 +- MJRefresh/PrivacyInfo.xcprivacy | 11 ++++++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/MJRefresh.podspec b/MJRefresh.podspec index f9263e14..a34c5525 100644 --- a/MJRefresh.podspec +++ b/MJRefresh.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'MJRefresh' - s.version = '3.7.8' + s.version = '3.7.9' s.summary = 'An easy way to use pull-to-refresh' s.homepage = 'https://github.com/CoderMJLee/MJRefresh' s.license = 'MIT' diff --git a/MJRefresh/PrivacyInfo.xcprivacy b/MJRefresh/PrivacyInfo.xcprivacy index 0c890280..2d55cfea 100644 --- a/MJRefresh/PrivacyInfo.xcprivacy +++ b/MJRefresh/PrivacyInfo.xcprivacy @@ -7,7 +7,16 @@ NSPrivacyTrackingDomains NSPrivacyAccessedAPITypes - + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + NSPrivacyCollectedDataTypes From 535d39c86e592d73f8b8e75f9bf1eda62ca4a4ce Mon Sep 17 00:00:00 2001 From: Frank <472730949@qq.com> Date: Tue, 26 Mar 2024 10:45:19 +0800 Subject: [PATCH 2/2] Remove useless symbolic link --- MJRefreshExample.xcodeproj | 1 - 1 file changed, 1 deletion(-) delete mode 120000 MJRefreshExample.xcodeproj diff --git a/MJRefreshExample.xcodeproj b/MJRefreshExample.xcodeproj deleted file mode 120000 index cebc6863..00000000 --- a/MJRefreshExample.xcodeproj +++ /dev/null @@ -1 +0,0 @@ -Examples/MJRefreshExample/MJRefreshExample.xcodeproj \ No newline at end of file