From 3efe1231f0ea9570e4985ac5b8e568c768ad87ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 1 Sep 2016 22:05:29 +0200 Subject: Move templates and distribution stuff to tools/dist Also removed the obsolete iOS xcode template. --- tools/dist/osx_tools.app/Contents/Info.plist | 69 +++++++++++++++++++++ tools/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 tools/dist/osx_tools.app/Contents/Info.plist create mode 100644 tools/dist/osx_tools.app/Contents/PkgInfo create mode 100644 tools/dist/osx_tools.app/Contents/Resources/Godot.icns (limited to 'tools/dist/osx_tools.app') diff --git a/tools/dist/osx_tools.app/Contents/Info.plist b/tools/dist/osx_tools.app/Contents/Info.plist new file mode 100755 index 0000000000..2a3e727133 --- /dev/null +++ b/tools/dist/osx_tools.app/Contents/Info.plist @@ -0,0 +1,69 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + Godot + CFBundleName + Godot + CFBundleGetInfoString + (c) 2007-2016 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-2016 Juan Linietsky, Ariel Manzur + LSMinimumSystemVersion + 10.6.0 + LSMinimumSystemVersionByArchitecture + + x86_64 + 10.6.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/tools/dist/osx_tools.app/Contents/PkgInfo b/tools/dist/osx_tools.app/Contents/PkgInfo new file mode 100644 index 0000000000..6f749b0f37 --- /dev/null +++ b/tools/dist/osx_tools.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? diff --git a/tools/dist/osx_tools.app/Contents/Resources/Godot.icns b/tools/dist/osx_tools.app/Contents/Resources/Godot.icns new file mode 100644 index 0000000000..375f61437d Binary files /dev/null and b/tools/dist/osx_tools.app/Contents/Resources/Godot.icns differ -- cgit v1.2.3