[Foundation] Update bindings to Xcode 14.3 Beta 2

This commit is contained in:
Alex Soto 2023-03-27 17:17:52 -04:00
Родитель 9f03095fd7
Коммит 6a21f91f16
8 изменённых файлов: 20 добавлений и 28 удалений

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

@ -6802,6 +6802,11 @@ namespace Foundation {
[Field ("NSURLFileResourceTypeKey")]
NSString FileResourceTypeKey { get; }
[Watch (9, 4), TV (16, 4), Mac (13, 3), iOS (16, 4)]
[MacCatalyst (16, 4)]
[Field ("NSURLFileIdentifierKey")]
NSString FileIdentifierKey { get; }
[Field ("NSURLFileResourceTypeNamedPipe")]
NSString FileResourceTypeNamedPipe { get; }
@ -6941,6 +6946,21 @@ namespace Foundation {
[Field ("NSURLVolumeAvailableCapacityForOpportunisticUsageKey")]
NSString VolumeAvailableCapacityForOpportunisticUsageKey { get; }
[Watch (9, 4), TV (16, 4), Mac (13, 3), iOS (16, 4)]
[MacCatalyst (16, 4)]
[Field ("NSURLVolumeTypeNameKey")]
NSString VolumeTypeNameKey { get; }
[Watch (9, 4), TV (16, 4), Mac (13, 3), iOS (16, 4)]
[MacCatalyst (16, 4)]
[Field ("NSURLVolumeSubtypeKey")]
NSString VolumeSubtypeKey { get; }
[Watch (9, 4), TV (16, 4), Mac (13, 3), iOS (16, 4)]
[MacCatalyst (16, 4)]
[Field ("NSURLVolumeMountFromLocationKey")]
NSString VolumeMountFromLocationKey { get; }
[Field ("NSURLIsUbiquitousItemKey")]
NSString IsUbiquitousItemKey { get; }

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

@ -3,7 +3,3 @@
!missing-selector! NSAttributedString::initWithFormat:options:locale: not bound
!missing-selector! NSAttributedString::initWithFormat:options:locale:arguments: not bound
!missing-selector! NSMutableAttributedString::appendLocalizedFormat: not bound
!missing-field! NSURLFileIdentifierKey not bound
!missing-field! NSURLVolumeMountFromLocationKey not bound
!missing-field! NSURLVolumeSubtypeKey not bound
!missing-field! NSURLVolumeTypeNameKey not bound

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

@ -6,7 +6,3 @@
!missing-selector! NSAppleEventDescriptor::initListDescriptor not bound
!missing-selector! NSAppleEventDescriptor::initRecordDescriptor not bound
!missing-selector! NSXMLNode::init not bound
!missing-field! NSURLFileIdentifierKey not bound
!missing-field! NSURLVolumeMountFromLocationKey not bound
!missing-field! NSURLVolumeSubtypeKey not bound
!missing-field! NSURLVolumeTypeNameKey not bound

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

@ -3,7 +3,3 @@
!missing-selector! NSAttributedString::initWithFormat:options:locale: not bound
!missing-selector! NSAttributedString::initWithFormat:options:locale:arguments: not bound
!missing-selector! NSMutableAttributedString::appendLocalizedFormat: not bound
!missing-field! NSURLFileIdentifierKey not bound
!missing-field! NSURLVolumeMountFromLocationKey not bound
!missing-field! NSURLVolumeSubtypeKey not bound
!missing-field! NSURLVolumeTypeNameKey not bound

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

@ -1,7 +1,3 @@
!missing-field! NSNetServicesErrorCode not bound
!unknown-native-enum! NSBundleExecutableArchitecture bound
!unknown-type! NSPortMessage bound
!missing-field! NSURLFileIdentifierKey not bound
!missing-field! NSURLVolumeMountFromLocationKey not bound
!missing-field! NSURLVolumeSubtypeKey not bound
!missing-field! NSURLVolumeTypeNameKey not bound

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

@ -1,6 +1,2 @@
!missing-field! NSNetServicesErrorCode not bound
!unknown-native-enum! NSBundleExecutableArchitecture bound
!missing-field! NSURLFileIdentifierKey not bound
!missing-field! NSURLVolumeMountFromLocationKey not bound
!missing-field! NSURLVolumeSubtypeKey not bound
!missing-field! NSURLVolumeTypeNameKey not bound

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

@ -1,6 +1,2 @@
!missing-field! NSNetServicesErrorCode not bound
!missing-selector! NSURLSession::getTasksWithCompletionHandler: not bound
!missing-field! NSURLFileIdentifierKey not bound
!missing-field! NSURLVolumeMountFromLocationKey not bound
!missing-field! NSURLVolumeSubtypeKey not bound
!missing-field! NSURLVolumeTypeNameKey not bound

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

@ -1,4 +0,0 @@
!missing-field! NSURLFileIdentifierKey not bound
!missing-field! NSURLVolumeMountFromLocationKey not bound
!missing-field! NSURLVolumeSubtypeKey not bound
!missing-field! NSURLVolumeTypeNameKey not bound