xamarin-macios/tools/common/ApplePlatform.cs

16 строки
186 B
C#

//
// ApplePlatform.cs
//
// Copyright 2020 Microsoft Corp. All Rights Reserved.
namespace Xamarin.Utils
{
public enum ApplePlatform {
None,
MacOSX,
iOS,
WatchOS,
TVOS,
}
}