From 4c982c2e4061b2de807f90bd77041065cc5c0a97 Mon Sep 17 00:00:00 2001 From: Niklas Eicker Date: Tue, 25 Jul 2023 09:29:47 +0200 Subject: [PATCH] Add a launch screen storyboard which finally allows uploading to the app store --- mobile/ios-src/LaunchScreen.storyboard | 37 +++++++++++++++++++++++++ mobile/mobile.xcodeproj/project.pbxproj | 10 +++++-- 2 files changed, 44 insertions(+), 3 deletions(-) create mode 100644 mobile/ios-src/LaunchScreen.storyboard diff --git a/mobile/ios-src/LaunchScreen.storyboard b/mobile/ios-src/LaunchScreen.storyboard new file mode 100644 index 0000000..324de1d --- /dev/null +++ b/mobile/ios-src/LaunchScreen.storyboard @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mobile/mobile.xcodeproj/project.pbxproj b/mobile/mobile.xcodeproj/project.pbxproj index c316271..345edb6 100644 --- a/mobile/mobile.xcodeproj/project.pbxproj +++ b/mobile/mobile.xcodeproj/project.pbxproj @@ -9,6 +9,7 @@ /* Begin PBXBuildFile section */ 134866208A035F8615C99114 /* Metal.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 96A1E5B62F48B379829E8A0D /* Metal.framework */; }; 2469A4292A6F9AC200ACF4EF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2469A4282A6F9AC200ACF4EF /* Assets.xcassets */; }; + 2469A42B2A6FAC7000ACF4EF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2469A42A2A6FAC7000ACF4EF /* LaunchScreen.storyboard */; }; 2604C99FAB5A8322EDCABB9F /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FE71FBCAA714DB4F42459106 /* UIKit.framework */; }; 442540D056ADB9AE61A0A590 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9F1B41978FA53999AA836D0F /* Security.framework */; }; 55892F1396056740E1AF9685 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = AF7DE91055EBD05ED77E57F9 /* main.m */; }; @@ -29,7 +30,8 @@ /* Begin PBXFileReference section */ 160DB77300A3F1806F024D47 /* bindings.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = bindings.h; sourceTree = ""; }; - 2469A4282A6F9AC200ACF4EF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = ios-src/Assets.xcassets; sourceTree = SOURCE_ROOT; }; + 2469A4282A6F9AC200ACF4EF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "ios-src/Assets.xcassets"; sourceTree = SOURCE_ROOT; }; + 2469A42A2A6FAC7000ACF4EF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = ios-src/LaunchScreen.storyboard; sourceTree = ""; }; 55EAC02897847195D2F44C15 /* mobile.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = mobile.app; sourceTree = BUILT_PRODUCTS_DIR; }; 57CD6305253C7A940098CD4A /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; 57CD630A253C7F5F0098CD4A /* assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = assets; path = ../../assets; sourceTree = ""; }; @@ -80,6 +82,7 @@ 8F2E3E6040EAD2EC9F3FA530 = { isa = PBXGroup; children = ( + 2469A42A2A6FAC7000ACF4EF /* LaunchScreen.storyboard */, 4F1D6F28B8A5D1927AB0ADED /* ios-src */, EB028409C2D0655412DA6E44 /* Frameworks */, 321F7D6A765B38E746C35105 /* Products */, @@ -167,6 +170,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 2469A42B2A6FAC7000ACF4EF /* LaunchScreen.storyboard in Resources */, 2469A4292A6F9AC200ACF4EF /* Assets.xcassets in Resources */, 57CD630E253C80EC0098CD4A /* assets in Resources */, ); @@ -298,7 +302,7 @@ "-lmobile", "-lc++abi", ); - PRODUCT_BUNDLE_IDENTIFIER = me.nikl.bevygame /* Todo */; + PRODUCT_BUNDLE_IDENTIFIER /* Todo */ = me.nikl.bevygame; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; }; @@ -406,7 +410,7 @@ "-lmobile", "-lc++abi", ); - PRODUCT_BUNDLE_IDENTIFIER = me.nikl.bevygame /* Todo */; + PRODUCT_BUNDLE_IDENTIFIER /* Todo */ = me.nikl.bevygame; SDKROOT = iphoneos; TARGETED_DEVICE_FAMILY = "1,2"; };