From 769a4bbf51eef4104efa5503adce852c98e99ab0 Mon Sep 17 00:00:00 2001 From: Ed Giardina Date: Thu, 4 Apr 2024 13:48:44 -0400 Subject: [PATCH] Privacy Manifest --- IfpaMaui.csproj | 67 ++++++++++++++++------------- Platforms/iOS/PrivacyInfo.xcprivacy | 41 ++++++++++++++++++ 2 files changed, 78 insertions(+), 30 deletions(-) create mode 100644 Platforms/iOS/PrivacyInfo.xcprivacy diff --git a/IfpaMaui.csproj b/IfpaMaui.csproj index 67017ad..fb3a0a6 100644 --- a/IfpaMaui.csproj +++ b/IfpaMaui.csproj @@ -45,7 +45,41 @@ false + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -62,6 +96,7 @@ + @@ -99,36 +134,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/Platforms/iOS/PrivacyInfo.xcprivacy b/Platforms/iOS/PrivacyInfo.xcprivacy new file mode 100644 index 0000000..37477c0 --- /dev/null +++ b/Platforms/iOS/PrivacyInfo.xcprivacy @@ -0,0 +1,41 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategorySystemBootTime + NSPrivacyAccessedAPITypeReasons + + 35F9.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryDiskSpace + NSPrivacyAccessedAPITypeReasons + + E174.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + + \ No newline at end of file