mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 05:05:53 +12:00
Experimental iOS port
This commit is contained in:
parent
5203912757
commit
e984bc3d6f
12 changed files with 376 additions and 234 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue