summaryrefslogtreecommitdiffstats
path: root/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-01-03 15:44:57 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-01-03 15:44:57 +0100
commit27a9119b8a17786ad00b53bf0c662ee9aed81524 (patch)
tree87b4e0af81d7ba7b1007e28371ed976f3708a954 /misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj
parentd36903860ce303649b6089c6a4bb06099fa755ea (diff)
parentda3d5f780d2824b37c1bea9e83a719693fa05dac (diff)
downloadredot-engine-27a9119b8a17786ad00b53bf0c662ee9aed81524.tar.gz
Merge pull request #86312 from bruvzg/ios_fix_screen_res
[iOS] Remove deprecated LaunchImages support and switch to Storyboard by default.
Diffstat (limited to 'misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj')
-rw-r--r--misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj b/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj
index 27bc2844d5..e5f7ca1144 100644
--- a/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj
+++ b/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj
@@ -318,7 +318,6 @@
buildSettings = {
ARCHS = "$godot_archs";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- $pbx_launch_image_usage_setting
CODE_SIGN_ENTITLEMENTS = "$binary/$binary.entitlements";
CODE_SIGN_IDENTITY = "$code_sign_identity_debug";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "$code_sign_identity_debug";
@@ -354,7 +353,6 @@
buildSettings = {
ARCHS = "$godot_archs";
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
- $pbx_launch_image_usage_setting
CODE_SIGN_ENTITLEMENTS = "$binary/$binary.entitlements";
CODE_SIGN_IDENTITY = "$code_sign_identity_release";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "$code_sign_identity_release";