Mercurial > public > geoquiz
annotate GeoQuiz/Info.plist @ 20:e281791e0494
finish implementation
author | Dennis C. M. <dennis@denniscm.com> |
---|---|
date | Sun, 23 Oct 2022 11:48:39 +0100 |
parents | ce7ea84f67f5 |
children | b3df0f5dc750 |
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> | |
7 <string>audio</string> | |
20 | 8 <string>remote-notification</string> |
12 | 9 </array> |
10 </dict> | |
11 </plist> |