File icons: separate icons for gdscript, resource, scene and projects.
This commit is contained in:
59
misc/dist/osx_tools.app/Contents/Info.plist
vendored
59
misc/dist/osx_tools.app/Contents/Info.plist
vendored
@ -72,22 +72,67 @@
|
||||
<key>UTTypeDescription</key>
|
||||
<string>Godot Scene</string>
|
||||
<key>UTTypeIconFile</key>
|
||||
<string>Document.icns</string>
|
||||
<string>Scene.icns</string>
|
||||
<key>UTTypeConformsTo</key>
|
||||
<array>
|
||||
<string>public.data</string>
|
||||
</array>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
<dict>
|
||||
<key>com.apple.ostype</key>
|
||||
<string>TSCN</string>
|
||||
<key>public.filename-extension</key>
|
||||
<array>
|
||||
<string>scn</string>
|
||||
<string>tscn</string>
|
||||
</array>
|
||||
<key>public.mime-type</key>
|
||||
<string>scene/x-scn</string>
|
||||
<string>application/x-godot-scene</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>public.gd</string>
|
||||
<key>UTTypeReferenceURL</key>
|
||||
<string></string>
|
||||
<key>UTTypeDescription</key>
|
||||
<string>Godot Script</string>
|
||||
<key>UTTypeIconFile</key>
|
||||
<string>GDScript.icns</string>
|
||||
<key>UTTypeConformsTo</key>
|
||||
<array>
|
||||
<string>public.data</string>
|
||||
</array>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
<dict>
|
||||
<key>public.filename-extension</key>
|
||||
<array>
|
||||
<string>gd</string>
|
||||
</array>
|
||||
<key>public.mime-type</key>
|
||||
<string>text/x-gdscript</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>UTTypeIdentifier</key>
|
||||
<string>public.res</string>
|
||||
<key>UTTypeReferenceURL</key>
|
||||
<string></string>
|
||||
<key>UTTypeDescription</key>
|
||||
<string>Godot Resource</string>
|
||||
<key>UTTypeIconFile</key>
|
||||
<string>Resource.icns</string>
|
||||
<key>UTTypeConformsTo</key>
|
||||
<array>
|
||||
<string>public.data</string>
|
||||
</array>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
<dict>
|
||||
<key>public.filename-extension</key>
|
||||
<array>
|
||||
<string>res</string>
|
||||
<string>tres</string>
|
||||
</array>
|
||||
<key>public.mime-type</key>
|
||||
<string>application/x-godot-resource</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<dict>
|
||||
@ -98,21 +143,19 @@
|
||||
<key>UTTypeDescription</key>
|
||||
<string>Godot Project</string>
|
||||
<key>UTTypeIconFile</key>
|
||||
<string>Document.icns</string>
|
||||
<string>Project.icns</string>
|
||||
<key>UTTypeConformsTo</key>
|
||||
<array>
|
||||
<string>public.data</string>
|
||||
</array>
|
||||
<key>UTTypeTagSpecification</key>
|
||||
<dict>
|
||||
<key>com.apple.ostype</key>
|
||||
<string>GODP</string>
|
||||
<key>public.filename-extension</key>
|
||||
<array>
|
||||
<string>godot</string>
|
||||
</array>
|
||||
<key>public.mime-type</key>
|
||||
<string>project/x-godot</string>
|
||||
<string>text/x-godot-project</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</array>
|
||||
|
||||
Binary file not shown.
BIN
misc/dist/osx_tools.app/Contents/Resources/GDScript.icns
vendored
Normal file
BIN
misc/dist/osx_tools.app/Contents/Resources/GDScript.icns
vendored
Normal file
Binary file not shown.
BIN
misc/dist/osx_tools.app/Contents/Resources/Project.icns
vendored
Normal file
BIN
misc/dist/osx_tools.app/Contents/Resources/Project.icns
vendored
Normal file
Binary file not shown.
BIN
misc/dist/osx_tools.app/Contents/Resources/Resource.icns
vendored
Normal file
BIN
misc/dist/osx_tools.app/Contents/Resources/Resource.icns
vendored
Normal file
Binary file not shown.
BIN
misc/dist/osx_tools.app/Contents/Resources/Scene.icns
vendored
Normal file
BIN
misc/dist/osx_tools.app/Contents/Resources/Scene.icns
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user