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">
5 <key>CFBundleGetInfoString</key>
6 <string>${BUNDLE_VERSION}, Copyright 2003-2014 Apple Inc.</string>
7 <key>CFBundleDevelopmentRegion</key>
8 <string>English</string>
9 <key>CFBundleExecutable</key>
10 <string>${EXECUTABLE_NAME}</string>
11 <key>CFBundleIdentifier</key>
12 <string>com.apple.WebKit.WebContent.Development</string>
13 <key>CFBundleInfoDictionaryVersion</key>
15 <key>CFBundleName</key>
16 <string>${PRODUCT_NAME}</string>
17 <key>CFBundlePackageType</key>
19 <key>CFBundleShortVersionString</key>
20 <string>${SHORT_VERSION_STRING}</string>
21 <key>CFBundleSignature</key>
23 <key>CFBundleVersion</key>
24 <string>${BUNDLE_VERSION}</string>
25 <key>CFBundleAllowMixedLocalizations</key>
27 <key>LSFileQuarantineEnabled</key>
29 <key>WebKitEntryPoint</key>
30 <string>WebContentServiceInitializer</string>
33 <key>ServiceType</key>
34 <string>Application</string>
35 <key>RunLoopType</key>
36 <string>NSRunLoop</string>
37 <key>_MultipleInstances</key>
40 <key>UIBackgroundModes</key>
42 <string>audio</string>