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