summaryrefslogtreecommitdiffstats
path: root/misc/dist/macos_tools.app/Contents/Info.plist
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dist/macos_tools.app/Contents/Info.plist')
-rw-r--r--misc/dist/macos_tools.app/Contents/Info.plist51
1 files changed, 43 insertions, 8 deletions
diff --git a/misc/dist/macos_tools.app/Contents/Info.plist b/misc/dist/macos_tools.app/Contents/Info.plist
index 9078701c91..b7e16518d8 100644
--- a/misc/dist/macos_tools.app/Contents/Info.plist
+++ b/misc/dist/macos_tools.app/Contents/Info.plist
@@ -5,13 +5,13 @@
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
- <string>Godot</string>
+ <string>Redot</string>
<key>CFBundleName</key>
- <string>Godot</string>
+ <string>Redot</string>
<key>CFBundleIconFile</key>
- <string>Godot.icns</string>
+ <string>Redot.icns</string>
<key>CFBundleIdentifier</key>
- <string>org.godotengine.godot</string>
+ <string>org.redotengine.redot</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
@@ -31,7 +31,7 @@
<key>NSCameraUseContinuityCameraDeviceType</key>
<true/>
<key>NSHumanReadableCopyright</key>
- <string>© 2007-present Juan Linietsky, Ariel Manzur &amp; Godot Engine contributors</string>
+ <string>© 2007-present Juan Linietsky, Ariel Manzur &amp; Godot Engine contributors &amp; Redot Engine contributors</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
@@ -80,6 +80,18 @@
<string>public.godot</string>
</array>
</dict>
+ <dict>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>LSItemContentTypes</key>
+ <array>
+ <string>public.redot</string>
+ </array>
+ <key>NSExportableTypes</key>
+ <array>
+ <string>public.redot</string>
+ </array>
+ </dict>
</array>
<key>UTExportedTypeDeclarations</key>
<array>
@@ -89,7 +101,7 @@
<key>UTTypeReferenceURL</key>
<string></string>
<key>UTTypeDescription</key>
- <string>Godot Engine scene</string>
+ <string>Redot Engine scene</string>
<key>UTTypeIconFile</key>
<string>Scene.icns</string>
<key>UTTypeConformsTo</key>
@@ -137,7 +149,7 @@
<key>UTTypeReferenceURL</key>
<string></string>
<key>UTTypeDescription</key>
- <string>Godot Engine resource</string>
+ <string>Redot Engine resource</string>
<key>UTTypeIconFile</key>
<string>Resource.icns</string>
<key>UTTypeConformsTo</key>
@@ -161,7 +173,7 @@
<key>UTTypeReferenceURL</key>
<string></string>
<key>UTTypeDescription</key>
- <string>Godot Engine shader</string>
+ <string>Redot Engine shader</string>
<key>UTTypeIconFile</key>
<string>Shader.icns</string>
<key>UTTypeConformsTo</key>
@@ -201,6 +213,29 @@
<string>application/x-godot-project</string>
</dict>
</dict>
+ <dict>
+ <key>UTTypeIdentifier</key>
+ <string>public.redot</string>
+ <key>UTTypeReferenceURL</key>
+ <string></string>
+ <key>UTTypeDescription</key>
+ <string>Redot Engine project</string>
+ <key>UTTypeIconFile</key>
+ <string>Project.icns</string>
+ <key>UTTypeConformsTo</key>
+ <array>
+ <string>public.data</string>
+ </array>
+ <key>UTTypeTagSpecification</key>
+ <dict>
+ <key>public.filename-extension</key>
+ <array>
+ <string>redot</string>
+ </array>
+ <key>public.mime-type</key>
+ <string>application/x-godot-project</string>
+ </dict>
+ </dict>
</array>
</dict>
</plist>