Blender Git Commit Log

Git Commits -> Revision bcee234

Revision bcee234 by Brecht Van Lommel (master)
March 16, 2011, 15:44 (GMT)
Mac OS X cmake changes and bundle fixes

For cmake users, you should now use "make install" instead of "make". This was
already changed for Linux and Windows. Same for Xcode, use the install target.

Changes:
* CMake install mechanism, resulting bundle was verified to be indentical here.
* For cmake, include Info.plist in bundle using builtin mechanism for that.
There was some code in packaging.cmake, but it wasn't correct as these
properties need to be set on the executable.
* For scons, fix app bundle version, was still using removed release/VERSION.
* Remove unused blendercreator.app and blenderpublisher.app.
* Fix Info.plist being set as a binary file in svn, should be plain text.

Commit Details:

Full Hash: bcee2343ead4dd2d737ca8add4d9264f111da0bc
SVN Revision: 35575
Parent Commit: 6e4be60
Lines Changed: +127, -182

10 Deleted Paths:

/source/darwin/blendercreator.app/Contents/Info.plist (+0, -53)
/source/darwin/blendercreator.app/Contents/MacOS/blendercreator (+0, -1)
/source/darwin/blendercreator.app/Contents/PkgInfo (+0, -1)
/source/darwin/blendercreator.app/Contents/Resources/blender creator icon.icns (+0, -0)
/source/darwin/blendercreator.app/Contents/Resources/blender file icon.icns (+0, -0)
/source/darwin/blenderpublisher.app/Contents/Info.plist (+0, -53)
/source/darwin/blenderpublisher.app/Contents/MacOS/blenderpublisher (+0, -1)
/source/darwin/blenderpublisher.app/Contents/PkgInfo (+0, -1)
/source/darwin/blenderpublisher.app/Contents/Resources/blender file icon.icns (+0, -0)
/source/darwin/blenderpublisher.app/Contents/Resources/blender publisher icon.icns (+0, -0)

6 Modified Paths:

/build_files/cmake/packaging.cmake (+0, -6) (Diff)
/build_files/scons/tools/Blender.py (+2, -1) (Diff)
/GNUmakefile (+1, -4) (Diff)
/source/creator/CMakeLists.txt (+90, -33) (Diff)
/source/darwin/blender.app/Contents/Info.plist (+4, -4) (Diff)
/source/darwin/blenderplayer.app/Contents/Info.plist (+30, -24) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021