]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/carbon/Info.plist.in
make sure we have a default handling the quit command, see #12402
[wxWidgets.git] / src / osx / carbon / Info.plist.in
index de35d6de2775011bfb948aad30a90e1eca4fbbb9..f53a692e68fe5539351ebeee4667ca6efe887ce9 100644 (file)
@@ -2,12 +2,21 @@
 <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
 <plist version="0.9">
 <dict>
+       <key>NSPrincipalClass</key>
+       <string>wxNSApplication</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleIdentifier</key>
        <string>org.wxwindows.IDENTIFIER</string>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
+       <key>CFBundleLocalizations</key>
+       <array>
+               <string>de</string>
+               <string>en</string>
+               <string>fr</string>
+               <string>it</string>
+       </array>
        <key>CFBundleExecutable</key>
        <string>EXECUTABLE</string>
        <key>CFBundleIconFile</key>
        <key>CFBundleShortVersionString</key>
        <string>VERSION</string>
        <key>CFBundleGetInfoString</key>
-       <string>EXECUTABLE version VERSION, (c) 2002-2006 wxWidgets</string>
+       <string>EXECUTABLE version VERSION, (c) 2002-2012 wxWidgets</string>
        <key>CFBundleLongVersionString</key>
-       <string>VERSION, (c) 2002-2006 wxWidgets</string>
+       <string>VERSION, (c) 2002-2012 wxWidgets</string>
        <key>NSHumanReadableCopyright</key>
-       <string>Copyright 2002-2006 wxWidgets</string>
+       <string>Copyright 2002-2012 wxWidgets</string>
        <key>LSRequiresCarbon</key>
        <true/>
        <key>CSResourcesFileMapped</key>