[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50471] trunk/blender/source/darwin: initial retina support for osx \ to take effect you must perhaps logout/ in \i prefer in terminal: /System/Library/Frameworks/CoreServices.framework /Frameworks/LaunchServices.framework/Support/lsregister -v -f

jens verwiebe info at jensverwiebe.de
Fri Sep 7 17:44:20 CEST 2012


Revision: 50471
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50471
Author:   jensverwiebe
Date:     2012-09-07 15:44:20 +0000 (Fri, 07 Sep 2012)
Log Message:
-----------
initial retina support for osx \ to take effect you must perhaps logout/in \i prefer in terminal: /System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -v -f

Modified Paths:
--------------
    trunk/blender/source/darwin/blender.app/Contents/Info.plist
    trunk/blender/source/darwin/blenderplayer.app/Contents/Info.plist

Modified: trunk/blender/source/darwin/blender.app/Contents/Info.plist
===================================================================
--- trunk/blender/source/darwin/blender.app/Contents/Info.plist	2012-09-07 12:53:41 UTC (rev 50470)
+++ trunk/blender/source/darwin/blender.app/Contents/Info.plist	2012-09-07 15:44:20 UTC (rev 50471)
@@ -48,5 +48,7 @@
 		<key>OMP_NUM_THREADS</key>
 		<string>4</string>
 	</dict>
+	<key>NSPrincipalClass</key>
+	<string>NSApplication</string>
 </dict>
 </plist>

Modified: trunk/blender/source/darwin/blenderplayer.app/Contents/Info.plist
===================================================================
--- trunk/blender/source/darwin/blenderplayer.app/Contents/Info.plist	2012-09-07 12:53:41 UTC (rev 50470)
+++ trunk/blender/source/darwin/blenderplayer.app/Contents/Info.plist	2012-09-07 15:44:20 UTC (rev 50471)
@@ -1,33 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
-<plist version="0.9">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
 <dict>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
-
 	<key>CFBundleExecutable</key>
 	<string>blenderplayer</string>
-
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
-
 	<key>CFBundleIconFile</key>
 	<string>blender player icon.icns</string>
-
 	<key>CFBundleName</key>
 	<string>BlenderPlayer</string>
 	<key>CFBundleIdentifier</key>
 	<string>org.blenderfoundation.blenderplayer</string>
-
 	<key>CFBundleVersion</key>
 	<string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
 	<key>CFBundleShortVersionString</key>
 	<string>${MACOSX_BUNDLE_SHORT_VERSION_STRING}</string>
 	<key>CFBundleGetInfoString</key>
 	<string>${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation</string>
-
 	<key>CFBundleDocumentTypes</key>
 	<array>
 		<dict>
@@ -49,5 +43,7 @@
 			<false/>
 		</dict>
 	</array>
+	<key>NSPrincipalClass</key>
+	<string>NSApplication</string>
 </dict>
 </plist>




More information about the Bf-blender-cvs mailing list