[Foundation] Make NSBundleExecutableArchitecture non-native. (#13754)

NSBundleExecutableArchitecture is an enum of our own invention, so there's no
need for it to be a native enum.
This commit is contained in:
Rolf Bjarne Kvinge 2022-01-18 10:52:15 +01:00 коммит произвёл GitHub
Родитель f5cf33858b
Коммит 391b46b14f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 1 добавлений и 4 удалений

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

@ -77,7 +77,7 @@ namespace Foundation {
#if MONOMAC || !XAMCORE_3_0
#if !XAMCORE_4_0
#if !NET
[Native]
public enum NSBundleExecutableArchitecture : long {
#else

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

@ -38,9 +38,6 @@
!missing-selector! NSNumber::initWithLong: not bound
!missing-selector! NSNumber::initWithUnsignedLong: not bound
## should not have been [Native] it's 32bits only values -> XAMCORE_4_0
!unknown-native-enum! NSBundleExecutableArchitecture bound
## collections - many are special
!missing-type! NSCountedSet not bound
!missing-selector! NSCountedSet::addObject: not bound