From d3d5c57c32c16fcff38fe31acfefa36a6aef8420 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Nov 2012 07:41:38 +0000 Subject: move source/darwin into release/darwin since these files are for osx packaging. --- release/darwin/blender.app/Contents/Info.plist | 54 +++++++++++++++++++++ release/darwin/blender.app/Contents/MacOS/blender | 1 + release/darwin/blender.app/Contents/PkgInfo | 1 + .../Contents/Resources/blender file icon.icns | Bin 0 -> 145836 bytes .../Contents/Resources/blender icon.icns | Bin 0 -> 189097 bytes .../darwin/blenderplayer.app/Contents/Info.plist | 49 +++++++++++++++++++ .../blenderplayer.app/Contents/MacOS/blenderplayer | 1 + release/darwin/blenderplayer.app/Contents/PkgInfo | 1 + .../Contents/Resources/blender file icon.icns | Bin 0 -> 145836 bytes .../Contents/Resources/blender player icon.icns | Bin 0 -> 189097 bytes .../set_simulation_threads.app/Contents/Info.plist | 44 +++++++++++++++++ .../Contents/MacOS/applet | Bin 0 -> 34480 bytes .../set_simulation_threads.app/Contents/PkgInfo | 1 + .../Contents/Resources/Scripts/main.scpt | Bin 0 -> 7664 bytes .../Contents/Resources/applet.icns | Bin 0 -> 40291 bytes .../Contents/Resources/applet.rsrc | Bin 0 -> 362 bytes .../Contents/Resources/description.rtfd/TXT.rtf | 4 ++ 17 files changed, 156 insertions(+) create mode 100644 release/darwin/blender.app/Contents/Info.plist create mode 100644 release/darwin/blender.app/Contents/MacOS/blender create mode 100644 release/darwin/blender.app/Contents/PkgInfo create mode 100644 release/darwin/blender.app/Contents/Resources/blender file icon.icns create mode 100644 release/darwin/blender.app/Contents/Resources/blender icon.icns create mode 100644 release/darwin/blenderplayer.app/Contents/Info.plist create mode 100644 release/darwin/blenderplayer.app/Contents/MacOS/blenderplayer create mode 100644 release/darwin/blenderplayer.app/Contents/PkgInfo create mode 100644 release/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns create mode 100644 release/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns create mode 100644 release/darwin/set_simulation_threads.app/Contents/Info.plist create mode 100755 release/darwin/set_simulation_threads.app/Contents/MacOS/applet create mode 100644 release/darwin/set_simulation_threads.app/Contents/PkgInfo create mode 100644 release/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt create mode 100644 release/darwin/set_simulation_threads.app/Contents/Resources/applet.icns create mode 100644 release/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc create mode 100644 release/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf (limited to 'release') diff --git a/release/darwin/blender.app/Contents/Info.plist b/release/darwin/blender.app/Contents/Info.plist new file mode 100644 index 00000000000..064ffe5bc3f --- /dev/null +++ b/release/darwin/blender.app/Contents/Info.plist @@ -0,0 +1,54 @@ + + + + + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + blend + + CFBundleTypeIconFile + blender file icon.icns + CFBundleTypeName + Blender File + CFBundleTypeOSTypes + + BLND + + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + + + CFBundleExecutable + blender + CFBundleGetInfoString + ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation + CFBundleIconFile + blender icon.icns + CFBundleIdentifier + org.blenderfoundation.blender + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + Blender + CFBundlePackageType + APPL + CFBundleShortVersionString + ${MACOSX_BUNDLE_SHORT_VERSION_STRING} + CFBundleSignature + ???? + CFBundleVersion + ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation + LSEnvironment + + OMP_NUM_THREADS + 4 + + NSPrincipalClass + NSApplication + + diff --git a/release/darwin/blender.app/Contents/MacOS/blender b/release/darwin/blender.app/Contents/MacOS/blender new file mode 100644 index 00000000000..5e05e74a307 --- /dev/null +++ b/release/darwin/blender.app/Contents/MacOS/blender @@ -0,0 +1 @@ +placeholder diff --git a/release/darwin/blender.app/Contents/PkgInfo b/release/darwin/blender.app/Contents/PkgInfo new file mode 100644 index 00000000000..bd04210fb49 --- /dev/null +++ b/release/darwin/blender.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/release/darwin/blender.app/Contents/Resources/blender file icon.icns b/release/darwin/blender.app/Contents/Resources/blender file icon.icns new file mode 100644 index 00000000000..9065f1b359c Binary files /dev/null and b/release/darwin/blender.app/Contents/Resources/blender file icon.icns differ diff --git a/release/darwin/blender.app/Contents/Resources/blender icon.icns b/release/darwin/blender.app/Contents/Resources/blender icon.icns new file mode 100644 index 00000000000..5eef94afde9 Binary files /dev/null and b/release/darwin/blender.app/Contents/Resources/blender icon.icns differ diff --git a/release/darwin/blenderplayer.app/Contents/Info.plist b/release/darwin/blenderplayer.app/Contents/Info.plist new file mode 100644 index 00000000000..c7b9ceb568e --- /dev/null +++ b/release/darwin/blenderplayer.app/Contents/Info.plist @@ -0,0 +1,49 @@ + + + + + CFBundleInfoDictionaryVersion + 6.0 + CFBundleExecutable + blenderplayer + CFBundlePackageType + APPL + CFBundleSignature + ???? + CFBundleIconFile + blender player icon.icns + CFBundleName + BlenderPlayer + CFBundleIdentifier + org.blenderfoundation.blenderplayer + CFBundleVersion + ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation + CFBundleShortVersionString + ${MACOSX_BUNDLE_SHORT_VERSION_STRING} + CFBundleGetInfoString + ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation + CFBundleDocumentTypes + + + CFBundleTypeIconFile + blender file icon.icns + CFBundleTypeName + Blender File + CFBundleTypeOSTypes + + BLND + + CFBundleTypeExtensions + + blend + + CFBundleTypeRole + Viewer + LSIsAppleDefaultForType + + + + NSPrincipalClass + NSApplication + + diff --git a/release/darwin/blenderplayer.app/Contents/MacOS/blenderplayer b/release/darwin/blenderplayer.app/Contents/MacOS/blenderplayer new file mode 100644 index 00000000000..5e05e74a307 --- /dev/null +++ b/release/darwin/blenderplayer.app/Contents/MacOS/blenderplayer @@ -0,0 +1 @@ +placeholder diff --git a/release/darwin/blenderplayer.app/Contents/PkgInfo b/release/darwin/blenderplayer.app/Contents/PkgInfo new file mode 100644 index 00000000000..bd04210fb49 --- /dev/null +++ b/release/darwin/blenderplayer.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/release/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns b/release/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns new file mode 100644 index 00000000000..9065f1b359c Binary files /dev/null and b/release/darwin/blenderplayer.app/Contents/Resources/blender file icon.icns differ diff --git a/release/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns b/release/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns new file mode 100644 index 00000000000..5eef94afde9 Binary files /dev/null and b/release/darwin/blenderplayer.app/Contents/Resources/blender player icon.icns differ diff --git a/release/darwin/set_simulation_threads.app/Contents/Info.plist b/release/darwin/set_simulation_threads.app/Contents/Info.plist new file mode 100644 index 00000000000..eb80955e5a6 --- /dev/null +++ b/release/darwin/set_simulation_threads.app/Contents/Info.plist @@ -0,0 +1,44 @@ + + + + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + English + CFBundleExecutable + applet + CFBundleIconFile + applet + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + set_simulation_threads + CFBundlePackageType + APPL + CFBundleSignature + aplt + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.6 + + LSRequiresCarbon + + WindowState + + dividerCollapsed + + eventLogLevel + -1 + name + ScriptWindowState + positionOfDivider + 493 + savedFrame + 698 332 1163 846 0 0 1920 1178 + selectedTabView + result + + + diff --git a/release/darwin/set_simulation_threads.app/Contents/MacOS/applet b/release/darwin/set_simulation_threads.app/Contents/MacOS/applet new file mode 100755 index 00000000000..0079f4b19d4 Binary files /dev/null and b/release/darwin/set_simulation_threads.app/Contents/MacOS/applet differ diff --git a/release/darwin/set_simulation_threads.app/Contents/PkgInfo b/release/darwin/set_simulation_threads.app/Contents/PkgInfo new file mode 100644 index 00000000000..3253614c402 --- /dev/null +++ b/release/darwin/set_simulation_threads.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPLaplt \ No newline at end of file diff --git a/release/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt b/release/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt new file mode 100644 index 00000000000..fa562578a80 Binary files /dev/null and b/release/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt differ diff --git a/release/darwin/set_simulation_threads.app/Contents/Resources/applet.icns b/release/darwin/set_simulation_threads.app/Contents/Resources/applet.icns new file mode 100644 index 00000000000..fcc1f09273d Binary files /dev/null and b/release/darwin/set_simulation_threads.app/Contents/Resources/applet.icns differ diff --git a/release/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc b/release/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc new file mode 100644 index 00000000000..540621d0b9e Binary files /dev/null and b/release/darwin/set_simulation_threads.app/Contents/Resources/applet.rsrc differ diff --git a/release/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf b/release/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf new file mode 100644 index 00000000000..0d0a60c08b5 --- /dev/null +++ b/release/darwin/set_simulation_threads.app/Contents/Resources/description.rtfd/TXT.rtf @@ -0,0 +1,4 @@ +{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230 +{\fonttbl} +{\colortbl;\red255\green255\blue255;} +} \ No newline at end of file -- cgit v1.2.3