virtualx-engine/modules/mono/editor/GodotTools
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
..
GodotTools C#+iOS: Fix simulator builds 2021-06-02 01:34:00 +02:00
GodotTools.BuildLogger [3.2] C#: Re-work solution build output panel 2020-10-11 16:51:54 +02:00
GodotTools.Core C#: Fix csproj not synced on file move/removal from FS dock 2020-09-13 12:35:34 +02:00
GodotTools.IdeMessaging [3.2] C#: Rewrite GodotTools messaging protocol 2020-05-10 21:05:00 +02:00
GodotTools.IdeMessaging.CLI Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
GodotTools.OpenVisualStudio Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
GodotTools.ProjectEditor Mono: Bump Godot.NET.Sdk to 3.3.0 2021-03-17 14:46:26 +01:00
.gitignore Re-write mono module editor code in C# 2019-07-05 09:38:23 +02:00
GodotTools.sln [3.2] C#: Add VisualStudio support 2020-06-23 21:01:54 +02:00