You've already forked godot
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:
2
.github/workflows/ios_builds.yml
vendored
2
.github/workflows/ios_builds.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user