xamarin-macios/tools/common/BitCodeMode.cs

9 строки
121 B
C#

namespace Xamarin.Bundler {
public enum BitCodeMode {
None = 0,
ASMOnly = 1,
LLVMOnly = 2,
MarkerOnly = 3,
}
}