comparison GeoQuiz/Info.plist @ 25:b3df0f5dc750

remove audio from UIBackgroundModes
author Dennis C. M. <dennis@denniscm.com>
date Fri, 28 Oct 2022 18:58:24 +0200
parents e281791e0494
children
comparison
equal deleted inserted replaced
24:2e9600b03fe5 25:b3df0f5dc750
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>UIBackgroundModes</key> 5 <key>UIBackgroundModes</key>
6 <array> 6 <array>
7 <string>audio</string>
8 <string>remote-notification</string> 7 <string>remote-notification</string>
9 </array> 8 </array>
10 </dict> 9 </dict>
11 </plist> 10 </plist>