Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-12-03 13:02:40 +0300
committerKent Mein <mein@cs.umn.edu>2002-12-03 13:02:40 +0300
commit5b88406c3f58ee717ac8cd348b1e3fdbe39ff2ec (patch)
tree9eccbdba36e232e831a6b9341201ccb2d0eeb9db /source/darwin
parent73aef31b52e17d8bd2c74e861ca2b7d925bb37b8 (diff)
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
Diffstat (limited to 'source/darwin')
-rw-r--r--source/darwin/blender.app/Contents/Info.plist53
-rw-r--r--source/darwin/blender.app/Contents/MacOS/blender1
-rw-r--r--source/darwin/blender.app/Contents/PkgInfo1
-rw-r--r--source/darwin/blender.app/Contents/Resources/blender file icon.icnsbin0 -> 48147 bytes
-rw-r--r--source/darwin/blender.app/Contents/Resources/blender icon.icnsbin0 -> 35306 bytes
5 files changed, 55 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.9">
+<dict>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+
+ <key>CFBundleExecutable</key>
+ <string>blenderpublisher</string>
+
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+
+ <key>CFBundleIconFile</key>
+ <string>blender publisher icon.icns</string>
+
+ <key>CFBundleName</key>
+ <string>BlenderPublisher</string>
+ <key>CFBundleIdentifier</key>
+ <string>com.nantechnologies.blenderpublisher</string>
+
+ <key>CFBundleVersion</key>
+ <string>VERSION, DATE, Copyright NaN Technologies BV</string>
+ <key>CFBundleShortVersionString</key>
+ <string>VERSION</string>
+ <key>CFBundleGetInfoString</key>
+ <string>VERSION, DATE, Copyright NaN Technologies BV</string>
+
+ <key>CFBundleDocumentTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeIconFile</key>
+ <string>blender file icon.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>Blender File</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>BLND</string>
+ </array>
+ <key>CFBundleTypeExtensions</key>
+ <array>
+ <string>blend</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSIsAppleDefaultForType</key>
+ <true/>
+ </dict>
+ </array>
+</dict>
+</plist>
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
--- /dev/null
+++ b/source/darwin/blender.app/Contents/Resources/blender file icon.icns
Binary files 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
--- /dev/null
+++ b/source/darwin/blender.app/Contents/Resources/blender icon.icns
Binary files differ