From aba43cad47b708d21fcd66fa2edff515368dc3ee Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 5 Jul 2016 22:06:19 +0530 Subject: [PATCH] Don't warn about reopening a crashed Servo window on Mac --- Info.plist | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/Info.plist b/Info.plist index 3b8a4248cba..a3136514d3a 100644 --- a/Info.plist +++ b/Info.plist @@ -1,26 +1,28 @@ - + -CFBundleGetInfoString -Servo -CFBundleExecutable -run-servo -CFBundleIdentifier -org.servo.Servo22 -CFBundleName -Servo -CFBundleIconFile -servo.icns -CFBundleShortVersionString -0.0.1 -CFBundleInfoDictionaryVersion -6.0 -CFBundlePackageType -APPL -NSHighResolutionCapable - -NSPrincipalClass -NSApplication + CFBundleExecutable + run-servo + CFBundleGetInfoString + Servo + CFBundleIconFile + servo.icns + CFBundleIdentifier + org.servo.Servo + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Servo + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.0.1 + NSHighResolutionCapable + + NSPrincipalClass + NSApplication + NSQuitAlwaysKeepsWindows +