From 475b9911b1130df8a64a9ce19eb9decefb5ca302 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 13 Apr 2024 11:11:26 -0400 Subject: [PATCH] Add privacy manifest to notification extension --- NotificationExtension/PrivacyInfo.xcprivacy | 17 +++++++++++++++++ Tusker.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 19 insertions(+) create mode 100644 NotificationExtension/PrivacyInfo.xcprivacy diff --git a/NotificationExtension/PrivacyInfo.xcprivacy b/NotificationExtension/PrivacyInfo.xcprivacy new file mode 100644 index 00000000..b0d358d3 --- /dev/null +++ b/NotificationExtension/PrivacyInfo.xcprivacy @@ -0,0 +1,17 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPITypeReasons + + 1C8F.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + + + + diff --git a/Tusker.xcodeproj/project.pbxproj b/Tusker.xcodeproj/project.pbxproj index 14f56440..4c4472a9 100644 --- a/Tusker.xcodeproj/project.pbxproj +++ b/Tusker.xcodeproj/project.pbxproj @@ -713,6 +713,7 @@ D6C3F4FA299035650009FCFF /* TrendsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TrendsViewController.swift; sourceTree = ""; }; D6C3F5162991C1A00009FCFF /* View+AppListStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "View+AppListStyle.swift"; sourceTree = ""; }; D6C3F5182991F5D60009FCFF /* TimelineJumpButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineJumpButton.swift; sourceTree = ""; }; + D6C4532A2BCAD7F900E26A0E /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; D6C693EE216192C2007D6A6D /* TuskerNavigationDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TuskerNavigationDelegate.swift; sourceTree = ""; }; D6C693FB2162FE6F007D6A6D /* LoadingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingViewController.swift; sourceTree = ""; }; D6C693FD2162FEEA007D6A6D /* UIViewController+Children.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIViewController+Children.swift"; sourceTree = ""; }; @@ -1009,6 +1010,7 @@ D630C3D92BC61B6100208903 /* NotificationExtension.entitlements */, D630C3D32BC61B6100208903 /* NotificationService.swift */, D630C3D52BC61B6100208903 /* Info.plist */, + D6C4532A2BCAD7F900E26A0E /* PrivacyInfo.xcprivacy */, ); path = NotificationExtension; sourceTree = "";