diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-08 23:25:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-08 23:25:16 +0100 |
| commit | ba1024f42d9ba279b13eee0cbe3286089dc39ffb (patch) | |
| tree | 089184d853602ff52fe08df460dc4e6d67488226 /misc/dist/ios_xcode | |
| parent | 25d4c14fef0b76b8f4dcc09214b5b30f84998e62 (diff) | |
| parent | 74fc4410f462e26ce9842eeb1cebb428532f9915 (diff) | |
Merge pull request #57822 from Calinou/ios-remove-armv7
Diffstat (limited to 'misc/dist/ios_xcode')
| -rw-r--r-- | misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj | 4 |
1 files changed, 2 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 5ba45c0c13..e2505de3bf 100644 --- a/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj +++ b/misc/dist/ios_xcode/godot_ios.xcodeproj/project.pbxproj @@ -325,7 +325,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = "$provisioning_profile_uuid_debug"; TARGETED_DEVICE_FAMILY = "$targeted_device_family"; - VALID_ARCHS = "armv7 armv7s arm64 i386 x86_64"; + VALID_ARCHS = "arm64 x86_64"; WRAPPER_EXTENSION = app; }; name = Debug; @@ -356,7 +356,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = "$provisioning_profile_uuid_release"; TARGETED_DEVICE_FAMILY = "$targeted_device_family"; - VALID_ARCHS = "armv7 armv7s arm64 i386 x86_64"; + VALID_ARCHS = "arm64 x86_64"; WRAPPER_EXTENSION = app; }; name = Release; |