annotate 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 |
|
rev |
line source |
12
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
|
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3 <plist version="1.0">
|
|
4 <dict>
|
|
5 <key>UIBackgroundModes</key>
|
|
6 <array>
|
20
|
7 <string>remote-notification</string>
|
12
|
8 </array>
|
|
9 </dict>
|
|
10 </plist>
|