[tests] Use a smart enum type available in all profiles for generated tests.

This commit is contained in:
Rolf Bjarne Kvinge 2017-07-04 18:58:17 +02:00
Родитель 30a3b27358
Коммит 4ee7792151
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -96,7 +96,7 @@ static class C {
};
static BindAsData [] bindas_nsstring = new [] {
new BindAsData { Managed = "AVMediaTypes", ManagedNewExpression = "AVMediaTypes.Audio" },
new BindAsData { Managed = "SecKeyAlgorithm", ManagedNewExpression = "SecKeyAlgorithm.RsaSignatureRaw" },
};
static string GetNativeName (char t)
@ -363,6 +363,7 @@ using MapKit;
#endif
using ObjCRuntime;
using SceneKit;
using Security;
#if HAVE_UIKIT
using UIKit;
#endif
@ -779,6 +780,7 @@ using MapKit;
#endif
using ObjCRuntime;
using SceneKit;
using Security;
#if HAVE_UIKIT
using UIKit;
#endif