summaryrefslogtreecommitdiffstats
path: root/misc/dist/macos_tools.app/Contents
diff options
context:
space:
mode:
authorTrashguy <trashguy@gmail.com>2024-10-11 12:21:42 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-10-13 15:05:24 -0400
commit9901f655fb46bd345770ad5f4a1638c4051b1816 (patch)
treebb22b4881145f122568c8f2e51e912078ad1b4fc /misc/dist/macos_tools.app/Contents
parent6699ae7897658e44efc3cfb2cba91c11a8f5aa6a (diff)
downloadredot-engine-9901f655fb46bd345770ad5f4a1638c4051b1816.tar.gz
Rebrand Godot 4.3 to Redot
Diffstat (limited to 'misc/dist/macos_tools.app/Contents')
-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 d0a18c1006..dabf5e5461 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>
@@ -29,7 +29,7 @@
<key>NSRequiresAquaSystemAppearance</key>
<false/>
<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>
@@ -73,6 +73,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>
@@ -82,7 +94,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>
@@ -130,7 +142,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>
@@ -154,7 +166,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>
@@ -194,6 +206,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>