From ad405ade17630c927e06530dbbaad4e730193774 Mon Sep 17 00:00:00 2001 From: Ariel Manzur Date: Sun, 14 Feb 2016 18:15:51 -0300 Subject: [PATCH] adding xcode project template --- platform/iphone/xcode/godot_xcode/data.pck | 0 .../xcode/godot_xcode/godot_debug.iphone | 0 .../godot_ios.xcodeproj/project.pbxproj | 370 ++++++++++++++++++ .../contents.xcworkspacedata | 7 + .../godot_ios/Default-568h@2x~iphone.png | Bin 0 -> 529 bytes .../godot_xcode/godot_ios/Default-667h.png | Bin 0 -> 648 bytes .../godot_xcode/godot_ios/Default-667h@2x.png | Bin 0 -> 782 bytes .../godot_xcode/godot_ios/Default-736h.png | Bin 0 -> 1641 bytes .../godot_xcode/godot_ios/Default-736h@3x.png | Bin 0 -> 2547 bytes .../godot_ios/Default-Landscape-736h.png | Bin 0 -> 2547 bytes .../godot_ios/Default-Landscape@2x~ipad.png | Bin 0 -> 3096 bytes .../godot_ios/Default-Landscape~ipad.png | Bin 0 -> 599 bytes .../godot_ios/Default-Portrait@2x~ipad.png | Bin 0 -> 3035 bytes .../godot_ios/Default-Portrait~ipad.png | Bin 0 -> 554 bytes .../godot_ios/Default@2x~iphone.png | Bin 0 -> 480 bytes .../godot_xcode/godot_ios/Default~iphone.png | Bin 0 -> 274 bytes .../AppIcon.appiconset/Contents.json | 128 ++++++ .../AppIcon.appiconset/Icon-100.png | Bin 0 -> 215 bytes .../AppIcon.appiconset/Icon-114.png | Bin 0 -> 218 bytes .../AppIcon.appiconset/Icon-120.png | Bin 0 -> 218 bytes .../AppIcon.appiconset/Icon-144.png | Bin 0 -> 224 bytes .../AppIcon.appiconset/Icon-152.png | Bin 0 -> 225 bytes .../AppIcon.appiconset/Icon-180.png | Bin 0 -> 230 bytes .../AppIcon.appiconset/Icon-29.png | Bin 0 -> 207 bytes .../AppIcon.appiconset/Icon-40.png | Bin 0 -> 205 bytes .../AppIcon.appiconset/Icon-50.png | Bin 0 -> 208 bytes .../AppIcon.appiconset/Icon-57.png | Bin 0 -> 208 bytes .../AppIcon.appiconset/Icon-58.png | Bin 0 -> 208 bytes .../AppIcon.appiconset/Icon-60.png | Bin 0 -> 209 bytes .../AppIcon.appiconset/Icon-72.png | Bin 0 -> 209 bytes .../AppIcon.appiconset/Icon-76.png | Bin 0 -> 211 bytes .../AppIcon.appiconset/Icon-80.png | Bin 0 -> 210 bytes .../AppIcon.appiconset/icon-167.png | Bin 0 -> 227 bytes .../AppIcon.appiconset/icon-87.png | Bin 0 -> 212 bytes .../Images.xcassets/AppIcon.appiconset/sizes | 17 + .../godot_ios/en.lproj/InfoPlist.strings | 2 + .../godot_ios/godot_ios-Info.plist | 50 +++ .../iphone/xcode/godot_xcode/godot_ios/main.m | 39 ++ .../iphone/xcode/godot_xcode/godot_opt.iphone | 0 39 files changed, 613 insertions(+) create mode 100644 platform/iphone/xcode/godot_xcode/data.pck create mode 100755 platform/iphone/xcode/godot_xcode/godot_debug.iphone create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.pbxproj create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-568h@2x~iphone.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-667h.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-667h@2x.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-736h.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-736h@3x.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape-736h.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape@2x~ipad.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape~ipad.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-Portrait@2x~ipad.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default-Portrait~ipad.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default@2x~iphone.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Default~iphone.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-100.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-114.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-120.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-144.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-152.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-180.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-29.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-40.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-50.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-57.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-58.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-60.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-72.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-76.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-80.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-167.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-87.png create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/en.lproj/InfoPlist.strings create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/godot_ios-Info.plist create mode 100644 platform/iphone/xcode/godot_xcode/godot_ios/main.m create mode 100755 platform/iphone/xcode/godot_xcode/godot_opt.iphone diff --git a/platform/iphone/xcode/godot_xcode/data.pck b/platform/iphone/xcode/godot_xcode/data.pck new file mode 100644 index 00000000000..e69de29bb2d diff --git a/platform/iphone/xcode/godot_xcode/godot_debug.iphone b/platform/iphone/xcode/godot_xcode/godot_debug.iphone new file mode 100755 index 00000000000..e69de29bb2d diff --git a/platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.pbxproj b/platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.pbxproj new file mode 100644 index 00000000000..bdba8488c85 --- /dev/null +++ b/platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.pbxproj @@ -0,0 +1,370 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + D07CD43F1C5D573600B7FB28 /* Default-568h@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4331C5D573600B7FB28 /* Default-568h@2x~iphone.png */; }; + D07CD4401C5D573600B7FB28 /* Default-667h.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4341C5D573600B7FB28 /* Default-667h.png */; }; + D07CD4411C5D573600B7FB28 /* Default-667h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4351C5D573600B7FB28 /* Default-667h@2x.png */; }; + D07CD4421C5D573600B7FB28 /* Default-736h.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4361C5D573600B7FB28 /* Default-736h.png */; }; + D07CD4431C5D573600B7FB28 /* Default-736h@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4371C5D573600B7FB28 /* Default-736h@3x.png */; }; + D07CD4441C5D573600B7FB28 /* Default-Landscape-736h.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4381C5D573600B7FB28 /* Default-Landscape-736h.png */; }; + D07CD4451C5D573600B7FB28 /* Default-Landscape@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD4391C5D573600B7FB28 /* Default-Landscape@2x~ipad.png */; }; + D07CD4461C5D573600B7FB28 /* Default-Landscape~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43A1C5D573600B7FB28 /* Default-Landscape~ipad.png */; }; + D07CD4471C5D573600B7FB28 /* Default-Portrait@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43B1C5D573600B7FB28 /* Default-Portrait@2x~ipad.png */; }; + D07CD4481C5D573600B7FB28 /* Default-Portrait~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43C1C5D573600B7FB28 /* Default-Portrait~ipad.png */; }; + D07CD4491C5D573600B7FB28 /* Default@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43D1C5D573600B7FB28 /* Default@2x~iphone.png */; }; + D07CD44A1C5D573600B7FB28 /* Default~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D07CD43E1C5D573600B7FB28 /* Default~iphone.png */; }; + D07CD44E1C5D589C00B7FB28 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D07CD44D1C5D589C00B7FB28 /* Images.xcassets */; }; + 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 */; }; + 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 PBXFileReference section */ + D07CD4331C5D573600B7FB28 /* Default-568h@2x~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x~iphone.png"; sourceTree = ""; }; + D07CD4341C5D573600B7FB28 /* Default-667h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-667h.png"; sourceTree = ""; }; + D07CD4351C5D573600B7FB28 /* Default-667h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-667h@2x.png"; sourceTree = ""; }; + D07CD4361C5D573600B7FB28 /* Default-736h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-736h.png"; sourceTree = ""; }; + D07CD4371C5D573600B7FB28 /* Default-736h@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-736h@3x.png"; sourceTree = ""; }; + D07CD4381C5D573600B7FB28 /* Default-Landscape-736h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape-736h.png"; sourceTree = ""; }; + D07CD4391C5D573600B7FB28 /* Default-Landscape@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape@2x~ipad.png"; sourceTree = ""; }; + D07CD43A1C5D573600B7FB28 /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape~ipad.png"; sourceTree = ""; }; + D07CD43B1C5D573600B7FB28 /* Default-Portrait@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait@2x~ipad.png"; sourceTree = ""; }; + D07CD43C1C5D573600B7FB28 /* Default-Portrait~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait~ipad.png"; sourceTree = ""; }; + D07CD43D1C5D573600B7FB28 /* Default@2x~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x~iphone.png"; sourceTree = ""; }; + D07CD43E1C5D573600B7FB28 /* Default~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default~iphone.png"; sourceTree = ""; }; + D07CD44D1C5D589C00B7FB28 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; + 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 = ""; }; + D0BCFE6118AEBDA3004A7AAE /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + D0BCFE7718AEBFEB004A7AAE /* data.pck */ = {isa = PBXFileReference; lastKnownFileType = text; 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; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D0BCFE2B18AEBDA2004A7AAE = { + isa = PBXGroup; + children = ( + D0BCFE7918AEC06A004A7AAE /* godot_opt.iphone */, + D0BCFE7718AEBFEB004A7AAE /* data.pck */, + D0BCFE4118AEBDA2004A7AAE /* godot_ios */, + D0BCFE3618AEBDA2004A7AAE /* Frameworks */, + D0BCFE3518AEBDA2004A7AAE /* Products */, + ); + sourceTree = ""; + }; + D0BCFE3518AEBDA2004A7AAE /* Products */ = { + isa = PBXGroup; + children = ( + D0BCFE3418AEBDA2004A7AAE /* godot_ios.app */, + ); + 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 = ( + D07CD4331C5D573600B7FB28 /* Default-568h@2x~iphone.png */, + D07CD4341C5D573600B7FB28 /* Default-667h.png */, + D07CD4351C5D573600B7FB28 /* Default-667h@2x.png */, + D07CD4361C5D573600B7FB28 /* Default-736h.png */, + D07CD4371C5D573600B7FB28 /* Default-736h@3x.png */, + D07CD4381C5D573600B7FB28 /* Default-Landscape-736h.png */, + D07CD4391C5D573600B7FB28 /* Default-Landscape@2x~ipad.png */, + D07CD43A1C5D573600B7FB28 /* Default-Landscape~ipad.png */, + D07CD43B1C5D573600B7FB28 /* Default-Portrait@2x~ipad.png */, + D07CD43C1C5D573600B7FB28 /* Default-Portrait~ipad.png */, + D07CD43D1C5D573600B7FB28 /* Default@2x~iphone.png */, + D07CD43E1C5D573600B7FB28 /* Default~iphone.png */, + D07CD44D1C5D589C00B7FB28 /* Images.xcassets */, + 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 = ""; + }; +/* 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"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D0BCFE2C18AEBDA2004A7AAE /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0500; + ORGANIZATIONNAME = GodotEngine; + }; + 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 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + D0BCFE3218AEBDA2004A7AAE /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D07CD4471C5D573600B7FB28 /* Default-Portrait@2x~ipad.png in Resources */, + D07CD44E1C5D589C00B7FB28 /* Images.xcassets in Resources */, + D0BCFE7818AEBFEB004A7AAE /* data.pck in Resources */, + D07CD4461C5D573600B7FB28 /* Default-Landscape~ipad.png in Resources */, + D07CD4411C5D573600B7FB28 /* Default-667h@2x.png in Resources */, + D07CD4401C5D573600B7FB28 /* Default-667h.png in Resources */, + D07CD4431C5D573600B7FB28 /* Default-736h@3x.png in Resources */, + D07CD43F1C5D573600B7FB28 /* Default-568h@2x~iphone.png in Resources */, + D07CD4451C5D573600B7FB28 /* Default-Landscape@2x~ipad.png in Resources */, + D07CD44A1C5D573600B7FB28 /* Default~iphone.png in Resources */, + D07CD4491C5D573600B7FB28 /* Default@2x~iphone.png in Resources */, + D07CD4441C5D573600B7FB28 /* Default-Landscape-736h.png in Resources */, + D07CD4421C5D573600B7FB28 /* Default-736h.png in Resources */, + D0BCFE4618AEBDA2004A7AAE /* InfoPlist.strings in Resources */, + D0BCFE7A18AEC06A004A7AAE /* godot_opt.iphone in Resources */, + D07CD4481C5D573600B7FB28 /* Default-Portrait~ipad.png in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + D0BCFE3018AEBDA2004A7AAE /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + D0BCFE4418AEBDA2004A7AAE /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + D0BCFE4518AEBDA2004A7AAE /* 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; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; + 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 = 6.0; + PRODUCT_BUNDLE_IDENTIFIER = org.godotengine.game.ios; + 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; + CODE_SIGN_IDENTITY = "iPhone Distribution: Ariel Manzur (BYC57PA2Q5)"; + CONFIGURATION_BUILD_DIR = "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)"; + 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 = 6.0; + PRODUCT_BUNDLE_IDENTIFIER = org.godotengine.game.ios; + PRODUCT_NAME = "$(TARGET_NAME)"; + TARGETED_DEVICE_FAMILY = "1,2"; + VALID_ARCHS = "armv7 armv7s"; + WRAPPER_EXTENSION = app; + }; + 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; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D0BCFE2C18AEBDA2004A7AAE /* Project object */; +} diff --git a/platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000000..3c9ba38bbe6 --- /dev/null +++ b/platform/iphone/xcode/godot_xcode/godot_ios.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-568h@2x~iphone.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default-568h@2x~iphone.png new file mode 100644 index 0000000000000000000000000000000000000000..13411744549106b1cf736b1c06d55b1e2f32e6be GIT binary patch literal 529 zcmeAS@N?(olHy`uVBq!ia0y~yU}|7sU@2e(3NQqHxv>^VF(rAsyD%``?Gj!B2>S4={E+nQh0wz!>c5;uunK>+Kmsphg}hh2PV!3EgIA^yqih5aDWdS{N`&kro8? zhZs*D-nbzpI8O!`&Z;G@5hW>!C8<`)MX5lF!N|bSOxM6r*VrJ$(A>({(#qIE*TC4y lz@XrJAt>q)8glbfGSez?YhYY;axYK=gQu&X%Q~loCIHd{k+J{) literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-667h.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default-667h.png new file mode 100644 index 0000000000000000000000000000000000000000..c480d2e3c00e023b0a6024dcfae70f5c6cd41c4b GIT binary patch literal 648 zcmeAS@N?(olHy`uVBq!ia0y~yV0y>Ez-q<_6kvF?hHo{HVoLIMcVS?>+a*kacf{)b#gCI1B0ilpUXO@geCwd3vR~% literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-667h@2x.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default-667h@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..3cc1dfa2900219126c34073c7e990374ef7151f7 GIT binary patch literal 782 zcmeAS@N?(olHy`uVBq!ia0y~yU^Qc4V0y<06kymhyCf1wF(rAsyD%``?Gj!B4nJ@TmcH{Ac_S{PZ(WMS!P^V@SoVx91pn859H<7QUZ<(>J-o&*Q)w^))+fKYW3J zoX=l$M$u>p5D0-kUn&`N5_9Sf9=*m2OmM0tt`Q|Ei6yC4$wjF^iowXh&`j6BP}kTX x#L(Qz)YQtz_EZ4D8O*=WswPxVoLIMcVS?>+ao^q!G(#_iH)-yQt)T>Kzl zo#QCOZ!{2qiC{DkMgw8AOrUcvcvqRn$oxCE{rPm))4=juwZt`|BqgyV)hf9t6-Y4{ z85o-B8W`#t8-y5|TNztg8C&QY7+V<_6nrlPRS5_Ux%nxXX_dG&Fs?ee7pQ^3)78&q Iol`;+0M%_F-v9sr literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-736h@3x.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default-736h@3x.png new file mode 100644 index 0000000000000000000000000000000000000000..7707005e76ea6b416bef9082321ca49bc792fcde GIT binary patch literal 2547 zcmeAS@N?(olHy`uVBq!ia0y~y;8?)Gz;cTbD8S&}xUmpOF(rAsyD%``?Gj!B4nJ@TmcH{Ac_S{PZ(W%+%AxF{I+w+Y63@3<^94HvBZ_Wx8f>BgDG*T;j~@jP^#V zGlYCNm$3vlX&#)C;AJq%9Sx1q#4wr{MvH>cl5n&n94!e)WJ$O~bhEUw`@P+@z*d!N ziEBhjN@7W>RdP`(kYX@0Ff`LOFw`|R2r)FbGBvd_HP$sSwlXkq6Jy(mq9HdwB{QuO Vw+3_XeY`*o44$rjF6*2UngEYKKkNVi literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape-736h.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape-736h.png new file mode 100644 index 0000000000000000000000000000000000000000..b02873323ed23f6bc15ef0ff5dbc676e88c30e76 GIT binary patch literal 2547 zcmeAS@N?(olHy`uVBq!ia0y~y;8?)Gz;cTbD8S&}xUmpOF(rAsyD%``?Gj!B2>S4={E+nQaFYGxcng^#Oco~dxM?+&YF^uMg(V}3qBpfXXM@zyHSrYCL-7Kx_es6azuqCBh;u=ws zl30>zm0Xkxq!^4049#>640VkSLJZBVj4iEPwp4*)5qByV>Y2FANx!b^ZW&H|6f zVg?32HK30Fj30uZer90cj`DPI45_&F_JX4z(1Zqq-_x&2RG$zkIAdpS<&fRLcR^|a z^A@%j3~L!jxuc;mnixj&!e~)2S`vm+z`okOnrr zRZCnWN>UO_QmvAUQh^kMk%6I^u7RPhu|bHTg_VJYm5I5ofw7f=!CkEjzfm;g=BH$) XRpQpLraZ$PsDZ)L)z4*}Q$iB}qDD9S literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape~ipad.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default-Landscape~ipad.png new file mode 100644 index 0000000000000000000000000000000000000000..e4f6cef02bdf620d61fc5b67d6c5fccfecdf012f GIT binary patch literal 599 zcmeAS@N?(olHy`uVBq!ia0y~yU;#3j85n^i!=!^63xE_;lDE4H1LNH;;Uz#GXMsm# zF_88EW4Dvpb_@)RGd*1#Ln>~)J*NoL$fWRp{xwOl2!|>$#!)bUA<$T!U|%~e`QE8F z*1%{{Epd$~Nl7e8wMs5Z1yT$~28L$328O!E1|f##R>qcA#umB;##ROf1>Xxn@rcln co1c=IR*72!Y2FANx!b^ZW&H|6f zVj%4S#%?FG?HCxiWj$RSLn>~)J#Wa%V8C-=!zcBi_nAvwXkas0z{s27 zz&y$v4TsT0Fq#=gOM=l7akM%Ztrkby1fy-EVcsx2kk4IF6uJC-Q=>4j#jIN58c~vx zSdwa$T$Bo=7>o=I&2$Y6b&U-|49%^KEv<|#bPbHH3=9gs7lIn$2o1UUDVb@NxHT}Y SI=L69fx*+&&t;ucLK6T41vq{H literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default-Portrait~ipad.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default-Portrait~ipad.png new file mode 100644 index 0000000000000000000000000000000000000000..71a16db6df54ced1987a661b42c464d54bbe25cd GIT binary patch literal 554 zcmeAS@N?(olHy`uVBq!ia0y~yUO>_ z45U54*zIJt9RmYnj;D)bNX4zUXAOB77KYq_7@AudTUr@g=o%PX m85k6NF9gLYLPKtTN@iLmZVim9PVNP2VDNPHb6Mw<&;$U2jA-Qm literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default@2x~iphone.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default@2x~iphone.png new file mode 100644 index 0000000000000000000000000000000000000000..5305cb9bdb073261ec5fe9e6a1441ed4ce098393 GIT binary patch literal 480 zcmeAS@N?(olHy`uVBq!ia0y~yU}|7sU_QVI6kzC``85nkF(rAsyD%``?Gj!B2>S4={E+nQh0wz^LTu;uunK>+Kmsphg}hh2PV!F0E11n#5JNMC9x#cD!C{XNHG{07@FxC80s1ugczDz8CzNzTj&}XTNxM> jd@lsW1VTe@eoAIqC2kFjt4{6(YGCkm^>bP0l+XkK9T9_< literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Default~iphone.png b/platform/iphone/xcode/godot_xcode/godot_ios/Default~iphone.png new file mode 100644 index 0000000000000000000000000000000000000000..91c62d1e43b30ad9336851f7fe1b58018d0e759c GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0y~yU~~ZD2aG@ghCkmsUjiwnByV>Y2FANx!b^ZW&H|6f zVj%4S#%?FG?SPCBPZ!6Kid%0_ISMi`@GvR-o_>vOH*16W%V3v45m&NMKJ)S4JHuaj zqy+%YS1oakC`m~yNwrEYN(E93Mh1pvx(0^2#s(pV=2pg*R>l^(2F6wf1_j>>L2gHA c$jwj5OsmALfpOKzy+92Np00i_>zopr01PxosQ>@~ literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000000..a458b678731 --- /dev/null +++ b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,128 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "1x", + "filename": "Icon-29.png", + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x", + "filename": "Icon-58.png", + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x", + "filename": "icon-87.png", + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x", + "filename": "Icon-80.png", + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x", + "filename": "Icon-120.png", + }, + { + "idiom" : "iphone", + "size" : "57x57", + "scale" : "1x", + "filename": "Icon-57.png", + }, + { + "idiom" : "iphone", + "size" : "57x57", + "scale" : "2x", + "filename": "Icon-114.png", + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x", + "filename": "Icon-120.png", + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x", + "filename": "Icon-180.png", + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x", + "filename": "Icon-29.png", + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x", + "filename": "Icon-58.png", + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x", + "filename": "Icon-40.png", + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x", + "filename": "Icon-80.png", + }, + { + "idiom" : "ipad", + "size" : "50x50", + "scale" : "1x", + "filename": "Icon-50.png", + }, + { + "idiom" : "ipad", + "size" : "50x50", + "scale" : "2x", + "filename": "Icon-100.png", + }, + { + "idiom" : "ipad", + "size" : "72x72", + "scale" : "1x", + "filename": "Icon-72.png", + }, + { + "idiom" : "ipad", + "size" : "72x72", + "scale" : "2x", + "filename": "Icon-144.png", + }, + { + "size" : "76x76", + "idiom" : "ipad", + "filename" : "Icon-76.png", + "scale" : "1x", + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x", + "filename": "Icon-152.png", + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x", + "filename": "icon-167.png", + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-100.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-100.png new file mode 100644 index 0000000000000000000000000000000000000000..f9dca1ab57546bd61b3f64dc07777ecf68ddacdb GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^DIm-UBp4!QuJ{S0n3BBRT^Jbeb_p*5@;D1TB8!2v z2N=7Z%(eqEBt2amLo7}w|LAA2GwAu`R=Idj;6080V>S%?UUSCW*=W=aRHRzs8c~vx zSdwa$T$Bo=7>o=I&2$ZnbPY{H49%@fOstHIbPbHH3=GmYzv4#Gkei>9nO2EggV?*E Q?LZ9-p00i_>zopr07b$&3jhEB literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-114.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-114.png new file mode 100644 index 0000000000000000000000000000000000000000..e7f9bd7388e6d734225e905e188cbd1de5b25722 GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^MIg)wBp8-2+i?L%F(rAsyD%``?Gj!B2>S z4={E+nQaGT$auOqhFF|V{?X6GXVCM>{paF8f&Vn>r`VseXJGK2&^>?Bd+ThVI@J=_ zh?11Vl2ohYqEsNoU}RuurfXoNYiJT;Xl`X U#NGvM2WnvOboFyt=akR{0D4k8x&QzG literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-120.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-120.png new file mode 100644 index 0000000000000000000000000000000000000000..4faa0f28e29c95596133c4367743078f20c5bfea GIT binary patch literal 218 zcmeAS@N?(olHy`uVBq!ia0vp^6(GzABp3wcx$A)xQ*sNjHioZh{fsTAN^bsZa)|Q3H+x~KgIr({L{;G_!*458Iu~`KGFoLQ!R0g zC`m~yNwrEYN(E93Mh1pvx&}tNh9)6~=2j*qRz^m;2F6wf2I-q$aieI+%}>cptHiBA T>|M}ypaup{S3j3^P6?q?I>7({ literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-152.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-152.png new file mode 100644 index 0000000000000000000000000000000000000000..e99b11c519f357d15d377f1c3a7ccde7def28b39 GIT binary patch literal 225 zcmeAS@N?(olHy`uVBq!ia0vp^GeDRTNH7@el70JYKdz^NlIc#s#S7PDv)9@GB7mLH89dOGzl>@w=yxYGBVONFt#!bpz`()0;b(X^a~cD)%G;Z7G9T^zey{pHi1`16+bv7T z@>21wCqO-_C9V-ADTyViR>?)FK#IZ0z|c(Bz)087B*f6%%EZLV$Vk_~*vh~lee)}B e6b-rgDVb@NxHX8q3)&9Uz~JfX=d#Wzp$P!W&qBBW literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-29.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-29.png new file mode 100644 index 0000000000000000000000000000000000000000..0ae5893203b87ad7ab7c71b1c1249603c043107e GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^vLMU|BpB*mL@feROiAAEE)0x!yM&hjd7K3vk;OpT z1B~5HX4?T7f}SppAsp9}fBgUdpTEt~g@K{jtLV_)w(t!=N!1e9h?11Vl2ohYqEsNo zU}RuurfXoNYiJT;Xl`X#NGvM2WnvOboFyt I=akR{09>mzrT_o{ literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-40.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-40.png new file mode 100644 index 0000000000000000000000000000000000000000..bb4ffa70ade08db22f8c3515f13d2cfbb2041406 GIT binary patch literal 205 zcmeAS@N?(olHy`uVBq!ia0vp^8X(LFBp8;owjKadOiAAEE)0x!yM&hjd7K3vk;OpT z1B~5HX4?T7{GKk3Asp9}fABN$D7UdNWGp^z>G{6d3Mi#o;u=wsl30>zm0Xkxq!^40 z49#>6jC2i6LJZBVOiZkdjC2i*tqcs(H^1UW(U6;;l9^VCTZ7oUpzS~n44$rjF6*2U FngEl$GA;lB literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-50.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-50.png new file mode 100644 index 0000000000000000000000000000000000000000..7a4b7107e73582fe9214c837b49d654c50329332 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^Mj*@xBpA$Gw#oo0rX+877Y4?=UBXL%JkA1-$YLPv z0mg18v+aNkAx{^_5Q)plKls_$CEQ**Ix;hSF9}G=nz!sQP*%0XHKHUXu_VGGN=Fm literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-58.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-58.png new file mode 100644 index 0000000000000000000000000000000000000000..46335efdf6c8b4ca075f39afb2b80c9f75c18162 GIT binary patch literal 208 zcmeAS@N?(olHy`uVBq!ia0vp^Rv^p>Bp6N}C~pN)OiAAEE)0x!yM&hjd7K3vk;OpT z1B~5HX4?T7LY^*;AsXkCfABN1OSnlY&t_!!;ko~pRI{`hP*%0XHKHUXu_VWnyAwWTb0gY-M1OzWEh5iiX_$l+3hB+#1B*1#JgvVDNPH Kb6Mw<&;$U~-!w)5 literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-72.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/Icon-72.png new file mode 100644 index 0000000000000000000000000000000000000000..d711958ef1fd26403692f609ef3032d3deb316cc GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^9w5vJBp7O^^}Pa8OiAAEE)0x!yM&hjd7K3vk;On7 ztc=0!WVRiUBkbwo7@~1L`3FBU&*C+K*CwPhGQ8N@I(<`l!9<|6YKdz^NlIc#s#S7P zDv)9@GB7mLH89dOGzl>@w=yxYGBVONFt#!Bp8-uod;1&N#5=*42*ZXgqHw$oCO|{#X#Bv zjNMLV+W{FOo-U3d8t0RL@U!zQJ`?y%WAZj1hA+!y`PMAtuLH`fmbgZgq$HN4S|t~y z0x1R~14A=i10!8SlMq95D-#ndBO_e{V=DuL^v$ohQ8eV{r(~v8;?^McE@(SY1B0il KpUXO@geCxTvNdM_ literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-167.png b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/icon-167.png new file mode 100644 index 0000000000000000000000000000000000000000..487c8326beb0158d40b5c11dbca1e55bf5ac74ad GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^%R!hCNHE0Y7CHhcrX+877Y4?=UBXL%JkA1-$YLPv z0mg18v+aNkRZkbk5Rc<;PZ$CRdP`(kYX@0Ff`LOFw!+N2{AOcGBL3-GSW3LwlXkC-~5UjMMG|W aN@iLmZVh7Zg0=%SFnGH9xvX9iaGnW|di8c~vxSdwa$ zT$Bo=7>o=I&2$ZnbPY{H49%@fOstHIbPbHH3=GmYzv4#Gkei>9nO2EggV?*E?LZ9- Mp00i_>zopr04Sa~IRF3v literal 0 HcmV?d00001 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes new file mode 100644 index 00000000000..e328a62cb64 --- /dev/null +++ b/platform/iphone/xcode/godot_xcode/godot_ios/Images.xcassets/AppIcon.appiconset/sizes @@ -0,0 +1,17 @@ +100 +114 +120 +144 +152 +167 +180 +29 +40 +50 +57 +58 +60 +72 +76 +80 +87 diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/en.lproj/InfoPlist.strings b/platform/iphone/xcode/godot_xcode/godot_ios/en.lproj/InfoPlist.strings new file mode 100644 index 00000000000..477b28ff8f8 --- /dev/null +++ b/platform/iphone/xcode/godot_xcode/godot_ios/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/godot_ios-Info.plist b/platform/iphone/xcode/godot_xcode/godot_ios/godot_ios-Info.plist new file mode 100644 index 00000000000..f97b0fca36e --- /dev/null +++ b/platform/iphone/xcode/godot_xcode/godot_ios/godot_ios-Info.plist @@ -0,0 +1,50 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDisplayName + Insert Name Here + CFBundleExecutable + godot_opt.iphone + CFBundleIcons + + CFBundleIcons~ipad + + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + LSRequiresIPhoneOS + + UIRequiredDeviceCapabilities + + armv7 + + UIRequiresFullScreen + + UIStatusBarHidden + + UISupportedInterfaceOrientations + + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/platform/iphone/xcode/godot_xcode/godot_ios/main.m b/platform/iphone/xcode/godot_xcode/godot_ios/main.m new file mode 100644 index 00000000000..3e4ea5e129e --- /dev/null +++ b/platform/iphone/xcode/godot_xcode/godot_ios/main.m @@ -0,0 +1,39 @@ +/*************************************************************************/ +/* 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/platform/iphone/xcode/godot_xcode/godot_opt.iphone b/platform/iphone/xcode/godot_xcode/godot_opt.iphone new file mode 100755 index 00000000000..e69de29bb2d