Add iOS platform (refactor Mac into shared Apple platform impl)
This commit is contained in:
@@ -56,6 +56,11 @@ namespace Flax.Build
|
||||
/// Running on Mac.
|
||||
/// </summary>
|
||||
Mac = 10,
|
||||
|
||||
/// <summary>
|
||||
/// Running on iPhone.
|
||||
/// </summary>
|
||||
iOS = 11,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user