changeset 25:b3df0f5dc750

remove audio from UIBackgroundModes
author Dennis C. M. <dennis@denniscm.com>
date Fri, 28 Oct 2022 18:58:24 +0200
parents 2e9600b03fe5
children 425078c01194
files GeoQuiz/Info.plist
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GeoQuiz/Info.plist	Thu Oct 27 09:52:30 2022 +0200
+++ b/GeoQuiz/Info.plist	Fri Oct 28 18:58:24 2022 +0200
@@ -4,7 +4,6 @@
 <dict>
 	<key>UIBackgroundModes</key>
 	<array>
-		<string>audio</string>
 		<string>remote-notification</string>
 	</array>
 </dict>