godot/misc
Ignacio Roldán Etchevery c9047de455 C#+iOS: Fix simulator builds
Replaced obsolete preprocessor check for simulator/device in C code.
Architecture can no longer be used to determine this with Apple Silicon.
The new code uses `TARGET_OS_SIMULATOR` from `TargetConditionals.h`.

We have some mono libs which can only be used in devide builds.
We were adding them as static libs. Previously it was only causing
warnings because missing arch for the simulator, but now this
is treated as an error.

To fix this we turn them into xcframeworks with dummy static libs
for the simulator and the actual ones for devices.
2021-06-02 01:34:00 +02:00
..
ci CI: Refactor Android workflow, use pre-installed SDK and NDK 2020-10-23 13:27:44 +02:00
dist C#+iOS: Fix simulator builds 2021-06-02 01:34:00 +02:00
hooks Fix Ubuntu clang-format version detection in the pre-commit hook 2021-05-11 10:44:24 +02:00
scripts Dynamically load libudev.so.1 on Linux if udev=yes 2021-02-18 10:31:31 +01:00