https://bugs.webkit.org/show_bug.cgi?id=133996
Reviewed by Jer Noble.
* WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist: Mark as
allowed to play audio when in the background.
* WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist: Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@170075
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-06-17 Eric Carlson <eric.carlson@apple.com>
+
+ [iOS] enable background audio in WK2
+ https://bugs.webkit.org/show_bug.cgi?id=133996
+
+ Reviewed by Jer Noble.
+
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist: Mark as
+ allowed to play audio when in the background.
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist: Ditto.
+
2014-06-17 Simon Fraser <simon.fraser@apple.com>
[UI-side compositing] fix reflections on composited layers
<key>_MultipleInstances</key>
<true/>
</dict>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>audio</string>
+ </array>
</dict>
</plist>
</dict>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>audio</string>
+ </array>
</dict>
</plist>