diff --git a/ion/src/sdl/ios/Info.plist b/ion/src/sdl/ios/Info.plist index f58788bc5..ae06bbe5a 100644 --- a/ion/src/sdl/ios/Info.plist +++ b/ion/src/sdl/ios/Info.plist @@ -49,31 +49,9 @@ armv7 + UILaunchStoryboardName + launch UISupportedInterfaceOrientations - - UIInterfaceOrientationPortrait - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - UISupportedInterfaceOrientations~ipad - - UIInterfaceOrientationPortrait - UIInterfaceOrientationPortraitUpsideDown - UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight - - FOO-UILaunchImages - - - UILaunchImageMinimumOSVersion - 8.0 - UILaunchImageName - Default - UILaunchImageOrientation - Portrait - UILaunchImageSize - {828, 1792} - - + diff --git a/ion/src/sdl/ios/launch.storyboard b/ion/src/sdl/ios/launch.storyboard new file mode 100644 index 000000000..847eeb538 --- /dev/null +++ b/ion/src/sdl/ios/launch.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scripts/targets.sdl.ios.mak b/scripts/targets.sdl.ios.mak index d26ede79b..87513aa8f 100644 --- a/scripts/targets.sdl.ios.mak +++ b/scripts/targets.sdl.ios.mak @@ -13,7 +13,7 @@ $(BUILD_DIR)/app/Epsilon.app: $(patsubst %,$(BUILD_DIR)/%/epsilon.bin,$(ARCHS)) lipo -create $^ -output $@/Epsilon cp ion/src/sdl/ios/Info.plist $@/ cp ion/src/sdl/assets/* $@/ - # TODO: Generate launch images + ibtool --compile $@/launch.storyboardc ion/src/sdl/ios/launch.storyboard epsilon_run: xcrun simctl install C75D15A1-45F7-4F94-8DBD-6D02A95C9514 $(BUILD_DIR)/app/Epsilon.app