godot/platform/iphone
Rémi Verschelde 4a56b45f87 iOS: Disable armv7 as target arch by default
We no longer compile for armv7 and x86 in the official export templates,
as those architectures are no longer relevant for iOS.

If users really want to support armv7 (used on devices from before
September 2013, e.g. iPhone 5), they can still build their own templates
and toggle the option.

We might remove the option altogether in a later release to avoid the
confusion for users that might tick the checkbox without having compiled
their own templates.

Fixes #34135.
2019-12-06 09:16:42 +01:00
..
export iOS: Disable armv7 as target arch by default 2019-12-06 09:16:42 +01:00
app_delegate.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
app_delegate.mm Support vibration for Android and iOS 2019-08-21 23:38:53 +09:00
detect.py SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
game_center.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
game_center.mm Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
gl_view.h Fix compilation warnings in macOS build, enable warnings=extra werror=yes for macOS CI. 2019-10-24 20:37:56 +03:00
gl_view.mm Fix crash on exit or resume on iOS 13 2019-11-05 10:28:42 +01:00
godot_iphone.cpp Fix compilation warnings in macOS build, enable warnings=extra werror=yes for macOS CI. 2019-10-24 20:37:56 +03:00
icloud.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
icloud.mm Fix error macro calls not ending with semicolon 2019-06-11 14:49:34 +02:00
in_app_store.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
in_app_store.mm Fix compilation warnings in macOS build, enable warnings=extra werror=yes for macOS CI. 2019-10-24 20:37:56 +03:00
ios.h ios: support get_model_name 2019-09-25 12:35:45 +10:00
ios.mm ios: support get_model_name 2019-09-25 12:35:45 +10:00
logo.png
main.m Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
os_iphone.cpp iOS modular build and export implementation. 2019-12-01 21:57:18 +02:00
os_iphone.h iOS modular build and export implementation. 2019-12-01 21:57:18 +02:00
platform_config.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
platform_refcount.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
power_iphone.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
power_iphone.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
SCsub iOS modular build and export implementation. 2019-12-01 21:57:18 +02:00
semaphore_iphone.cpp Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
semaphore_iphone.h Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
view_controller.h iOS>=11 platform - when handling gestures on screen edges, godot apps should have priority over OS 2019-08-21 22:22:18 +02:00
view_controller.mm iOS>=11 platform - when handling gestures on screen edges, godot apps should have priority over OS 2019-08-21 22:22:18 +02:00