godot/platform/iphone
Rémi Verschelde ab3bccdb78 Fix typos with codespell
Using codespell 1.16.0.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
leapyear
lod
merchantibility
nd
numer
ois
ony
que
seeked
synching
te
uint
unselect
webp
EOF

$ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"
$ git diff // undo unwanted changes
```
2019-11-22 08:35:03 +01:00
..
export Merge pull request #32051 from qarmin/some_error_explanation 2019-09-25 11:51:54 +02: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
camera_ios.h ARKit for Godot 3.2 2019-06-30 18:54:48 +10:00
camera_ios.mm Fix typos with codespell 2019-11-22 08:35:03 +01: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 Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
main.m Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
os_iphone.cpp ios: support get_model_name 2019-09-25 12:35:45 +10:00
os_iphone.h ios: support get_model_name 2019-09-25 12:35:45 +10: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 Adding a new Camera Server implementation to Godot. 2019-06-15 21:30:32 +10: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