1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-05 19:31:35 +00:00

iOS: fix deprecations

Change deprecated method calls to new ones.
Guard iOS version dependant functionality behind availability checks.
This commit is contained in:
Sergey Minakov
2020-09-30 22:08:01 +03:00
parent bdfe93bad2
commit 3386fac02c
20 changed files with 306 additions and 266 deletions

View File

@@ -47,4 +47,4 @@ jobs:
env:
SCONS_CACHE: ${{github.workspace}}/.scons_cache/
run: |
scons -j2 verbose=yes warnings=all werror=no platform=iphone target=release tools=no
scons -j2 verbose=yes warnings=all werror=yes platform=iphone target=release tools=no