diff --git a/source/darwin/blender.app/Contents/Info.plist b/source/darwin/blender.app/Contents/Info.plist index a25c629ce68..7fab4a98c4b 100644 --- a/source/darwin/blender.app/Contents/Info.plist +++ b/source/darwin/blender.app/Contents/Info.plist @@ -2,29 +2,13 @@ - CFBundleInfoDictionaryVersion - 6.0 - CFBundleExecutable - blender - CFBundlePackageType - APPL - CFBundleSignature - ???? - CFBundleIconFile - blender icon.icns - CFBundleName - Blender - CFBundleIdentifier - org.blenderfoundation.blender - CFBundleVersion - ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation - CFBundleShortVersionString - ${MACOSX_BUNDLE_SHORT_VERSION_STRING} - CFBundleGetInfoString - ${MACOSX_BUNDLE_LONG_VERSION_STRING}, Blender Foundation CFBundleDocumentTypes + CFBundleTypeExtensions + + blend + CFBundleTypeIconFile blender file icon.icns CFBundleTypeName @@ -33,16 +17,32 @@ BLND - CFBundleTypeExtensions - - blend - 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 diff --git a/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt b/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt index 44a107abf78..7a0e345348c 100644 Binary files a/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt and b/source/darwin/set_simulation_threads.app/Contents/Resources/Scripts/main.scpt differ diff --git a/source/darwin/set_simulation_threads_applescript.scpt b/source/darwin/set_simulation_threads_applescript.scpt new file mode 100644 index 00000000000..ba05af64178 Binary files /dev/null and b/source/darwin/set_simulation_threads_applescript.scpt differ