Experimental iOS port

This commit is contained in:
SilicaAndPina 2022-04-17 09:28:46 +12:00
parent 5203912757
commit e984bc3d6f
12 changed files with 376 additions and 234 deletions

View file

@ -31,6 +31,8 @@ namespace HISP.Server
return "WINDOWS";
#elif OS_ANDROID
return "ANDROID";
#elif OS_IOS
return "IOS";
#elif OS_LINUX
return "LINUX";
#elif OS_MACOS