From 5b88406c3f58ee717ac8cd348b1e3fdbe39ff2ec Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 3 Dec 2002 10:02:40 +0000 Subject: I moved source/darwin/blenderpublisher.app to source/darwin/blender.app or at least tried. You will probably want to rm -rf source/darwin/blenderpublisher.app Kent -- mein@cs.umn.edu --- source/darwin/blender.app/Contents/Info.plist | 53 +++++++++++++++++++++ source/darwin/blender.app/Contents/MacOS/blender | 1 + source/darwin/blender.app/Contents/PkgInfo | 1 + .../Contents/Resources/blender file icon.icns | Bin 0 -> 48147 bytes .../Contents/Resources/blender icon.icns | Bin 0 -> 35306 bytes 5 files changed, 55 insertions(+) create mode 100644 source/darwin/blender.app/Contents/Info.plist create mode 100644 source/darwin/blender.app/Contents/MacOS/blender create mode 100644 source/darwin/blender.app/Contents/PkgInfo create mode 100644 source/darwin/blender.app/Contents/Resources/blender file icon.icns create mode 100644 source/darwin/blender.app/Contents/Resources/blender icon.icns diff --git a/source/darwin/blender.app/Contents/Info.plist b/source/darwin/blender.app/Contents/Info.plist new file mode 100644 index 00000000000..f22de5a4460 --- /dev/null +++ b/source/darwin/blender.app/Contents/Info.plist @@ -0,0 +1,53 @@ + + + + + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleExecutable + blenderpublisher + + CFBundlePackageType + APPL + CFBundleSignature + ???? + + CFBundleIconFile + blender publisher icon.icns + + CFBundleName + BlenderPublisher + CFBundleIdentifier + com.nantechnologies.blenderpublisher + + CFBundleVersion + VERSION, DATE, Copyright NaN Technologies BV + CFBundleShortVersionString + VERSION + CFBundleGetInfoString + VERSION, DATE, Copyright NaN Technologies BV + + CFBundleDocumentTypes + + + CFBundleTypeIconFile + blender file icon.icns + CFBundleTypeName + Blender File + CFBundleTypeOSTypes + + BLND + + CFBundleTypeExtensions + + blend + + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + + diff --git a/source/darwin/blender.app/Contents/MacOS/blender b/source/darwin/blender.app/Contents/MacOS/blender new file mode 100644 index 00000000000..5e05e74a307 --- /dev/null +++ b/source/darwin/blender.app/Contents/MacOS/blender @@ -0,0 +1 @@ +placeholder diff --git a/source/darwin/blender.app/Contents/PkgInfo b/source/darwin/blender.app/Contents/PkgInfo new file mode 100644 index 00000000000..bd04210fb49 --- /dev/null +++ b/source/darwin/blender.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/source/darwin/blender.app/Contents/Resources/blender file icon.icns b/source/darwin/blender.app/Contents/Resources/blender file icon.icns new file mode 100644 index 00000000000..0d38a7b4215 Binary files /dev/null and b/source/darwin/blender.app/Contents/Resources/blender file icon.icns differ diff --git a/source/darwin/blender.app/Contents/Resources/blender icon.icns b/source/darwin/blender.app/Contents/Resources/blender icon.icns new file mode 100644 index 00000000000..2b166c76d56 Binary files /dev/null and b/source/darwin/blender.app/Contents/Resources/blender icon.icns differ -- cgit v1.2.3