This commit is contained in:
Rachel Kang 2021-09-10 17:57:35 -04:00
Родитель e75c4e36a3
Коммит 66a28266a4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: C222091D01159D1C
5 изменённых файлов: 59 добавлений и 0 удалений

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

@ -295,6 +295,9 @@ public partial class Generator {
case "nint":
print ("return GetNInt (\"{0}\");", propertyName);
break;
case "nuint":
print ("return GetNUInt (\"{0}\");", propertyName);
break;
case "string":
// NSString should not be added - it should be bound as a string
print ("return (string) (ValueForKey (\"{0}\") as NSString);", propertyName);
@ -332,6 +335,9 @@ public partial class Generator {
case "nint":
print ("SetNInt (\"{0}\", value);", propertyName);
break;
case "nuint":
print ("SetNUInt (\"{0}\", value);", propertyName);
break;
// NSObject should not be added
case "AVCameraCalibrationData":
case "CGColorSpace":

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

@ -23,6 +23,7 @@ namespace Extrospection {
// the original name can be lost and, if not registered (e.g. enums), might not be available
static Dictionary<string,string> map = new Dictionary<string, string> () {
{ "AudioChannelBitmap", "AudioChannelBit" },
{ "CIRAWDecoderVersion", "CIRawDecoderVersion" },
{ "EABluetoothAccessoryPickerErrorCode", "EABluetoothAccessoryPickerError" },
{ "EKCalendarEventAvailabilityMask", "EKCalendarEventAvailability" },
{ "GKErrorCode", "GKError" },

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

@ -0,0 +1,14 @@
## not bound in macOS or catalyst
!missing-field! kCIImageTextureFormat not bound
!missing-field! kCIImageTextureTarget not bound
!missing-selector! +CIImage::imageWithTexture:size:flipped:options: not bound
!missing-selector! CIFilter::apply: not bound
!missing-selector! CIFilter::isEnabled not bound
!missing-selector! CIFilter::setEnabled: not bound
!missing-selector! CIImage::initWithTexture:size:flipped:options: not bound
## deprecated and not used in catalyst
!missing-selector! CIImage::initWithCGLayer: not bound
!missing-selector! CIImage::initWithCGLayer:options: not bound
!missing-selector! +CIImage::imageWithCGLayer: not bound
!missing-selector! +CIImage::imageWithCGLayer:options: not bound

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

@ -0,0 +1,26 @@
!missing-field! kCIApplyOptionColorSpace not bound
!missing-field! kCIApplyOptionDefinition not bound
!missing-field! kCIApplyOptionExtent not bound
!missing-field! kCIApplyOptionUserInfo not bound
!missing-field! kCIFilterGeneratorExportedKey not bound
!missing-field! kCIFilterGeneratorExportedKeyName not bound
!missing-field! kCIFilterGeneratorExportedKeyTargetObject not bound
!missing-selector! +CIContext::offlineGPUCount not bound
!missing-selector! +CIFilterGenerator::filterGenerator not bound
!missing-selector! +CIFilterGenerator::filterGeneratorWithContentsOfURL: not bound
!missing-selector! CIContext::reclaimResources not bound
!missing-selector! CIFilter::apply:arguments:options: not bound
!missing-selector! CIFilterGenerator::classAttributes not bound
!missing-selector! CIFilterGenerator::connectObject:withKey:toObject:withKey: not bound
!missing-selector! CIFilterGenerator::disconnectObject:withKey:toObject:withKey: not bound
!missing-selector! CIFilterGenerator::exportedKeys not bound
!missing-selector! CIFilterGenerator::exportKey:fromObject:withName: not bound
!missing-selector! CIFilterGenerator::filter not bound
!missing-selector! CIFilterGenerator::initWithContentsOfURL: not bound
!missing-selector! CIFilterGenerator::registerFilterName: not bound
!missing-selector! CIFilterGenerator::removeExportedKey: not bound
!missing-selector! CIFilterGenerator::setAttributes:forExportedKey: not bound
!missing-selector! CIFilterGenerator::setClassAttributes: not bound
!missing-selector! CIFilterGenerator::writeToURL:atomically: not bound
!missing-selector! CIImage::definition not bound
!missing-type! CIFilterGenerator not bound

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

@ -233,3 +233,15 @@
!missing-selector! +CIFilter::torusLensDistortionFilter not bound
!missing-selector! +CIFilter::twirlDistortionFilter not bound
!missing-selector! +CIFilter::vortexDistortionFilter not bound
## xcode 13
!missing-selector! +CIFilter::convolutionRGB3X3Filter not bound
!missing-selector! +CIFilter::convolutionRGB5X5Filter not bound
!missing-selector! +CIFilter::convolutionRGB7X7Filter not bound
!missing-selector! +CIFilter::convolutionRGB9HorizontalFilter not bound
!missing-selector! +CIFilter::convolutionRGB9VerticalFilter not bound
!missing-selector! +CIFilter::linearLightBlendModeFilter not bound
!missing-selector! +CIFilter::personSegmentationFilter not bound
!missing-selector! +CIFilter::vividLightBlendModeFilter not bound
## API introduced and deprecated at the same time in Xcode 13
!missing-field! kCIPropertiesKey not bound