godot/platform/iphone
Rémi Verschelde 3e78963bb9
Fix typos with codespell
Using codespell 1.17.1.

Method:
```
$ cat > ../godot-word-whitelist.txt << EOF
ang
curvelinear
dof
doubleclick
fave
findn
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
```
2020-09-18 13:44:25 +02:00
..
export [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
app_delegate.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
app_delegate.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
detect.py Fix new black style check failures in various files. 2020-08-21 16:51:30 +01:00
display_layer.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
display_layer.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
display_server_iphone.h Fix Return key events in LineEdit & TextEdit on Android 2020-07-26 20:06:07 +02:00
display_server_iphone.mm [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
game_center.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
game_center.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
godot_iphone.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
godot_view.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
godot_view.mm iOS: added delay gesture recognizer 2020-07-26 16:05:58 +03:00
godot_view_gesture_recognizer.h Fix typos with codespell 2020-09-18 13:44:25 +02:00
godot_view_gesture_recognizer.m iOS: added delay gesture recognizer 2020-07-26 16:05:58 +03:00
godot_view_renderer.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
godot_view_renderer.mm iOS: simplify OS value retrieval 2020-08-10 15:54:44 +03:00
icloud.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
icloud.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
in_app_store.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
in_app_store.mm [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
ios.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
ios.mm [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
joypad_iphone.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
joypad_iphone.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
logo.png platform: Update metadata for export platforms 2020-08-01 23:43:14 -07:00
main.m iOS: Vulkan support 2020-07-25 21:55:20 +02:00
os_iphone.h iOS: simplify OS value retrieval 2020-08-10 15:54:44 +03:00
os_iphone.mm [Complex Test Layouts] Change String to use UTF-32 encoding on all platforms. 2020-09-03 19:56:24 +03:00
platform_config.h Remove obsolete GLES2 backend code 2020-08-13 10:04:53 +02:00
SCsub iOS: added delay gesture recognizer 2020-07-26 16:05:58 +03:00
view_controller.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
view_controller.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
vulkan_context_iphone.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
vulkan_context_iphone.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00