Don't warn about reopening a crashed Servo window on Mac

This commit is contained in:
Manish Goregaokar 2016-07-05 22:06:19 +05:30
parent 110fd68610
commit aba43cad47
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98

View file

@ -1,26 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"> <plist version="1.0">
<dict> <dict>
<key>CFBundleGetInfoString</key> <key>CFBundleExecutable</key>
<string>Servo</string> <string>run-servo</string>
<key>CFBundleExecutable</key> <key>CFBundleGetInfoString</key>
<string>run-servo</string> <string>Servo</string>
<key>CFBundleIdentifier</key> <key>CFBundleIconFile</key>
<string>org.servo.Servo22</string> <string>servo.icns</string>
<key>CFBundleName</key> <key>CFBundleIdentifier</key>
<string>Servo</string> <string>org.servo.Servo</string>
<key>CFBundleIconFile</key> <key>CFBundleInfoDictionaryVersion</key>
<string>servo.icns</string> <string>6.0</string>
<key>CFBundleShortVersionString</key> <key>CFBundleName</key>
<string>0.0.1</string> <string>Servo</string>
<key>CFBundleInfoDictionaryVersion</key> <key>CFBundlePackageType</key>
<string>6.0</string> <string>APPL</string>
<key>CFBundlePackageType</key> <key>CFBundleShortVersionString</key>
<string>APPL</string> <string>0.0.1</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>NSQuitAlwaysKeepsWindows</key>
<false/>
</dict> </dict>
</plist> </plist>