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
This commit is contained in:
Kent Mein 2002-12-03 10:02:40 +00:00
parent 73aef31b52
commit 5b88406c3f
5 changed files with 55 additions and 0 deletions

@ -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>

@ -0,0 +1 @@
placeholder

@ -0,0 +1 @@
APPL????