Add iOS platform (refactor Mac into shared Apple platform impl)
This commit is contained in:
@@ -105,6 +105,7 @@ namespace FlaxEditor
|
||||
case BuildPlatform.Switch: return PlatformType.Switch;
|
||||
case BuildPlatform.MacOSARM64:
|
||||
case BuildPlatform.MacOSx64: return PlatformType.Mac;
|
||||
case BuildPlatform.iOSARM64: return PlatformType.iOS;
|
||||
default: throw new ArgumentOutOfRangeException(nameof(buildPlatform), buildPlatform, null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user