From 5aa066a69045a6daf682eaf636bd05bea33f6c1a Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 28 Mar 2024 10:30:33 +0100 Subject: [PATCH] fix: privacyinfo inline --- ...dhere_to_the_iOS17_Privacy_Requirements.md | 24 +++++++++++++++++-- .../PrivacyInfo.xcprivacy | 17 ------------- 2 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 docs/guide/Titanium_SDK/Titanium_SDK_How-tos/PrivacyInfo.xcprivacy diff --git a/docs/guide/Titanium_SDK/Titanium_SDK_How-tos/Adhere_to_the_iOS17_Privacy_Requirements.md b/docs/guide/Titanium_SDK/Titanium_SDK_How-tos/Adhere_to_the_iOS17_Privacy_Requirements.md index e1d76ce7b6..6479b128cd 100644 --- a/docs/guide/Titanium_SDK/Titanium_SDK_How-tos/Adhere_to_the_iOS17_Privacy_Requirements.md +++ b/docs/guide/Titanium_SDK/Titanium_SDK_How-tos/Adhere_to_the_iOS17_Privacy_Requirements.md @@ -25,8 +25,28 @@ When using these APIs, you need to declare the reason(s) for using them inside a ### Existing Apps -For existing apps, you can download the default [PrivacyInfo.xcprivacy here](./PrivacyInfo.xcprivacy) and place them into the following folder: - +For existing apps, you can use the default `PrivacyInfo.xcprivacy` + +```xml + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPITypeReasons + + AC6B.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + + + + +``` +and place them into the following folder: - Alloy apps: app/assets/iphone/ - Classic apps: Resources/iphone/ diff --git a/docs/guide/Titanium_SDK/Titanium_SDK_How-tos/PrivacyInfo.xcprivacy b/docs/guide/Titanium_SDK/Titanium_SDK_How-tos/PrivacyInfo.xcprivacy deleted file mode 100644 index 5681a271ba..0000000000 --- a/docs/guide/Titanium_SDK/Titanium_SDK_How-tos/PrivacyInfo.xcprivacy +++ /dev/null @@ -1,17 +0,0 @@ - - - - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPITypeReasons - - AC6B.1 - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryUserDefaults - - - -