From 3b4709bf2871f991ba1054db1e5c335d1a0c4051 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sat, 9 Jun 2018 19:32:47 -0700 Subject: [PATCH] Add nonsense usage descriptions to Info.plist for a bunch of things that the user is unlikely to ever do with the application. --- Info.plist | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Info.plist b/Info.plist index ca46e300f..94f32c5d5 100644 --- a/Info.plist +++ b/Info.plist @@ -1030,5 +1030,15 @@ https://f.losno.co/cog/mercury.xml SUPublicDSAKeyFile dsa_pub.pem + NSLocationUsageDescription + Cog has no use for your location information. Something is obviously wrong with the application. + NSCalendarsUsageDescription + Cog has no use for your calendar information. Why are you trying to open your Calendar with an audio player? + NSContactsUsageDescription + Cog has no use for your contacts information. Why are you trying to open your contacts with an audio player? + NSRemindersUsageDescription + Cog has no use for your reminders. Why are you trying to access them with an audio player? + NSPhotoLibraryUsageDescription + Cog is an audio player. Why are you trying to access your Photos Library with an audio player?