From b87a232668d9f9f3b32c2fceb60bc5f6ef46df22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 9 Feb 2017 00:07:44 +0100 Subject: Reorder the folders in tools to prepare moving tools/editor - `certs` and `editor_fonts` go to `thirdparty` - `dist` and `scripts` go to a new `misc` folder - `collada` and `doc` go to `tools/editor` The next step will be to rename `tools/editor` to `editor` directly, but this will be done at the right time to avoid breaking too many PRs. --- misc/dist/osx_tools.app/Contents/Info.plist | 69 +++++++++++++++++++++ misc/dist/osx_tools.app/Contents/PkgInfo | 1 + .../osx_tools.app/Contents/Resources/Godot.icns | Bin 0 -> 120942 bytes 3 files changed, 70 insertions(+) create mode 100755 misc/dist/osx_tools.app/Contents/Info.plist create mode 100644 misc/dist/osx_tools.app/Contents/PkgInfo create mode 100644 misc/dist/osx_tools.app/Contents/Resources/Godot.icns (limited to 'misc/dist/osx_tools.app/Contents') diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist new file mode 100755 index 0000000000..4d88e97503 --- /dev/null +++ b/misc/dist/osx_tools.app/Contents/Info.plist @@ -0,0 +1,69 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Godot + CFBundleName + Godot + CFBundleGetInfoString + (c) 2007-2017 Juan Linietsky, Ariel Manzur + CFBundleIconFile + Godot.icns + CFBundleIdentifier + org.godotengine.godot + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + APPL + CFBundleShortVersionString + 2.2-dev + CFBundleSignature + godot + CFBundleVersion + 2.2-dev + NSHumanReadableCopyright + © 2007-2017 Juan Linietsky, Ariel Manzur + LSMinimumSystemVersion + 10.9.0 + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.9.0 + + NSHighResolutionCapable + + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + scn + SCN + + CFBundleTypeIconFile + Godot.icns + CFBundleTypeMIMETypes + + scene/x-scn + + CFBundleTypeName + Godot Scene + CFBundleTypeOSTypes + + SCN + + CFBundleTypeRole + Editor + LSIsAppleDefaultForType + + LSItemContentTypes + + org.godotengine.scn + + + + + diff --git a/misc/dist/osx_tools.app/Contents/PkgInfo b/misc/dist/osx_tools.app/Contents/PkgInfo new file mode 100644 index 0000000000..6f749b0f37 --- /dev/null +++ b/misc/dist/osx_tools.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? diff --git a/misc/dist/osx_tools.app/Contents/Resources/Godot.icns b/misc/dist/osx_tools.app/Contents/Resources/Godot.icns new file mode 100644 index 0000000000..375f61437d Binary files /dev/null and b/misc/dist/osx_tools.app/Contents/Resources/Godot.icns differ -- cgit v1.2.3