Mercurial > public > geoquiz
view 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 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>UIBackgroundModes</key> <array> <string>remote-notification</string> </array> </dict> </plist>