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: [PATCH] Move templates and distribution stuff to tools/dist Also removed the obsolete iOS xcode template. --- tools/{ => dist}/docker/Dockerfile | 0 tools/{ => dist}/docker/README.md | 0 .../docker/scripts/install-android-tools | 0 tools/{ => dist}/html_fs/godot.html | 0 tools/{ => dist}/html_fs/godotfs.js | 0 .../dist/ios_xcode}/godot_xcode/data.pck | 0 .../ios_xcode}/godot_xcode/godot_debug.iphone | 0 .../godot_ios.xcodeproj/project.pbxproj | 0 .../contents.xcworkspacedata | 0 .../godot_ios/Default-568h@2x~iphone.png | Bin .../godot_xcode/godot_ios/Default-667h.png | Bin .../godot_xcode/godot_ios/Default-667h@2x.png | Bin .../godot_xcode/godot_ios/Default-736h.png | Bin .../godot_xcode/godot_ios/Default-736h@3x.png | Bin .../godot_ios/Default-Landscape-736h.png | Bin .../godot_ios/Default-Landscape@2x~ipad.png | Bin .../godot_ios/Default-Landscape~ipad.png | Bin .../godot_ios/Default-Portrait@2x~ipad.png | Bin .../godot_ios/Default-Portrait~ipad.png | Bin .../godot_ios/Default@2x~iphone.png | Bin .../godot_xcode/godot_ios/Default~iphone.png | Bin .../AppIcon.appiconset/Contents.json | 0 .../AppIcon.appiconset/Icon-100.png | Bin .../AppIcon.appiconset/Icon-114.png | Bin .../AppIcon.appiconset/Icon-120.png | Bin .../AppIcon.appiconset/Icon-144.png | Bin .../AppIcon.appiconset/Icon-152.png | Bin .../AppIcon.appiconset/Icon-180.png | Bin .../AppIcon.appiconset/Icon-29.png | Bin .../AppIcon.appiconset/Icon-40.png | Bin .../AppIcon.appiconset/Icon-50.png | Bin .../AppIcon.appiconset/Icon-57.png | Bin .../AppIcon.appiconset/Icon-58.png | Bin .../AppIcon.appiconset/Icon-60.png | Bin .../AppIcon.appiconset/Icon-72.png | Bin .../AppIcon.appiconset/Icon-76.png | Bin .../AppIcon.appiconset/Icon-80.png | Bin .../AppIcon.appiconset/icon-167.png | Bin .../AppIcon.appiconset/icon-87.png | Bin .../Images.xcassets/AppIcon.appiconset/sizes | 0 .../godot_ios/en.lproj/InfoPlist.strings | 0 .../godot_ios/godot_ios-Info.plist | 0 .../ios_xcode}/godot_xcode/godot_ios/main.m | 0 .../ios_xcode}/godot_xcode/godot_opt.iphone | 0 .../osx_template.app/Contents/Info.plist | 0 .../osx_template.app}/Contents/PkgInfo | 0 .../Contents/Resources/icon.icns | Bin .../osx_tools.app}/Contents/Info.plist | 0 .../osx_tools.app}/Contents/PkgInfo | 0 .../Contents/Resources/Godot.icns | Bin tools/ios_xcode_template/data.pck | 0 .../godot_ios.xcodeproj/project.pbxproj | 469 ------------------ .../contents.xcworkspacedata | 7 - .../UserInterfaceState.xcuserstate | Bin 13553 -> 0 bytes .../xcschemes/godot_ios.xcscheme | 96 ---- .../xcschemes/xcschememanagement.plist | 27 - .../godot_ios/en.lproj/InfoPlist.strings | 2 - .../godot_ios/godot_ios-Info.plist | 47 -- .../godot_ios/godot_ios-Prefix.pch | 16 - tools/ios_xcode_template/godot_ios/main.m | 39 -- .../godot_iosTests/en.lproj/InfoPlist.strings | 2 - .../godot_iosTests/godot_iosTests-Info.plist | 22 - .../godot_iosTests/godot_iosTests.m | 55 -- 63 files changed, 782 deletions(-) rename tools/{ => dist}/docker/Dockerfile (100%) rename tools/{ => dist}/docker/README.md (100%) rename tools/{ => dist}/docker/scripts/install-android-tools (100%) rename tools/{ => dist}/html_fs/godot.html (100%) rename tools/{ => dist}/html_fs/godotfs.js (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/data.pck (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_debug.iphone (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios.xcodeproj/project.pbxproj (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-568h@2x~iphone.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-667h.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-667h@2x.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-736h.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-736h@3x.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-Landscape-736h.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-Landscape@2x~ipad.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-Landscape~ipad.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-Portrait@2x~ipad.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default-Portrait~ipad.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default@2x~iphone.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Default~iphone.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-100.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-114.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-120.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-144.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-152.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-180.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-29.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-40.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-50.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-57.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-58.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-60.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-72.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-76.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-80.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-167.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-87.png (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/en.lproj/InfoPlist.strings (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/godot_ios-Info.plist (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_ios/main.m (100%) rename {platform/iphone/xcode => tools/dist/ios_xcode}/godot_xcode/godot_opt.iphone (100%) rename tools/{ => dist}/osx_template.app/Contents/Info.plist (100%) rename tools/{Godot.app => dist/osx_template.app}/Contents/PkgInfo (100%) rename tools/{ => dist}/osx_template.app/Contents/Resources/icon.icns (100%) rename tools/{Godot.app => dist/osx_tools.app}/Contents/Info.plist (100%) rename tools/{osx_template.app => dist/osx_tools.app}/Contents/PkgInfo (100%) rename tools/{Godot.app => dist/osx_tools.app}/Contents/Resources/Godot.icns (100%) delete mode 100644 tools/ios_xcode_template/data.pck delete mode 100644 tools/ios_xcode_template/godot_ios.xcodeproj/project.pbxproj delete mode 100644 tools/ios_xcode_template/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 tools/ios_xcode_template/godot_ios.xcodeproj/project.xcworkspace/xcuserdata/punto.xcuserdatad/UserInterfaceState.xcuserstate delete mode 100644 tools/ios_xcode_template/godot_ios.xcodeproj/xcuserdata/punto.xcuserdatad/xcschemes/godot_ios.xcscheme delete mode 100644 tools/ios_xcode_template/godot_ios.xcodeproj/xcuserdata/punto.xcuserdatad/xcschemes/xcschememanagement.plist delete mode 100644 tools/ios_xcode_template/godot_ios/en.lproj/InfoPlist.strings delete mode 100644 tools/ios_xcode_template/godot_ios/godot_ios-Info.plist delete mode 100644 tools/ios_xcode_template/godot_ios/godot_ios-Prefix.pch delete mode 100644 tools/ios_xcode_template/godot_ios/main.m delete mode 100644 tools/ios_xcode_template/godot_iosTests/en.lproj/InfoPlist.strings delete mode 100644 tools/ios_xcode_template/godot_iosTests/godot_iosTests-Info.plist delete mode 100644 tools/ios_xcode_template/godot_iosTests/godot_iosTests.m diff --git a/tools/docker/Dockerfile b/tools/dist/docker/Dockerfile similarity index 100% rename from tools/docker/Dockerfile rename to tools/dist/docker/Dockerfile diff --git a/tools/docker/README.md b/tools/dist/docker/README.md similarity index 100% rename from tools/docker/README.md rename to tools/dist/docker/README.md diff --git a/tools/docker/scripts/install-android-tools b/tools/dist/docker/scripts/install-android-tools similarity index 100% rename from tools/docker/scripts/install-android-tools rename to tools/dist/docker/scripts/install-android-tools diff --git a/tools/html_fs/godot.html b/tools/dist/html_fs/godot.html similarity index 100% rename from tools/html_fs/godot.html rename to tools/dist/html_fs/godot.html diff --git a/tools/html_fs/godotfs.js b/tools/dist/html_fs/godotfs.js similarity index 100% rename from tools/html_fs/godotfs.js rename to tools/dist/html_fs/godotfs.js diff --git a/platform/iphone/xcode/godot_xcode/data.pck b/tools/dist/ios_xcode/godot_xcode/data.pck similarity index 100% rename from platform/iphone/xcode/godot_xcode/data.pck rename to tools/dist/ios_xcode/godot_xcode/data.pck diff --git a/platform/iphone/xcode/godot_xcode/godot_debug.iphone b/tools/dist/ios_xcode/godot_xcode/godot_debug.iphone similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_debug.iphone rename to tools/dist/ios_xcode/godot_xcode/godot_debug.iphone diff --git a/platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.pbxproj b/tools/dist/ios_xcode/godot_xcode/godot_ios.xcodeproj/project.pbxproj similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.pbxproj rename to tools/dist/ios_xcode/godot_xcode/godot_ios.xcodeproj/project.pbxproj diff --git a/platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/tools/dist/ios_xcode/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to tools/dist/ios_xcode/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-568h@2x~iphone.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-568h@2x~iphone.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-568h@2x~iphone.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-568h@2x~iphone.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-667h.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-667h.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-667h.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-667h.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-667h@2x.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-667h@2x.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-667h@2x.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-667h@2x.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-736h.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-736h.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-736h.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-736h.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-736h@3x.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-736h@3x.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-736h@3x.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-736h@3x.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape-736h.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Landscape-736h.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape-736h.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Landscape-736h.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape@2x~ipad.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Landscape@2x~ipad.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape@2x~ipad.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Landscape@2x~ipad.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape~ipad.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Landscape~ipad.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape~ipad.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Landscape~ipad.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-Portrait@2x~ipad.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Portrait@2x~ipad.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-Portrait@2x~ipad.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Portrait@2x~ipad.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-Portrait~ipad.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Portrait~ipad.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default-Portrait~ipad.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default-Portrait~ipad.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default@2x~iphone.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default@2x~iphone.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default@2x~iphone.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default@2x~iphone.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default~iphone.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Default~iphone.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Default~iphone.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Default~iphone.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-100.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-100.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-100.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-100.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-114.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-114.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-114.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-114.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-120.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-120.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-120.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-120.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-144.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-144.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-144.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-144.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-152.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-152.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-152.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-152.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-180.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-180.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-180.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-180.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-29.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-29.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-29.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-29.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-40.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-40.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-40.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-40.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-50.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-50.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-50.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-50.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-57.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-57.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-57.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-57.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-58.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-58.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-58.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-58.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-60.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-60.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-60.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-60.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-72.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-72.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-72.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-72.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-76.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-76.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-76.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-76.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-80.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-80.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-80.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-80.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-167.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-167.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-167.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-167.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-87.png b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-87.png similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-87.png rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-87.png diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes b/tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes rename to tools/dist/ios_xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/en.lproj/InfoPlist.strings b/tools/dist/ios_xcode/godot_xcode/godot_ios/en.lproj/InfoPlist.strings similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/en.lproj/InfoPlist.strings rename to tools/dist/ios_xcode/godot_xcode/godot_ios/en.lproj/InfoPlist.strings diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/godot_ios-Info.plist b/tools/dist/ios_xcode/godot_xcode/godot_ios/godot_ios-Info.plist similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/godot_ios-Info.plist rename to tools/dist/ios_xcode/godot_xcode/godot_ios/godot_ios-Info.plist diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/main.m b/tools/dist/ios_xcode/godot_xcode/godot_ios/main.m similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_ios/main.m rename to tools/dist/ios_xcode/godot_xcode/godot_ios/main.m diff --git a/platform/iphone/xcode/godot_xcode/godot_opt.iphone b/tools/dist/ios_xcode/godot_xcode/godot_opt.iphone similarity index 100% rename from platform/iphone/xcode/godot_xcode/godot_opt.iphone rename to tools/dist/ios_xcode/godot_xcode/godot_opt.iphone diff --git a/tools/osx_template.app/Contents/Info.plist b/tools/dist/osx_template.app/Contents/Info.plist similarity index 100% rename from tools/osx_template.app/Contents/Info.plist rename to tools/dist/osx_template.app/Contents/Info.plist diff --git a/tools/Godot.app/Contents/PkgInfo b/tools/dist/osx_template.app/Contents/PkgInfo similarity index 100% rename from tools/Godot.app/Contents/PkgInfo rename to tools/dist/osx_template.app/Contents/PkgInfo diff --git a/tools/osx_template.app/Contents/Resources/icon.icns b/tools/dist/osx_template.app/Contents/Resources/icon.icns similarity index 100% rename from tools/osx_template.app/Contents/Resources/icon.icns rename to tools/dist/osx_template.app/Contents/Resources/icon.icns diff --git a/tools/Godot.app/Contents/Info.plist b/tools/dist/osx_tools.app/Contents/Info.plist similarity index 100% rename from tools/Godot.app/Contents/Info.plist rename to tools/dist/osx_tools.app/Contents/Info.plist diff --git a/tools/osx_template.app/Contents/PkgInfo b/tools/dist/osx_tools.app/Contents/PkgInfo similarity index 100% rename from tools/osx_template.app/Contents/PkgInfo rename to tools/dist/osx_tools.app/Contents/PkgInfo diff --git a/tools/Godot.app/Contents/Resources/Godot.icns b/tools/dist/osx_tools.app/Contents/Resources/Godot.icns similarity index 100% rename from tools/Godot.app/Contents/Resources/Godot.icns rename to tools/dist/osx_tools.app/Contents/Resources/Godot.icns diff --git a/tools/ios_xcode_template/data.pck b/tools/ios_xcode_template/data.pck deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/tools/ios_xcode_template/godot_ios.xcodeproj/project.pbxproj b/tools/ios_xcode_template/godot_ios.xcodeproj/project.pbxproj deleted file mode 100644 index 4ae1ec8a53..0000000000 --- a/tools/ios_xcode_template/godot_ios.xcodeproj/project.pbxproj +++ /dev/null @@ -1,469 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - D0BCFE3818AEBDA2004A7AAE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3718AEBDA2004A7AAE /* Foundation.framework */; }; - D0BCFE3A18AEBDA2004A7AAE /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3918AEBDA2004A7AAE /* CoreGraphics.framework */; }; - D0BCFE3C18AEBDA2004A7AAE /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3B18AEBDA2004A7AAE /* UIKit.framework */; }; - D0BCFE3E18AEBDA2004A7AAE /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3D18AEBDA2004A7AAE /* GLKit.framework */; }; - D0BCFE4018AEBDA2004A7AAE /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3F18AEBDA2004A7AAE /* OpenGLES.framework */; }; - D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */; }; - D0BCFE6218AEBDA3004A7AAE /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE6118AEBDA3004A7AAE /* XCTest.framework */; }; - D0BCFE6318AEBDA3004A7AAE /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3718AEBDA2004A7AAE /* Foundation.framework */; }; - D0BCFE6418AEBDA3004A7AAE /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D0BCFE3B18AEBDA2004A7AAE /* UIKit.framework */; }; - D0BCFE6C18AEBDA3004A7AAE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE6A18AEBDA3004A7AAE /* InfoPlist.strings */; }; - D0BCFE6E18AEBDA3004A7AAE /* godot_iosTests.m in Sources */ = {isa = PBXBuildFile; fileRef = D0BCFE6D18AEBDA3004A7AAE /* godot_iosTests.m */; }; - D0BCFE7818AEBFEB004A7AAE /* data.pck in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE7718AEBFEB004A7AAE /* data.pck */; }; - D0BCFE7A18AEC06A004A7AAE /* godot_opt.iphone in Resources */ = {isa = PBXBuildFile; fileRef = D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - D0BCFE6518AEBDA3004A7AAE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D0BCFE2C18AEBDA2004A7AAE /* Project object */; - proxyType = 1; - remoteGlobalIDString = D0BCFE3318AEBDA2004A7AAE; - remoteInfo = godot_ios; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - D0BCFE3418AEBDA2004A7AAE /* godot_ios.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = godot_ios.app; sourceTree = BUILT_PRODUCTS_DIR; }; - D0BCFE3718AEBDA2004A7AAE /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; }; - D0BCFE3918AEBDA2004A7AAE /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; }; - D0BCFE3B18AEBDA2004A7AAE /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; - D0BCFE3D18AEBDA2004A7AAE /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; }; - D0BCFE3F18AEBDA2004A7AAE /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; }; - D0BCFE4318AEBDA2004A7AAE /* godot_ios-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "godot_ios-Info.plist"; sourceTree = ""; }; - D0BCFE4518AEBDA2004A7AAE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - D0BCFE4918AEBDA2004A7AAE /* godot_ios-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "godot_ios-Prefix.pch"; sourceTree = ""; }; - D0BCFE6018AEBDA3004A7AAE /* godot_iosTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = godot_iosTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; - D0BCFE6118AEBDA3004A7AAE /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - D0BCFE6918AEBDA3004A7AAE /* godot_iosTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "godot_iosTests-Info.plist"; sourceTree = ""; }; - D0BCFE6B18AEBDA3004A7AAE /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; - D0BCFE6D18AEBDA3004A7AAE /* godot_iosTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = godot_iosTests.m; sourceTree = ""; }; - D0BCFE7718AEBFEB004A7AAE /* data.pck */ = {isa = PBXFileReference; lastKnownFileType = file; path = data.pck; sourceTree = ""; }; - D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = godot_opt.iphone; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D0BCFE3118AEBDA2004A7AAE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D0BCFE4018AEBDA2004A7AAE /* OpenGLES.framework in Frameworks */, - D0BCFE3A18AEBDA2004A7AAE /* CoreGraphics.framework in Frameworks */, - D0BCFE3C18AEBDA2004A7AAE /* UIKit.framework in Frameworks */, - D0BCFE3E18AEBDA2004A7AAE /* GLKit.framework in Frameworks */, - D0BCFE3818AEBDA2004A7AAE /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D0BCFE5D18AEBDA3004A7AAE /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - D0BCFE6218AEBDA3004A7AAE /* XCTest.framework in Frameworks */, - D0BCFE6418AEBDA3004A7AAE /* UIKit.framework in Frameworks */, - D0BCFE6318AEBDA3004A7AAE /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - D0BCFE2B18AEBDA2004A7AAE = { - isa = PBXGroup; - children = ( - D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */, - D0BCFE7718AEBFEB004A7AAE /* data.pck */, - D0BCFE4118AEBDA2004A7AAE /* godot_ios */, - D0BCFE6718AEBDA3004A7AAE /* godot_iosTests */, - D0BCFE3618AEBDA2004A7AAE /* Frameworks */, - D0BCFE3518AEBDA2004A7AAE /* Products */, - ); - sourceTree = ""; - }; - D0BCFE3518AEBDA2004A7AAE /* Products */ = { - isa = PBXGroup; - children = ( - D0BCFE3418AEBDA2004A7AAE /* godot_ios.app */, - D0BCFE6018AEBDA3004A7AAE /* godot_iosTests.xctest */, - ); - name = Products; - sourceTree = ""; - }; - D0BCFE3618AEBDA2004A7AAE /* Frameworks */ = { - isa = PBXGroup; - children = ( - D0BCFE3718AEBDA2004A7AAE /* Foundation.framework */, - D0BCFE3918AEBDA2004A7AAE /* CoreGraphics.framework */, - D0BCFE3B18AEBDA2004A7AAE /* UIKit.framework */, - D0BCFE3D18AEBDA2004A7AAE /* GLKit.framework */, - D0BCFE3F18AEBDA2004A7AAE /* OpenGLES.framework */, - D0BCFE6118AEBDA3004A7AAE /* XCTest.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - D0BCFE4118AEBDA2004A7AAE /* godot_ios */ = { - isa = PBXGroup; - children = ( - D0BCFE4218AEBDA2004A7AAE /* Supporting Files */, - ); - path = godot_ios; - sourceTree = ""; - }; - D0BCFE4218AEBDA2004A7AAE /* Supporting Files */ = { - isa = PBXGroup; - children = ( - D0BCFE4318AEBDA2004A7AAE /* godot_ios-Info.plist */, - D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */, - D0BCFE4918AEBDA2004A7AAE /* godot_ios-Prefix.pch */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; - D0BCFE6718AEBDA3004A7AAE /* godot_iosTests */ = { - isa = PBXGroup; - children = ( - D0BCFE6D18AEBDA3004A7AAE /* godot_iosTests.m */, - D0BCFE6818AEBDA3004A7AAE /* Supporting Files */, - ); - path = godot_iosTests; - sourceTree = ""; - }; - D0BCFE6818AEBDA3004A7AAE /* Supporting Files */ = { - isa = PBXGroup; - children = ( - D0BCFE6918AEBDA3004A7AAE /* godot_iosTests-Info.plist */, - D0BCFE6A18AEBDA3004A7AAE /* InfoPlist.strings */, - ); - name = "Supporting Files"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D0BCFE3318AEBDA2004A7AAE /* godot_ios */ = { - isa = PBXNativeTarget; - buildConfigurationList = D0BCFE7118AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "godot_ios" */; - buildPhases = ( - D0BCFE3018AEBDA2004A7AAE /* Sources */, - D0BCFE3118AEBDA2004A7AAE /* Frameworks */, - D0BCFE3218AEBDA2004A7AAE /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = godot_ios; - productName = godot_ios; - productReference = D0BCFE3418AEBDA2004A7AAE /* godot_ios.app */; - productType = "com.apple.product-type.application"; - }; - D0BCFE5F18AEBDA3004A7AAE /* godot_iosTests */ = { - isa = PBXNativeTarget; - buildConfigurationList = D0BCFE7418AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "godot_iosTests" */; - buildPhases = ( - D0BCFE5C18AEBDA3004A7AAE /* Sources */, - D0BCFE5D18AEBDA3004A7AAE /* Frameworks */, - D0BCFE5E18AEBDA3004A7AAE /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - D0BCFE6618AEBDA3004A7AAE /* PBXTargetDependency */, - ); - name = godot_iosTests; - productName = godot_iosTests; - productReference = D0BCFE6018AEBDA3004A7AAE /* godot_iosTests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D0BCFE2C18AEBDA2004A7AAE /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0500; - ORGANIZATIONNAME = GodotEngine; - TargetAttributes = { - D0BCFE5F18AEBDA3004A7AAE = { - TestTargetID = D0BCFE3318AEBDA2004A7AAE; - }; - }; - }; - buildConfigurationList = D0BCFE2F18AEBDA2004A7AAE /* Build configuration list for PBXProject "godot_ios" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - Base, - ); - mainGroup = D0BCFE2B18AEBDA2004A7AAE; - productRefGroup = D0BCFE3518AEBDA2004A7AAE /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D0BCFE3318AEBDA2004A7AAE /* godot_ios */, - D0BCFE5F18AEBDA3004A7AAE /* godot_iosTests */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - D0BCFE3218AEBDA2004A7AAE /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D0BCFE7818AEBFEB004A7AAE /* data.pck in Resources */, - D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */, - D0BCFE7A18AEC06A004A7AAE /* godot_opt.iphone in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D0BCFE5E18AEBDA3004A7AAE /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D0BCFE6C18AEBDA3004A7AAE /* InfoPlist.strings in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - D0BCFE3018AEBDA2004A7AAE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - D0BCFE5C18AEBDA3004A7AAE /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - D0BCFE6E18AEBDA3004A7AAE /* godot_iosTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - D0BCFE6618AEBDA3004A7AAE /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = D0BCFE3318AEBDA2004A7AAE /* godot_ios */; - targetProxy = D0BCFE6518AEBDA3004A7AAE /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin PBXVariantGroup section */ - D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - D0BCFE4518AEBDA2004A7AAE /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; - D0BCFE6A18AEBDA3004A7AAE /* InfoPlist.strings */ = { - isa = PBXVariantGroup; - children = ( - D0BCFE6B18AEBDA3004A7AAE /* en */, - ); - name = InfoPlist.strings; - sourceTree = ""; - }; -/* End PBXVariantGroup section */ - -/* Begin XCBuildConfiguration section */ - D0BCFE6F18AEBDA3004A7AAE /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - ONLY_ACTIVE_ARCH = YES; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - }; - name = Debug; - }; - D0BCFE7018AEBDA3004A7AAE /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 7.0; - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - D0BCFE7218AEBDA3004A7AAE /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "godot_ios/godot_ios-Prefix.pch"; - INFOPLIST_FILE = "godot_ios/godot_ios-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "armv7 armv7s"; - WRAPPER_EXTENSION = app; - }; - name = Debug; - }; - D0BCFE7318AEBDA3004A7AAE /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD)"; - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "godot_ios/godot_ios-Prefix.pch"; - INFOPLIST_FILE = "godot_ios/godot_ios-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 4.3; - PRODUCT_NAME = "$(TARGET_NAME)"; - TARGETED_DEVICE_FAMILY = "1,2"; - VALID_ARCHS = "armv7 armv7s"; - WRAPPER_EXTENSION = app; - }; - name = Release; - }; - D0BCFE7518AEBDA3004A7AAE /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/godot_ios.app/godot_ios"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "godot_ios/godot_ios-Prefix.pch"; - GCC_PREPROCESSOR_DEFINITIONS = ( - "DEBUG=1", - "$(inherited)", - ); - INFOPLIST_FILE = "godot_iosTests/godot_iosTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Debug; - }; - D0BCFE7618AEBDA3004A7AAE /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)"; - BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/godot_ios.app/godot_ios"; - FRAMEWORK_SEARCH_PATHS = ( - "$(SDKROOT)/Developer/Library/Frameworks", - "$(inherited)", - "$(DEVELOPER_FRAMEWORKS_DIR)", - ); - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = "godot_ios/godot_ios-Prefix.pch"; - INFOPLIST_FILE = "godot_iosTests/godot_iosTests-Info.plist"; - PRODUCT_NAME = "$(TARGET_NAME)"; - TEST_HOST = "$(BUNDLE_LOADER)"; - WRAPPER_EXTENSION = xctest; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - D0BCFE2F18AEBDA2004A7AAE /* Build configuration list for PBXProject "godot_ios" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D0BCFE6F18AEBDA3004A7AAE /* Debug */, - D0BCFE7018AEBDA3004A7AAE /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D0BCFE7118AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "godot_ios" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D0BCFE7218AEBDA3004A7AAE /* Debug */, - D0BCFE7318AEBDA3004A7AAE /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; - D0BCFE7418AEBDA3004A7AAE /* Build configuration list for PBXNativeTarget "godot_iosTests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - D0BCFE7518AEBDA3004A7AAE /* Debug */, - D0BCFE7618AEBDA3004A7AAE /* Release */, - ); - defaultConfigurationIsVisible = 0; - }; -/* End XCConfigurationList section */ - }; - rootObject = D0BCFE2C18AEBDA2004A7AAE /* Project object */; -} diff --git a/tools/ios_xcode_template/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/tools/ios_xcode_template/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 3c9ba38bbe..0000000000 --- a/tools/ios_xcode_template/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/tools/ios_xcode_template/godot_ios.xcodeproj/project.xcworkspace/xcuserdata/punto.xcuserdatad/UserInterfaceState.xcuserstate b/tools/ios_xcode_template/godot_ios.xcodeproj/project.xcworkspace/xcuserdata/punto.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 7c338929ed5ff0f288dfd575aa5de39e0e9348c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 13553 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tools/ios_xcode_template/godot_ios.xcodeproj/xcuserdata/punto.xcuserdatad/xcschemes/xcschememanagement.plist b/tools/ios_xcode_template/godot_ios.xcodeproj/xcuserdata/punto.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 4a3a16cbdb..0000000000 --- a/tools/ios_xcode_template/godot_ios.xcodeproj/xcuserdata/punto.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,27 +0,0 @@ - - - - - SchemeUserState - - godot_ios.xcscheme - - orderHint - 0 - - - SuppressBuildableAutocreation - - D0BCFE3318AEBDA2004A7AAE - - primary - - - D0BCFE5F18AEBDA3004A7AAE - - primary - - - - - diff --git a/tools/ios_xcode_template/godot_ios/en.lproj/InfoPlist.strings b/tools/ios_xcode_template/godot_ios/en.lproj/InfoPlist.strings deleted file mode 100644 index 477b28ff8f..0000000000 --- a/tools/ios_xcode_template/godot_ios/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,2 +0,0 @@ -/* Localized versions of Info.plist keys */ - diff --git a/tools/ios_xcode_template/godot_ios/godot_ios-Info.plist b/tools/ios_xcode_template/godot_ios/godot_ios-Info.plist deleted file mode 100644 index 357970920a..0000000000 --- a/tools/ios_xcode_template/godot_ios/godot_ios-Info.plist +++ /dev/null @@ -1,47 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleDisplayName - ${PRODUCT_NAME} - CFBundleExecutable - godot_opt.iphone - CFBundleIdentifier - org.godotengine.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - ${PRODUCT_NAME} - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1.0 - LSRequiresIPhoneOS - - UIRequiredDeviceCapabilities - - armv7 - - UIStatusBarHidden - - UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - - diff --git a/tools/ios_xcode_template/godot_ios/godot_ios-Prefix.pch b/tools/ios_xcode_template/godot_ios/godot_ios-Prefix.pch deleted file mode 100644 index 82a2bb4507..0000000000 --- a/tools/ios_xcode_template/godot_ios/godot_ios-Prefix.pch +++ /dev/null @@ -1,16 +0,0 @@ -// -// Prefix header -// -// The contents of this file are implicitly included at the beginning of every source file. -// - -#import - -#ifndef __IPHONE_5_0 -#warning "This project uses features only available in iOS SDK 5.0 and later." -#endif - -#ifdef __OBJC__ - #import - #import -#endif diff --git a/tools/ios_xcode_template/godot_ios/main.m b/tools/ios_xcode_template/godot_ios/main.m deleted file mode 100644 index 3e4ea5e129..0000000000 --- a/tools/ios_xcode_template/godot_ios/main.m +++ /dev/null @@ -1,39 +0,0 @@ -/*************************************************************************/ -/* main.m */ -/*************************************************************************/ -/* This file is part of: */ -/* GODOT ENGINE */ -/* http://www.godotengine.org */ -/*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/*************************************************************************/ - -#import - -#import "AppDelegate.h" - -int main(int argc, char * argv[]) -{ - @autoreleasepool { - return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); - } -} diff --git a/tools/ios_xcode_template/godot_iosTests/en.lproj/InfoPlist.strings b/tools/ios_xcode_template/godot_iosTests/en.lproj/InfoPlist.strings deleted file mode 100644 index 477b28ff8f..0000000000 --- a/tools/ios_xcode_template/godot_iosTests/en.lproj/InfoPlist.strings +++ /dev/null @@ -1,2 +0,0 @@ -/* Localized versions of Info.plist keys */ - diff --git a/tools/ios_xcode_template/godot_iosTests/godot_iosTests-Info.plist b/tools/ios_xcode_template/godot_iosTests/godot_iosTests-Info.plist deleted file mode 100644 index 0f69aa80eb..0000000000 --- a/tools/ios_xcode_template/godot_iosTests/godot_iosTests-Info.plist +++ /dev/null @@ -1,22 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIdentifier - org.godotengine.${PRODUCT_NAME:rfc1034identifier} - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.0 - CFBundleSignature - ???? - CFBundleVersion - 1 - - diff --git a/tools/ios_xcode_template/godot_iosTests/godot_iosTests.m b/tools/ios_xcode_template/godot_iosTests/godot_iosTests.m deleted file mode 100644 index d9fac0a250..0000000000 --- a/tools/ios_xcode_template/godot_iosTests/godot_iosTests.m +++ /dev/null @@ -1,55 +0,0 @@ -/*************************************************************************/ -/* godot_iosTests.m */ -/*************************************************************************/ -/* This file is part of: */ -/* GODOT ENGINE */ -/* http://www.godotengine.org */ -/*************************************************************************/ -/* Copyright (c) 2007-2016 Juan Linietsky, Ariel Manzur. */ -/* */ -/* Permission is hereby granted, free of charge, to any person obtaining */ -/* a copy of this software and associated documentation files (the */ -/* "Software"), to deal in the Software without restriction, including */ -/* without limitation the rights to use, copy, modify, merge, publish, */ -/* distribute, sublicense, and/or sell copies of the Software, and to */ -/* permit persons to whom the Software is furnished to do so, subject to */ -/* the following conditions: */ -/* */ -/* The above copyright notice and this permission notice shall be */ -/* included in all copies or substantial portions of the Software. */ -/* */ -/* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, */ -/* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF */ -/* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.*/ -/* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY */ -/* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, */ -/* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE */ -/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -/*************************************************************************/ - -#import - -@interface godot_iosTests : XCTestCase - -@end - -@implementation godot_iosTests - -- (void)setUp -{ - [super setUp]; - // Put setup code here. This method is called before the invocation of each test method in the class. -} - -- (void)tearDown -{ - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void)testExample -{ - XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__); -} - -@end