diff options
Diffstat (limited to 'Source/WebKit2/WebProcess/Info.plist')
-rw-r--r-- | Source/WebKit2/WebProcess/Info.plist | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Source/WebKit2/WebProcess/Info.plist b/Source/WebKit2/WebProcess/Info.plist index 1fa2672..dabaf1f 100644 --- a/Source/WebKit2/WebProcess/Info.plist +++ b/Source/WebKit2/WebProcess/Info.plist @@ -2,10 +2,6 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> - <key>LSFileQuarantineEnabled</key> - <true/> - <key>CFBundleDevelopmentRegion</key> - <string>English</string> <key>CFBundleExecutable</key> <string>${PRODUCT_NAME}</string> <key>CFBundleGetInfoString</key> @@ -22,11 +18,13 @@ <string>${SHORT_VERSION_STRING}</string> <key>CFBundleVersion</key> <string>${BUNDLE_VERSION}</string> + <key>LSFileQuarantineEnabled</key> + <true/> <key>LSMinimumSystemVersion</key> <string>${MACOSX_DEPLOYMENT_TARGET}</string> - <key>NSPrincipalClass</key> - <string>NSApplication</string> <key>LSUIElement</key> <true/> + <key>NSPrincipalClass</key> + <string>NSApplication</string> </dict> </plist> |