From d4c541c25a6533ebb966ddaa581523fe9326433a Mon Sep 17 00:00:00 2001 From: Sergey Minakov Date: Tue, 7 Jul 2020 00:01:35 +0300 Subject: iOS Export: add option to use storyboard for launch screen --- .../SplashImage.imageset/Contents.json | 22 +++++++++++ .../SplashImage.imageset/splash@2x.png | Bin 0 -> 21443 bytes .../SplashImage.imageset/splash@3x.png | Bin 0 -> 21443 bytes .../ios_xcode/godot_ios/Launch Screen.storyboard | 41 +++++++++++++++++++++ misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist | 1 + 5 files changed, 64 insertions(+) create mode 100644 misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/Contents.json create mode 100644 misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@2x.png create mode 100644 misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@3x.png create mode 100644 misc/dist/ios_xcode/godot_ios/Launch Screen.storyboard (limited to 'misc/dist/ios_xcode/godot_ios') diff --git a/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/Contents.json b/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/Contents.json new file mode 100644 index 0000000000..1e63e78eda --- /dev/null +++ b/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "splash@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "splash@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@2x.png b/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@2x.png new file mode 100644 index 0000000000..766b0b66ef Binary files /dev/null and b/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@2x.png differ diff --git a/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@3x.png b/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@3x.png new file mode 100644 index 0000000000..766b0b66ef Binary files /dev/null and b/misc/dist/ios_xcode/godot_ios/Images.xcassets/SplashImage.imageset/splash@3x.png differ diff --git a/misc/dist/ios_xcode/godot_ios/Launch Screen.storyboard b/misc/dist/ios_xcode/godot_ios/Launch Screen.storyboard new file mode 100644 index 0000000000..3a7752a669 --- /dev/null +++ b/misc/dist/ios_xcode/godot_ios/Launch Screen.storyboard @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist index e0cad2e7d1..e9d22f6b4d 100644 --- a/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist +++ b/misc/dist/ios_xcode/godot_ios/godot_ios-Info.plist @@ -57,5 +57,6 @@ $interface_orientations $additional_plist_content + $plist_launch_screen_name -- cgit v1.2.3