You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-19 14:31:59 +00:00
Add C# iOS support
This support is experimental and requires .NET 8 Known issues: - Requires macOS due to use of lipo and xcodebuild - arm64 simulator templates are not currently included in the official packaging
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Prior to .NET Core, we supported these: ["windows", "macos", "linuxbsd", "android", "web", "ios"]
|
||||
# Eventually support for each them should be added back.
|
||||
supported_platforms = ["windows", "macos", "linuxbsd", "android"]
|
||||
supported_platforms = ["windows", "macos", "linuxbsd", "android", "ios"]
|
||||
|
||||
|
||||
def can_build(env, platform):
|
||||
|
||||
Reference in New Issue
Block a user