git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[iOS] enable background audio in WK2
[WebKit-https.git]
/
Source
/
WebKit2
/
WebProcess
/
EntryPoint
/
mac
/
XPCService
/
WebContentService.Development
/
Info-iOS.plist
diff --git
a/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist
b/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist
index
27d57b3
..
de6d542
100644
(file)
--- a/
Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist
+++ b/
Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info-iOS.plist
@@
-37,5
+37,9
@@
<key>_MultipleInstances</key>
<true/>
</dict>
+ <key>UIBackgroundModes</key>
+ <array>
+ <string>audio</string>
+ </array>
</dict>
</plist>