[Xtro] Bump objective sharpie and update todos. (#19220)

All the Frameworks that needed to be skipped now work and therefore we
need to update the todos files for xcode 15.
This commit is contained in:
Manuel de la Pena 2023-10-16 16:10:09 -04:00 коммит произвёл GitHub
Родитель 6af4bd57db
Коммит c661ef5f97
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
65 изменённых файлов: 41397 добавлений и 5125 удалений

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

@ -247,9 +247,9 @@ MIN_CMAKE_URL=https://cmake.org/files/v3.6/cmake-3.6.2-Darwin-x86_64.dmg
MIN_CMAKE_VERSION=2.8.8 MIN_CMAKE_VERSION=2.8.8
# ObjectiveSharpie min/max versions # ObjectiveSharpie min/max versions
MIN_SHARPIE_VERSION=3.5.73 MIN_SHARPIE_VERSION=3.5.76
MAX_SHARPIE_VERSION=3.5.99 MAX_SHARPIE_VERSION=3.5.99
MIN_SHARPIE_URL=https://download.visualstudio.microsoft.com/download/pr/0e3b855b-f555-46d0-a39b-ea2a45d5ec46/1694826efa1882979f8be51402dceadb/objectivesharpie-3.5.73.pkg MIN_SHARPIE_URL=https://download.visualstudio.microsoft.com/download/pr/87c92e02-3d02-45de-bdd5-41721ed5bfc9/60cd0050e247aa99da79a52ef3228f32/objectivesharpie-3.5.76.pkg
# Minimum OSX versions for building XI/XM # Minimum OSX versions for building XI/XM
MIN_OSX_BUILD_VERSION=13.0 MIN_OSX_BUILD_VERSION=13.0

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

@ -48,15 +48,6 @@ XIOS_RID = ios-arm64
$(XIOS_PCH): .stamp-check-sharpie $(XIOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s iphoneos$(IOS_SDK_VERSION) -a $(XIOS_ARCH) \ $(SHARPIE) sdk-db --xcode $(XCODE) -s iphoneos$(IOS_SDK_VERSION) -a $(XIOS_ARCH) \
-exclude RealityKit \
-exclude GameKit \
-exclude ARKit \
-exclude SensorKit \
-exclude GameController \
-exclude Matter \
-exclude MetalPerformanceShadersGraph \
-exclude NearbyInteraction \
-exclude WebKit \
-i ThreadNetwork/THClient.h \ -i ThreadNetwork/THClient.h \
$(CORETELEPHONY_HEADERS) \ $(CORETELEPHONY_HEADERS) \
@ -68,14 +59,7 @@ XWATCHOS_ARCH = armv7
XWATCHOS_PCH = watchos$(WATCH_SDK_VERSION)-$(XWATCHOS_ARCH).pch XWATCHOS_PCH = watchos$(WATCH_SDK_VERSION)-$(XWATCHOS_ARCH).pch
$(XWATCHOS_PCH): .stamp-check-sharpie $(XWATCHOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s watchos$(WATCH_SDK_VERSION) -a $(XWATCHOS_ARCH) \ $(SHARPIE) sdk-db --xcode $(XCODE) -s watchos$(WATCH_SDK_VERSION) -a $(XWATCHOS_ARCH)
-exclude RealityKit \
-exclude MediaPlayer \
-exclude AVFoundation \
-exclude CoreMedia \
-exclude AVFAudio \
-exclude ShazamKit \
-exclude SoundAnalysis \
XTVOS ?= $(IOS_DESTDIR)/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/64bits/tvOS/Xamarin.TVOS.dll XTVOS ?= $(IOS_DESTDIR)/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/64bits/tvOS/Xamarin.TVOS.dll
XTVOS_LIBDIR ?= $(IOS_DESTDIR)/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.TVOS/ XTVOS_LIBDIR ?= $(IOS_DESTDIR)/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.TVOS/
@ -85,8 +69,7 @@ XTVOS_PCH = appletvos$(TVOS_SDK_VERSION)-$(XTVOS_ARCH).pch
XTVOS_RID = tvos-arm64 XTVOS_RID = tvos-arm64
$(XTVOS_PCH): .stamp-check-sharpie $(XTVOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s appletvos$(TVOS_SDK_VERSION) -a $(XTVOS_ARCH) \ $(SHARPIE) sdk-db --xcode $(XCODE) -s appletvos$(TVOS_SDK_VERSION) -a $(XTVOS_ARCH)
-exclude RealityKit \
XMACOS ?= $(MAC_DESTDIR)/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/64bits/mobile/Xamarin.Mac.dll XMACOS ?= $(MAC_DESTDIR)/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/64bits/mobile/Xamarin.Mac.dll
XMACOS_LIBDIR ?= $(MAC_DESTDIR)/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/Xamarin.Mac XMACOS_LIBDIR ?= $(MAC_DESTDIR)/Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/mono/Xamarin.Mac
@ -96,16 +79,8 @@ XMACOS_RID = osx-x64
$(XMACOS_PCH): .stamp-check-sharpie $(XMACOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s macosx$(MACOS_SDK_VERSION) -a $(XMACOS_ARCH) \ $(SHARPIE) sdk-db --xcode $(XCODE) -s macosx$(MACOS_SDK_VERSION) -a $(XMACOS_ARCH) \
-exclude NearbyInteraction \
-exclude RealityKit \
-exclude JavaNativeFoundation \ -exclude JavaNativeFoundation \
-exclude GameKit \
-exclude CoreMediaIO \
-exclude ParavirtualizedGraphics \ -exclude ParavirtualizedGraphics \
-exclude GameController \
-exclude Matter \
-exclude MetalPerformanceShadersGraph \
-exclude WebKit \
$(CORETELEPHONY_HEADERS) \ $(CORETELEPHONY_HEADERS) \
XMACCATALYST_ARCH = x86_64 XMACCATALYST_ARCH = x86_64
@ -131,7 +106,6 @@ $(XMACCATALYST_PCH): .stamp-check-sharpie
-exclude Python \ -exclude Python \
-exclude Quartz \ -exclude Quartz \
-exclude QuickLookUI \ -exclude QuickLookUI \
-exclude RealityKit \
-exclude SecurityInterface \ -exclude SecurityInterface \
-exclude Virtualization \ -exclude Virtualization \
-i HomeKit/HomeKit.h \ -i HomeKit/HomeKit.h \

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

@ -1,155 +1,10 @@
!unknown-field! ARBlendShapeLocationBrowDownLeft bound !missing-selector! +ARConfiguration::supportedVideoFormats not bound
!unknown-field! ARBlendShapeLocationBrowDownRight bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARFaceGeometry::GetRawTextureCoordinates(): simd type: simd_float2
!unknown-field! ARBlendShapeLocationBrowInnerUp bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARFaceGeometry::GetRawVertices(): simd type: simd_float3
!unknown-field! ARBlendShapeLocationBrowOuterUpLeft bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARPlaneGeometry::GetRawBoundaryVertices(): simd type: simd_float3
!unknown-field! ARBlendShapeLocationBrowOuterUpRight bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARPlaneGeometry::GetRawTextureCoordinates(): simd type: simd_float2
!unknown-field! ARBlendShapeLocationCheekPuff bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARPlaneGeometry::GetRawVertices(): simd type: simd_float3
!unknown-field! ARBlendShapeLocationCheekSquintLeft bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARPointCloud::GetRawPoints(): simd type: simd_float3
!unknown-field! ARBlendShapeLocationCheekSquintRight bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARSkeleton2D::get_RawJointLandmarks(): simd type: simd_float2
!unknown-field! ARBlendShapeLocationEyeBlinkLeft bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARSkeleton3D::get_RawJointLocalTransforms(): simd type: simd_float4x4
!unknown-field! ARBlendShapeLocationEyeBlinkRight bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARSkeleton3D::get_RawJointModelTransforms(): simd type: simd_float4x4
!unknown-field! ARBlendShapeLocationEyeLookDownLeft bound
!unknown-field! ARBlendShapeLocationEyeLookDownRight bound
!unknown-field! ARBlendShapeLocationEyeLookInLeft bound
!unknown-field! ARBlendShapeLocationEyeLookInRight bound
!unknown-field! ARBlendShapeLocationEyeLookOutLeft bound
!unknown-field! ARBlendShapeLocationEyeLookOutRight bound
!unknown-field! ARBlendShapeLocationEyeLookUpLeft bound
!unknown-field! ARBlendShapeLocationEyeLookUpRight bound
!unknown-field! ARBlendShapeLocationEyeSquintLeft bound
!unknown-field! ARBlendShapeLocationEyeSquintRight bound
!unknown-field! ARBlendShapeLocationEyeWideLeft bound
!unknown-field! ARBlendShapeLocationEyeWideRight bound
!unknown-field! ARBlendShapeLocationJawForward bound
!unknown-field! ARBlendShapeLocationJawLeft bound
!unknown-field! ARBlendShapeLocationJawOpen bound
!unknown-field! ARBlendShapeLocationJawRight bound
!unknown-field! ARBlendShapeLocationMouthClose bound
!unknown-field! ARBlendShapeLocationMouthDimpleLeft bound
!unknown-field! ARBlendShapeLocationMouthDimpleRight bound
!unknown-field! ARBlendShapeLocationMouthFrownLeft bound
!unknown-field! ARBlendShapeLocationMouthFrownRight bound
!unknown-field! ARBlendShapeLocationMouthFunnel bound
!unknown-field! ARBlendShapeLocationMouthLeft bound
!unknown-field! ARBlendShapeLocationMouthLowerDownLeft bound
!unknown-field! ARBlendShapeLocationMouthLowerDownRight bound
!unknown-field! ARBlendShapeLocationMouthPressLeft bound
!unknown-field! ARBlendShapeLocationMouthPressRight bound
!unknown-field! ARBlendShapeLocationMouthPucker bound
!unknown-field! ARBlendShapeLocationMouthRight bound
!unknown-field! ARBlendShapeLocationMouthRollLower bound
!unknown-field! ARBlendShapeLocationMouthRollUpper bound
!unknown-field! ARBlendShapeLocationMouthShrugLower bound
!unknown-field! ARBlendShapeLocationMouthShrugUpper bound
!unknown-field! ARBlendShapeLocationMouthSmileLeft bound
!unknown-field! ARBlendShapeLocationMouthSmileRight bound
!unknown-field! ARBlendShapeLocationMouthStretchLeft bound
!unknown-field! ARBlendShapeLocationMouthStretchRight bound
!unknown-field! ARBlendShapeLocationMouthUpperUpLeft bound
!unknown-field! ARBlendShapeLocationMouthUpperUpRight bound
!unknown-field! ARBlendShapeLocationNoseSneerLeft bound
!unknown-field! ARBlendShapeLocationNoseSneerRight bound
!unknown-field! ARBlendShapeLocationTongueOut bound
!unknown-field! ARErrorDomain bound
!unknown-field! ARReferenceObjectArchiveExtension bound
!unknown-field! ARSCNDebugOptionShowFeaturePoints bound
!unknown-field! ARSCNDebugOptionShowWorldOrigin bound
!unknown-field! ARSkeletonJointNameHead bound
!unknown-field! ARSkeletonJointNameLeftFoot bound
!unknown-field! ARSkeletonJointNameLeftHand bound
!unknown-field! ARSkeletonJointNameLeftShoulder bound
!unknown-field! ARSkeletonJointNameRightFoot bound
!unknown-field! ARSkeletonJointNameRightHand bound
!unknown-field! ARSkeletonJointNameRightShoulder bound
!unknown-field! ARSkeletonJointNameRoot bound
!unknown-native-enum! ARAltitudeSource bound
!unknown-native-enum! ARAppClipCodeUrlDecodingState bound
!unknown-native-enum! ARCoachingGoal bound
!unknown-native-enum! ARCollaborationDataPriority bound
!unknown-native-enum! ARConfidenceLevel bound
!unknown-native-enum! AREnvironmentTexturing bound
!unknown-native-enum! ARErrorCode bound
!unknown-native-enum! ARFrameSemantics bound
!unknown-native-enum! ARGeometryPrimitiveType bound
!unknown-native-enum! ARGeoTrackingAccuracy bound
!unknown-native-enum! ARGeoTrackingState bound
!unknown-native-enum! ARGeoTrackingStateReason bound
!unknown-native-enum! ARHitTestResultType bound
!unknown-native-enum! ARMatteResolution bound
!unknown-native-enum! ARMeshClassification bound
!unknown-native-enum! ARPlaneAnchorAlignment bound
!unknown-native-enum! ARPlaneClassification bound
!unknown-native-enum! ARPlaneClassificationStatus bound
!unknown-native-enum! ARPlaneDetection bound
!unknown-native-enum! ARRaycastTarget bound
!unknown-native-enum! ARRaycastTargetAlignment bound
!unknown-native-enum! ARSceneReconstruction bound
!unknown-native-enum! ARSessionRunOptions bound
!unknown-native-enum! ARTrackingState bound
!unknown-native-enum! ARTrackingStateReason bound
!unknown-native-enum! ARWorldAlignment bound
!unknown-native-enum! ARWorldMappingStatus bound
!unknown-pinvoke! ARSkeletonJointNameForRecognizedPointKey bound
!unknown-protocol! ARAnchorCopying bound
!unknown-protocol! ARCoachingOverlayViewDelegate bound
!unknown-protocol! ARSCNViewDelegate bound
!unknown-protocol! ARSessionDelegate bound
!unknown-protocol! ARSessionObserver bound
!unknown-protocol! ARSessionProviding bound
!unknown-protocol! ARSKViewDelegate bound
!unknown-protocol! ARTrackable bound
!unknown-type! ARAnchor bound
!unknown-type! ARAppClipCodeAnchor bound
!unknown-type! ARBody2D bound
!unknown-type! ARBodyAnchor bound
!unknown-type! ARBodyTrackingConfiguration bound
!unknown-type! ARCamera bound
!unknown-type! ARCoachingOverlayView bound
!unknown-type! ARCollaborationData bound
!unknown-type! ARConfiguration bound
!unknown-type! ARDepthData bound
!unknown-type! ARDirectionalLightEstimate bound
!unknown-type! AREnvironmentProbeAnchor bound
!unknown-type! ARFaceAnchor bound
!unknown-type! ARFaceGeometry bound
!unknown-type! ARFaceTrackingConfiguration bound
!unknown-type! ARFrame bound
!unknown-type! ARGeoAnchor bound
!unknown-type! ARGeometryElement bound
!unknown-type! ARGeometrySource bound
!unknown-type! ARGeoTrackingConfiguration bound
!unknown-type! ARGeoTrackingStatus bound
!unknown-type! ARHitTestResult bound
!unknown-type! ARImageAnchor bound
!unknown-type! ARImageTrackingConfiguration bound
!unknown-type! ARLightEstimate bound
!unknown-type! ARMatteGenerator bound
!unknown-type! ARMeshAnchor bound
!unknown-type! ARMeshGeometry bound
!unknown-type! ARObjectAnchor bound
!unknown-type! ARObjectScanningConfiguration bound
!unknown-type! AROrientationTrackingConfiguration bound
!unknown-type! ARParticipantAnchor bound
!unknown-type! ARPlaneAnchor bound
!unknown-type! ARPlaneExtent bound
!unknown-type! ARPlaneGeometry bound
!unknown-type! ARPointCloud bound
!unknown-type! ARPositionalTrackingConfiguration bound
!unknown-type! ARQuickLookPreviewItem bound
!unknown-type! ARRaycastQuery bound
!unknown-type! ARRaycastResult bound
!unknown-type! ARReferenceImage bound
!unknown-type! ARReferenceObject bound
!unknown-type! ARSCNFaceGeometry bound
!unknown-type! ARSCNPlaneGeometry bound
!unknown-type! ARSCNView bound
!unknown-type! ARSession bound
!unknown-type! ARSkeleton bound
!unknown-type! ARSkeleton2D bound
!unknown-type! ARSkeleton3D bound
!unknown-type! ARSkeletonDefinition bound
!unknown-type! ARSKView bound
!unknown-type! ARTrackedRaycast bound
!unknown-type! ARVideoFormat bound
!unknown-type! ARWorldMap bound
!unknown-type! ARWorldTrackingConfiguration bound

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

@ -0,0 +1 @@
!unknown-type! CIFilterGenerator bound

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

@ -0,0 +1,2 @@
!missing-selector! ENManager::dispatchQueue not bound
!missing-selector! ENManager::setDispatchQueue: not bound

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

@ -1,400 +1,37 @@
!unknown-field! GCControllerDidBecomeCurrentNotification bound !missing-enum! GCPhysicalInputSourceDirection not bound
!unknown-field! GCControllerDidConnectNotification bound !missing-field! GCProductCategoryArcadeStick not bound
!unknown-field! GCControllerDidDisconnectNotification bound !missing-pinvoke! GCInputArcadeButtonName is not bound
!unknown-field! GCControllerDidStopBeingCurrentNotification bound !missing-protocol! GCAxisElementName not bound
!unknown-field! GCControllerUserCustomizationsDidChangeNotification bound !missing-protocol! GCButtonElementName not bound
!unknown-field! GCCurrentExtendedGamepadSnapshotDataVersion bound !missing-protocol! GCDirectionPadElementName not bound
!unknown-field! GCCurrentMicroGamepadSnapshotDataVersion bound !missing-protocol! GCPhysicalInputElementName not bound
!unknown-field! GCHapticDurationInfinite bound !missing-protocol! GCPhysicalInputSource not bound
!unknown-field! GCHapticsLocalityAll bound !missing-protocol! GCSwitchElementName not bound
!unknown-field! GCHapticsLocalityDefault bound !missing-protocol-member! GCAxisInput::sources not found
!unknown-field! GCHapticsLocalityHandles bound !missing-protocol-member! GCDevicePhysicalInput::queue not found
!unknown-field! GCHapticsLocalityLeftHandle bound !missing-protocol-member! GCDevicePhysicalInput::setQueue: not found
!unknown-field! GCHapticsLocalityLeftTrigger bound !missing-protocol-member! GCDevicePhysicalInputState::axes not found
!unknown-field! GCHapticsLocalityRightHandle bound !missing-protocol-member! GCDevicePhysicalInputState::buttons not found
!unknown-field! GCHapticsLocalityRightTrigger bound !missing-protocol-member! GCDevicePhysicalInputState::dpads not found
!unknown-field! GCHapticsLocalityTriggers bound !missing-protocol-member! GCDevicePhysicalInputState::elements not found
!unknown-field! GCInputButtonA bound !missing-protocol-member! GCDevicePhysicalInputState::switches not found
!unknown-field! GCInputButtonB bound !missing-protocol-member! GCLinearInput::sources not found
!unknown-field! GCInputButtonHome bound !missing-protocol-member! GCPressedStateInput::sources not found
!unknown-field! GCInputButtonMenu bound !missing-protocol-member! GCRelativeInput::sources not found
!unknown-field! GCInputButtonOptions bound !missing-protocol-member! GCSwitchPositionInput::sources not found
!unknown-field! GCInputButtonShare bound !missing-protocol-member! GCTouchedStateInput::sources not found
!unknown-field! GCInputButtonX bound !missing-selector! GCController::input not bound
!unknown-field! GCInputButtonY bound !missing-selector! GCControllerLiveInput::capture not bound
!unknown-field! GCInputDirectionalCardinalDpad bound !missing-selector! GCControllerLiveInput::nextInputState not bound
!unknown-field! GCInputDirectionalCenterButton bound !missing-selector! GCControllerLiveInput::unmappedInput not bound
!unknown-field! GCInputDirectionalDpad bound !missing-selector! GCPhysicalInputElementCollection::count not bound
!unknown-field! GCInputDirectionalTouchSurfaceButton bound !missing-selector! GCPhysicalInputElementCollection::elementEnumerator not bound
!unknown-field! GCInputDirectionPad bound !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound
!unknown-field! GCInputDualShockTouchpadButton bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound
!unknown-field! GCInputDualShockTouchpadOne bound !missing-selector! GCVirtualController::setPosition:forDirectionPadElement: not bound
!unknown-field! GCInputDualShockTouchpadTwo bound !missing-selector! GCVirtualController::setValue:forButtonElement: not bound
!unknown-field! GCInputLeftShoulder bound !missing-selector! GCVirtualControllerConfiguration::isHidden not bound
!unknown-field! GCInputLeftThumbstick bound !missing-selector! GCVirtualControllerConfiguration::setHidden: not bound
!unknown-field! GCInputLeftThumbstickButton bound !missing-type! GCControllerInputState not bound
!unknown-field! GCInputLeftTrigger bound !missing-type! GCControllerLiveInput not bound
!unknown-field! GCInputMicroGamepadButtonA bound !missing-type! GCPhysicalInputElementCollection not bound
!unknown-field! GCInputMicroGamepadButtonMenu bound
!unknown-field! GCInputMicroGamepadButtonX bound
!unknown-field! GCInputMicroGamepadDpad bound
!unknown-field! GCInputRightShoulder bound
!unknown-field! GCInputRightThumbstick bound
!unknown-field! GCInputRightThumbstickButton bound
!unknown-field! GCInputRightTrigger bound
!unknown-field! GCInputXboxPaddleFour bound
!unknown-field! GCInputXboxPaddleOne bound
!unknown-field! GCInputXboxPaddleThree bound
!unknown-field! GCInputXboxPaddleTwo bound
!unknown-field! GCKeyA bound
!unknown-field! GCKeyApplication bound
!unknown-field! GCKeyB bound
!unknown-field! GCKeyBackslash bound
!unknown-field! GCKeyboardDidConnectNotification bound
!unknown-field! GCKeyboardDidDisconnectNotification bound
!unknown-field! GCKeyC bound
!unknown-field! GCKeyCapsLock bound
!unknown-field! GCKeyCloseBracket bound
!unknown-field! GCKeyCodeApplication bound
!unknown-field! GCKeyCodeBackslash bound
!unknown-field! GCKeyCodeCapsLock bound
!unknown-field! GCKeyCodeCloseBracket bound
!unknown-field! GCKeyCodeComma bound
!unknown-field! GCKeyCodeDeleteForward bound
!unknown-field! GCKeyCodeDeleteOrBackspace bound
!unknown-field! GCKeyCodeDownArrow bound
!unknown-field! GCKeyCodeEight bound
!unknown-field! GCKeyCodeEnd bound
!unknown-field! GCKeyCodeEqualSign bound
!unknown-field! GCKeyCodeEscape bound
!unknown-field! GCKeyCodeF1 bound
!unknown-field! GCKeyCodeF10 bound
!unknown-field! GCKeyCodeF11 bound
!unknown-field! GCKeyCodeF12 bound
!unknown-field! GCKeyCodeF13 bound
!unknown-field! GCKeyCodeF14 bound
!unknown-field! GCKeyCodeF15 bound
!unknown-field! GCKeyCodeF16 bound
!unknown-field! GCKeyCodeF17 bound
!unknown-field! GCKeyCodeF18 bound
!unknown-field! GCKeyCodeF19 bound
!unknown-field! GCKeyCodeF2 bound
!unknown-field! GCKeyCodeF20 bound
!unknown-field! GCKeyCodeF3 bound
!unknown-field! GCKeyCodeF4 bound
!unknown-field! GCKeyCodeF5 bound
!unknown-field! GCKeyCodeF6 bound
!unknown-field! GCKeyCodeF7 bound
!unknown-field! GCKeyCodeF8 bound
!unknown-field! GCKeyCodeF9 bound
!unknown-field! GCKeyCodeFive bound
!unknown-field! GCKeyCodeFour bound
!unknown-field! GCKeyCodeGraveAccentAndTilde bound
!unknown-field! GCKeyCodeHome bound
!unknown-field! GCKeyCodeHyphen bound
!unknown-field! GCKeyCodeInsert bound
!unknown-field! GCKeyCodeInternational1 bound
!unknown-field! GCKeyCodeInternational2 bound
!unknown-field! GCKeyCodeInternational3 bound
!unknown-field! GCKeyCodeInternational4 bound
!unknown-field! GCKeyCodeInternational5 bound
!unknown-field! GCKeyCodeInternational6 bound
!unknown-field! GCKeyCodeInternational7 bound
!unknown-field! GCKeyCodeInternational8 bound
!unknown-field! GCKeyCodeInternational9 bound
!unknown-field! GCKeyCodeKeyA bound
!unknown-field! GCKeyCodeKeyB bound
!unknown-field! GCKeyCodeKeyC bound
!unknown-field! GCKeyCodeKeyD bound
!unknown-field! GCKeyCodeKeyE bound
!unknown-field! GCKeyCodeKeyF bound
!unknown-field! GCKeyCodeKeyG bound
!unknown-field! GCKeyCodeKeyH bound
!unknown-field! GCKeyCodeKeyI bound
!unknown-field! GCKeyCodeKeyJ bound
!unknown-field! GCKeyCodeKeyK bound
!unknown-field! GCKeyCodeKeyL bound
!unknown-field! GCKeyCodeKeyM bound
!unknown-field! GCKeyCodeKeyN bound
!unknown-field! GCKeyCodeKeyO bound
!unknown-field! GCKeyCodeKeyP bound
!unknown-field! GCKeyCodeKeypad0 bound
!unknown-field! GCKeyCodeKeypad1 bound
!unknown-field! GCKeyCodeKeypad2 bound
!unknown-field! GCKeyCodeKeypad3 bound
!unknown-field! GCKeyCodeKeypad4 bound
!unknown-field! GCKeyCodeKeypad5 bound
!unknown-field! GCKeyCodeKeypad6 bound
!unknown-field! GCKeyCodeKeypad7 bound
!unknown-field! GCKeyCodeKeypad8 bound
!unknown-field! GCKeyCodeKeypad9 bound
!unknown-field! GCKeyCodeKeypadAsterisk bound
!unknown-field! GCKeyCodeKeypadEnter bound
!unknown-field! GCKeyCodeKeypadEqualSign bound
!unknown-field! GCKeyCodeKeypadHyphen bound
!unknown-field! GCKeyCodeKeypadNumLock bound
!unknown-field! GCKeyCodeKeypadPeriod bound
!unknown-field! GCKeyCodeKeypadPlus bound
!unknown-field! GCKeyCodeKeypadSlash bound
!unknown-field! GCKeyCodeKeyQ bound
!unknown-field! GCKeyCodeKeyR bound
!unknown-field! GCKeyCodeKeyS bound
!unknown-field! GCKeyCodeKeyT bound
!unknown-field! GCKeyCodeKeyU bound
!unknown-field! GCKeyCodeKeyV bound
!unknown-field! GCKeyCodeKeyW bound
!unknown-field! GCKeyCodeKeyX bound
!unknown-field! GCKeyCodeKeyY bound
!unknown-field! GCKeyCodeKeyZ bound
!unknown-field! GCKeyCodeLANG1 bound
!unknown-field! GCKeyCodeLANG2 bound
!unknown-field! GCKeyCodeLANG3 bound
!unknown-field! GCKeyCodeLANG4 bound
!unknown-field! GCKeyCodeLANG5 bound
!unknown-field! GCKeyCodeLANG6 bound
!unknown-field! GCKeyCodeLANG7 bound
!unknown-field! GCKeyCodeLANG8 bound
!unknown-field! GCKeyCodeLANG9 bound
!unknown-field! GCKeyCodeLeftAlt bound
!unknown-field! GCKeyCodeLeftArrow bound
!unknown-field! GCKeyCodeLeftControl bound
!unknown-field! GCKeyCodeLeftGUI bound
!unknown-field! GCKeyCodeLeftShift bound
!unknown-field! GCKeyCodeNine bound
!unknown-field! GCKeyCodeNonUSBackslash bound
!unknown-field! GCKeyCodeNonUSPound bound
!unknown-field! GCKeyCodeOne bound
!unknown-field! GCKeyCodeOpenBracket bound
!unknown-field! GCKeyCodePageDown bound
!unknown-field! GCKeyCodePageUp bound
!unknown-field! GCKeyCodePause bound
!unknown-field! GCKeyCodePeriod bound
!unknown-field! GCKeyCodePower bound
!unknown-field! GCKeyCodePrintScreen bound
!unknown-field! GCKeyCodeQuote bound
!unknown-field! GCKeyCodeReturnOrEnter bound
!unknown-field! GCKeyCodeRightAlt bound
!unknown-field! GCKeyCodeRightArrow bound
!unknown-field! GCKeyCodeRightControl bound
!unknown-field! GCKeyCodeRightGUI bound
!unknown-field! GCKeyCodeRightShift bound
!unknown-field! GCKeyCodeScrollLock bound
!unknown-field! GCKeyCodeSemicolon bound
!unknown-field! GCKeyCodeSeven bound
!unknown-field! GCKeyCodeSix bound
!unknown-field! GCKeyCodeSlash bound
!unknown-field! GCKeyCodeSpacebar bound
!unknown-field! GCKeyCodeTab bound
!unknown-field! GCKeyCodeThree bound
!unknown-field! GCKeyCodeTwo bound
!unknown-field! GCKeyCodeUpArrow bound
!unknown-field! GCKeyCodeZero bound
!unknown-field! GCKeyComma bound
!unknown-field! GCKeyD bound
!unknown-field! GCKeyDeleteForward bound
!unknown-field! GCKeyDeleteOrBackspace bound
!unknown-field! GCKeyDownArrow bound
!unknown-field! GCKeyE bound
!unknown-field! GCKeyEight bound
!unknown-field! GCKeyEnd bound
!unknown-field! GCKeyEqualSign bound
!unknown-field! GCKeyEscape bound
!unknown-field! GCKeyF bound
!unknown-field! GCKeyF1 bound
!unknown-field! GCKeyF10 bound
!unknown-field! GCKeyF11 bound
!unknown-field! GCKeyF12 bound
!unknown-field! GCKeyF13 bound
!unknown-field! GCKeyF14 bound
!unknown-field! GCKeyF15 bound
!unknown-field! GCKeyF16 bound
!unknown-field! GCKeyF17 bound
!unknown-field! GCKeyF18 bound
!unknown-field! GCKeyF19 bound
!unknown-field! GCKeyF2 bound
!unknown-field! GCKeyF20 bound
!unknown-field! GCKeyF3 bound
!unknown-field! GCKeyF4 bound
!unknown-field! GCKeyF5 bound
!unknown-field! GCKeyF6 bound
!unknown-field! GCKeyF7 bound
!unknown-field! GCKeyF8 bound
!unknown-field! GCKeyF9 bound
!unknown-field! GCKeyFive bound
!unknown-field! GCKeyFour bound
!unknown-field! GCKeyG bound
!unknown-field! GCKeyGraveAccentAndTilde bound
!unknown-field! GCKeyH bound
!unknown-field! GCKeyHome bound
!unknown-field! GCKeyHyphen bound
!unknown-field! GCKeyI bound
!unknown-field! GCKeyInsert bound
!unknown-field! GCKeyInternational1 bound
!unknown-field! GCKeyInternational2 bound
!unknown-field! GCKeyInternational3 bound
!unknown-field! GCKeyInternational4 bound
!unknown-field! GCKeyInternational5 bound
!unknown-field! GCKeyInternational6 bound
!unknown-field! GCKeyInternational7 bound
!unknown-field! GCKeyInternational8 bound
!unknown-field! GCKeyInternational9 bound
!unknown-field! GCKeyJ bound
!unknown-field! GCKeyK bound
!unknown-field! GCKeyKeypad0 bound
!unknown-field! GCKeyKeypad1 bound
!unknown-field! GCKeyKeypad2 bound
!unknown-field! GCKeyKeypad3 bound
!unknown-field! GCKeyKeypad4 bound
!unknown-field! GCKeyKeypad5 bound
!unknown-field! GCKeyKeypad6 bound
!unknown-field! GCKeyKeypad7 bound
!unknown-field! GCKeyKeypad8 bound
!unknown-field! GCKeyKeypad9 bound
!unknown-field! GCKeyKeypadAsterisk bound
!unknown-field! GCKeyKeypadEnter bound
!unknown-field! GCKeyKeypadEqualSign bound
!unknown-field! GCKeyKeypadHyphen bound
!unknown-field! GCKeyKeypadNumLock bound
!unknown-field! GCKeyKeypadPeriod bound
!unknown-field! GCKeyKeypadPlus bound
!unknown-field! GCKeyKeypadSlash bound
!unknown-field! GCKeyL bound
!unknown-field! GCKeyLANG1 bound
!unknown-field! GCKeyLANG2 bound
!unknown-field! GCKeyLANG3 bound
!unknown-field! GCKeyLANG4 bound
!unknown-field! GCKeyLANG5 bound
!unknown-field! GCKeyLANG6 bound
!unknown-field! GCKeyLANG7 bound
!unknown-field! GCKeyLANG8 bound
!unknown-field! GCKeyLANG9 bound
!unknown-field! GCKeyLeftAlt bound
!unknown-field! GCKeyLeftArrow bound
!unknown-field! GCKeyLeftControl bound
!unknown-field! GCKeyLeftGUI bound
!unknown-field! GCKeyLeftShift bound
!unknown-field! GCKeyM bound
!unknown-field! GCKeyN bound
!unknown-field! GCKeyNine bound
!unknown-field! GCKeyNonUSBackslash bound
!unknown-field! GCKeyNonUSPound bound
!unknown-field! GCKeyO bound
!unknown-field! GCKeyOne bound
!unknown-field! GCKeyOpenBracket bound
!unknown-field! GCKeyP bound
!unknown-field! GCKeyPageDown bound
!unknown-field! GCKeyPageUp bound
!unknown-field! GCKeyPause bound
!unknown-field! GCKeyPeriod bound
!unknown-field! GCKeyPower bound
!unknown-field! GCKeyPrintScreen bound
!unknown-field! GCKeyQ bound
!unknown-field! GCKeyQuote bound
!unknown-field! GCKeyR bound
!unknown-field! GCKeyReturnOrEnter bound
!unknown-field! GCKeyRightAlt bound
!unknown-field! GCKeyRightArrow bound
!unknown-field! GCKeyRightControl bound
!unknown-field! GCKeyRightGUI bound
!unknown-field! GCKeyRightShift bound
!unknown-field! GCKeyS bound
!unknown-field! GCKeyScrollLock bound
!unknown-field! GCKeySemicolon bound
!unknown-field! GCKeySeven bound
!unknown-field! GCKeySix bound
!unknown-field! GCKeySlash bound
!unknown-field! GCKeySpacebar bound
!unknown-field! GCKeyT bound
!unknown-field! GCKeyTab bound
!unknown-field! GCKeyThree bound
!unknown-field! GCKeyTwo bound
!unknown-field! GCKeyU bound
!unknown-field! GCKeyUpArrow bound
!unknown-field! GCKeyV bound
!unknown-field! GCKeyW bound
!unknown-field! GCKeyX bound
!unknown-field! GCKeyY bound
!unknown-field! GCKeyZ bound
!unknown-field! GCKeyZero bound
!unknown-field! GCMouseDidBecomeCurrentNotification bound
!unknown-field! GCMouseDidConnectNotification bound
!unknown-field! GCMouseDidDisconnectNotification bound
!unknown-field! GCMouseDidStopBeingCurrentNotification bound
!unknown-field! GCProductCategoryCoalescedRemote bound
!unknown-field! GCProductCategoryControlCenterRemote bound
!unknown-field! GCProductCategoryDualSense bound
!unknown-field! GCProductCategoryDualShock4 bound
!unknown-field! GCProductCategoryHID bound
!unknown-field! GCProductCategoryKeyboard bound
!unknown-field! GCProductCategoryMFi bound
!unknown-field! GCProductCategoryMouse bound
!unknown-field! GCProductCategorySiriRemote1stGen bound
!unknown-field! GCProductCategorySiriRemote2ndGen bound
!unknown-field! GCProductCategoryUniversalElectronicsRemote bound
!unknown-field! GCProductCategoryXboxOne bound
!unknown-native-enum! GCControllerPlayerIndex bound
!unknown-native-enum! GCDeviceBatteryState bound
!unknown-native-enum! GCDevicePhysicalInputElementChange bound
!unknown-native-enum! GCDualSenseAdaptiveTriggerMode bound
!unknown-native-enum! GCDualSenseAdaptiveTriggerStatus bound
!unknown-native-enum! GCExtendedGamepadSnapshotDataVersion bound
!unknown-native-enum! GCMicroGamepadSnapshotDataVersion bound
!unknown-native-enum! GCSystemGestureState bound
!unknown-native-enum! GCTouchState bound
!unknown-pinvoke! GCExtendedGamepadSnapshotDataFromNSData bound
!unknown-pinvoke! GCExtendedGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! GCGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! GCMicroGamepadSnapshotDataFromNSData bound
!unknown-pinvoke! GCMicroGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! NSDataFromGCExtendedGamepadSnapshotData bound
!unknown-pinvoke! NSDataFromGCExtendedGamepadSnapShotDataV100 bound
!unknown-pinvoke! NSDataFromGCGamepadSnapShotDataV100 bound
!unknown-pinvoke! NSDataFromGCMicroGamepadSnapshotData bound
!unknown-pinvoke! NSDataFromGCMicroGamepadSnapShotDataV100 bound
!unknown-protocol! GCAxisElement bound
!unknown-protocol! GCAxisInput bound
!unknown-protocol! GCButtonElement bound
!unknown-protocol! GCDevice bound
!unknown-protocol! GCDevicePhysicalInput bound
!unknown-protocol! GCDevicePhysicalInputState bound
!unknown-protocol! GCDevicePhysicalInputStateDiff bound
!unknown-protocol! GCDirectionPadElement bound
!unknown-protocol! GCLinearInput bound
!unknown-protocol! GCPhysicalInputElement bound
!unknown-protocol! GCPressedStateInput bound
!unknown-protocol! GCRelativeInput bound
!unknown-protocol! GCSwitchElement bound
!unknown-protocol! GCSwitchPositionInput bound
!unknown-protocol! GCTouchedStateInput bound
!unknown-type! GCColor bound
!unknown-type! GCController bound
!unknown-type! GCControllerAxisInput bound
!unknown-type! GCControllerButtonInput bound
!unknown-type! GCControllerDirectionPad bound
!unknown-type! GCControllerElement bound
!unknown-type! GCControllerTouchpad bound
!unknown-type! GCDeviceBattery bound
!unknown-type! GCDeviceCursor bound
!unknown-type! GCDeviceHaptics bound
!unknown-type! GCDeviceLight bound
!unknown-type! GCDirectionalGamepad bound
!unknown-type! GCDualSenseAdaptiveTrigger bound
!unknown-type! GCDualSenseGamepad bound
!unknown-type! GCDualShockGamepad bound
!unknown-type! GCEventViewController bound
!unknown-type! GCExtendedGamepad bound
!unknown-type! GCExtendedGamepadSnapshot bound
!unknown-type! GCGamepad bound
!unknown-type! GCGamepadSnapshot bound
!unknown-type! GCKeyboard bound
!unknown-type! GCKeyboardInput bound
!unknown-type! GCMicroGamepad bound
!unknown-type! GCMicroGamepadSnapshot bound
!unknown-type! GCMotion bound
!unknown-type! GCMouse bound
!unknown-type! GCMouseInput bound
!unknown-type! GCPhysicalInputProfile bound
!unknown-type! GCVirtualController bound
!unknown-type! GCVirtualControllerConfiguration bound
!unknown-type! GCVirtualControllerElementConfiguration bound
!unknown-type! GCXboxGamepad bound

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

@ -1,86 +1,13 @@
!unknown-field! GKErrorDomain bound !deprecated-attribute-missing! GKAchievement::challengeComposeControllerWithMessage:players:completionHandler: missing a [Deprecated] attribute
!unknown-field! GKExchangeTimeoutDefault bound !deprecated-attribute-missing! GKLeaderboardEntry::challengeComposeControllerWithMessage:players:completionHandler: missing a [Deprecated] attribute
!unknown-field! GKExchangeTimeoutNone bound !deprecated-attribute-missing! GKNotificationBanner missing a [Deprecated] attribute
!unknown-field! GKGameSessionErrorDomain bound !missing-field! GKSessionErrorDomain not bound
!unknown-field! GKPlayerAuthenticationDidChangeNotificationName bound !missing-selector! GKAchievement::challengeComposeControllerWithMessage:players:completion: not bound
!unknown-field! GKPlayerDidChangeNotificationName bound !missing-selector! GKAchievementDescription::rarityPercent not bound
!unknown-field! GKPlayerIDNoLongerAvailable bound !missing-selector! GKLeaderboardEntry::challengeComposeControllerWithMessage:players:completion: not bound
!unknown-field! GKTurnTimeoutDefault bound !missing-selector! GKLeaderboardEntry::context not bound
!unknown-field! GKTurnTimeoutNone bound !missing-selector! GKLeaderboardEntry::date not bound
!unknown-field! GKVoiceChatServiceErrorDomain bound !missing-selector! GKLeaderboardEntry::formattedScore not bound
!unknown-native-enum! GKAccessPointLocation bound !missing-selector! GKLeaderboardEntry::rank not bound
!unknown-native-enum! GKChallengeState bound !missing-selector! GKLeaderboardEntry::score not bound
!unknown-native-enum! GKConnectionState bound !missing-selector! GKVoiceChat::playerVoiceChatStateDidChangeHandler not bound
!unknown-native-enum! GKError bound
!unknown-native-enum! GKFriendsAuthorizationStatus bound
!unknown-native-enum! GKGameCenterViewControllerState bound
!unknown-native-enum! GKGameSessionErrorCode bound
!unknown-native-enum! GKInviteRecipientResponse bound
!unknown-native-enum! GKLeaderboardPlayerScope bound
!unknown-native-enum! GKLeaderboardTimeScope bound
!unknown-native-enum! GKLeaderboardType bound
!unknown-native-enum! GKMatchmakingMode bound
!unknown-native-enum! GKMatchSendDataMode bound
!unknown-native-enum! GKMatchType bound
!unknown-native-enum! GKPeerPickerConnectionType bound
!unknown-native-enum! GKPhotoSize bound
!unknown-native-enum! GKPlayerConnectionState bound
!unknown-native-enum! GKTransportType bound
!unknown-native-enum! GKTurnBasedMatchOutcome bound
!unknown-native-enum! GKTurnBasedMatchStatus bound
!unknown-native-enum! GKTurnBasedParticipantStatus bound
!unknown-native-enum! GKVoiceChatPlayerState bound
!unknown-protocol! GKAchievementViewControllerDelegate bound
!unknown-protocol! GKChallengeEventHandlerDelegate bound
!unknown-protocol! GKChallengeListener bound
!unknown-protocol! GKFriendRequestComposeViewControllerDelegate bound
!unknown-protocol! GKGameCenterControllerDelegate bound
!unknown-protocol! GKGameSessionEventListener bound
!unknown-protocol! GKInviteEventListener bound
!unknown-protocol! GKLeaderboardViewControllerDelegate bound
!unknown-protocol! GKLocalPlayerListener bound
!unknown-protocol! GKMatchDelegate bound
!unknown-protocol! GKMatchmakerViewControllerDelegate bound
!unknown-protocol! GKSavedGameListener bound
!unknown-protocol! GKSessionDelegate bound
!unknown-protocol! GKTurnBasedEventHandlerDelegate bound
!unknown-protocol! GKTurnBasedEventListener bound
!unknown-protocol! GKTurnBasedMatchmakerViewControllerDelegate bound
!unknown-protocol! GKVoiceChatClient bound
!unknown-type! GKAccessPoint bound
!unknown-type! GKAchievement bound
!unknown-type! GKAchievementChallenge bound
!unknown-type! GKAchievementDescription bound
!unknown-type! GKAchievementViewController bound
!unknown-type! GKBasePlayer bound
!unknown-type! GKChallenge bound
!unknown-type! GKChallengeEventHandler bound
!unknown-type! GKCloudPlayer bound
!unknown-type! GKFriendRequestComposeViewController bound
!unknown-type! GKGameCenterViewController bound
!unknown-type! GKGameSession bound
!unknown-type! GKInvite bound
!unknown-type! GKLeaderboard bound
!unknown-type! GKLeaderboardEntry bound
!unknown-type! GKLeaderboardScore bound
!unknown-type! GKLeaderboardSet bound
!unknown-type! GKLeaderboardViewController bound
!unknown-type! GKLocalPlayer bound
!unknown-type! GKMatch bound
!unknown-type! GKMatchmaker bound
!unknown-type! GKMatchmakerViewController bound
!unknown-type! GKMatchRequest bound
!unknown-type! GKNotificationBanner bound
!unknown-type! GKPlayer bound
!unknown-type! GKSavedGame bound
!unknown-type! GKScore bound
!unknown-type! GKScoreChallenge bound
!unknown-type! GKSession bound
!unknown-type! GKTurnBasedEventHandler bound
!unknown-type! GKTurnBasedExchange bound
!unknown-type! GKTurnBasedExchangeReply bound
!unknown-type! GKTurnBasedMatch bound
!unknown-type! GKTurnBasedMatchmakerViewController bound
!unknown-type! GKTurnBasedParticipant bound
!unknown-type! GKVoiceChat bound
!unknown-type! GKVoiceChatService bound

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,27 +1,344 @@
## appended from unclassified file ## appended from unclassified file
!unknown-native-enum! MPSGraphPaddingMode bound !missing-enum! MPSGraphDeploymentPlatform not bound
!unknown-native-enum! MPSGraphPaddingStyle bound !missing-enum! MPSGraphExecutionStage not bound
!unknown-native-enum! MPSGraphReductionMode bound !missing-enum! MPSGraphFFTScalingMode not bound
!unknown-native-enum! MPSGraphResizeMode bound !missing-enum! MPSGraphNonMaximumSuppressionCoordinateMode not bound
!unknown-native-enum! MPSGraphScatterMode bound !missing-enum! MPSGraphOptimization not bound
!unknown-native-enum! MPSGraphTensorNamedDataLayout bound !missing-enum! MPSGraphOptimizationProfile not bound
!unknown-type! MPSGraph bound !missing-enum! MPSGraphPoolingReturnIndicesMode not bound
!unknown-type! MPSGraphCompilationDescriptor bound !missing-enum! MPSGraphResizeNearestRoundingMode not bound
!unknown-type! MPSGraphConvolution2DOpDescriptor bound !missing-enum! MPSGraphRNNActivation not bound
!unknown-type! MPSGraphCreateSparseOpDescriptor bound !missing-enum-value! MPSGraphPaddingStyle native value MPSGraphPaddingStyleONNX_SAME_LOWER = 4 not bound
!unknown-type! MPSGraphDepthwiseConvolution2DOpDescriptor bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutDHWIO = 10 not bound
!unknown-type! MPSGraphDepthwiseConvolution3DOpDescriptor bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutNCDHW = 7 not bound
!unknown-type! MPSGraphDevice bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutNDHWC = 8 not bound
!unknown-type! MPSGraphExecutable bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutOIDHW = 9 not bound
!unknown-type! MPSGraphExecutableExecutionDescriptor bound !missing-null-allowed! 'MetalPerformanceShadersGraph.MPSGraphTensor MetalPerformanceShadersGraph.MPSGraph_MPSGraphTensorShapeOps::Cast(MetalPerformanceShadersGraph.MPSGraph,MetalPerformanceShadersGraph.MPSGraphTensor,MetalPerformanceShaders.MPSDataType,System.String)' is missing an [NullAllowed] on parameter #3
!unknown-type! MPSGraphExecutionDescriptor bound !missing-selector! +MPSGraphConvolution3DOpDescriptor::descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack:paddingStyle:dataLayout:weightsLayout: not bound
!unknown-type! MPSGraphOperation bound !missing-selector! +MPSGraphConvolution3DOpDescriptor::descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingStyle:dataLayout:weightsLayout: not bound
!unknown-type! MPSGraphPooling2DOpDescriptor bound !missing-selector! +MPSGraphFFTDescriptor::descriptor not bound
!unknown-type! MPSGraphPooling4DOpDescriptor bound !missing-selector! +MPSGraphGRUDescriptor::descriptor not bound
!unknown-type! MPSGraphRandomOpDescriptor bound !missing-selector! +MPSGraphImToColOpDescriptor::descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:dataLayout: not bound
!unknown-type! MPSGraphShapedType bound !missing-selector! +MPSGraphImToColOpDescriptor::descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:paddingLeft:paddingRight:paddingTop:paddingBottom:dataLayout: not bound
!unknown-type! MPSGraphStencilOpDescriptor bound !missing-selector! +MPSGraphLSTMDescriptor::descriptor not bound
!unknown-type! MPSGraphTensor bound !missing-selector! +MPSGraphSingleGateRNNDescriptor::descriptor not bound
!unknown-type! MPSGraphTensorData bound !missing-selector! MPSGraph::absoluteSquareWithTensor:name: not bound
!unknown-type! MPSGraphType bound !missing-selector! MPSGraph::adamWithCurrentLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:valuesTensor:momentumTensor:velocityTensor:maximumVelocityTensor:gradientTensor:name: not bound
!unknown-type! MPSGraphVariableOp bound !missing-selector! MPSGraph::adamWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:maximumVelocityTensor:gradientTensor:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axis:descending:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axis:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axisTensor:descending:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::bandPartWithTensor:numLower:numUpper:name: not bound
!missing-selector! MPSGraph::bandPartWithTensor:numLowerTensor:numUpperTensor:name: not bound
!missing-selector! MPSGraph::batchToSpaceTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::batchToSpaceTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::bitwiseANDWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseLeftShiftWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseNOTWithTensor:name: not bound
!missing-selector! MPSGraph::bitwiseORWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwisePopulationCountWithTensor:name: not bound
!missing-selector! MPSGraph::bitwiseRightShiftWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseXORWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bottomKWithGradientTensor:source:axis:k:name: not bound
!missing-selector! MPSGraph::bottomKWithGradientTensor:source:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::bottomKWithSourceTensor:axis:k:name: not bound
!missing-selector! MPSGraph::bottomKWithSourceTensor:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::colToImWithSourceTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::complexTensorWithRealTensor:imaginaryTensor:name: not bound
!missing-selector! MPSGraph::conjugateWithTensor:name: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart:dataType: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart:shape:dataType: not bound
!missing-selector! MPSGraph::convolution3DDataGradientWithIncomingGradientTensor:weightsTensor:outputShape:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DDataGradientWithIncomingGradientTensor:weightsTensor:outputShapeTensor:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWithSourceTensor:weightsTensor:descriptor:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxis:withShape:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxis:withShapeTensor:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxisTensor:withShape:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxisTensor:withShapeTensor:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scale:zeroPoint:dataType:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scaleTensor:zeroPoint:dataType:axis:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scaleTensor:zeroPointTensor:dataType:axis:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axes:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axesTensor:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axis:name: not bound
!missing-selector! MPSGraph::fastFourierTransformWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::fastFourierTransformWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::gatherAlongAxis:withUpdatesTensor:indicesTensor:name: not bound
!missing-selector! MPSGraph::gatherAlongAxisTensor:withUpdatesTensor:indicesTensor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:inputWeight:bias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:stateGradient:inputWeight:bias:initState:mask:secondaryBias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:initState:mask:secondaryBias:descriptor:name: not bound
!missing-selector! MPSGraph::HammingDistanceWithPrimaryTensor:secondaryTensor:resultDataType:name: not bound
!missing-selector! MPSGraph::HermiteanToRealFFTWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::HermiteanToRealFFTWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::imaginaryPartOfTensor:name: not bound
!missing-selector! MPSGraph::imToColWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::inverseOfTensor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:inputWeight:bias:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:inputWeight:bias:initState:initCell:mask:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:stateGradient:cellGradient:inputWeight:bias:initState:initCell:mask:peephole:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:inputWeight:bias:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:inputWeight:bias:initState:initCell:mask:peephole:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DGradientWithGradientTensor:indicesTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DGradientWithGradientTensor:indicesTensor:outputShapeTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DReturnIndicesWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DGradientWithGradientTensor:indicesTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DGradientWithGradientTensor:indicesTensor:outputShapeTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DReturnIndicesWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::nonMaximumSuppressionWithBoxesTensor:scoresTensor:classIndicesTensor:IOUThreshold:scoreThreshold:perClassSuppression:coordinateMode:name: not bound
!missing-selector! MPSGraph::nonMaximumSuppressionWithBoxesTensor:scoresTensor:IOUThreshold:scoreThreshold:perClassSuppression:coordinateMode:name: not bound
!missing-selector! MPSGraph::nonZeroIndicesOfTensor:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scale:zeroPoint:dataType:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scaleTensor:zeroPoint:dataType:axis:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scaleTensor:zeroPointTensor:dataType:axis:name: not bound
!missing-selector! MPSGraph::realPartOfTensor:name: not bound
!missing-selector! MPSGraph::realToHermiteanFFTWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::realToHermiteanFFTWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::reductionAndWithTensor:axes:name: not bound
!missing-selector! MPSGraph::reductionAndWithTensor:axis:name: not bound
!missing-selector! MPSGraph::reductionOrWithTensor:axes:name: not bound
!missing-selector! MPSGraph::reductionOrWithTensor:axis:name: not bound
!missing-selector! MPSGraph::reinterpretCastTensor:toType:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleTensor:offsetTensor:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleTensor:offsetTensor:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleTensor:offsetTensor:nearestRoundingMode:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleTensor:offsetTensor:nearestRoundingMode:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:mode:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleTensor:offsetTensor:mode:name: not bound
!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound
!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleTensor:offsetTensor:mode:name: not bound
!missing-selector! MPSGraph::sampleGridWithSourceTensor:coordinateTensor:layout:normalizeCoordinates:relativeCoordinates:alignCorners:paddingMode:nearestRoundingMode:constantValue:name: not bound
!missing-selector! MPSGraph::sampleGridWithSourceTensor:coordinateTensor:layout:normalizeCoordinates:relativeCoordinates:alignCorners:paddingMode:samplingMode:constantValue:name: not bound
!missing-selector! MPSGraph::scatterAlongAxis:withDataTensor:updatesTensor:indicesTensor:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxis:withUpdatesTensor:indicesTensor:shape:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxisTensor:withDataTensor:updatesTensor:indicesTensor:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxisTensor:withUpdatesTensor:indicesTensor:shape:mode:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:stateGradient:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::spaceToBatchTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::spaceToBatchTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::splitTensor:numSplits:axis:name: not bound
!missing-selector! MPSGraph::splitTensor:splitSizes:axis:name: not bound
!missing-selector! MPSGraph::splitTensor:splitSizesTensor:axis:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axes:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axesTensor:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axis:name: not bound
!missing-selector! MPSGraph::squeezeTensor:name: not bound
!missing-selector! MPSGraph::stackTensors:axis:name: not bound
!missing-selector! MPSGraph::topKWithGradientTensor:source:axis:k:name: not bound
!missing-selector! MPSGraph::topKWithGradientTensor:source:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::topKWithSourceTensor:axis:k:name: not bound
!missing-selector! MPSGraph::topKWithSourceTensor:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::transposeTensor:permutation:name: not bound
!missing-selector! MPSGraph::truncateWithTensor:name: not bound
!missing-selector! MPSGraphCompilationDescriptor::compilationCompletionHandler not bound
!missing-selector! MPSGraphCompilationDescriptor::dispatchQueue not bound
!missing-selector! MPSGraphCompilationDescriptor::optimizationLevel not bound
!missing-selector! MPSGraphCompilationDescriptor::setCompilationCompletionHandler: not bound
!missing-selector! MPSGraphCompilationDescriptor::setDispatchQueue: not bound
!missing-selector! MPSGraphCompilationDescriptor::setOptimizationLevel: not bound
!missing-selector! MPSGraphCompilationDescriptor::setWaitForCompilationCompletion: not bound
!missing-selector! MPSGraphCompilationDescriptor::waitForCompilationCompletion not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dataLayout not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInX not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInY not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInZ not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::groups not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingBack not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingBottom not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingFront not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingLeft not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingRight not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingStyle not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingTop not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDataLayout: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInX: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInY: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInZ: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setGroups: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingBack: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingBottom: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingFront: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingLeft: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingRight: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingStyle: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingTop: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInX: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInY: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInZ: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setWeightsLayout: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInX not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInY not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInZ not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::weightsLayout not bound
!missing-selector! MPSGraphExecutable::getOutputTypesWithDevice:inputTypes:compilationDescriptor: not bound
!missing-selector! MPSGraphExecutable::initWithMPSGraphPackageAtURL:compilationDescriptor: not bound
!missing-selector! MPSGraphExecutable::serializeToMPSGraphPackageAtURL:descriptor: not bound
!missing-selector! MPSGraphExecutableExecutionDescriptor::signalEvent:atExecutionEvent:value: not bound
!missing-selector! MPSGraphExecutableExecutionDescriptor::waitForEvent:value: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::append not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::deploymentPlatform not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::minimumDeploymentTarget not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setAppend: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setDeploymentPlatform: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setMinimumDeploymentTarget: not bound
!missing-selector! MPSGraphExecutionDescriptor::compilationDescriptor not bound
!missing-selector! MPSGraphExecutionDescriptor::setCompilationDescriptor: not bound
!missing-selector! MPSGraphExecutionDescriptor::signalEvent:atExecutionEvent:value: not bound
!missing-selector! MPSGraphExecutionDescriptor::waitForEvent:value: not bound
!missing-selector! MPSGraphFFTDescriptor::inverse not bound
!missing-selector! MPSGraphFFTDescriptor::roundToOddHermitean not bound
!missing-selector! MPSGraphFFTDescriptor::scalingMode not bound
!missing-selector! MPSGraphFFTDescriptor::setInverse: not bound
!missing-selector! MPSGraphFFTDescriptor::setRoundToOddHermitean: not bound
!missing-selector! MPSGraphFFTDescriptor::setScalingMode: not bound
!missing-selector! MPSGraphGRUDescriptor::bidirectional not bound
!missing-selector! MPSGraphGRUDescriptor::flipZ not bound
!missing-selector! MPSGraphGRUDescriptor::outputGateActivation not bound
!missing-selector! MPSGraphGRUDescriptor::resetAfter not bound
!missing-selector! MPSGraphGRUDescriptor::resetGateActivation not bound
!missing-selector! MPSGraphGRUDescriptor::resetGateFirst not bound
!missing-selector! MPSGraphGRUDescriptor::reverse not bound
!missing-selector! MPSGraphGRUDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphGRUDescriptor::setFlipZ: not bound
!missing-selector! MPSGraphGRUDescriptor::setOutputGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetAfter: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetGateFirst: not bound
!missing-selector! MPSGraphGRUDescriptor::setReverse: not bound
!missing-selector! MPSGraphGRUDescriptor::setTraining: not bound
!missing-selector! MPSGraphGRUDescriptor::setUpdateGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::training not bound
!missing-selector! MPSGraphGRUDescriptor::updateGateActivation not bound
!missing-selector! MPSGraphImToColOpDescriptor::dataLayout not bound
!missing-selector! MPSGraphImToColOpDescriptor::dilationRateInX not bound
!missing-selector! MPSGraphImToColOpDescriptor::dilationRateInY not bound
!missing-selector! MPSGraphImToColOpDescriptor::kernelHeight not bound
!missing-selector! MPSGraphImToColOpDescriptor::kernelWidth not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingBottom not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingLeft not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingRight not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingTop not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDataLayout: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDilationRateInX: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDilationRateInY: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setKernelHeight: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setKernelWidth: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingBottom: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingLeft: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingRight: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingTop: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setStrideInX: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setStrideInY: not bound
!missing-selector! MPSGraphImToColOpDescriptor::strideInX not bound
!missing-selector! MPSGraphImToColOpDescriptor::strideInY not bound
!missing-selector! MPSGraphLSTMDescriptor::activation not bound
!missing-selector! MPSGraphLSTMDescriptor::bidirectional not bound
!missing-selector! MPSGraphLSTMDescriptor::cellGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::forgetGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::forgetGateLast not bound
!missing-selector! MPSGraphLSTMDescriptor::inputGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::outputGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::produceCell not bound
!missing-selector! MPSGraphLSTMDescriptor::reverse not bound
!missing-selector! MPSGraphLSTMDescriptor::setActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphLSTMDescriptor::setCellGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setForgetGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setForgetGateLast: not bound
!missing-selector! MPSGraphLSTMDescriptor::setInputGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setOutputGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setProduceCell: not bound
!missing-selector! MPSGraphLSTMDescriptor::setReverse: not bound
!missing-selector! MPSGraphLSTMDescriptor::setTraining: not bound
!missing-selector! MPSGraphLSTMDescriptor::training not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::returnIndicesDataType not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::returnIndicesMode not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::setReturnIndicesDataType: not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::setReturnIndicesMode: not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::returnIndicesDataType not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::returnIndicesMode not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::setReturnIndicesDataType: not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::setReturnIndicesMode: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::activation not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::bidirectional not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::reverse not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setActivation: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setReverse: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setTraining: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::training not bound
!missing-selector! MPSGraphTensorData::initWithMTLBuffer:shape:dataType:rowBytes: not bound
!missing-type! MPSGraphConvolution3DOpDescriptor not bound
!missing-type! MPSGraphExecutableSerializationDescriptor not bound
!missing-type! MPSGraphFFTDescriptor not bound
!missing-type! MPSGraphGRUDescriptor not bound
!missing-type! MPSGraphImToColOpDescriptor not bound
!missing-type! MPSGraphLSTMDescriptor not bound
!missing-type! MPSGraphObject not bound
!missing-type! MPSGraphSingleGateRNNDescriptor not bound
!wrong-base-type! MPSGraph expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphCompilationDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphConvolution2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphCreateSparseOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDepthwiseConvolution2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDepthwiseConvolution3DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDevice expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutable expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutableExecutionDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutionDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphOperation expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphPooling2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphPooling4DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphRandomOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphStencilOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphTensor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphTensorData expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphType expected MPSGraphObject actual NSObject

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

@ -1,23 +1,6 @@
!unknown-field! NIAlgorithmConvergenceStatusReasonInsufficientHorizontalSweep bound !missing-enum-value! NIErrorCode native value NIErrorCodeActiveExtendedDistanceSessionsLimitExceeded = -5880 not bound
!unknown-field! NIAlgorithmConvergenceStatusReasonInsufficientLighting bound !missing-enum-value! NIErrorCode native value NIErrorCodeIncompatiblePeerDevice = -5881 not bound
!unknown-field! NIAlgorithmConvergenceStatusReasonInsufficientMovement bound !missing-protocol-member! NIDeviceCapability::supportsExtendedDistanceMeasurement not found
!unknown-field! NIAlgorithmConvergenceStatusReasonInsufficientVerticalSweep bound !missing-selector! NIDiscoveryToken::deviceCapabilities not bound
!unknown-field! NIErrorDomain bound !missing-selector! NINearbyPeerConfiguration::isExtendedDistanceMeasurementEnabled not bound
!unknown-field! NINearbyObjectAngleNotAvailable bound !missing-selector! NINearbyPeerConfiguration::setExtendedDistanceMeasurementEnabled: not bound
!unknown-field! NINearbyObjectDirectionNotAvailable bound
!unknown-field! NINearbyObjectDistanceNotAvailable bound
!unknown-field! NINearbyObjectWorldTransformNotAvailable bound
!unknown-native-enum! NIAlgorithmConvergenceStatus bound
!unknown-native-enum! NIErrorCode bound
!unknown-native-enum! NINearbyObjectRemovalReason bound
!unknown-native-enum! NINearbyObjectVerticalDirectionEstimate bound
!unknown-pinvoke! NIAlgorithmConvergenceStatusReasonDescription bound
!unknown-protocol! NIDeviceCapability bound
!unknown-protocol! NISessionDelegate bound
!unknown-type! NIAlgorithmConvergence bound
!unknown-type! NIConfiguration bound
!unknown-type! NIDiscoveryToken bound
!unknown-type! NINearbyAccessoryConfiguration bound
!unknown-type! NINearbyObject bound
!unknown-type! NINearbyPeerConfiguration bound
!unknown-type! NISession bound

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

@ -17,3 +17,35 @@
!missing-pinvoke! nw_relay_hop_create is not bound !missing-pinvoke! nw_relay_hop_create is not bound
!missing-selector! NSURLSessionConfiguration::proxyConfigurations not bound !missing-selector! NSURLSessionConfiguration::proxyConfigurations not bound
!missing-selector! NSURLSessionConfiguration::setProxyConfigurations: not bound !missing-selector! NSURLSessionConfiguration::setProxyConfigurations: not bound
!missing-protocol! OS_nw_advertise_descriptor not bound
!missing-protocol! OS_nw_browse_descriptor not bound
!missing-protocol! OS_nw_browse_result not bound
!missing-protocol! OS_nw_browser not bound
!missing-protocol! OS_nw_connection not bound
!missing-protocol! OS_nw_connection_group not bound
!missing-protocol! OS_nw_content_context not bound
!missing-protocol! OS_nw_data_transfer_report not bound
!missing-protocol! OS_nw_endpoint not bound
!missing-protocol! OS_nw_error not bound
!missing-protocol! OS_nw_establishment_report not bound
!missing-protocol! OS_nw_ethernet_channel not bound
!missing-protocol! OS_nw_framer not bound
!missing-protocol! OS_nw_group_descriptor not bound
!missing-protocol! OS_nw_interface not bound
!missing-protocol! OS_nw_listener not bound
!missing-protocol! OS_nw_object not bound
!missing-protocol! OS_nw_parameters not bound
!missing-protocol! OS_nw_path not bound
!missing-protocol! OS_nw_path_monitor not bound
!missing-protocol! OS_nw_privacy_context not bound
!missing-protocol! OS_nw_protocol_definition not bound
!missing-protocol! OS_nw_protocol_metadata not bound
!missing-protocol! OS_nw_protocol_options not bound
!missing-protocol! OS_nw_protocol_stack not bound
!missing-protocol! OS_nw_proxy_config not bound
!missing-protocol! OS_nw_relay_hop not bound
!missing-protocol! OS_nw_resolution_report not bound
!missing-protocol! OS_nw_resolver_config not bound
!missing-protocol! OS_nw_txt_record not bound
!missing-protocol! OS_nw_ws_request not bound
!missing-protocol! OS_nw_ws_response not bound

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

@ -0,0 +1,6 @@
!missing-protocol! OS_sec_certificate not bound
!missing-protocol! OS_sec_identity not bound
!missing-protocol! OS_sec_object not bound
!missing-protocol! OS_sec_protocol_metadata not bound
!missing-protocol! OS_sec_protocol_options not bound
!missing-protocol! OS_sec_trust not bound

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

@ -1,80 +1 @@
## xcode 15, present in docs yet xtro not recognizing ## xcode 15, present in docs yet xtro not recognizing
!unknown-field! SRDeviceUsageCategoryBooks bound
!unknown-field! SRDeviceUsageCategoryBusiness bound
!unknown-field! SRDeviceUsageCategoryCatalogs bound
!unknown-field! SRDeviceUsageCategoryDeveloperTools bound
!unknown-field! SRDeviceUsageCategoryEducation bound
!unknown-field! SRDeviceUsageCategoryEntertainment bound
!unknown-field! SRDeviceUsageCategoryFinance bound
!unknown-field! SRDeviceUsageCategoryFoodAndDrink bound
!unknown-field! SRDeviceUsageCategoryGames bound
!unknown-field! SRDeviceUsageCategoryGraphicsAndDesign bound
!unknown-field! SRDeviceUsageCategoryHealthAndFitness bound
!unknown-field! SRDeviceUsageCategoryKids bound
!unknown-field! SRDeviceUsageCategoryLifestyle bound
!unknown-field! SRDeviceUsageCategoryMedical bound
!unknown-field! SRDeviceUsageCategoryMiscellaneous bound
!unknown-field! SRDeviceUsageCategoryMusic bound
!unknown-field! SRDeviceUsageCategoryNavigation bound
!unknown-field! SRDeviceUsageCategoryNews bound
!unknown-field! SRDeviceUsageCategoryNewsstand bound
!unknown-field! SRDeviceUsageCategoryPhotoAndVideo bound
!unknown-field! SRDeviceUsageCategoryProductivity bound
!unknown-field! SRDeviceUsageCategoryReference bound
!unknown-field! SRDeviceUsageCategoryShopping bound
!unknown-field! SRDeviceUsageCategorySocialNetworking bound
!unknown-field! SRDeviceUsageCategorySports bound
!unknown-field! SRDeviceUsageCategoryStickers bound
!unknown-field! SRDeviceUsageCategoryTravel bound
!unknown-field! SRDeviceUsageCategoryUtilities bound
!unknown-field! SRDeviceUsageCategoryWeather bound
!unknown-field! SRErrorDomain bound
!unknown-field! SRSensorAccelerometer bound
!unknown-field! SRSensorAmbientLightSensor bound
!unknown-field! SRSensorAmbientPressure bound
!unknown-field! SRSensorDeviceUsageReport bound
!unknown-field! SRSensorKeyboardMetrics bound
!unknown-field! SRSensorMediaEvents bound
!unknown-field! SRSensorMessagesUsageReport bound
!unknown-field! SRSensorOnWristState bound
!unknown-field! SRSensorPedometerData bound
!unknown-field! SRSensorPhoneUsageReport bound
!unknown-field! SRSensorRotationRate bound
!unknown-field! SRSensorSiriSpeechMetrics bound
!unknown-field! SRSensorTelephonySpeechMetrics bound
!unknown-field! SRSensorVisits bound
!unknown-native-enum! SRAmbientLightSensorPlacement bound
!unknown-native-enum! SRAuthorizationStatus bound
!unknown-native-enum! SRCrownOrientation bound
!unknown-native-enum! SRDeletionReason bound
!unknown-native-enum! SRErrorCode bound
!unknown-native-enum! SRKeyboardMetricsSentimentCategory bound
!unknown-native-enum! SRLocationCategory bound
!unknown-native-enum! SRMediaEventType bound
!unknown-native-enum! SRNotificationEvent bound
!unknown-native-enum! SRTextInputSessionType bound
!unknown-native-enum! SRWristLocation bound
!unknown-pinvoke! SRAbsoluteTimeFromCFAbsoluteTime bound
!unknown-pinvoke! SRAbsoluteTimeFromContinuousTime bound
!unknown-pinvoke! SRAbsoluteTimeGetCurrent bound
!unknown-pinvoke! SRAbsoluteTimeToCFAbsoluteTime bound
!unknown-protocol! SRSensorReaderDelegate bound
!unknown-type! SRAmbientLightSample bound
!unknown-type! SRApplicationUsage bound
!unknown-type! SRDeletionRecord bound
!unknown-type! SRDevice bound
!unknown-type! SRDeviceUsageReport bound
!unknown-type! SRFetchRequest bound
!unknown-type! SRFetchResult bound
!unknown-type! SRKeyboardMetrics bound
!unknown-type! SRKeyboardProbabilityMetric bound
!unknown-type! SRMediaEvent bound
!unknown-type! SRMessagesUsageReport bound
!unknown-type! SRNotificationUsage bound
!unknown-type! SRPhoneUsageReport bound
!unknown-type! SRSensorReader bound
!unknown-type! SRSupplementalCategory bound
!unknown-type! SRTextInputSession bound
!unknown-type! SRVisit bound
!unknown-type! SRWebUsage bound
!unknown-type! SRWristDetection bound

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

@ -0,0 +1,47 @@
!missing-enum! SRFaceMetricsContext not bound
!missing-enum! SRSpeechMetricsSessionFlags not bound
!missing-enum! SRWristTemperatureCondition not bound
!missing-field! SRSensorFaceMetrics not bound
!missing-field! SRSensorHeartRate not bound
!missing-field! SRSensorOdometer not bound
!missing-field! SRSensorWristTemperature not bound
!missing-selector! SRAudioLevel::loudness not bound
!missing-selector! SRAudioLevel::timeRange not bound
!missing-selector! SRDevice::productType not bound
!missing-selector! SRFaceMetrics::context not bound
!missing-selector! SRFaceMetrics::faceAnchor not bound
!missing-selector! SRFaceMetrics::partialFaceExpressions not bound
!missing-selector! SRFaceMetrics::sessionIdentifier not bound
!missing-selector! SRFaceMetrics::version not bound
!missing-selector! SRFaceMetrics::wholeFaceExpressions not bound
!missing-selector! SRFaceMetricsExpression::identifier not bound
!missing-selector! SRFaceMetricsExpression::value not bound
!missing-selector! SRSpeechExpression::activation not bound
!missing-selector! SRSpeechExpression::confidence not bound
!missing-selector! SRSpeechExpression::dominance not bound
!missing-selector! SRSpeechExpression::mood not bound
!missing-selector! SRSpeechExpression::timeRange not bound
!missing-selector! SRSpeechExpression::valence not bound
!missing-selector! SRSpeechExpression::version not bound
!missing-selector! SRSpeechMetrics::audioLevel not bound
!missing-selector! SRSpeechMetrics::sessionFlags not bound
!missing-selector! SRSpeechMetrics::sessionIdentifier not bound
!missing-selector! SRSpeechMetrics::soundClassification not bound
!missing-selector! SRSpeechMetrics::speechExpression not bound
!missing-selector! SRSpeechMetrics::speechRecognition not bound
!missing-selector! SRSpeechMetrics::timestamp not bound
!missing-selector! SRWristTemperature::condition not bound
!missing-selector! SRWristTemperature::errorEstimate not bound
!missing-selector! SRWristTemperature::timestamp not bound
!missing-selector! SRWristTemperature::value not bound
!missing-selector! SRWristTemperatureSession::duration not bound
!missing-selector! SRWristTemperatureSession::startDate not bound
!missing-selector! SRWristTemperatureSession::temperatures not bound
!missing-selector! SRWristTemperatureSession::version not bound
!missing-type! SRAudioLevel not bound
!missing-type! SRFaceMetrics not bound
!missing-type! SRFaceMetricsExpression not bound
!missing-type! SRSpeechExpression not bound
!missing-type! SRSpeechMetrics not bound
!missing-type! SRWristTemperature not bound
!missing-type! SRWristTemperatureSession not bound

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

@ -503,7 +503,6 @@
!missing-selector! +UIShape::shapeWithProvider: not bound !missing-selector! +UIShape::shapeWithProvider: not bound
!missing-selector! UIHoverStyle::isEnabled not bound !missing-selector! UIHoverStyle::isEnabled not bound
!missing-selector! UIHoverStyle::setEnabled: not bound !missing-selector! UIHoverStyle::setEnabled: not bound
!unknown-field! NSReadAccessURLDocumentOption bound
!missing-enum! UISceneCaptureState not bound !missing-enum! UISceneCaptureState not bound
!missing-selector! +UITraitCollection::traitCollectionWithSceneCaptureState: not bound !missing-selector! +UITraitCollection::traitCollectionWithSceneCaptureState: not bound
!missing-selector! UITraitCollection::sceneCaptureState not bound !missing-selector! UITraitCollection::sceneCaptureState not bound

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

@ -1,70 +1,19 @@
!unknown-field! WKErrorDomain bound !missing-enum! WKCookiePolicy not bound
!unknown-field! WKPreviewActionItemIdentifierAddToReadingList bound !missing-enum! WKInactiveSchedulingPolicy not bound
!unknown-field! WKPreviewActionItemIdentifierCopy bound !missing-field! WKWebsiteDataTypeHashSalt not bound
!unknown-field! WKPreviewActionItemIdentifierOpen bound !missing-field! WKWebsiteDataTypeMediaKeys not bound
!unknown-field! WKPreviewActionItemIdentifierShare bound !missing-field! WKWebsiteDataTypeSearchFieldRecentSearches not bound
!unknown-field! WKWebsiteDataTypeCookies bound !missing-selector! +WKWebsiteDataStore::dataStoreForIdentifier: not bound
!unknown-field! WKWebsiteDataTypeDiskCache bound !missing-selector! +WKWebsiteDataStore::fetchAllDataStoreIdentifiers: not bound
!unknown-field! WKWebsiteDataTypeFetchCache bound !missing-selector! +WKWebsiteDataStore::removeDataStoreForIdentifier:completionHandler: not bound
!unknown-field! WKWebsiteDataTypeFileSystem bound !missing-selector! WKHTTPCookieStore::getCookiePolicy: not bound
!unknown-field! WKWebsiteDataTypeIndexedDBDatabases bound !missing-selector! WKHTTPCookieStore::setCookiePolicy:completionHandler: not bound
!unknown-field! WKWebsiteDataTypeLocalStorage bound !missing-selector! WKPDFConfiguration::allowTransparentBackground not bound
!unknown-field! WKWebsiteDataTypeMemoryCache bound !missing-selector! WKPDFConfiguration::setAllowTransparentBackground: not bound
!unknown-field! WKWebsiteDataTypeOfflineWebApplicationCache bound !missing-selector! WKPreferences::inactiveSchedulingPolicy not bound
!unknown-field! WKWebsiteDataTypeServiceWorkerRegistrations bound !missing-selector! WKPreferences::setInactiveSchedulingPolicy: not bound
!unknown-field! WKWebsiteDataTypeSessionStorage bound !missing-selector! WKWebsiteDataStore::identifier not bound
!unknown-field! WKWebsiteDataTypeWebSQLDatabases bound !missing-selector! WKWebsiteDataStore::proxyConfigurations not bound
!unknown-native-enum! WKAudiovisualMediaTypes bound !missing-selector! WKWebsiteDataStore::setProxyConfigurations: not bound
!unknown-native-enum! WKContentMode bound !missing-selector! WKWebViewConfiguration::allowsInlinePredictions not bound
!unknown-native-enum! WKDataDetectorTypes bound !missing-selector! WKWebViewConfiguration::setAllowsInlinePredictions: not bound
!unknown-native-enum! WKDialogResult bound
!unknown-native-enum! WKDownloadRedirectPolicy bound
!unknown-native-enum! WKErrorCode bound
!unknown-native-enum! WKFullscreenState bound
!unknown-native-enum! WKMediaCaptureState bound
!unknown-native-enum! WKMediaCaptureType bound
!unknown-native-enum! WKMediaPlaybackState bound
!unknown-native-enum! WKNavigationActionPolicy bound
!unknown-native-enum! WKNavigationResponsePolicy bound
!unknown-native-enum! WKNavigationType bound
!unknown-native-enum! WKPermissionDecision bound
!unknown-native-enum! WKSelectionGranularity bound
!unknown-native-enum! WKUserScriptInjectionTime bound
!unknown-protocol! WKDownloadDelegate bound
!unknown-protocol! WKHTTPCookieStoreObserver bound
!unknown-protocol! WKNavigationDelegate bound
!unknown-protocol! WKPreviewActionItem bound
!unknown-protocol! WKScriptMessageHandler bound
!unknown-protocol! WKScriptMessageHandlerWithReply bound
!unknown-protocol! WKUIDelegate bound
!unknown-protocol! WKURLSchemeHandler bound
!unknown-protocol! WKURLSchemeTask bound
!unknown-type! WKBackForwardList bound
!unknown-type! WKBackForwardListItem bound
!unknown-type! WKContentRuleList bound
!unknown-type! WKContentRuleListStore bound
!unknown-type! WKContentWorld bound
!unknown-type! WKContextMenuElementInfo bound
!unknown-type! WKDownload bound
!unknown-type! WKFindConfiguration bound
!unknown-type! WKFindResult bound
!unknown-type! WKFrameInfo bound
!unknown-type! WKHTTPCookieStore bound
!unknown-type! WKNavigation bound
!unknown-type! WKNavigationAction bound
!unknown-type! WKNavigationResponse bound
!unknown-type! WKPDFConfiguration bound
!unknown-type! WKPreferences bound
!unknown-type! WKPreviewElementInfo bound
!unknown-type! WKProcessPool bound
!unknown-type! WKScriptMessage bound
!unknown-type! WKSecurityOrigin bound
!unknown-type! WKSnapshotConfiguration bound
!unknown-type! WKUserContentController bound
!unknown-type! WKUserScript bound
!unknown-type! WKWebpagePreferences bound
!unknown-type! WKWebsiteDataRecord bound
!unknown-type! WKWebsiteDataStore bound
!unknown-type! WKWebView bound
!unknown-type! WKWebViewConfiguration bound
!unknown-type! WKWindowFeatures bound

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

@ -196,4 +196,3 @@
!missing-type! NSTextInsertionIndicator not bound !missing-type! NSTextInsertionIndicator not bound
!missing-field! NSTextCheckingGenerateInlinePredictionsKey not bound !missing-field! NSTextCheckingGenerateInlinePredictionsKey not bound
!missing-selector! NSSpellChecker::showInlinePredictionForCandidates:client: not bound !missing-selector! NSSpellChecker::showInlinePredictionForCandidates:client: not bound
!unknown-field! NSReadAccessURLDocumentOption bound

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

@ -0,0 +1,208 @@
!missing-enum! CMIOExtensionStreamClockType not bound
!missing-enum! CMIOExtensionStreamDirection not bound
!missing-enum! CMIOExtensionStreamDiscontinuityFlags not bound
!missing-field! CMIOExtensionInfoDictionaryKey not bound
!missing-field! CMIOExtensionMachServiceNameKey not bound
!missing-field! CMIOExtensionPropertyDeviceCanBeDefaultInputDevice not bound
!missing-field! CMIOExtensionPropertyDeviceCanBeDefaultOutputDevice not bound
!missing-field! CMIOExtensionPropertyDeviceIsSuspended not bound
!missing-field! CMIOExtensionPropertyDeviceLinkedCoreAudioDeviceUID not bound
!missing-field! CMIOExtensionPropertyDeviceModel not bound
!missing-field! CMIOExtensionPropertyDeviceTransportType not bound
!missing-field! CMIOExtensionPropertyProviderManufacturer not bound
!missing-field! CMIOExtensionPropertyProviderName not bound
!missing-field! CMIOExtensionPropertyStreamActiveFormatIndex not bound
!missing-field! CMIOExtensionPropertyStreamFrameDuration not bound
!missing-field! CMIOExtensionPropertyStreamMaxFrameDuration not bound
!missing-field! CMIOExtensionPropertyStreamSinkBufferQueueSize not bound
!missing-field! CMIOExtensionPropertyStreamSinkBuffersRequiredForStartup not bound
!missing-field! CMIOExtensionPropertyStreamSinkBufferUnderrunCount not bound
!missing-field! CMIOExtensionPropertyStreamSinkEndOfData not bound
!missing-field! kCMIOBlockBufferAttachmentKey_CVPixelBufferReference not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorFrameRect not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsDrawnInFramebuffer not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsVisible not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionX not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionY not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorReference not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorScale not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorSeed not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_KeyboardModifiers not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_KeyboardModifiersEvent not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_MouseButtonState not bound
!missing-field! kCMIOSampleBufferAttachmentKey_CAAudioTimeStamp not bound
!missing-field! kCMIOSampleBufferAttachmentKey_ClientSequenceID not bound
!missing-field! kCMIOSampleBufferAttachmentKey_ClosedCaptionSampleBuffer not bound
!missing-field! kCMIOSampleBufferAttachmentKey_DiscontinuityFlags not bound
!missing-field! kCMIOSampleBufferAttachmentKey_HDV1_PackData not bound
!missing-field! kCMIOSampleBufferAttachmentKey_HDV2_VAUX not bound
!missing-field! kCMIOSampleBufferAttachmentKey_HostTime not bound
!missing-field! kCMIOSampleBufferAttachmentKey_MouseAndKeyboardModifiers not bound
!missing-field! kCMIOSampleBufferAttachmentKey_MuxedSourcePresentationTimeStamp not bound
!missing-field! kCMIOSampleBufferAttachmentKey_NativeSMPTEFrameCount not bound
!missing-field! kCMIOSampleBufferAttachmentKey_NoDataMarker not bound
!missing-field! kCMIOSampleBufferAttachmentKey_NumberOfVideoFramesInBuffer not bound
!missing-field! kCMIOSampleBufferAttachmentKey_NumberOfVideoFramesInGOP not bound
!missing-field! kCMIOSampleBufferAttachmentKey_PixelBufferOverlaidByStaticImage not bound
!missing-field! kCMIOSampleBufferAttachmentKey_PulldownCadenceInfo not bound
!missing-field! kCMIOSampleBufferAttachmentKey_RepeatedBufferContents not bound
!missing-field! kCMIOSampleBufferAttachmentKey_SequenceNumber not bound
!missing-field! kCMIOSampleBufferAttachmentKey_SMPTETime not bound
!missing-field! kCMIOSampleBufferAttachmentKey_SourceAudioFormatDescription not bound
!missing-pinvoke! CMIODeviceProcessAVCCommand is not bound
!missing-pinvoke! CMIODeviceProcessRS422Command is not bound
!missing-pinvoke! CMIODeviceStartStream is not bound
!missing-pinvoke! CMIODeviceStopStream is not bound
!missing-pinvoke! CMIOObjectAddPropertyListener is not bound
!missing-pinvoke! CMIOObjectAddPropertyListenerBlock is not bound
!missing-pinvoke! CMIOObjectGetPropertyData is not bound
!missing-pinvoke! CMIOObjectGetPropertyDataSize is not bound
!missing-pinvoke! CMIOObjectHasProperty is not bound
!missing-pinvoke! CMIOObjectIsPropertySettable is not bound
!missing-pinvoke! CMIOObjectRemovePropertyListener is not bound
!missing-pinvoke! CMIOObjectRemovePropertyListenerBlock is not bound
!missing-pinvoke! CMIOObjectSetPropertyData is not bound
!missing-pinvoke! CMIOObjectShow is not bound
!missing-pinvoke! CMIOSampleBufferCopyNonRequiredAttachments is not bound
!missing-pinvoke! CMIOSampleBufferCopySampleAttachments is not bound
!missing-pinvoke! CMIOSampleBufferCreate is not bound
!missing-pinvoke! CMIOSampleBufferCreateForImageBuffer is not bound
!missing-pinvoke! CMIOSampleBufferCreateNoDataMarker is not bound
!missing-pinvoke! CMIOSampleBufferGetDiscontinuityFlags is not bound
!missing-pinvoke! CMIOSampleBufferGetSequenceNumber is not bound
!missing-pinvoke! CMIOSampleBufferSetDiscontinuityFlags is not bound
!missing-pinvoke! CMIOSampleBufferSetSequenceNumber is not bound
!missing-pinvoke! CMIOStreamClockConvertHostTimeToDeviceTime is not bound
!missing-pinvoke! CMIOStreamClockCreate is not bound
!missing-pinvoke! CMIOStreamClockInvalidate is not bound
!missing-pinvoke! CMIOStreamClockPostTimingEvent is not bound
!missing-pinvoke! CMIOStreamCopyBufferQueue is not bound
!missing-pinvoke! CMIOStreamDeckCueTo is not bound
!missing-pinvoke! CMIOStreamDeckJog is not bound
!missing-pinvoke! CMIOStreamDeckPlay is not bound
!missing-pinvoke! CMIOStreamDeckStop is not bound
!missing-protocol! CMIOExtensionDeviceSource not bound
!missing-protocol! CMIOExtensionProviderSource not bound
!missing-protocol! CMIOExtensionStreamSource not bound
!missing-selector! +CMIOExtensionDevice::deviceWithLocalizedName:deviceID:legacyDeviceID:source: not bound
!missing-selector! +CMIOExtensionDeviceProperties::devicePropertiesWithDictionary: not bound
!missing-selector! +CMIOExtensionPropertyAttributes::propertyAttributesWithMinValue:maxValue:validValues:readOnly: not bound
!missing-selector! +CMIOExtensionPropertyAttributes::readOnlyPropertyAttribute not bound
!missing-selector! +CMIOExtensionPropertyState::propertyStateWithValue: not bound
!missing-selector! +CMIOExtensionPropertyState::propertyStateWithValue:attributes: not bound
!missing-selector! +CMIOExtensionProvider::ignoreSIGTERM not bound
!missing-selector! +CMIOExtensionProvider::providerWithSource:clientQueue: not bound
!missing-selector! +CMIOExtensionProvider::startServiceWithProvider: not bound
!missing-selector! +CMIOExtensionProviderProperties::providerPropertiesWithDictionary: not bound
!missing-selector! +CMIOExtensionScheduledOutput::scheduledOutputWithSequenceNumber:hostTimeInNanoseconds: not bound
!missing-selector! +CMIOExtensionStream::streamWithLocalizedName:streamID:direction:clockType:source: not bound
!missing-selector! +CMIOExtensionStream::streamWithLocalizedName:streamID:direction:customClockConfiguration:source: not bound
!missing-selector! +CMIOExtensionStreamCustomClockConfiguration::customClockConfigurationWithClockName:sourceIdentifier:getTimeCallMinimumInterval:numberOfEventsForRateSmoothing:numberOfAveragesForRateSmoothing: not bound
!missing-selector! +CMIOExtensionStreamFormat::streamFormatWithFormatDescription:maxFrameDuration:minFrameDuration:validFrameDurations: not bound
!missing-selector! +CMIOExtensionStreamProperties::streamPropertiesWithDictionary: not bound
!missing-selector! CMIOExtensionClient::clientID not bound
!missing-selector! CMIOExtensionClient::pid not bound
!missing-selector! CMIOExtensionClient::signingID not bound
!missing-selector! CMIOExtensionDevice::addStream:error: not bound
!missing-selector! CMIOExtensionDevice::deviceID not bound
!missing-selector! CMIOExtensionDevice::initWithLocalizedName:deviceID:legacyDeviceID:source: not bound
!missing-selector! CMIOExtensionDevice::legacyDeviceID not bound
!missing-selector! CMIOExtensionDevice::localizedName not bound
!missing-selector! CMIOExtensionDevice::notifyPropertiesChanged: not bound
!missing-selector! CMIOExtensionDevice::removeStream:error: not bound
!missing-selector! CMIOExtensionDevice::source not bound
!missing-selector! CMIOExtensionDevice::streams not bound
!missing-selector! CMIOExtensionDeviceProperties::initWithDictionary: not bound
!missing-selector! CMIOExtensionDeviceProperties::linkedCoreAudioDeviceUID not bound
!missing-selector! CMIOExtensionDeviceProperties::model not bound
!missing-selector! CMIOExtensionDeviceProperties::propertiesDictionary not bound
!missing-selector! CMIOExtensionDeviceProperties::setLinkedCoreAudioDeviceUID: not bound
!missing-selector! CMIOExtensionDeviceProperties::setModel: not bound
!missing-selector! CMIOExtensionDeviceProperties::setPropertiesDictionary: not bound
!missing-selector! CMIOExtensionDeviceProperties::setPropertyState:forProperty: not bound
!missing-selector! CMIOExtensionDeviceProperties::setSuspended: not bound
!missing-selector! CMIOExtensionDeviceProperties::setTransportType: not bound
!missing-selector! CMIOExtensionDeviceProperties::suspended not bound
!missing-selector! CMIOExtensionDeviceProperties::transportType not bound
!missing-selector! CMIOExtensionPropertyAttributes::initWithMinValue:maxValue:validValues:readOnly: not bound
!missing-selector! CMIOExtensionPropertyAttributes::isReadOnly not bound
!missing-selector! CMIOExtensionPropertyAttributes::maxValue not bound
!missing-selector! CMIOExtensionPropertyAttributes::minValue not bound
!missing-selector! CMIOExtensionPropertyAttributes::validValues not bound
!missing-selector! CMIOExtensionPropertyState::attributes not bound
!missing-selector! CMIOExtensionPropertyState::initWithValue: not bound
!missing-selector! CMIOExtensionPropertyState::initWithValue:attributes: not bound
!missing-selector! CMIOExtensionPropertyState::value not bound
!missing-selector! CMIOExtensionProvider::addDevice:error: not bound
!missing-selector! CMIOExtensionProvider::clientQueue not bound
!missing-selector! CMIOExtensionProvider::connectedClients not bound
!missing-selector! CMIOExtensionProvider::devices not bound
!missing-selector! CMIOExtensionProvider::initWithSource:clientQueue: not bound
!missing-selector! CMIOExtensionProvider::notifyPropertiesChanged: not bound
!missing-selector! CMIOExtensionProvider::removeDevice:error: not bound
!missing-selector! CMIOExtensionProvider::source not bound
!missing-selector! CMIOExtensionProviderProperties::initWithDictionary: not bound
!missing-selector! CMIOExtensionProviderProperties::manufacturer not bound
!missing-selector! CMIOExtensionProviderProperties::name not bound
!missing-selector! CMIOExtensionProviderProperties::propertiesDictionary not bound
!missing-selector! CMIOExtensionProviderProperties::setManufacturer: not bound
!missing-selector! CMIOExtensionProviderProperties::setName: not bound
!missing-selector! CMIOExtensionProviderProperties::setPropertiesDictionary: not bound
!missing-selector! CMIOExtensionProviderProperties::setPropertyState:forProperty: not bound
!missing-selector! CMIOExtensionScheduledOutput::hostTimeInNanoseconds not bound
!missing-selector! CMIOExtensionScheduledOutput::initWithSequenceNumber:hostTimeInNanoseconds: not bound
!missing-selector! CMIOExtensionScheduledOutput::sequenceNumber not bound
!missing-selector! CMIOExtensionStream::clockType not bound
!missing-selector! CMIOExtensionStream::consumeSampleBufferFromClient:completionHandler: not bound
!missing-selector! CMIOExtensionStream::customClockConfiguration not bound
!missing-selector! CMIOExtensionStream::direction not bound
!missing-selector! CMIOExtensionStream::initWithLocalizedName:streamID:direction:clockType:source: not bound
!missing-selector! CMIOExtensionStream::initWithLocalizedName:streamID:direction:customClockConfiguration:source: not bound
!missing-selector! CMIOExtensionStream::localizedName not bound
!missing-selector! CMIOExtensionStream::notifyPropertiesChanged: not bound
!missing-selector! CMIOExtensionStream::notifyScheduledOutputChanged: not bound
!missing-selector! CMIOExtensionStream::sendSampleBuffer:discontinuity:hostTimeInNanoseconds: not bound
!missing-selector! CMIOExtensionStream::source not bound
!missing-selector! CMIOExtensionStream::streamID not bound
!missing-selector! CMIOExtensionStream::streamingClients not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::clockName not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::getTimeCallMinimumInterval not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::initWithClockName:sourceIdentifier:getTimeCallMinimumInterval:numberOfEventsForRateSmoothing:numberOfAveragesForRateSmoothing: not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::numberOfAveragesForRateSmoothing not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::numberOfEventsForRateSmoothing not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::sourceIdentifier not bound
!missing-selector! CMIOExtensionStreamFormat::formatDescription not bound
!missing-selector! CMIOExtensionStreamFormat::initWithFormatDescription:maxFrameDuration:minFrameDuration:validFrameDurations: not bound
!missing-selector! CMIOExtensionStreamFormat::maxFrameDuration not bound
!missing-selector! CMIOExtensionStreamFormat::minFrameDuration not bound
!missing-selector! CMIOExtensionStreamFormat::validFrameDurations not bound
!missing-selector! CMIOExtensionStreamProperties::activeFormatIndex not bound
!missing-selector! CMIOExtensionStreamProperties::frameDuration not bound
!missing-selector! CMIOExtensionStreamProperties::initWithDictionary: not bound
!missing-selector! CMIOExtensionStreamProperties::maxFrameDuration not bound
!missing-selector! CMIOExtensionStreamProperties::propertiesDictionary not bound
!missing-selector! CMIOExtensionStreamProperties::setActiveFormatIndex: not bound
!missing-selector! CMIOExtensionStreamProperties::setFrameDuration: not bound
!missing-selector! CMIOExtensionStreamProperties::setMaxFrameDuration: not bound
!missing-selector! CMIOExtensionStreamProperties::setPropertiesDictionary: not bound
!missing-selector! CMIOExtensionStreamProperties::setPropertyState:forProperty: not bound
!missing-selector! CMIOExtensionStreamProperties::setSinkBufferQueueSize: not bound
!missing-selector! CMIOExtensionStreamProperties::setSinkBuffersRequiredForStartup: not bound
!missing-selector! CMIOExtensionStreamProperties::setSinkBufferUnderrunCount: not bound
!missing-selector! CMIOExtensionStreamProperties::setSinkEndOfData: not bound
!missing-selector! CMIOExtensionStreamProperties::sinkBufferQueueSize not bound
!missing-selector! CMIOExtensionStreamProperties::sinkBuffersRequiredForStartup not bound
!missing-selector! CMIOExtensionStreamProperties::sinkBufferUnderrunCount not bound
!missing-selector! CMIOExtensionStreamProperties::sinkEndOfData not bound
!missing-type! CMIOExtensionClient not bound
!missing-type! CMIOExtensionDevice not bound
!missing-type! CMIOExtensionDeviceProperties not bound
!missing-type! CMIOExtensionPropertyAttributes not bound
!missing-type! CMIOExtensionPropertyState not bound
!missing-type! CMIOExtensionProvider not bound
!missing-type! CMIOExtensionProviderProperties not bound
!missing-type! CMIOExtensionScheduledOutput not bound
!missing-type! CMIOExtensionStream not bound
!missing-type! CMIOExtensionStreamCustomClockConfiguration not bound
!missing-type! CMIOExtensionStreamFormat not bound
!missing-type! CMIOExtensionStreamProperties not bound

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

@ -13,8 +13,3 @@
!missing-type! CMRotationRateData not bound !missing-type! CMRotationRateData not bound
# added in 13 and deprecated in 14 so we will just ignore them # added in 13 and deprecated in 14 so we will just ignore them
!missing-selector! +CMStepCounter::isStepCountingAvailable not bound
!missing-selector! CMStepCounter::queryStepCountStartingFrom:to:toQueue:withHandler: not bound
!missing-selector! CMStepCounter::startStepCountingUpdatesToQueue:updateOn:withHandler: not bound
!missing-selector! CMStepCounter::stopStepCountingUpdates not bound
!missing-type! CMStepCounter not bound

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

@ -1,4 +0,0 @@
!missing-type! CTCall not bound
!missing-type! CTCallCenter not bound
!missing-type! CTCarrier not bound
!missing-type! CTTelephonyNetworkInfo not bound

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

@ -1,11 +0,0 @@
!missing-selector! EAWiFiUnconfiguredAccessory::macAddress not bound
!missing-selector! EAWiFiUnconfiguredAccessory::manufacturer not bound
!missing-selector! EAWiFiUnconfiguredAccessory::model not bound
!missing-selector! EAWiFiUnconfiguredAccessory::name not bound
!missing-selector! EAWiFiUnconfiguredAccessory::properties not bound
!missing-selector! EAWiFiUnconfiguredAccessory::ssid not bound
!missing-selector! EAWiFiUnconfiguredAccessoryBrowser::delegate not bound
!missing-selector! EAWiFiUnconfiguredAccessoryBrowser::setDelegate: not bound
!missing-selector! EAWiFiUnconfiguredAccessoryBrowser::unconfiguredAccessories not bound
!missing-type! EAWiFiUnconfiguredAccessory not bound
!missing-type! EAWiFiUnconfiguredAccessoryBrowser not bound

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

@ -1,411 +1,35 @@
!unknown-field! GCControllerDidBecomeCurrentNotification bound !missing-enum! GCPhysicalInputSourceDirection not bound
!unknown-field! GCControllerDidConnectNotification bound !missing-field! GCProductCategoryArcadeStick not bound
!unknown-field! GCControllerDidDisconnectNotification bound !missing-pinvoke! GCInputArcadeButtonName is not bound
!unknown-field! GCControllerDidStopBeingCurrentNotification bound !missing-protocol! GCAxisElementName not bound
!unknown-field! GCControllerUserCustomizationsDidChangeNotification bound !missing-protocol! GCButtonElementName not bound
!unknown-field! GCCurrentExtendedGamepadSnapshotDataVersion bound !missing-protocol! GCDirectionPadElementName not bound
!unknown-field! GCCurrentMicroGamepadSnapshotDataVersion bound !missing-protocol! GCPhysicalInputElementName not bound
!unknown-field! GCHapticDurationInfinite bound !missing-protocol! GCPhysicalInputSource not bound
!unknown-field! GCHapticsLocalityAll bound !missing-protocol! GCSwitchElementName not bound
!unknown-field! GCHapticsLocalityDefault bound !missing-protocol-member! GCAxisInput::sources not found
!unknown-field! GCHapticsLocalityHandles bound !missing-protocol-member! GCDevicePhysicalInput::queue not found
!unknown-field! GCHapticsLocalityLeftHandle bound !missing-protocol-member! GCDevicePhysicalInput::setQueue: not found
!unknown-field! GCHapticsLocalityLeftTrigger bound !missing-protocol-member! GCDevicePhysicalInputState::axes not found
!unknown-field! GCHapticsLocalityRightHandle bound !missing-protocol-member! GCDevicePhysicalInputState::buttons not found
!unknown-field! GCHapticsLocalityRightTrigger bound !missing-protocol-member! GCDevicePhysicalInputState::dpads not found
!unknown-field! GCHapticsLocalityTriggers bound !missing-protocol-member! GCDevicePhysicalInputState::elements not found
!unknown-field! GCInputButtonA bound !missing-protocol-member! GCDevicePhysicalInputState::switches not found
!unknown-field! GCInputButtonB bound !missing-protocol-member! GCLinearInput::sources not found
!unknown-field! GCInputButtonHome bound !missing-protocol-member! GCPressedStateInput::sources not found
!unknown-field! GCInputButtonMenu bound !missing-protocol-member! GCRelativeInput::sources not found
!unknown-field! GCInputButtonOptions bound !missing-protocol-member! GCSwitchPositionInput::sources not found
!unknown-field! GCInputButtonShare bound !missing-protocol-member! GCTouchedStateInput::sources not found
!unknown-field! GCInputButtonX bound !missing-selector! +GCController::supportsHIDDevice: not bound
!unknown-field! GCInputButtonY bound !missing-selector! GCController::input not bound
!unknown-field! GCInputDirectionalCardinalDpad bound !missing-selector! GCControllerLiveInput::capture not bound
!unknown-field! GCInputDirectionalCenterButton bound !missing-selector! GCControllerLiveInput::nextInputState not bound
!unknown-field! GCInputDirectionalDpad bound !missing-selector! GCControllerLiveInput::unmappedInput not bound
!unknown-field! GCInputDirectionalTouchSurfaceButton bound !missing-selector! GCDeviceHaptics::createEngineWithLocality: not bound
!unknown-field! GCInputDirectionPad bound !missing-selector! GCPhysicalInputElementCollection::count not bound
!unknown-field! GCInputDualShockTouchpadButton bound !missing-selector! GCPhysicalInputElementCollection::elementEnumerator not bound
!unknown-field! GCInputDualShockTouchpadOne bound !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound
!unknown-field! GCInputDualShockTouchpadTwo bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound
!unknown-field! GCInputLeftPaddle bound !missing-type! GCControllerInputState not bound
!unknown-field! GCInputLeftShoulder bound !missing-type! GCControllerLiveInput not bound
!unknown-field! GCInputLeftThumbstick bound !missing-type! GCPhysicalInputElementCollection not bound
!unknown-field! GCInputLeftThumbstickButton bound
!unknown-field! GCInputLeftTrigger bound
!unknown-field! GCInputMicroGamepadButtonA bound
!unknown-field! GCInputMicroGamepadButtonMenu bound
!unknown-field! GCInputMicroGamepadButtonX bound
!unknown-field! GCInputMicroGamepadDpad bound
!unknown-field! GCInputPedalAccelerator bound
!unknown-field! GCInputPedalBrake bound
!unknown-field! GCInputPedalClutch bound
!unknown-field! GCInputRightPaddle bound
!unknown-field! GCInputRightShoulder bound
!unknown-field! GCInputRightThumbstick bound
!unknown-field! GCInputRightThumbstickButton bound
!unknown-field! GCInputRightTrigger bound
!unknown-field! GCInputShifter bound
!unknown-field! GCInputSteeringWheel bound
!unknown-field! GCInputXboxPaddleFour bound
!unknown-field! GCInputXboxPaddleOne bound
!unknown-field! GCInputXboxPaddleThree bound
!unknown-field! GCInputXboxPaddleTwo bound
!unknown-field! GCKeyA bound
!unknown-field! GCKeyApplication bound
!unknown-field! GCKeyB bound
!unknown-field! GCKeyBackslash bound
!unknown-field! GCKeyboardDidConnectNotification bound
!unknown-field! GCKeyboardDidDisconnectNotification bound
!unknown-field! GCKeyC bound
!unknown-field! GCKeyCapsLock bound
!unknown-field! GCKeyCloseBracket bound
!unknown-field! GCKeyCodeApplication bound
!unknown-field! GCKeyCodeBackslash bound
!unknown-field! GCKeyCodeCapsLock bound
!unknown-field! GCKeyCodeCloseBracket bound
!unknown-field! GCKeyCodeComma bound
!unknown-field! GCKeyCodeDeleteForward bound
!unknown-field! GCKeyCodeDeleteOrBackspace bound
!unknown-field! GCKeyCodeDownArrow bound
!unknown-field! GCKeyCodeEight bound
!unknown-field! GCKeyCodeEnd bound
!unknown-field! GCKeyCodeEqualSign bound
!unknown-field! GCKeyCodeEscape bound
!unknown-field! GCKeyCodeF1 bound
!unknown-field! GCKeyCodeF10 bound
!unknown-field! GCKeyCodeF11 bound
!unknown-field! GCKeyCodeF12 bound
!unknown-field! GCKeyCodeF13 bound
!unknown-field! GCKeyCodeF14 bound
!unknown-field! GCKeyCodeF15 bound
!unknown-field! GCKeyCodeF16 bound
!unknown-field! GCKeyCodeF17 bound
!unknown-field! GCKeyCodeF18 bound
!unknown-field! GCKeyCodeF19 bound
!unknown-field! GCKeyCodeF2 bound
!unknown-field! GCKeyCodeF20 bound
!unknown-field! GCKeyCodeF3 bound
!unknown-field! GCKeyCodeF4 bound
!unknown-field! GCKeyCodeF5 bound
!unknown-field! GCKeyCodeF6 bound
!unknown-field! GCKeyCodeF7 bound
!unknown-field! GCKeyCodeF8 bound
!unknown-field! GCKeyCodeF9 bound
!unknown-field! GCKeyCodeFive bound
!unknown-field! GCKeyCodeFour bound
!unknown-field! GCKeyCodeGraveAccentAndTilde bound
!unknown-field! GCKeyCodeHome bound
!unknown-field! GCKeyCodeHyphen bound
!unknown-field! GCKeyCodeInsert bound
!unknown-field! GCKeyCodeInternational1 bound
!unknown-field! GCKeyCodeInternational2 bound
!unknown-field! GCKeyCodeInternational3 bound
!unknown-field! GCKeyCodeInternational4 bound
!unknown-field! GCKeyCodeInternational5 bound
!unknown-field! GCKeyCodeInternational6 bound
!unknown-field! GCKeyCodeInternational7 bound
!unknown-field! GCKeyCodeInternational8 bound
!unknown-field! GCKeyCodeInternational9 bound
!unknown-field! GCKeyCodeKeyA bound
!unknown-field! GCKeyCodeKeyB bound
!unknown-field! GCKeyCodeKeyC bound
!unknown-field! GCKeyCodeKeyD bound
!unknown-field! GCKeyCodeKeyE bound
!unknown-field! GCKeyCodeKeyF bound
!unknown-field! GCKeyCodeKeyG bound
!unknown-field! GCKeyCodeKeyH bound
!unknown-field! GCKeyCodeKeyI bound
!unknown-field! GCKeyCodeKeyJ bound
!unknown-field! GCKeyCodeKeyK bound
!unknown-field! GCKeyCodeKeyL bound
!unknown-field! GCKeyCodeKeyM bound
!unknown-field! GCKeyCodeKeyN bound
!unknown-field! GCKeyCodeKeyO bound
!unknown-field! GCKeyCodeKeyP bound
!unknown-field! GCKeyCodeKeypad0 bound
!unknown-field! GCKeyCodeKeypad1 bound
!unknown-field! GCKeyCodeKeypad2 bound
!unknown-field! GCKeyCodeKeypad3 bound
!unknown-field! GCKeyCodeKeypad4 bound
!unknown-field! GCKeyCodeKeypad5 bound
!unknown-field! GCKeyCodeKeypad6 bound
!unknown-field! GCKeyCodeKeypad7 bound
!unknown-field! GCKeyCodeKeypad8 bound
!unknown-field! GCKeyCodeKeypad9 bound
!unknown-field! GCKeyCodeKeypadAsterisk bound
!unknown-field! GCKeyCodeKeypadEnter bound
!unknown-field! GCKeyCodeKeypadEqualSign bound
!unknown-field! GCKeyCodeKeypadHyphen bound
!unknown-field! GCKeyCodeKeypadNumLock bound
!unknown-field! GCKeyCodeKeypadPeriod bound
!unknown-field! GCKeyCodeKeypadPlus bound
!unknown-field! GCKeyCodeKeypadSlash bound
!unknown-field! GCKeyCodeKeyQ bound
!unknown-field! GCKeyCodeKeyR bound
!unknown-field! GCKeyCodeKeyS bound
!unknown-field! GCKeyCodeKeyT bound
!unknown-field! GCKeyCodeKeyU bound
!unknown-field! GCKeyCodeKeyV bound
!unknown-field! GCKeyCodeKeyW bound
!unknown-field! GCKeyCodeKeyX bound
!unknown-field! GCKeyCodeKeyY bound
!unknown-field! GCKeyCodeKeyZ bound
!unknown-field! GCKeyCodeLANG1 bound
!unknown-field! GCKeyCodeLANG2 bound
!unknown-field! GCKeyCodeLANG3 bound
!unknown-field! GCKeyCodeLANG4 bound
!unknown-field! GCKeyCodeLANG5 bound
!unknown-field! GCKeyCodeLANG6 bound
!unknown-field! GCKeyCodeLANG7 bound
!unknown-field! GCKeyCodeLANG8 bound
!unknown-field! GCKeyCodeLANG9 bound
!unknown-field! GCKeyCodeLeftAlt bound
!unknown-field! GCKeyCodeLeftArrow bound
!unknown-field! GCKeyCodeLeftControl bound
!unknown-field! GCKeyCodeLeftGUI bound
!unknown-field! GCKeyCodeLeftShift bound
!unknown-field! GCKeyCodeNine bound
!unknown-field! GCKeyCodeNonUSBackslash bound
!unknown-field! GCKeyCodeNonUSPound bound
!unknown-field! GCKeyCodeOne bound
!unknown-field! GCKeyCodeOpenBracket bound
!unknown-field! GCKeyCodePageDown bound
!unknown-field! GCKeyCodePageUp bound
!unknown-field! GCKeyCodePause bound
!unknown-field! GCKeyCodePeriod bound
!unknown-field! GCKeyCodePower bound
!unknown-field! GCKeyCodePrintScreen bound
!unknown-field! GCKeyCodeQuote bound
!unknown-field! GCKeyCodeReturnOrEnter bound
!unknown-field! GCKeyCodeRightAlt bound
!unknown-field! GCKeyCodeRightArrow bound
!unknown-field! GCKeyCodeRightControl bound
!unknown-field! GCKeyCodeRightGUI bound
!unknown-field! GCKeyCodeRightShift bound
!unknown-field! GCKeyCodeScrollLock bound
!unknown-field! GCKeyCodeSemicolon bound
!unknown-field! GCKeyCodeSeven bound
!unknown-field! GCKeyCodeSix bound
!unknown-field! GCKeyCodeSlash bound
!unknown-field! GCKeyCodeSpacebar bound
!unknown-field! GCKeyCodeTab bound
!unknown-field! GCKeyCodeThree bound
!unknown-field! GCKeyCodeTwo bound
!unknown-field! GCKeyCodeUpArrow bound
!unknown-field! GCKeyCodeZero bound
!unknown-field! GCKeyComma bound
!unknown-field! GCKeyD bound
!unknown-field! GCKeyDeleteForward bound
!unknown-field! GCKeyDeleteOrBackspace bound
!unknown-field! GCKeyDownArrow bound
!unknown-field! GCKeyE bound
!unknown-field! GCKeyEight bound
!unknown-field! GCKeyEnd bound
!unknown-field! GCKeyEqualSign bound
!unknown-field! GCKeyEscape bound
!unknown-field! GCKeyF bound
!unknown-field! GCKeyF1 bound
!unknown-field! GCKeyF10 bound
!unknown-field! GCKeyF11 bound
!unknown-field! GCKeyF12 bound
!unknown-field! GCKeyF13 bound
!unknown-field! GCKeyF14 bound
!unknown-field! GCKeyF15 bound
!unknown-field! GCKeyF16 bound
!unknown-field! GCKeyF17 bound
!unknown-field! GCKeyF18 bound
!unknown-field! GCKeyF19 bound
!unknown-field! GCKeyF2 bound
!unknown-field! GCKeyF20 bound
!unknown-field! GCKeyF3 bound
!unknown-field! GCKeyF4 bound
!unknown-field! GCKeyF5 bound
!unknown-field! GCKeyF6 bound
!unknown-field! GCKeyF7 bound
!unknown-field! GCKeyF8 bound
!unknown-field! GCKeyF9 bound
!unknown-field! GCKeyFive bound
!unknown-field! GCKeyFour bound
!unknown-field! GCKeyG bound
!unknown-field! GCKeyGraveAccentAndTilde bound
!unknown-field! GCKeyH bound
!unknown-field! GCKeyHome bound
!unknown-field! GCKeyHyphen bound
!unknown-field! GCKeyI bound
!unknown-field! GCKeyInsert bound
!unknown-field! GCKeyInternational1 bound
!unknown-field! GCKeyInternational2 bound
!unknown-field! GCKeyInternational3 bound
!unknown-field! GCKeyInternational4 bound
!unknown-field! GCKeyInternational5 bound
!unknown-field! GCKeyInternational6 bound
!unknown-field! GCKeyInternational7 bound
!unknown-field! GCKeyInternational8 bound
!unknown-field! GCKeyInternational9 bound
!unknown-field! GCKeyJ bound
!unknown-field! GCKeyK bound
!unknown-field! GCKeyKeypad0 bound
!unknown-field! GCKeyKeypad1 bound
!unknown-field! GCKeyKeypad2 bound
!unknown-field! GCKeyKeypad3 bound
!unknown-field! GCKeyKeypad4 bound
!unknown-field! GCKeyKeypad5 bound
!unknown-field! GCKeyKeypad6 bound
!unknown-field! GCKeyKeypad7 bound
!unknown-field! GCKeyKeypad8 bound
!unknown-field! GCKeyKeypad9 bound
!unknown-field! GCKeyKeypadAsterisk bound
!unknown-field! GCKeyKeypadEnter bound
!unknown-field! GCKeyKeypadEqualSign bound
!unknown-field! GCKeyKeypadHyphen bound
!unknown-field! GCKeyKeypadNumLock bound
!unknown-field! GCKeyKeypadPeriod bound
!unknown-field! GCKeyKeypadPlus bound
!unknown-field! GCKeyKeypadSlash bound
!unknown-field! GCKeyL bound
!unknown-field! GCKeyLANG1 bound
!unknown-field! GCKeyLANG2 bound
!unknown-field! GCKeyLANG3 bound
!unknown-field! GCKeyLANG4 bound
!unknown-field! GCKeyLANG5 bound
!unknown-field! GCKeyLANG6 bound
!unknown-field! GCKeyLANG7 bound
!unknown-field! GCKeyLANG8 bound
!unknown-field! GCKeyLANG9 bound
!unknown-field! GCKeyLeftAlt bound
!unknown-field! GCKeyLeftArrow bound
!unknown-field! GCKeyLeftControl bound
!unknown-field! GCKeyLeftGUI bound
!unknown-field! GCKeyLeftShift bound
!unknown-field! GCKeyM bound
!unknown-field! GCKeyN bound
!unknown-field! GCKeyNine bound
!unknown-field! GCKeyNonUSBackslash bound
!unknown-field! GCKeyNonUSPound bound
!unknown-field! GCKeyO bound
!unknown-field! GCKeyOne bound
!unknown-field! GCKeyOpenBracket bound
!unknown-field! GCKeyP bound
!unknown-field! GCKeyPageDown bound
!unknown-field! GCKeyPageUp bound
!unknown-field! GCKeyPause bound
!unknown-field! GCKeyPeriod bound
!unknown-field! GCKeyPower bound
!unknown-field! GCKeyPrintScreen bound
!unknown-field! GCKeyQ bound
!unknown-field! GCKeyQuote bound
!unknown-field! GCKeyR bound
!unknown-field! GCKeyReturnOrEnter bound
!unknown-field! GCKeyRightAlt bound
!unknown-field! GCKeyRightArrow bound
!unknown-field! GCKeyRightControl bound
!unknown-field! GCKeyRightGUI bound
!unknown-field! GCKeyRightShift bound
!unknown-field! GCKeyS bound
!unknown-field! GCKeyScrollLock bound
!unknown-field! GCKeySemicolon bound
!unknown-field! GCKeySeven bound
!unknown-field! GCKeySix bound
!unknown-field! GCKeySlash bound
!unknown-field! GCKeySpacebar bound
!unknown-field! GCKeyT bound
!unknown-field! GCKeyTab bound
!unknown-field! GCKeyThree bound
!unknown-field! GCKeyTwo bound
!unknown-field! GCKeyU bound
!unknown-field! GCKeyUpArrow bound
!unknown-field! GCKeyV bound
!unknown-field! GCKeyW bound
!unknown-field! GCKeyX bound
!unknown-field! GCKeyY bound
!unknown-field! GCKeyZ bound
!unknown-field! GCKeyZero bound
!unknown-field! GCMouseDidBecomeCurrentNotification bound
!unknown-field! GCMouseDidConnectNotification bound
!unknown-field! GCMouseDidDisconnectNotification bound
!unknown-field! GCMouseDidStopBeingCurrentNotification bound
!unknown-field! GCProductCategoryCoalescedRemote bound
!unknown-field! GCProductCategoryControlCenterRemote bound
!unknown-field! GCProductCategoryDualSense bound
!unknown-field! GCProductCategoryDualShock4 bound
!unknown-field! GCProductCategoryHID bound
!unknown-field! GCProductCategoryKeyboard bound
!unknown-field! GCProductCategoryMFi bound
!unknown-field! GCProductCategoryMouse bound
!unknown-field! GCProductCategorySiriRemote1stGen bound
!unknown-field! GCProductCategorySiriRemote2ndGen bound
!unknown-field! GCProductCategoryUniversalElectronicsRemote bound
!unknown-field! GCProductCategoryXboxOne bound
!unknown-field! GCRacingWheelDidConnectNotification bound
!unknown-field! GCRacingWheelDidDisconnectNotification bound
!unknown-native-enum! GCControllerPlayerIndex bound
!unknown-native-enum! GCDeviceBatteryState bound
!unknown-native-enum! GCDevicePhysicalInputElementChange bound
!unknown-native-enum! GCDualSenseAdaptiveTriggerMode bound
!unknown-native-enum! GCDualSenseAdaptiveTriggerStatus bound
!unknown-native-enum! GCExtendedGamepadSnapshotDataVersion bound
!unknown-native-enum! GCMicroGamepadSnapshotDataVersion bound
!unknown-native-enum! GCSystemGestureState bound
!unknown-native-enum! GCTouchState bound
!unknown-pinvoke! GCExtendedGamepadSnapshotDataFromNSData bound
!unknown-pinvoke! GCExtendedGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! GCGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! GCMicroGamepadSnapshotDataFromNSData bound
!unknown-pinvoke! GCMicroGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! NSDataFromGCExtendedGamepadSnapshotData bound
!unknown-pinvoke! NSDataFromGCExtendedGamepadSnapShotDataV100 bound
!unknown-pinvoke! NSDataFromGCGamepadSnapShotDataV100 bound
!unknown-pinvoke! NSDataFromGCMicroGamepadSnapshotData bound
!unknown-pinvoke! NSDataFromGCMicroGamepadSnapShotDataV100 bound
!unknown-protocol! GCAxisElement bound
!unknown-protocol! GCAxisInput bound
!unknown-protocol! GCButtonElement bound
!unknown-protocol! GCDevice bound
!unknown-protocol! GCDevicePhysicalInput bound
!unknown-protocol! GCDevicePhysicalInputState bound
!unknown-protocol! GCDevicePhysicalInputStateDiff bound
!unknown-protocol! GCDirectionPadElement bound
!unknown-protocol! GCLinearInput bound
!unknown-protocol! GCPhysicalInputElement bound
!unknown-protocol! GCPressedStateInput bound
!unknown-protocol! GCRelativeInput bound
!unknown-protocol! GCSwitchElement bound
!unknown-protocol! GCSwitchPositionInput bound
!unknown-protocol! GCTouchedStateInput bound
!unknown-type! GCColor bound
!unknown-type! GCController bound
!unknown-type! GCControllerAxisInput bound
!unknown-type! GCControllerButtonInput bound
!unknown-type! GCControllerDirectionPad bound
!unknown-type! GCControllerElement bound
!unknown-type! GCControllerTouchpad bound
!unknown-type! GCDeviceBattery bound
!unknown-type! GCDeviceCursor bound
!unknown-type! GCDeviceHaptics bound
!unknown-type! GCDeviceLight bound
!unknown-type! GCDirectionalGamepad bound
!unknown-type! GCDualSenseAdaptiveTrigger bound
!unknown-type! GCDualSenseGamepad bound
!unknown-type! GCDualShockGamepad bound
!unknown-type! GCEventViewController bound
!unknown-type! GCExtendedGamepad bound
!unknown-type! GCExtendedGamepadSnapshot bound
!unknown-type! GCGamepad bound
!unknown-type! GCGamepadSnapshot bound
!unknown-type! GCGearShifterElement bound
!unknown-type! GCKeyboard bound
!unknown-type! GCKeyboardInput bound
!unknown-type! GCMicroGamepad bound
!unknown-type! GCMicroGamepadSnapshot bound
!unknown-type! GCMotion bound
!unknown-type! GCMouse bound
!unknown-type! GCMouseInput bound
!unknown-type! GCPhysicalInputProfile bound
!unknown-type! GCRacingWheel bound
!unknown-type! GCRacingWheelInput bound
!unknown-type! GCRacingWheelInputState bound
!unknown-type! GCSteeringWheelElement bound
!unknown-type! GCXboxGamepad bound

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

@ -1,86 +1,14 @@
!unknown-field! GKErrorDomain bound !missing-field! GKSessionErrorDomain not bound
!unknown-field! GKExchangeTimeoutDefault bound !missing-field! GKVoiceChatServiceErrorDomain not bound
!unknown-field! GKExchangeTimeoutNone bound !missing-protocol-member! GKInviteEventListener::player:didRequestMatchWithPlayers: not found
!unknown-field! GKGameSessionErrorDomain bound !missing-protocol-member! GKTurnBasedEventListener::player:didRequestMatchWithPlayers: not found
!unknown-field! GKPlayerAuthenticationDidChangeNotificationName bound !missing-selector! GKAchievement::challengeComposeControllerWithMessage:players:completion: not bound
!unknown-field! GKPlayerDidChangeNotificationName bound !missing-selector! GKAchievementDescription::rarityPercent not bound
!unknown-field! GKPlayerIDNoLongerAvailable bound !missing-selector! GKLeaderboardEntry::challengeComposeControllerWithMessage:players:completion: not bound
!unknown-field! GKTurnTimeoutDefault bound !missing-selector! GKLeaderboardEntry::context not bound
!unknown-field! GKTurnTimeoutNone bound !missing-selector! GKLeaderboardEntry::date not bound
!unknown-native-enum! GKAccessPointLocation bound !missing-selector! GKLeaderboardEntry::formattedScore not bound
!unknown-native-enum! GKChallengeState bound !missing-selector! GKLeaderboardEntry::rank not bound
!unknown-native-enum! GKConnectionState bound !missing-selector! GKLeaderboardEntry::score not bound
!unknown-native-enum! GKError bound !missing-selector! GKLeaderboardSet::loadImageWithCompletionHandler: not bound
!unknown-native-enum! GKFriendsAuthorizationStatus bound !missing-selector! GKVoiceChat::playerVoiceChatStateDidChangeHandler not bound
!unknown-native-enum! GKGameCenterViewControllerState bound
!unknown-native-enum! GKGameSessionErrorCode bound
!unknown-native-enum! GKInviteRecipientResponse bound
!unknown-native-enum! GKLeaderboardPlayerScope bound
!unknown-native-enum! GKLeaderboardTimeScope bound
!unknown-native-enum! GKLeaderboardType bound
!unknown-native-enum! GKMatchmakingMode bound
!unknown-native-enum! GKMatchSendDataMode bound
!unknown-native-enum! GKMatchType bound
!unknown-native-enum! GKPhotoSize bound
!unknown-native-enum! GKPlayerConnectionState bound
!unknown-native-enum! GKTransportType bound
!unknown-native-enum! GKTurnBasedMatchOutcome bound
!unknown-native-enum! GKTurnBasedMatchStatus bound
!unknown-native-enum! GKTurnBasedParticipantStatus bound
!unknown-native-enum! GKVoiceChatPlayerState bound
!unknown-protocol! GKAchievementViewControllerDelegate bound
!unknown-protocol! GKChallengeEventHandlerDelegate bound
!unknown-protocol! GKChallengeListener bound
!unknown-protocol! GKChallengesViewControllerDelegate bound
!unknown-protocol! GKFriendRequestComposeViewControllerDelegate bound
!unknown-protocol! GKGameCenterControllerDelegate bound
!unknown-protocol! GKGameSessionEventListener bound
!unknown-protocol! GKInviteEventListener bound
!unknown-protocol! GKLeaderboardViewControllerDelegate bound
!unknown-protocol! GKLocalPlayerListener bound
!unknown-protocol! GKMatchDelegate bound
!unknown-protocol! GKMatchmakerViewControllerDelegate bound
!unknown-protocol! GKSavedGameListener bound
!unknown-protocol! GKSessionDelegate bound
!unknown-protocol! GKTurnBasedEventHandlerDelegate bound
!unknown-protocol! GKTurnBasedEventListener bound
!unknown-protocol! GKTurnBasedMatchmakerViewControllerDelegate bound
!unknown-protocol! GKViewController bound
!unknown-type! GKAccessPoint bound
!unknown-type! GKAchievement bound
!unknown-type! GKAchievementChallenge bound
!unknown-type! GKAchievementDescription bound
!unknown-type! GKAchievementViewController bound
!unknown-type! GKBasePlayer bound
!unknown-type! GKChallenge bound
!unknown-type! GKChallengeEventHandler bound
!unknown-type! GKChallengesViewController bound
!unknown-type! GKCloudPlayer bound
!unknown-type! GKDialogController bound
!unknown-type! GKFriendRequestComposeViewController bound
!unknown-type! GKGameCenterViewController bound
!unknown-type! GKGameSession bound
!unknown-type! GKInvite bound
!unknown-type! GKLeaderboard bound
!unknown-type! GKLeaderboardEntry bound
!unknown-type! GKLeaderboardScore bound
!unknown-type! GKLeaderboardSet bound
!unknown-type! GKLeaderboardViewController bound
!unknown-type! GKLocalPlayer bound
!unknown-type! GKMatch bound
!unknown-type! GKMatchmaker bound
!unknown-type! GKMatchmakerViewController bound
!unknown-type! GKMatchRequest bound
!unknown-type! GKNotificationBanner bound
!unknown-type! GKPlayer bound
!unknown-type! GKSavedGame bound
!unknown-type! GKScore bound
!unknown-type! GKScoreChallenge bound
!unknown-type! GKSession bound
!unknown-type! GKTurnBasedEventHandler bound
!unknown-type! GKTurnBasedExchange bound
!unknown-type! GKTurnBasedExchangeReply bound
!unknown-type! GKTurnBasedMatch bound
!unknown-type! GKTurnBasedMatchmakerViewController bound
!unknown-type! GKTurnBasedParticipant bound
!unknown-type! GKVoiceChat bound

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,27 +1,344 @@
## appended from unclassified file ## appended from unclassified file
!unknown-native-enum! MPSGraphPaddingMode bound !missing-enum! MPSGraphDeploymentPlatform not bound
!unknown-native-enum! MPSGraphPaddingStyle bound !missing-enum! MPSGraphExecutionStage not bound
!unknown-native-enum! MPSGraphReductionMode bound !missing-enum! MPSGraphFFTScalingMode not bound
!unknown-native-enum! MPSGraphResizeMode bound !missing-enum! MPSGraphNonMaximumSuppressionCoordinateMode not bound
!unknown-native-enum! MPSGraphScatterMode bound !missing-enum! MPSGraphOptimization not bound
!unknown-native-enum! MPSGraphTensorNamedDataLayout bound !missing-enum! MPSGraphOptimizationProfile not bound
!unknown-type! MPSGraph bound !missing-enum! MPSGraphPoolingReturnIndicesMode not bound
!unknown-type! MPSGraphCompilationDescriptor bound !missing-enum! MPSGraphResizeNearestRoundingMode not bound
!unknown-type! MPSGraphConvolution2DOpDescriptor bound !missing-enum! MPSGraphRNNActivation not bound
!unknown-type! MPSGraphCreateSparseOpDescriptor bound !missing-enum-value! MPSGraphPaddingStyle native value MPSGraphPaddingStyleONNX_SAME_LOWER = 4 not bound
!unknown-type! MPSGraphDepthwiseConvolution2DOpDescriptor bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutDHWIO = 10 not bound
!unknown-type! MPSGraphDepthwiseConvolution3DOpDescriptor bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutNCDHW = 7 not bound
!unknown-type! MPSGraphDevice bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutNDHWC = 8 not bound
!unknown-type! MPSGraphExecutable bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutOIDHW = 9 not bound
!unknown-type! MPSGraphExecutableExecutionDescriptor bound !missing-null-allowed! 'MetalPerformanceShadersGraph.MPSGraphTensor MetalPerformanceShadersGraph.MPSGraph_MPSGraphTensorShapeOps::Cast(MetalPerformanceShadersGraph.MPSGraph,MetalPerformanceShadersGraph.MPSGraphTensor,MetalPerformanceShaders.MPSDataType,System.String)' is missing an [NullAllowed] on parameter #3
!unknown-type! MPSGraphExecutionDescriptor bound !missing-selector! +MPSGraphConvolution3DOpDescriptor::descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack:paddingStyle:dataLayout:weightsLayout: not bound
!unknown-type! MPSGraphOperation bound !missing-selector! +MPSGraphConvolution3DOpDescriptor::descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingStyle:dataLayout:weightsLayout: not bound
!unknown-type! MPSGraphPooling2DOpDescriptor bound !missing-selector! +MPSGraphFFTDescriptor::descriptor not bound
!unknown-type! MPSGraphPooling4DOpDescriptor bound !missing-selector! +MPSGraphGRUDescriptor::descriptor not bound
!unknown-type! MPSGraphRandomOpDescriptor bound !missing-selector! +MPSGraphImToColOpDescriptor::descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:dataLayout: not bound
!unknown-type! MPSGraphShapedType bound !missing-selector! +MPSGraphImToColOpDescriptor::descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:paddingLeft:paddingRight:paddingTop:paddingBottom:dataLayout: not bound
!unknown-type! MPSGraphStencilOpDescriptor bound !missing-selector! +MPSGraphLSTMDescriptor::descriptor not bound
!unknown-type! MPSGraphTensor bound !missing-selector! +MPSGraphSingleGateRNNDescriptor::descriptor not bound
!unknown-type! MPSGraphTensorData bound !missing-selector! MPSGraph::absoluteSquareWithTensor:name: not bound
!unknown-type! MPSGraphType bound !missing-selector! MPSGraph::adamWithCurrentLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:valuesTensor:momentumTensor:velocityTensor:maximumVelocityTensor:gradientTensor:name: not bound
!unknown-type! MPSGraphVariableOp bound !missing-selector! MPSGraph::adamWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:maximumVelocityTensor:gradientTensor:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axis:descending:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axis:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axisTensor:descending:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::bandPartWithTensor:numLower:numUpper:name: not bound
!missing-selector! MPSGraph::bandPartWithTensor:numLowerTensor:numUpperTensor:name: not bound
!missing-selector! MPSGraph::batchToSpaceTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::batchToSpaceTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::bitwiseANDWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseLeftShiftWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseNOTWithTensor:name: not bound
!missing-selector! MPSGraph::bitwiseORWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwisePopulationCountWithTensor:name: not bound
!missing-selector! MPSGraph::bitwiseRightShiftWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseXORWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bottomKWithGradientTensor:source:axis:k:name: not bound
!missing-selector! MPSGraph::bottomKWithGradientTensor:source:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::bottomKWithSourceTensor:axis:k:name: not bound
!missing-selector! MPSGraph::bottomKWithSourceTensor:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::colToImWithSourceTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::complexTensorWithRealTensor:imaginaryTensor:name: not bound
!missing-selector! MPSGraph::conjugateWithTensor:name: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart:dataType: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart:shape:dataType: not bound
!missing-selector! MPSGraph::convolution3DDataGradientWithIncomingGradientTensor:weightsTensor:outputShape:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DDataGradientWithIncomingGradientTensor:weightsTensor:outputShapeTensor:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWithSourceTensor:weightsTensor:descriptor:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxis:withShape:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxis:withShapeTensor:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxisTensor:withShape:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxisTensor:withShapeTensor:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scale:zeroPoint:dataType:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scaleTensor:zeroPoint:dataType:axis:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scaleTensor:zeroPointTensor:dataType:axis:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axes:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axesTensor:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axis:name: not bound
!missing-selector! MPSGraph::fastFourierTransformWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::fastFourierTransformWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::gatherAlongAxis:withUpdatesTensor:indicesTensor:name: not bound
!missing-selector! MPSGraph::gatherAlongAxisTensor:withUpdatesTensor:indicesTensor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:inputWeight:bias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:stateGradient:inputWeight:bias:initState:mask:secondaryBias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:initState:mask:secondaryBias:descriptor:name: not bound
!missing-selector! MPSGraph::HammingDistanceWithPrimaryTensor:secondaryTensor:resultDataType:name: not bound
!missing-selector! MPSGraph::HermiteanToRealFFTWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::HermiteanToRealFFTWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::imaginaryPartOfTensor:name: not bound
!missing-selector! MPSGraph::imToColWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::inverseOfTensor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:inputWeight:bias:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:inputWeight:bias:initState:initCell:mask:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:stateGradient:cellGradient:inputWeight:bias:initState:initCell:mask:peephole:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:inputWeight:bias:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:inputWeight:bias:initState:initCell:mask:peephole:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DGradientWithGradientTensor:indicesTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DGradientWithGradientTensor:indicesTensor:outputShapeTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DReturnIndicesWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DGradientWithGradientTensor:indicesTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DGradientWithGradientTensor:indicesTensor:outputShapeTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DReturnIndicesWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::nonMaximumSuppressionWithBoxesTensor:scoresTensor:classIndicesTensor:IOUThreshold:scoreThreshold:perClassSuppression:coordinateMode:name: not bound
!missing-selector! MPSGraph::nonMaximumSuppressionWithBoxesTensor:scoresTensor:IOUThreshold:scoreThreshold:perClassSuppression:coordinateMode:name: not bound
!missing-selector! MPSGraph::nonZeroIndicesOfTensor:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scale:zeroPoint:dataType:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scaleTensor:zeroPoint:dataType:axis:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scaleTensor:zeroPointTensor:dataType:axis:name: not bound
!missing-selector! MPSGraph::realPartOfTensor:name: not bound
!missing-selector! MPSGraph::realToHermiteanFFTWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::realToHermiteanFFTWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::reductionAndWithTensor:axes:name: not bound
!missing-selector! MPSGraph::reductionAndWithTensor:axis:name: not bound
!missing-selector! MPSGraph::reductionOrWithTensor:axes:name: not bound
!missing-selector! MPSGraph::reductionOrWithTensor:axis:name: not bound
!missing-selector! MPSGraph::reinterpretCastTensor:toType:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleTensor:offsetTensor:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleTensor:offsetTensor:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleTensor:offsetTensor:nearestRoundingMode:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleTensor:offsetTensor:nearestRoundingMode:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:mode:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleTensor:offsetTensor:mode:name: not bound
!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound
!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleTensor:offsetTensor:mode:name: not bound
!missing-selector! MPSGraph::sampleGridWithSourceTensor:coordinateTensor:layout:normalizeCoordinates:relativeCoordinates:alignCorners:paddingMode:nearestRoundingMode:constantValue:name: not bound
!missing-selector! MPSGraph::sampleGridWithSourceTensor:coordinateTensor:layout:normalizeCoordinates:relativeCoordinates:alignCorners:paddingMode:samplingMode:constantValue:name: not bound
!missing-selector! MPSGraph::scatterAlongAxis:withDataTensor:updatesTensor:indicesTensor:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxis:withUpdatesTensor:indicesTensor:shape:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxisTensor:withDataTensor:updatesTensor:indicesTensor:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxisTensor:withUpdatesTensor:indicesTensor:shape:mode:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:stateGradient:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::spaceToBatchTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::spaceToBatchTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::splitTensor:numSplits:axis:name: not bound
!missing-selector! MPSGraph::splitTensor:splitSizes:axis:name: not bound
!missing-selector! MPSGraph::splitTensor:splitSizesTensor:axis:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axes:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axesTensor:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axis:name: not bound
!missing-selector! MPSGraph::squeezeTensor:name: not bound
!missing-selector! MPSGraph::stackTensors:axis:name: not bound
!missing-selector! MPSGraph::topKWithGradientTensor:source:axis:k:name: not bound
!missing-selector! MPSGraph::topKWithGradientTensor:source:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::topKWithSourceTensor:axis:k:name: not bound
!missing-selector! MPSGraph::topKWithSourceTensor:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::transposeTensor:permutation:name: not bound
!missing-selector! MPSGraph::truncateWithTensor:name: not bound
!missing-selector! MPSGraphCompilationDescriptor::compilationCompletionHandler not bound
!missing-selector! MPSGraphCompilationDescriptor::dispatchQueue not bound
!missing-selector! MPSGraphCompilationDescriptor::optimizationLevel not bound
!missing-selector! MPSGraphCompilationDescriptor::setCompilationCompletionHandler: not bound
!missing-selector! MPSGraphCompilationDescriptor::setDispatchQueue: not bound
!missing-selector! MPSGraphCompilationDescriptor::setOptimizationLevel: not bound
!missing-selector! MPSGraphCompilationDescriptor::setWaitForCompilationCompletion: not bound
!missing-selector! MPSGraphCompilationDescriptor::waitForCompilationCompletion not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dataLayout not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInX not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInY not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInZ not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::groups not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingBack not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingBottom not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingFront not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingLeft not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingRight not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingStyle not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingTop not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDataLayout: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInX: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInY: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInZ: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setGroups: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingBack: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingBottom: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingFront: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingLeft: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingRight: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingStyle: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingTop: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInX: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInY: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInZ: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setWeightsLayout: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInX not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInY not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInZ not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::weightsLayout not bound
!missing-selector! MPSGraphExecutable::getOutputTypesWithDevice:inputTypes:compilationDescriptor: not bound
!missing-selector! MPSGraphExecutable::initWithMPSGraphPackageAtURL:compilationDescriptor: not bound
!missing-selector! MPSGraphExecutable::serializeToMPSGraphPackageAtURL:descriptor: not bound
!missing-selector! MPSGraphExecutableExecutionDescriptor::signalEvent:atExecutionEvent:value: not bound
!missing-selector! MPSGraphExecutableExecutionDescriptor::waitForEvent:value: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::append not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::deploymentPlatform not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::minimumDeploymentTarget not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setAppend: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setDeploymentPlatform: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setMinimumDeploymentTarget: not bound
!missing-selector! MPSGraphExecutionDescriptor::compilationDescriptor not bound
!missing-selector! MPSGraphExecutionDescriptor::setCompilationDescriptor: not bound
!missing-selector! MPSGraphExecutionDescriptor::signalEvent:atExecutionEvent:value: not bound
!missing-selector! MPSGraphExecutionDescriptor::waitForEvent:value: not bound
!missing-selector! MPSGraphFFTDescriptor::inverse not bound
!missing-selector! MPSGraphFFTDescriptor::roundToOddHermitean not bound
!missing-selector! MPSGraphFFTDescriptor::scalingMode not bound
!missing-selector! MPSGraphFFTDescriptor::setInverse: not bound
!missing-selector! MPSGraphFFTDescriptor::setRoundToOddHermitean: not bound
!missing-selector! MPSGraphFFTDescriptor::setScalingMode: not bound
!missing-selector! MPSGraphGRUDescriptor::bidirectional not bound
!missing-selector! MPSGraphGRUDescriptor::flipZ not bound
!missing-selector! MPSGraphGRUDescriptor::outputGateActivation not bound
!missing-selector! MPSGraphGRUDescriptor::resetAfter not bound
!missing-selector! MPSGraphGRUDescriptor::resetGateActivation not bound
!missing-selector! MPSGraphGRUDescriptor::resetGateFirst not bound
!missing-selector! MPSGraphGRUDescriptor::reverse not bound
!missing-selector! MPSGraphGRUDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphGRUDescriptor::setFlipZ: not bound
!missing-selector! MPSGraphGRUDescriptor::setOutputGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetAfter: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetGateFirst: not bound
!missing-selector! MPSGraphGRUDescriptor::setReverse: not bound
!missing-selector! MPSGraphGRUDescriptor::setTraining: not bound
!missing-selector! MPSGraphGRUDescriptor::setUpdateGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::training not bound
!missing-selector! MPSGraphGRUDescriptor::updateGateActivation not bound
!missing-selector! MPSGraphImToColOpDescriptor::dataLayout not bound
!missing-selector! MPSGraphImToColOpDescriptor::dilationRateInX not bound
!missing-selector! MPSGraphImToColOpDescriptor::dilationRateInY not bound
!missing-selector! MPSGraphImToColOpDescriptor::kernelHeight not bound
!missing-selector! MPSGraphImToColOpDescriptor::kernelWidth not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingBottom not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingLeft not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingRight not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingTop not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDataLayout: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDilationRateInX: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDilationRateInY: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setKernelHeight: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setKernelWidth: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingBottom: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingLeft: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingRight: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingTop: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setStrideInX: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setStrideInY: not bound
!missing-selector! MPSGraphImToColOpDescriptor::strideInX not bound
!missing-selector! MPSGraphImToColOpDescriptor::strideInY not bound
!missing-selector! MPSGraphLSTMDescriptor::activation not bound
!missing-selector! MPSGraphLSTMDescriptor::bidirectional not bound
!missing-selector! MPSGraphLSTMDescriptor::cellGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::forgetGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::forgetGateLast not bound
!missing-selector! MPSGraphLSTMDescriptor::inputGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::outputGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::produceCell not bound
!missing-selector! MPSGraphLSTMDescriptor::reverse not bound
!missing-selector! MPSGraphLSTMDescriptor::setActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphLSTMDescriptor::setCellGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setForgetGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setForgetGateLast: not bound
!missing-selector! MPSGraphLSTMDescriptor::setInputGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setOutputGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setProduceCell: not bound
!missing-selector! MPSGraphLSTMDescriptor::setReverse: not bound
!missing-selector! MPSGraphLSTMDescriptor::setTraining: not bound
!missing-selector! MPSGraphLSTMDescriptor::training not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::returnIndicesDataType not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::returnIndicesMode not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::setReturnIndicesDataType: not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::setReturnIndicesMode: not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::returnIndicesDataType not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::returnIndicesMode not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::setReturnIndicesDataType: not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::setReturnIndicesMode: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::activation not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::bidirectional not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::reverse not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setActivation: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setReverse: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setTraining: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::training not bound
!missing-selector! MPSGraphTensorData::initWithMTLBuffer:shape:dataType:rowBytes: not bound
!missing-type! MPSGraphConvolution3DOpDescriptor not bound
!missing-type! MPSGraphExecutableSerializationDescriptor not bound
!missing-type! MPSGraphFFTDescriptor not bound
!missing-type! MPSGraphGRUDescriptor not bound
!missing-type! MPSGraphImToColOpDescriptor not bound
!missing-type! MPSGraphLSTMDescriptor not bound
!missing-type! MPSGraphObject not bound
!missing-type! MPSGraphSingleGateRNNDescriptor not bound
!wrong-base-type! MPSGraph expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphCompilationDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphConvolution2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphCreateSparseOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDepthwiseConvolution2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDepthwiseConvolution3DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDevice expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutable expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutableExecutionDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutionDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphOperation expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphPooling2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphPooling4DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphRandomOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphStencilOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphTensor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphTensorData expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphType expected MPSGraphObject actual NSObject

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

@ -0,0 +1,4 @@
!missing-enum! NIAlgorithmConvergenceStatus not bound
!missing-enum! NIErrorCode not bound
!missing-enum! NINearbyObjectRemovalReason not bound
!missing-enum! NINearbyObjectVerticalDirectionEstimate not bound

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

@ -17,3 +17,35 @@
!missing-pinvoke! nw_relay_hop_create is not bound !missing-pinvoke! nw_relay_hop_create is not bound
!missing-selector! NSURLSessionConfiguration::proxyConfigurations not bound !missing-selector! NSURLSessionConfiguration::proxyConfigurations not bound
!missing-selector! NSURLSessionConfiguration::setProxyConfigurations: not bound !missing-selector! NSURLSessionConfiguration::setProxyConfigurations: not bound
!missing-protocol! OS_nw_advertise_descriptor not bound
!missing-protocol! OS_nw_browse_descriptor not bound
!missing-protocol! OS_nw_browse_result not bound
!missing-protocol! OS_nw_browser not bound
!missing-protocol! OS_nw_connection not bound
!missing-protocol! OS_nw_connection_group not bound
!missing-protocol! OS_nw_content_context not bound
!missing-protocol! OS_nw_data_transfer_report not bound
!missing-protocol! OS_nw_endpoint not bound
!missing-protocol! OS_nw_error not bound
!missing-protocol! OS_nw_establishment_report not bound
!missing-protocol! OS_nw_ethernet_channel not bound
!missing-protocol! OS_nw_framer not bound
!missing-protocol! OS_nw_group_descriptor not bound
!missing-protocol! OS_nw_interface not bound
!missing-protocol! OS_nw_listener not bound
!missing-protocol! OS_nw_object not bound
!missing-protocol! OS_nw_parameters not bound
!missing-protocol! OS_nw_path not bound
!missing-protocol! OS_nw_path_monitor not bound
!missing-protocol! OS_nw_privacy_context not bound
!missing-protocol! OS_nw_protocol_definition not bound
!missing-protocol! OS_nw_protocol_metadata not bound
!missing-protocol! OS_nw_protocol_options not bound
!missing-protocol! OS_nw_protocol_stack not bound
!missing-protocol! OS_nw_proxy_config not bound
!missing-protocol! OS_nw_relay_hop not bound
!missing-protocol! OS_nw_resolution_report not bound
!missing-protocol! OS_nw_resolver_config not bound
!missing-protocol! OS_nw_txt_record not bound
!missing-protocol! OS_nw_ws_request not bound
!missing-protocol! OS_nw_ws_response not bound

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

@ -21,7 +21,6 @@
!missing-pinvoke! glActiveTextureARB is not bound !missing-pinvoke! glActiveTextureARB is not bound
!missing-pinvoke! glAttachObjectARB is not bound !missing-pinvoke! glAttachObjectARB is not bound
!missing-pinvoke! glBeginConditionalRenderNV is not bound !missing-pinvoke! glBeginConditionalRenderNV is not bound
!missing-pinvoke! glBeginQuery is not bound
!missing-pinvoke! glBeginQueryARB is not bound !missing-pinvoke! glBeginQueryARB is not bound
!missing-pinvoke! glBeginTransformFeedbackEXT is not bound !missing-pinvoke! glBeginTransformFeedbackEXT is not bound
!missing-pinvoke! glBindAttribLocationARB is not bound !missing-pinvoke! glBindAttribLocationARB is not bound
@ -47,23 +46,15 @@
!missing-pinvoke! glClampColorARB is not bound !missing-pinvoke! glClampColorARB is not bound
!missing-pinvoke! glClearColorIiEXT is not bound !missing-pinvoke! glClearColorIiEXT is not bound
!missing-pinvoke! glClearColorIuiEXT is not bound !missing-pinvoke! glClearColorIuiEXT is not bound
!missing-pinvoke! glClearDepth is not bound
!missing-pinvoke! glClientActiveTextureARB is not bound !missing-pinvoke! glClientActiveTextureARB is not bound
!missing-pinvoke! glColorMaskIndexedEXT is not bound !missing-pinvoke! glColorMaskIndexedEXT is not bound
!missing-pinvoke! glCompileShaderARB is not bound !missing-pinvoke! glCompileShaderARB is not bound
!missing-pinvoke! glCompressedTexImage1D is not bound
!missing-pinvoke! glCompressedTexImage1DARB is not bound !missing-pinvoke! glCompressedTexImage1DARB is not bound
!missing-pinvoke! glCompressedTexImage2DARB is not bound !missing-pinvoke! glCompressedTexImage2DARB is not bound
!missing-pinvoke! glCompressedTexImage3D is not bound
!missing-pinvoke! glCompressedTexImage3DARB is not bound !missing-pinvoke! glCompressedTexImage3DARB is not bound
!missing-pinvoke! glCompressedTexSubImage1D is not bound
!missing-pinvoke! glCompressedTexSubImage1DARB is not bound !missing-pinvoke! glCompressedTexSubImage1DARB is not bound
!missing-pinvoke! glCompressedTexSubImage2DARB is not bound !missing-pinvoke! glCompressedTexSubImage2DARB is not bound
!missing-pinvoke! glCompressedTexSubImage3D is not bound
!missing-pinvoke! glCompressedTexSubImage3DARB is not bound !missing-pinvoke! glCompressedTexSubImage3DARB is not bound
!missing-pinvoke! glCopyTexImage1D is not bound
!missing-pinvoke! glCopyTexSubImage1D is not bound
!missing-pinvoke! glCopyTexSubImage3D is not bound
!missing-pinvoke! glCreateProgramObjectARB is not bound !missing-pinvoke! glCreateProgramObjectARB is not bound
!missing-pinvoke! glCreateShaderObjectARB is not bound !missing-pinvoke! glCreateShaderObjectARB is not bound
!missing-pinvoke! glDeleteBuffersARB is not bound !missing-pinvoke! glDeleteBuffersARB is not bound
@ -71,30 +62,24 @@
!missing-pinvoke! glDeleteFramebuffersEXT is not bound !missing-pinvoke! glDeleteFramebuffersEXT is not bound
!missing-pinvoke! glDeleteObjectARB is not bound !missing-pinvoke! glDeleteObjectARB is not bound
!missing-pinvoke! glDeleteProgramsARB is not bound !missing-pinvoke! glDeleteProgramsARB is not bound
!missing-pinvoke! glDeleteQueries is not bound
!missing-pinvoke! glDeleteQueriesARB is not bound !missing-pinvoke! glDeleteQueriesARB is not bound
!missing-pinvoke! glDeleteRenderbuffersEXT is not bound !missing-pinvoke! glDeleteRenderbuffersEXT is not bound
!missing-pinvoke! glDeleteVertexArraysAPPLE is not bound !missing-pinvoke! glDeleteVertexArraysAPPLE is not bound
!missing-pinvoke! glDepthRange is not bound
!missing-pinvoke! glDetachObjectARB is not bound !missing-pinvoke! glDetachObjectARB is not bound
!missing-pinvoke! glDisableIndexedEXT is not bound !missing-pinvoke! glDisableIndexedEXT is not bound
!missing-pinvoke! glDisableVertexAttribAPPLE is not bound !missing-pinvoke! glDisableVertexAttribAPPLE is not bound
!missing-pinvoke! glDisableVertexAttribArrayARB is not bound !missing-pinvoke! glDisableVertexAttribArrayARB is not bound
!missing-pinvoke! glDrawArraysInstancedARB is not bound !missing-pinvoke! glDrawArraysInstancedARB is not bound
!missing-pinvoke! glDrawBuffer is not bound
!missing-pinvoke! glDrawBuffers is not bound
!missing-pinvoke! glDrawBuffersARB is not bound !missing-pinvoke! glDrawBuffersARB is not bound
!missing-pinvoke! glDrawElementArrayAPPLE is not bound !missing-pinvoke! glDrawElementArrayAPPLE is not bound
!missing-pinvoke! glDrawElementsInstancedARB is not bound !missing-pinvoke! glDrawElementsInstancedARB is not bound
!missing-pinvoke! glDrawRangeElementArrayAPPLE is not bound !missing-pinvoke! glDrawRangeElementArrayAPPLE is not bound
!missing-pinvoke! glDrawRangeElements is not bound
!missing-pinvoke! glDrawRangeElementsEXT is not bound !missing-pinvoke! glDrawRangeElementsEXT is not bound
!missing-pinvoke! glElementPointerAPPLE is not bound !missing-pinvoke! glElementPointerAPPLE is not bound
!missing-pinvoke! glEnableIndexedEXT is not bound !missing-pinvoke! glEnableIndexedEXT is not bound
!missing-pinvoke! glEnableVertexAttribAPPLE is not bound !missing-pinvoke! glEnableVertexAttribAPPLE is not bound
!missing-pinvoke! glEnableVertexAttribArrayARB is not bound !missing-pinvoke! glEnableVertexAttribArrayARB is not bound
!missing-pinvoke! glEndConditionalRenderNV is not bound !missing-pinvoke! glEndConditionalRenderNV is not bound
!missing-pinvoke! glEndQuery is not bound
!missing-pinvoke! glEndQueryARB is not bound !missing-pinvoke! glEndQueryARB is not bound
!missing-pinvoke! glEndTransformFeedbackEXT is not bound !missing-pinvoke! glEndTransformFeedbackEXT is not bound
!missing-pinvoke! glFinishFenceAPPLE is not bound !missing-pinvoke! glFinishFenceAPPLE is not bound
@ -121,7 +106,6 @@
!missing-pinvoke! glGenFencesAPPLE is not bound !missing-pinvoke! glGenFencesAPPLE is not bound
!missing-pinvoke! glGenFramebuffersEXT is not bound !missing-pinvoke! glGenFramebuffersEXT is not bound
!missing-pinvoke! glGenProgramsARB is not bound !missing-pinvoke! glGenProgramsARB is not bound
!missing-pinvoke! glGenQueries is not bound
!missing-pinvoke! glGenQueriesARB is not bound !missing-pinvoke! glGenQueriesARB is not bound
!missing-pinvoke! glGenRenderbuffersEXT is not bound !missing-pinvoke! glGenRenderbuffersEXT is not bound
!missing-pinvoke! glGenVertexArraysAPPLE is not bound !missing-pinvoke! glGenVertexArraysAPPLE is not bound
@ -131,13 +115,9 @@
!missing-pinvoke! glGetAttribLocationARB is not bound !missing-pinvoke! glGetAttribLocationARB is not bound
!missing-pinvoke! glGetBooleanIndexedvEXT is not bound !missing-pinvoke! glGetBooleanIndexedvEXT is not bound
!missing-pinvoke! glGetBufferParameterivARB is not bound !missing-pinvoke! glGetBufferParameterivARB is not bound
!missing-pinvoke! glGetBufferPointerv is not bound
!missing-pinvoke! glGetBufferPointervARB is not bound !missing-pinvoke! glGetBufferPointervARB is not bound
!missing-pinvoke! glGetBufferSubData is not bound
!missing-pinvoke! glGetBufferSubDataARB is not bound !missing-pinvoke! glGetBufferSubDataARB is not bound
!missing-pinvoke! glGetCompressedTexImage is not bound
!missing-pinvoke! glGetCompressedTexImageARB is not bound !missing-pinvoke! glGetCompressedTexImageARB is not bound
!missing-pinvoke! glGetDoublev is not bound
!missing-pinvoke! glGetFragDataLocationEXT is not bound !missing-pinvoke! glGetFragDataLocationEXT is not bound
!missing-pinvoke! glGetFramebufferAttachmentParameterivEXT is not bound !missing-pinvoke! glGetFramebufferAttachmentParameterivEXT is not bound
!missing-pinvoke! glGetHandleARB is not bound !missing-pinvoke! glGetHandleARB is not bound
@ -151,19 +131,13 @@
!missing-pinvoke! glGetProgramLocalParameterdvARB is not bound !missing-pinvoke! glGetProgramLocalParameterdvARB is not bound
!missing-pinvoke! glGetProgramLocalParameterfvARB is not bound !missing-pinvoke! glGetProgramLocalParameterfvARB is not bound
!missing-pinvoke! glGetProgramStringARB is not bound !missing-pinvoke! glGetProgramStringARB is not bound
!missing-pinvoke! glGetQueryiv is not bound
!missing-pinvoke! glGetQueryivARB is not bound !missing-pinvoke! glGetQueryivARB is not bound
!missing-pinvoke! glGetQueryObjecti64vEXT is not bound !missing-pinvoke! glGetQueryObjecti64vEXT is not bound
!missing-pinvoke! glGetQueryObjectiv is not bound
!missing-pinvoke! glGetQueryObjectivARB is not bound !missing-pinvoke! glGetQueryObjectivARB is not bound
!missing-pinvoke! glGetQueryObjectui64vEXT is not bound !missing-pinvoke! glGetQueryObjectui64vEXT is not bound
!missing-pinvoke! glGetQueryObjectuiv is not bound
!missing-pinvoke! glGetQueryObjectuivARB is not bound !missing-pinvoke! glGetQueryObjectuivARB is not bound
!missing-pinvoke! glGetRenderbufferParameterivEXT is not bound !missing-pinvoke! glGetRenderbufferParameterivEXT is not bound
!missing-pinvoke! glGetShaderSourceARB is not bound !missing-pinvoke! glGetShaderSourceARB is not bound
!missing-pinvoke! glGetTexImage is not bound
!missing-pinvoke! glGetTexLevelParameterfv is not bound
!missing-pinvoke! glGetTexLevelParameteriv is not bound
!missing-pinvoke! glGetTexParameterIivEXT is not bound !missing-pinvoke! glGetTexParameterIivEXT is not bound
!missing-pinvoke! glGetTexParameterIuivEXT is not bound !missing-pinvoke! glGetTexParameterIuivEXT is not bound
!missing-pinvoke! glGetTransformFeedbackVaryingEXT is not bound !missing-pinvoke! glGetTransformFeedbackVaryingEXT is not bound
@ -173,7 +147,6 @@
!missing-pinvoke! glGetUniformLocationARB is not bound !missing-pinvoke! glGetUniformLocationARB is not bound
!missing-pinvoke! glGetUniformOffsetEXT is not bound !missing-pinvoke! glGetUniformOffsetEXT is not bound
!missing-pinvoke! glGetUniformuivEXT is not bound !missing-pinvoke! glGetUniformuivEXT is not bound
!missing-pinvoke! glGetVertexAttribdv is not bound
!missing-pinvoke! glGetVertexAttribdvARB is not bound !missing-pinvoke! glGetVertexAttribdvARB is not bound
!missing-pinvoke! glGetVertexAttribfvARB is not bound !missing-pinvoke! glGetVertexAttribfvARB is not bound
!missing-pinvoke! glGetVertexAttribIivEXT is not bound !missing-pinvoke! glGetVertexAttribIivEXT is not bound
@ -185,7 +158,6 @@
!missing-pinvoke! glIsFenceAPPLE is not bound !missing-pinvoke! glIsFenceAPPLE is not bound
!missing-pinvoke! glIsFramebufferEXT is not bound !missing-pinvoke! glIsFramebufferEXT is not bound
!missing-pinvoke! glIsProgramARB is not bound !missing-pinvoke! glIsProgramARB is not bound
!missing-pinvoke! glIsQuery is not bound
!missing-pinvoke! glIsQueryARB is not bound !missing-pinvoke! glIsQueryARB is not bound
!missing-pinvoke! glIsRenderbufferEXT is not bound !missing-pinvoke! glIsRenderbufferEXT is not bound
!missing-pinvoke! glIsVertexArrayAPPLE is not bound !missing-pinvoke! glIsVertexArrayAPPLE is not bound
@ -193,18 +165,14 @@
!missing-pinvoke! glLinkProgramARB is not bound !missing-pinvoke! glLinkProgramARB is not bound
!missing-pinvoke! glLoadTransposeMatrixdARB is not bound !missing-pinvoke! glLoadTransposeMatrixdARB is not bound
!missing-pinvoke! glLoadTransposeMatrixfARB is not bound !missing-pinvoke! glLoadTransposeMatrixfARB is not bound
!missing-pinvoke! glLogicOp is not bound
!missing-pinvoke! glMapBuffer is not bound
!missing-pinvoke! glMapBufferARB is not bound !missing-pinvoke! glMapBufferARB is not bound
!missing-pinvoke! glMapBufferRange is not bound !missing-pinvoke! glMapBufferRange is not bound
!missing-pinvoke! glMapVertexAttrib1dAPPLE is not bound !missing-pinvoke! glMapVertexAttrib1dAPPLE is not bound
!missing-pinvoke! glMapVertexAttrib1fAPPLE is not bound !missing-pinvoke! glMapVertexAttrib1fAPPLE is not bound
!missing-pinvoke! glMapVertexAttrib2dAPPLE is not bound !missing-pinvoke! glMapVertexAttrib2dAPPLE is not bound
!missing-pinvoke! glMapVertexAttrib2fAPPLE is not bound !missing-pinvoke! glMapVertexAttrib2fAPPLE is not bound
!missing-pinvoke! glMultiDrawArrays is not bound
!missing-pinvoke! glMultiDrawArraysEXT is not bound !missing-pinvoke! glMultiDrawArraysEXT is not bound
!missing-pinvoke! glMultiDrawElementArrayAPPLE is not bound !missing-pinvoke! glMultiDrawElementArrayAPPLE is not bound
!missing-pinvoke! glMultiDrawElements is not bound
!missing-pinvoke! glMultiDrawElementsEXT is not bound !missing-pinvoke! glMultiDrawElementsEXT is not bound
!missing-pinvoke! glMultiDrawRangeElementArrayAPPLE is not bound !missing-pinvoke! glMultiDrawRangeElementArrayAPPLE is not bound
!missing-pinvoke! glMultiTexCoord1dARB is not bound !missing-pinvoke! glMultiTexCoord1dARB is not bound
@ -241,16 +209,11 @@
!missing-pinvoke! glMultiTexCoord4svARB is not bound !missing-pinvoke! glMultiTexCoord4svARB is not bound
!missing-pinvoke! glMultTransposeMatrixdARB is not bound !missing-pinvoke! glMultTransposeMatrixdARB is not bound
!missing-pinvoke! glMultTransposeMatrixfARB is not bound !missing-pinvoke! glMultTransposeMatrixfARB is not bound
!missing-pinvoke! glPixelStoref is not bound
!missing-pinvoke! glPointParameterfARB is not bound !missing-pinvoke! glPointParameterfARB is not bound
!missing-pinvoke! glPointParameterfv is not bound
!missing-pinvoke! glPointParameterfvARB is not bound !missing-pinvoke! glPointParameterfvARB is not bound
!missing-pinvoke! glPointParameteriNV is not bound !missing-pinvoke! glPointParameteriNV is not bound
!missing-pinvoke! glPointParameteriv is not bound
!missing-pinvoke! glPointParameterivNV is not bound !missing-pinvoke! glPointParameterivNV is not bound
!missing-pinvoke! glPointSize is not bound
!missing-pinvoke! glPointSizePointerAPPLE is not bound !missing-pinvoke! glPointSizePointerAPPLE is not bound
!missing-pinvoke! glPolygonMode is not bound
!missing-pinvoke! glProgramEnvParameter4dARB is not bound !missing-pinvoke! glProgramEnvParameter4dARB is not bound
!missing-pinvoke! glProgramEnvParameter4dvARB is not bound !missing-pinvoke! glProgramEnvParameter4dvARB is not bound
!missing-pinvoke! glProgramEnvParameter4fARB is not bound !missing-pinvoke! glProgramEnvParameter4fARB is not bound
@ -263,7 +226,6 @@
!missing-pinvoke! glProgramLocalParameters4fvEXT is not bound !missing-pinvoke! glProgramLocalParameters4fvEXT is not bound
!missing-pinvoke! glProgramStringARB is not bound !missing-pinvoke! glProgramStringARB is not bound
!missing-pinvoke! glProvokingVertexEXT is not bound !missing-pinvoke! glProvokingVertexEXT is not bound
!missing-pinvoke! glReadBuffer is not bound
!missing-pinvoke! glRenderbufferStorageEXT is not bound !missing-pinvoke! glRenderbufferStorageEXT is not bound
!missing-pinvoke! glRenderbufferStorageMultisampleEXT is not bound !missing-pinvoke! glRenderbufferStorageMultisampleEXT is not bound
!missing-pinvoke! glSampleCoverageARB is not bound !missing-pinvoke! glSampleCoverageARB is not bound
@ -290,12 +252,8 @@
!missing-pinvoke! glStencilOpSeparateATI is not bound !missing-pinvoke! glStencilOpSeparateATI is not bound
!missing-pinvoke! glTestFenceAPPLE is not bound !missing-pinvoke! glTestFenceAPPLE is not bound
!missing-pinvoke! glTestObjectAPPLE is not bound !missing-pinvoke! glTestObjectAPPLE is not bound
!missing-pinvoke! glTexImage1D is not bound
!missing-pinvoke! glTexImage3D is not bound
!missing-pinvoke! glTexParameterIivEXT is not bound !missing-pinvoke! glTexParameterIivEXT is not bound
!missing-pinvoke! glTexParameterIuivEXT is not bound !missing-pinvoke! glTexParameterIuivEXT is not bound
!missing-pinvoke! glTexSubImage1D is not bound
!missing-pinvoke! glTexSubImage3D is not bound
!missing-pinvoke! glTransformFeedbackVaryingsEXT is not bound !missing-pinvoke! glTransformFeedbackVaryingsEXT is not bound
!missing-pinvoke! glUniform1fARB is not bound !missing-pinvoke! glUniform1fARB is not bound
!missing-pinvoke! glUniform1fvARB is not bound !missing-pinvoke! glUniform1fvARB is not bound
@ -323,83 +281,48 @@
!missing-pinvoke! glUniform4uivEXT is not bound !missing-pinvoke! glUniform4uivEXT is not bound
!missing-pinvoke! glUniformBufferEXT is not bound !missing-pinvoke! glUniformBufferEXT is not bound
!missing-pinvoke! glUniformMatrix2fvARB is not bound !missing-pinvoke! glUniformMatrix2fvARB is not bound
!missing-pinvoke! glUniformMatrix2x3fv is not bound
!missing-pinvoke! glUniformMatrix2x4fv is not bound
!missing-pinvoke! glUniformMatrix3fvARB is not bound !missing-pinvoke! glUniformMatrix3fvARB is not bound
!missing-pinvoke! glUniformMatrix3x2fv is not bound
!missing-pinvoke! glUniformMatrix3x4fv is not bound
!missing-pinvoke! glUniformMatrix4fvARB is not bound !missing-pinvoke! glUniformMatrix4fvARB is not bound
!missing-pinvoke! glUniformMatrix4x2fv is not bound
!missing-pinvoke! glUniformMatrix4x3fv is not bound
!missing-pinvoke! glUnmapBuffer is not bound
!missing-pinvoke! glUnmapBufferARB is not bound !missing-pinvoke! glUnmapBufferARB is not bound
!missing-pinvoke! glUseProgramObjectARB is not bound !missing-pinvoke! glUseProgramObjectARB is not bound
!missing-pinvoke! glValidateProgramARB is not bound !missing-pinvoke! glValidateProgramARB is not bound
!missing-pinvoke! glVertexArrayParameteriAPPLE is not bound !missing-pinvoke! glVertexArrayParameteriAPPLE is not bound
!missing-pinvoke! glVertexArrayRangeAPPLE is not bound !missing-pinvoke! glVertexArrayRangeAPPLE is not bound
!missing-pinvoke! glVertexAttrib1d is not bound
!missing-pinvoke! glVertexAttrib1dARB is not bound !missing-pinvoke! glVertexAttrib1dARB is not bound
!missing-pinvoke! glVertexAttrib1dv is not bound
!missing-pinvoke! glVertexAttrib1dvARB is not bound !missing-pinvoke! glVertexAttrib1dvARB is not bound
!missing-pinvoke! glVertexAttrib1fARB is not bound !missing-pinvoke! glVertexAttrib1fARB is not bound
!missing-pinvoke! glVertexAttrib1fvARB is not bound !missing-pinvoke! glVertexAttrib1fvARB is not bound
!missing-pinvoke! glVertexAttrib1s is not bound
!missing-pinvoke! glVertexAttrib1sARB is not bound !missing-pinvoke! glVertexAttrib1sARB is not bound
!missing-pinvoke! glVertexAttrib1sv is not bound
!missing-pinvoke! glVertexAttrib1svARB is not bound !missing-pinvoke! glVertexAttrib1svARB is not bound
!missing-pinvoke! glVertexAttrib2d is not bound
!missing-pinvoke! glVertexAttrib2dARB is not bound !missing-pinvoke! glVertexAttrib2dARB is not bound
!missing-pinvoke! glVertexAttrib2dv is not bound
!missing-pinvoke! glVertexAttrib2dvARB is not bound !missing-pinvoke! glVertexAttrib2dvARB is not bound
!missing-pinvoke! glVertexAttrib2fARB is not bound !missing-pinvoke! glVertexAttrib2fARB is not bound
!missing-pinvoke! glVertexAttrib2fvARB is not bound !missing-pinvoke! glVertexAttrib2fvARB is not bound
!missing-pinvoke! glVertexAttrib2s is not bound
!missing-pinvoke! glVertexAttrib2sARB is not bound !missing-pinvoke! glVertexAttrib2sARB is not bound
!missing-pinvoke! glVertexAttrib2sv is not bound
!missing-pinvoke! glVertexAttrib2svARB is not bound !missing-pinvoke! glVertexAttrib2svARB is not bound
!missing-pinvoke! glVertexAttrib3d is not bound
!missing-pinvoke! glVertexAttrib3dARB is not bound !missing-pinvoke! glVertexAttrib3dARB is not bound
!missing-pinvoke! glVertexAttrib3dv is not bound
!missing-pinvoke! glVertexAttrib3dvARB is not bound !missing-pinvoke! glVertexAttrib3dvARB is not bound
!missing-pinvoke! glVertexAttrib3fARB is not bound !missing-pinvoke! glVertexAttrib3fARB is not bound
!missing-pinvoke! glVertexAttrib3fvARB is not bound !missing-pinvoke! glVertexAttrib3fvARB is not bound
!missing-pinvoke! glVertexAttrib3s is not bound
!missing-pinvoke! glVertexAttrib3sARB is not bound !missing-pinvoke! glVertexAttrib3sARB is not bound
!missing-pinvoke! glVertexAttrib3sv is not bound
!missing-pinvoke! glVertexAttrib3svARB is not bound !missing-pinvoke! glVertexAttrib3svARB is not bound
!missing-pinvoke! glVertexAttrib4bv is not bound
!missing-pinvoke! glVertexAttrib4bvARB is not bound !missing-pinvoke! glVertexAttrib4bvARB is not bound
!missing-pinvoke! glVertexAttrib4d is not bound
!missing-pinvoke! glVertexAttrib4dARB is not bound !missing-pinvoke! glVertexAttrib4dARB is not bound
!missing-pinvoke! glVertexAttrib4dv is not bound
!missing-pinvoke! glVertexAttrib4dvARB is not bound !missing-pinvoke! glVertexAttrib4dvARB is not bound
!missing-pinvoke! glVertexAttrib4fARB is not bound !missing-pinvoke! glVertexAttrib4fARB is not bound
!missing-pinvoke! glVertexAttrib4fvARB is not bound !missing-pinvoke! glVertexAttrib4fvARB is not bound
!missing-pinvoke! glVertexAttrib4iv is not bound
!missing-pinvoke! glVertexAttrib4ivARB is not bound !missing-pinvoke! glVertexAttrib4ivARB is not bound
!missing-pinvoke! glVertexAttrib4Nbv is not bound
!missing-pinvoke! glVertexAttrib4NbvARB is not bound !missing-pinvoke! glVertexAttrib4NbvARB is not bound
!missing-pinvoke! glVertexAttrib4Niv is not bound
!missing-pinvoke! glVertexAttrib4NivARB is not bound !missing-pinvoke! glVertexAttrib4NivARB is not bound
!missing-pinvoke! glVertexAttrib4Nsv is not bound
!missing-pinvoke! glVertexAttrib4NsvARB is not bound !missing-pinvoke! glVertexAttrib4NsvARB is not bound
!missing-pinvoke! glVertexAttrib4Nub is not bound
!missing-pinvoke! glVertexAttrib4NubARB is not bound !missing-pinvoke! glVertexAttrib4NubARB is not bound
!missing-pinvoke! glVertexAttrib4Nubv is not bound
!missing-pinvoke! glVertexAttrib4NubvARB is not bound !missing-pinvoke! glVertexAttrib4NubvARB is not bound
!missing-pinvoke! glVertexAttrib4Nuiv is not bound
!missing-pinvoke! glVertexAttrib4NuivARB is not bound !missing-pinvoke! glVertexAttrib4NuivARB is not bound
!missing-pinvoke! glVertexAttrib4Nusv is not bound
!missing-pinvoke! glVertexAttrib4NusvARB is not bound !missing-pinvoke! glVertexAttrib4NusvARB is not bound
!missing-pinvoke! glVertexAttrib4s is not bound
!missing-pinvoke! glVertexAttrib4sARB is not bound !missing-pinvoke! glVertexAttrib4sARB is not bound
!missing-pinvoke! glVertexAttrib4sv is not bound
!missing-pinvoke! glVertexAttrib4svARB is not bound !missing-pinvoke! glVertexAttrib4svARB is not bound
!missing-pinvoke! glVertexAttrib4ubv is not bound
!missing-pinvoke! glVertexAttrib4ubvARB is not bound !missing-pinvoke! glVertexAttrib4ubvARB is not bound
!missing-pinvoke! glVertexAttrib4uiv is not bound
!missing-pinvoke! glVertexAttrib4uivARB is not bound !missing-pinvoke! glVertexAttrib4uivARB is not bound
!missing-pinvoke! glVertexAttrib4usv is not bound
!missing-pinvoke! glVertexAttrib4usvARB is not bound !missing-pinvoke! glVertexAttrib4usvARB is not bound
!missing-pinvoke! glVertexAttribDivisor is not bound !missing-pinvoke! glVertexAttribDivisor is not bound
!missing-pinvoke! glVertexAttribI1iEXT is not bound !missing-pinvoke! glVertexAttribI1iEXT is not bound
@ -455,126 +378,4 @@
# only for iOS and tvOS (not watchOS) and macOS uses OpenGL # only for iOS and tvOS (not watchOS) and macOS uses OpenGL
## we use OpenTK for bindings ## we use OpenTK for bindings
!missing-pinvoke! glActiveTexture is not bound
!missing-pinvoke! glAttachShader is not bound
!missing-pinvoke! glBindAttribLocation is not bound
!missing-pinvoke! glBindBuffer is not bound
!missing-pinvoke! glBindTexture is not bound
!missing-pinvoke! glBlendColor is not bound
!missing-pinvoke! glBlendEquation is not bound
!missing-pinvoke! glBlendEquationSeparate is not bound
!missing-pinvoke! glBlendFunc is not bound
!missing-pinvoke! glBlendFuncSeparate is not bound
!missing-pinvoke! glBufferData is not bound
!missing-pinvoke! glBufferSubData is not bound
!missing-pinvoke! glClear is not bound
!missing-pinvoke! glClearColor is not bound
!missing-pinvoke! glClearStencil is not bound
!missing-pinvoke! glColorMask is not bound
!missing-pinvoke! glCompileShader is not bound
!missing-pinvoke! glCompressedTexImage2D is not bound
!missing-pinvoke! glCompressedTexSubImage2D is not bound
!missing-pinvoke! glCopyTexImage2D is not bound
!missing-pinvoke! glCopyTexSubImage2D is not bound
!missing-pinvoke! glCreateProgram is not bound
!missing-pinvoke! glCreateShader is not bound
!missing-pinvoke! glCullFace is not bound
!missing-pinvoke! glDeleteBuffers is not bound
!missing-pinvoke! glDeleteProgram is not bound
!missing-pinvoke! glDeleteShader is not bound
!missing-pinvoke! glDeleteTextures is not bound
!missing-pinvoke! glDepthFunc is not bound
!missing-pinvoke! glDepthMask is not bound
!missing-pinvoke! glDetachShader is not bound
!missing-pinvoke! glDisable is not bound
!missing-pinvoke! glDisableVertexAttribArray is not bound
!missing-pinvoke! glDrawArrays is not bound
!missing-pinvoke! glDrawElements is not bound
!missing-pinvoke! glEnable is not bound
!missing-pinvoke! glEnableVertexAttribArray is not bound
!missing-pinvoke! glFinish is not bound
!missing-pinvoke! glFlush is not bound
!missing-pinvoke! glFrontFace is not bound
!missing-pinvoke! glGenBuffers is not bound
!missing-pinvoke! glGenTextures is not bound
!missing-pinvoke! glGetActiveAttrib is not bound
!missing-pinvoke! glGetActiveUniform is not bound
!missing-pinvoke! glGetAttachedShaders is not bound
!missing-pinvoke! glGetAttribLocation is not bound
!missing-pinvoke! glGetBooleanv is not bound
!missing-pinvoke! glGetBufferParameteriv is not bound
!missing-pinvoke! glGetError is not bound
!missing-pinvoke! glGetFloatv is not bound
!missing-pinvoke! glGetIntegerv is not bound
!missing-pinvoke! glGetProgramInfoLog is not bound
!missing-pinvoke! glGetProgramiv is not bound
!missing-pinvoke! glGetShaderInfoLog is not bound
!missing-pinvoke! glGetShaderiv is not bound
!missing-pinvoke! glGetShaderSource is not bound
!missing-pinvoke! glGetString is not bound
!missing-pinvoke! glGetTexParameterfv is not bound
!missing-pinvoke! glGetTexParameteriv is not bound
!missing-pinvoke! glGetUniformfv is not bound
!missing-pinvoke! glGetUniformiv is not bound
!missing-pinvoke! glGetUniformLocation is not bound
!missing-pinvoke! glGetVertexAttribfv is not bound
!missing-pinvoke! glGetVertexAttribiv is not bound
!missing-pinvoke! glGetVertexAttribPointerv is not bound
!missing-pinvoke! glHint is not bound
!missing-pinvoke! glIsBuffer is not bound
!missing-pinvoke! glIsEnabled is not bound
!missing-pinvoke! glIsProgram is not bound
!missing-pinvoke! glIsShader is not bound
!missing-pinvoke! glIsTexture is not bound
!missing-pinvoke! glLineWidth is not bound
!missing-pinvoke! glLinkProgram is not bound
!missing-pinvoke! glPixelStorei is not bound
!missing-pinvoke! glPolygonOffset is not bound
!missing-pinvoke! glProgramParameteriEXT is not bound !missing-pinvoke! glProgramParameteriEXT is not bound
!missing-pinvoke! glReadPixels is not bound
!missing-pinvoke! glSampleCoverage is not bound
!missing-pinvoke! glScissor is not bound
!missing-pinvoke! glShaderSource is not bound
!missing-pinvoke! glStencilFunc is not bound
!missing-pinvoke! glStencilFuncSeparate is not bound
!missing-pinvoke! glStencilMask is not bound
!missing-pinvoke! glStencilMaskSeparate is not bound
!missing-pinvoke! glStencilOp is not bound
!missing-pinvoke! glStencilOpSeparate is not bound
!missing-pinvoke! glTexImage2D is not bound
!missing-pinvoke! glTexParameterf is not bound
!missing-pinvoke! glTexParameterfv is not bound
!missing-pinvoke! glTexParameteri is not bound
!missing-pinvoke! glTexParameteriv is not bound
!missing-pinvoke! glTexSubImage2D is not bound
!missing-pinvoke! glUniform1f is not bound
!missing-pinvoke! glUniform1fv is not bound
!missing-pinvoke! glUniform1i is not bound
!missing-pinvoke! glUniform1iv is not bound
!missing-pinvoke! glUniform2f is not bound
!missing-pinvoke! glUniform2fv is not bound
!missing-pinvoke! glUniform2i is not bound
!missing-pinvoke! glUniform2iv is not bound
!missing-pinvoke! glUniform3f is not bound
!missing-pinvoke! glUniform3fv is not bound
!missing-pinvoke! glUniform3i is not bound
!missing-pinvoke! glUniform3iv is not bound
!missing-pinvoke! glUniform4f is not bound
!missing-pinvoke! glUniform4fv is not bound
!missing-pinvoke! glUniform4i is not bound
!missing-pinvoke! glUniform4iv is not bound
!missing-pinvoke! glUniformMatrix2fv is not bound
!missing-pinvoke! glUniformMatrix3fv is not bound
!missing-pinvoke! glUniformMatrix4fv is not bound
!missing-pinvoke! glUseProgram is not bound
!missing-pinvoke! glValidateProgram is not bound
!missing-pinvoke! glVertexAttrib1f is not bound
!missing-pinvoke! glVertexAttrib1fv is not bound
!missing-pinvoke! glVertexAttrib2f is not bound
!missing-pinvoke! glVertexAttrib2fv is not bound
!missing-pinvoke! glVertexAttrib3f is not bound
!missing-pinvoke! glVertexAttrib3fv is not bound
!missing-pinvoke! glVertexAttrib4f is not bound
!missing-pinvoke! glVertexAttrib4fv is not bound
!missing-pinvoke! glVertexAttribPointer is not bound
!missing-pinvoke! glViewport is not bound

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

@ -1,117 +0,0 @@
!missing-protocol! QCCompositionRenderer not bound
!missing-protocol! QCPlugInContext not bound
!missing-protocol! QCPlugInInputImageSource not bound
!missing-protocol! QCPlugInOutputImageProvider not bound
!missing-protocol-conformance! QCCompositionLayer should conform to QCCompositionRenderer
!missing-selector! +QCCompositionPickerPanel::sharedCompositionPickerPanel not bound
!missing-selector! +QCPlugIn::attributes not bound
!missing-selector! +QCPlugIn::attributesForPropertyPortWithKey: not bound
!missing-selector! +QCPlugIn::executionMode not bound
!missing-selector! +QCPlugIn::loadPlugInAtPath: not bound
!missing-selector! +QCPlugIn::plugInKeys not bound
!missing-selector! +QCPlugIn::registerPlugInClass: not bound
!missing-selector! +QCPlugIn::sortedPropertyPortKeys not bound
!missing-selector! +QCPlugIn::timeMode not bound
!missing-selector! NSObject::compositionParameterView:didChangeParameterWithKey: not bound
!missing-selector! NSObject::compositionParameterView:shouldDisplayParameterWithKey:attributes: not bound
!missing-selector! NSObject::compositionPickerView:didSelectComposition: not bound
!missing-selector! NSObject::compositionPickerViewDidStartAnimating: not bound
!missing-selector! NSObject::compositionPickerViewWillStopAnimating: not bound
!missing-selector! QCCompositionParameterView::backgroundColor not bound
!missing-selector! QCCompositionParameterView::compositionRenderer not bound
!missing-selector! QCCompositionParameterView::delegate not bound
!missing-selector! QCCompositionParameterView::drawsBackground not bound
!missing-selector! QCCompositionParameterView::hasParameters not bound
!missing-selector! QCCompositionParameterView::setBackgroundColor: not bound
!missing-selector! QCCompositionParameterView::setCompositionRenderer: not bound
!missing-selector! QCCompositionParameterView::setDelegate: not bound
!missing-selector! QCCompositionParameterView::setDrawsBackground: not bound
!missing-selector! QCCompositionPickerPanel::compositionPickerView not bound
!missing-selector! QCCompositionPickerView::allowsEmptySelection not bound
!missing-selector! QCCompositionPickerView::backgroundColor not bound
!missing-selector! QCCompositionPickerView::compositionAspectRatio not bound
!missing-selector! QCCompositionPickerView::compositions not bound
!missing-selector! QCCompositionPickerView::delegate not bound
!missing-selector! QCCompositionPickerView::drawsBackground not bound
!missing-selector! QCCompositionPickerView::isAnimating not bound
!missing-selector! QCCompositionPickerView::maxAnimationFrameRate not bound
!missing-selector! QCCompositionPickerView::numberOfColumns not bound
!missing-selector! QCCompositionPickerView::numberOfRows not bound
!missing-selector! QCCompositionPickerView::resetDefaultInputValues not bound
!missing-selector! QCCompositionPickerView::selectedComposition not bound
!missing-selector! QCCompositionPickerView::setAllowsEmptySelection: not bound
!missing-selector! QCCompositionPickerView::setBackgroundColor: not bound
!missing-selector! QCCompositionPickerView::setCompositionAspectRatio: not bound
!missing-selector! QCCompositionPickerView::setCompositionsFromRepositoryWithProtocol:andAttributes: not bound
!missing-selector! QCCompositionPickerView::setDefaultValue:forInputKey: not bound
!missing-selector! QCCompositionPickerView::setDelegate: not bound
!missing-selector! QCCompositionPickerView::setDrawsBackground: not bound
!missing-selector! QCCompositionPickerView::setMaxAnimationFrameRate: not bound
!missing-selector! QCCompositionPickerView::setNumberOfColumns: not bound
!missing-selector! QCCompositionPickerView::setNumberOfRows: not bound
!missing-selector! QCCompositionPickerView::setSelectedComposition: not bound
!missing-selector! QCCompositionPickerView::setShowsCompositionNames: not bound
!missing-selector! QCCompositionPickerView::showsCompositionNames not bound
!missing-selector! QCCompositionPickerView::startAnimation: not bound
!missing-selector! QCCompositionPickerView::stopAnimation: not bound
!missing-selector! QCPlugIn::addInputPortWithType:forKey:withAttributes: not bound
!missing-selector! QCPlugIn::addOutputPortWithType:forKey:withAttributes: not bound
!missing-selector! QCPlugIn::createViewController not bound
!missing-selector! QCPlugIn::didValueForInputKeyChange: not bound
!missing-selector! QCPlugIn::disableExecution: not bound
!missing-selector! QCPlugIn::enableExecution: not bound
!missing-selector! QCPlugIn::execute:atTime:withArguments: not bound
!missing-selector! QCPlugIn::executionTimeForContext:atTime:withArguments: not bound
!missing-selector! QCPlugIn::removeInputPortForKey: not bound
!missing-selector! QCPlugIn::removeOutputPortForKey: not bound
!missing-selector! QCPlugIn::serializedValueForKey: not bound
!missing-selector! QCPlugIn::setSerializedValue:forKey: not bound
!missing-selector! QCPlugIn::setValue:forOutputKey: not bound
!missing-selector! QCPlugIn::startExecution: not bound
!missing-selector! QCPlugIn::stopExecution: not bound
!missing-selector! QCPlugIn::valueForInputKey: not bound
!missing-selector! QCPlugInViewController::initWithPlugIn:viewNibName: not bound
!missing-selector! QCPlugInViewController::plugIn not bound
!missing-selector! QCRenderer::composition not bound
!missing-selector! QCRenderer::createSnapshotImageOfType: not bound
!missing-selector! QCRenderer::initOffScreenWithSize:colorSpace:composition: not bound
!missing-selector! QCRenderer::initWithComposition:colorSpace: not bound
!missing-selector! QCRenderer::initWithOpenGLContext:pixelFormat:file: not bound
!missing-selector! QCRenderer::renderAtTime:arguments: not bound
!missing-selector! QCRenderer::renderingTimeForTime:arguments: not bound
!missing-selector! QCRenderer::snapshotImage not bound
!missing-selector! QCView::autostartsRendering not bound
!missing-selector! QCView::createSnapshotImageOfType: not bound
!missing-selector! QCView::erase not bound
!missing-selector! QCView::eraseColor not bound
!missing-selector! QCView::eventForwardingMask not bound
!missing-selector! QCView::isPausedRendering not bound
!missing-selector! QCView::isRendering not bound
!missing-selector! QCView::loadComposition: not bound
!missing-selector! QCView::loadCompositionFromFile: not bound
!missing-selector! QCView::loadedComposition not bound
!missing-selector! QCView::maxRenderingFrameRate not bound
!missing-selector! QCView::openGLContext not bound
!missing-selector! QCView::openGLPixelFormat not bound
!missing-selector! QCView::pauseRendering not bound
!missing-selector! QCView::play: not bound
!missing-selector! QCView::renderAtTime:arguments: not bound
!missing-selector! QCView::resumeRendering not bound
!missing-selector! QCView::setAutostartsRendering: not bound
!missing-selector! QCView::setEraseColor: not bound
!missing-selector! QCView::setEventForwardingMask: not bound
!missing-selector! QCView::setMaxRenderingFrameRate: not bound
!missing-selector! QCView::snapshotImage not bound
!missing-selector! QCView::start: not bound
!missing-selector! QCView::startRendering not bound
!missing-selector! QCView::stop: not bound
!missing-selector! QCView::stopRendering not bound
!missing-selector! QCView::unloadComposition not bound
!missing-type! QCCompositionParameterView not bound
!missing-type! QCCompositionPickerPanel not bound
!missing-type! QCCompositionPickerView not bound
!missing-type! QCPatchController not bound
!missing-type! QCPlugIn not bound
!missing-type! QCPlugInViewController not bound
!missing-type! QCRenderer not bound
!missing-type! QCView not bound

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

@ -0,0 +1,6 @@
!missing-protocol! OS_sec_certificate not bound
!missing-protocol! OS_sec_identity not bound
!missing-protocol! OS_sec_object not bound
!missing-protocol! OS_sec_protocol_metadata not bound
!missing-protocol! OS_sec_protocol_options not bound
!missing-protocol! OS_sec_trust not bound

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

@ -1,192 +1,54 @@
!unknown-field! WebActionButtonKey bound !missing-enum! WKCookiePolicy not bound
!unknown-field! WebActionElementKey bound !missing-enum! WKInactiveSchedulingPolicy not bound
!unknown-field! WebActionModifierFlagsKey bound !missing-enum! WKUserInterfaceDirectionPolicy not bound
!unknown-field! WebActionNavigationTypeKey bound !missing-field! WebViewDidBeginEditingNotification not bound
!unknown-field! WebActionOriginalURLKey bound !missing-field! WebViewDidChangeNotification not bound
!unknown-field! WebHistoryItemChangedNotification bound !missing-field! WebViewDidChangeSelectionNotification not bound
!unknown-field! WKErrorDomain bound !missing-field! WebViewDidChangeTypingStyleNotification not bound
!unknown-field! WKWebsiteDataTypeCookies bound !missing-field! WebViewDidEndEditingNotification not bound
!unknown-field! WKWebsiteDataTypeDiskCache bound !missing-field! WKWebsiteDataTypeHashSalt not bound
!unknown-field! WKWebsiteDataTypeFetchCache bound !missing-field! WKWebsiteDataTypeMediaKeys not bound
!unknown-field! WKWebsiteDataTypeFileSystem bound !missing-field! WKWebsiteDataTypeSearchFieldRecentSearches not bound
!unknown-field! WKWebsiteDataTypeIndexedDBDatabases bound !missing-protocol-conformance! WKWebView should conform to NSTextFinderClient (defined in 'WKNSTextFinderClient' category)
!unknown-field! WKWebsiteDataTypeLocalStorage bound !missing-selector! +NSObject::isKeyExcludedFromWebScript: not bound
!unknown-field! WKWebsiteDataTypeMemoryCache bound !missing-selector! +NSObject::isSelectorExcludedFromWebScript: not bound
!unknown-field! WKWebsiteDataTypeOfflineWebApplicationCache bound !missing-selector! +NSObject::webScriptNameForKey: not bound
!unknown-field! WKWebsiteDataTypeServiceWorkerRegistrations bound !missing-selector! +NSObject::webScriptNameForSelector: not bound
!unknown-field! WKWebsiteDataTypeSessionStorage bound !missing-selector! +WKWebsiteDataStore::dataStoreForIdentifier: not bound
!unknown-field! WKWebsiteDataTypeWebSQLDatabases bound !missing-selector! +WKWebsiteDataStore::fetchAllDataStoreIdentifiers: not bound
!unknown-native-enum! WebCacheModel bound !missing-selector! +WKWebsiteDataStore::removeDataStoreForIdentifier:completionHandler: not bound
!unknown-native-enum! WebNavigationType bound !missing-selector! NSObject::finalizeForWebScript not bound
!unknown-native-enum! WKAudiovisualMediaTypes bound !missing-selector! NSObject::invokeDefaultMethodWithArguments: not bound
!unknown-native-enum! WKContentMode bound !missing-selector! NSObject::invokeUndefinedMethodFromWebScript:withArguments: not bound
!unknown-native-enum! WKDialogResult bound !missing-selector! NSObject::objectForWebScript not bound
!unknown-native-enum! WKDownloadRedirectPolicy bound !missing-selector! NSObject::webFrame not bound
!unknown-native-enum! WKErrorCode bound !missing-selector! NSObject::webPlugInContainerLoadRequest:inFrame: not bound
!unknown-native-enum! WKFullscreenState bound !missing-selector! NSObject::webPlugInContainerSelectionColor not bound
!unknown-native-enum! WKMediaCaptureState bound !missing-selector! NSObject::webPlugInContainerShowStatus: not bound
!unknown-native-enum! WKMediaCaptureType bound !missing-selector! NSObject::webPlugInDestroy not bound
!unknown-native-enum! WKMediaPlaybackState bound !missing-selector! NSObject::webPlugInInitialize not bound
!unknown-native-enum! WKNavigationActionPolicy bound !missing-selector! NSObject::webPlugInMainResourceDidFailWithError: not bound
!unknown-native-enum! WKNavigationResponsePolicy bound !missing-selector! NSObject::webPlugInMainResourceDidFinishLoading not bound
!unknown-native-enum! WKNavigationType bound !missing-selector! NSObject::webPlugInMainResourceDidReceiveData: not bound
!unknown-native-enum! WKPermissionDecision bound !missing-selector! NSObject::webPlugInMainResourceDidReceiveResponse: not bound
!unknown-native-enum! WKUserScriptInjectionTime bound !missing-selector! NSObject::webPlugInSetIsSelected: not bound
!unknown-protocol! DOMEventListener bound !missing-selector! NSObject::webPlugInStart not bound
!unknown-protocol! DOMEventTarget bound !missing-selector! NSObject::webPlugInStop not bound
!unknown-protocol! DOMNodeFilter bound !missing-selector! WKHTTPCookieStore::getCookiePolicy: not bound
!unknown-protocol! WebDocumentRepresentation bound !missing-selector! WKHTTPCookieStore::setCookiePolicy:completionHandler: not bound
!unknown-protocol! WebDownloadDelegate bound !missing-selector! WKPDFConfiguration::allowTransparentBackground not bound
!unknown-protocol! WebFrameLoadDelegate bound !missing-selector! WKPDFConfiguration::setAllowTransparentBackground: not bound
!unknown-protocol! WebOpenPanelResultListener bound !missing-selector! WKPreferences::inactiveSchedulingPolicy not bound
!unknown-protocol! WebPolicyDecisionListener bound !missing-selector! WKPreferences::setInactiveSchedulingPolicy: not bound
!unknown-protocol! WebPolicyDelegate bound !missing-selector! WKWebsiteDataStore::identifier not bound
!unknown-protocol! WebResourceLoadDelegate bound !missing-selector! WKWebsiteDataStore::proxyConfigurations not bound
!unknown-protocol! WebUIDelegate bound !missing-selector! WKWebsiteDataStore::setProxyConfigurations: not bound
!unknown-protocol! WKDownloadDelegate bound !missing-selector! WKWebView::goBack: not bound
!unknown-protocol! WKHTTPCookieStoreObserver bound !missing-selector! WKWebView::goForward: not bound
!unknown-protocol! WKNavigationDelegate bound !missing-selector! WKWebView::reload: not bound
!unknown-protocol! WKScriptMessageHandler bound !missing-selector! WKWebView::reloadFromOrigin: not bound
!unknown-protocol! WKScriptMessageHandlerWithReply bound !missing-selector! WKWebView::stopLoading: not bound
!unknown-protocol! WKUIDelegate bound !missing-selector! WKWebViewConfiguration::allowsInlinePredictions not bound
!unknown-protocol! WKURLSchemeHandler bound !missing-selector! WKWebViewConfiguration::setAllowsInlinePredictions: not bound
!unknown-protocol! WKURLSchemeTask bound !missing-selector! WKWebViewConfiguration::setUserInterfaceDirectionPolicy: not bound
!unknown-type! DOMAbstractView bound !missing-selector! WKWebViewConfiguration::userInterfaceDirectionPolicy not bound
!unknown-type! DOMAttr bound
!unknown-type! DOMBlob bound
!unknown-type! DOMCDATASection bound
!unknown-type! DOMCharacterData bound
!unknown-type! DOMComment bound
!unknown-type! DOMCSSCharsetRule bound
!unknown-type! DOMCSSFontFaceRule bound
!unknown-type! DOMCSSImportRule bound
!unknown-type! DOMCSSMediaRule bound
!unknown-type! DOMCSSPageRule bound
!unknown-type! DOMCSSRule bound
!unknown-type! DOMCSSRuleList bound
!unknown-type! DOMCSSStyleDeclaration bound
!unknown-type! DOMCSSStyleRule bound
!unknown-type! DOMCSSStyleSheet bound
!unknown-type! DOMCSSUnknownRule bound
!unknown-type! DOMCSSValue bound
!unknown-type! DOMDocument bound
!unknown-type! DOMDocumentFragment bound
!unknown-type! DOMDocumentType bound
!unknown-type! DOMElement bound
!unknown-type! DOMEntityReference bound
!unknown-type! DOMEvent bound
!unknown-type! DOMFile bound
!unknown-type! DOMFileList bound
!unknown-type! DOMHTMLAnchorElement bound
!unknown-type! DOMHTMLAppletElement bound
!unknown-type! DOMHTMLAreaElement bound
!unknown-type! DOMHTMLBaseElement bound
!unknown-type! DOMHTMLBaseFontElement bound
!unknown-type! DOMHTMLBodyElement bound
!unknown-type! DOMHTMLBRElement bound
!unknown-type! DOMHTMLButtonElement bound
!unknown-type! DOMHTMLCollection bound
!unknown-type! DOMHTMLDirectoryElement bound
!unknown-type! DOMHTMLDivElement bound
!unknown-type! DOMHTMLDListElement bound
!unknown-type! DOMHTMLDocument bound
!unknown-type! DOMHTMLElement bound
!unknown-type! DOMHTMLEmbedElement bound
!unknown-type! DOMHTMLFieldSetElement bound
!unknown-type! DOMHTMLFontElement bound
!unknown-type! DOMHTMLFormElement bound
!unknown-type! DOMHTMLFrameElement bound
!unknown-type! DOMHTMLFrameSetElement bound
!unknown-type! DOMHTMLHeadElement bound
!unknown-type! DOMHTMLHeadingElement bound
!unknown-type! DOMHTMLHRElement bound
!unknown-type! DOMHTMLHtmlElement bound
!unknown-type! DOMHTMLIFrameElement bound
!unknown-type! DOMHTMLImageElement bound
!unknown-type! DOMHTMLInputElement bound
!unknown-type! DOMHTMLLabelElement bound
!unknown-type! DOMHTMLLegendElement bound
!unknown-type! DOMHTMLLIElement bound
!unknown-type! DOMHTMLLinkElement bound
!unknown-type! DOMHTMLMapElement bound
!unknown-type! DOMHTMLMarqueeElement bound
!unknown-type! DOMHTMLMenuElement bound
!unknown-type! DOMHTMLMetaElement bound
!unknown-type! DOMHTMLModElement bound
!unknown-type! DOMHTMLObjectElement bound
!unknown-type! DOMHTMLOListElement bound
!unknown-type! DOMHTMLOptGroupElement bound
!unknown-type! DOMHTMLOptionElement bound
!unknown-type! DOMHTMLOptionsCollection bound
!unknown-type! DOMHTMLParagraphElement bound
!unknown-type! DOMHTMLParamElement bound
!unknown-type! DOMHTMLPreElement bound
!unknown-type! DOMHTMLQuoteElement bound
!unknown-type! DOMHTMLScriptElement bound
!unknown-type! DOMHTMLSelectElement bound
!unknown-type! DOMHTMLStyleElement bound
!unknown-type! DOMHTMLTableCaptionElement bound
!unknown-type! DOMHTMLTableCellElement bound
!unknown-type! DOMHTMLTableColElement bound
!unknown-type! DOMHTMLTableElement bound
!unknown-type! DOMHTMLTableRowElement bound
!unknown-type! DOMHTMLTableSectionElement bound
!unknown-type! DOMHTMLTextAreaElement bound
!unknown-type! DOMImplementation bound
!unknown-type! DOMKeyboardEvent bound
!unknown-type! DOMMediaList bound
!unknown-type! DOMMouseEvent bound
!unknown-type! DOMNamedNodeMap bound
!unknown-type! DOMNode bound
!unknown-type! DOMNodeIterator bound
!unknown-type! DOMNodeList bound
!unknown-type! DOMObject bound
!unknown-type! DOMOverflowEvent bound
!unknown-type! DOMProcessingInstruction bound
!unknown-type! DOMProgressEvent bound
!unknown-type! DOMRange bound
!unknown-type! DOMStyleSheet bound
!unknown-type! DOMStyleSheetList bound
!unknown-type! DOMText bound
!unknown-type! DOMUIEvent bound
!unknown-type! DOMWheelEvent bound
!unknown-type! WebArchive bound
!unknown-type! WebBackForwardList bound
!unknown-type! WebDataSource bound
!unknown-type! WebDownload bound
!unknown-type! WebFrame bound
!unknown-type! WebFrameView bound
!unknown-type! WebHistory bound
!unknown-type! WebHistoryItem bound
!unknown-type! WebPreferences bound
!unknown-type! WebResource bound
!unknown-type! WebScriptObject bound
!unknown-type! WebView bound
!unknown-type! WKBackForwardList bound
!unknown-type! WKBackForwardListItem bound
!unknown-type! WKContentRuleList bound
!unknown-type! WKContentRuleListStore bound
!unknown-type! WKContentWorld bound
!unknown-type! WKDownload bound
!unknown-type! WKFindConfiguration bound
!unknown-type! WKFindResult bound
!unknown-type! WKFrameInfo bound
!unknown-type! WKHTTPCookieStore bound
!unknown-type! WKNavigation bound
!unknown-type! WKNavigationAction bound
!unknown-type! WKNavigationResponse bound
!unknown-type! WKOpenPanelParameters bound
!unknown-type! WKPDFConfiguration bound
!unknown-type! WKPreferences bound
!unknown-type! WKProcessPool bound
!unknown-type! WKScriptMessage bound
!unknown-type! WKSecurityOrigin bound
!unknown-type! WKSnapshotConfiguration bound
!unknown-type! WKUserContentController bound
!unknown-type! WKUserScript bound
!unknown-type! WKWebpagePreferences bound
!unknown-type! WKWebsiteDataRecord bound
!unknown-type! WKWebsiteDataStore bound
!unknown-type! WKWebView bound
!unknown-type! WKWebViewConfiguration bound
!unknown-type! WKWindowFeatures bound

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

@ -1,155 +1,10 @@
!unknown-field! ARBlendShapeLocationBrowDownLeft bound !missing-selector! +ARConfiguration::supportedVideoFormats not bound
!unknown-field! ARBlendShapeLocationBrowDownRight bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARFaceGeometry::GetRawTextureCoordinates(): simd type: simd_float2
!unknown-field! ARBlendShapeLocationBrowInnerUp bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARFaceGeometry::GetRawVertices(): simd type: simd_float3
!unknown-field! ARBlendShapeLocationBrowOuterUpLeft bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARPlaneGeometry::GetRawBoundaryVertices(): simd type: simd_float3
!unknown-field! ARBlendShapeLocationBrowOuterUpRight bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARPlaneGeometry::GetRawTextureCoordinates(): simd type: simd_float2
!unknown-field! ARBlendShapeLocationCheekPuff bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARPlaneGeometry::GetRawVertices(): simd type: simd_float3
!unknown-field! ARBlendShapeLocationCheekSquintLeft bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARPointCloud::GetRawPoints(): simd type: simd_float3
!unknown-field! ARBlendShapeLocationCheekSquintRight bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARSkeleton2D::get_RawJointLandmarks(): simd type: simd_float2
!unknown-field! ARBlendShapeLocationEyeBlinkLeft bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARSkeleton3D::get_RawJointLocalTransforms(): simd type: simd_float4x4
!unknown-field! ARBlendShapeLocationEyeBlinkRight bound !wrong-simd-missing-marshaldirective! System.IntPtr ARKit.ARSkeleton3D::get_RawJointModelTransforms(): simd type: simd_float4x4
!unknown-field! ARBlendShapeLocationEyeLookDownLeft bound
!unknown-field! ARBlendShapeLocationEyeLookDownRight bound
!unknown-field! ARBlendShapeLocationEyeLookInLeft bound
!unknown-field! ARBlendShapeLocationEyeLookInRight bound
!unknown-field! ARBlendShapeLocationEyeLookOutLeft bound
!unknown-field! ARBlendShapeLocationEyeLookOutRight bound
!unknown-field! ARBlendShapeLocationEyeLookUpLeft bound
!unknown-field! ARBlendShapeLocationEyeLookUpRight bound
!unknown-field! ARBlendShapeLocationEyeSquintLeft bound
!unknown-field! ARBlendShapeLocationEyeSquintRight bound
!unknown-field! ARBlendShapeLocationEyeWideLeft bound
!unknown-field! ARBlendShapeLocationEyeWideRight bound
!unknown-field! ARBlendShapeLocationJawForward bound
!unknown-field! ARBlendShapeLocationJawLeft bound
!unknown-field! ARBlendShapeLocationJawOpen bound
!unknown-field! ARBlendShapeLocationJawRight bound
!unknown-field! ARBlendShapeLocationMouthClose bound
!unknown-field! ARBlendShapeLocationMouthDimpleLeft bound
!unknown-field! ARBlendShapeLocationMouthDimpleRight bound
!unknown-field! ARBlendShapeLocationMouthFrownLeft bound
!unknown-field! ARBlendShapeLocationMouthFrownRight bound
!unknown-field! ARBlendShapeLocationMouthFunnel bound
!unknown-field! ARBlendShapeLocationMouthLeft bound
!unknown-field! ARBlendShapeLocationMouthLowerDownLeft bound
!unknown-field! ARBlendShapeLocationMouthLowerDownRight bound
!unknown-field! ARBlendShapeLocationMouthPressLeft bound
!unknown-field! ARBlendShapeLocationMouthPressRight bound
!unknown-field! ARBlendShapeLocationMouthPucker bound
!unknown-field! ARBlendShapeLocationMouthRight bound
!unknown-field! ARBlendShapeLocationMouthRollLower bound
!unknown-field! ARBlendShapeLocationMouthRollUpper bound
!unknown-field! ARBlendShapeLocationMouthShrugLower bound
!unknown-field! ARBlendShapeLocationMouthShrugUpper bound
!unknown-field! ARBlendShapeLocationMouthSmileLeft bound
!unknown-field! ARBlendShapeLocationMouthSmileRight bound
!unknown-field! ARBlendShapeLocationMouthStretchLeft bound
!unknown-field! ARBlendShapeLocationMouthStretchRight bound
!unknown-field! ARBlendShapeLocationMouthUpperUpLeft bound
!unknown-field! ARBlendShapeLocationMouthUpperUpRight bound
!unknown-field! ARBlendShapeLocationNoseSneerLeft bound
!unknown-field! ARBlendShapeLocationNoseSneerRight bound
!unknown-field! ARBlendShapeLocationTongueOut bound
!unknown-field! ARErrorDomain bound
!unknown-field! ARReferenceObjectArchiveExtension bound
!unknown-field! ARSCNDebugOptionShowFeaturePoints bound
!unknown-field! ARSCNDebugOptionShowWorldOrigin bound
!unknown-field! ARSkeletonJointNameHead bound
!unknown-field! ARSkeletonJointNameLeftFoot bound
!unknown-field! ARSkeletonJointNameLeftHand bound
!unknown-field! ARSkeletonJointNameLeftShoulder bound
!unknown-field! ARSkeletonJointNameRightFoot bound
!unknown-field! ARSkeletonJointNameRightHand bound
!unknown-field! ARSkeletonJointNameRightShoulder bound
!unknown-field! ARSkeletonJointNameRoot bound
!unknown-native-enum! ARAltitudeSource bound
!unknown-native-enum! ARAppClipCodeUrlDecodingState bound
!unknown-native-enum! ARCoachingGoal bound
!unknown-native-enum! ARCollaborationDataPriority bound
!unknown-native-enum! ARConfidenceLevel bound
!unknown-native-enum! AREnvironmentTexturing bound
!unknown-native-enum! ARErrorCode bound
!unknown-native-enum! ARFrameSemantics bound
!unknown-native-enum! ARGeometryPrimitiveType bound
!unknown-native-enum! ARGeoTrackingAccuracy bound
!unknown-native-enum! ARGeoTrackingState bound
!unknown-native-enum! ARGeoTrackingStateReason bound
!unknown-native-enum! ARHitTestResultType bound
!unknown-native-enum! ARMatteResolution bound
!unknown-native-enum! ARMeshClassification bound
!unknown-native-enum! ARPlaneAnchorAlignment bound
!unknown-native-enum! ARPlaneClassification bound
!unknown-native-enum! ARPlaneClassificationStatus bound
!unknown-native-enum! ARPlaneDetection bound
!unknown-native-enum! ARRaycastTarget bound
!unknown-native-enum! ARRaycastTargetAlignment bound
!unknown-native-enum! ARSceneReconstruction bound
!unknown-native-enum! ARSessionRunOptions bound
!unknown-native-enum! ARTrackingState bound
!unknown-native-enum! ARTrackingStateReason bound
!unknown-native-enum! ARWorldAlignment bound
!unknown-native-enum! ARWorldMappingStatus bound
!unknown-pinvoke! ARSkeletonJointNameForRecognizedPointKey bound
!unknown-protocol! ARAnchorCopying bound
!unknown-protocol! ARCoachingOverlayViewDelegate bound
!unknown-protocol! ARSCNViewDelegate bound
!unknown-protocol! ARSessionDelegate bound
!unknown-protocol! ARSessionObserver bound
!unknown-protocol! ARSessionProviding bound
!unknown-protocol! ARSKViewDelegate bound
!unknown-protocol! ARTrackable bound
!unknown-type! ARAnchor bound
!unknown-type! ARAppClipCodeAnchor bound
!unknown-type! ARBody2D bound
!unknown-type! ARBodyAnchor bound
!unknown-type! ARBodyTrackingConfiguration bound
!unknown-type! ARCamera bound
!unknown-type! ARCoachingOverlayView bound
!unknown-type! ARCollaborationData bound
!unknown-type! ARConfiguration bound
!unknown-type! ARDepthData bound
!unknown-type! ARDirectionalLightEstimate bound
!unknown-type! AREnvironmentProbeAnchor bound
!unknown-type! ARFaceAnchor bound
!unknown-type! ARFaceGeometry bound
!unknown-type! ARFaceTrackingConfiguration bound
!unknown-type! ARFrame bound
!unknown-type! ARGeoAnchor bound
!unknown-type! ARGeometryElement bound
!unknown-type! ARGeometrySource bound
!unknown-type! ARGeoTrackingConfiguration bound
!unknown-type! ARGeoTrackingStatus bound
!unknown-type! ARHitTestResult bound
!unknown-type! ARImageAnchor bound
!unknown-type! ARImageTrackingConfiguration bound
!unknown-type! ARLightEstimate bound
!unknown-type! ARMatteGenerator bound
!unknown-type! ARMeshAnchor bound
!unknown-type! ARMeshGeometry bound
!unknown-type! ARObjectAnchor bound
!unknown-type! ARObjectScanningConfiguration bound
!unknown-type! AROrientationTrackingConfiguration bound
!unknown-type! ARParticipantAnchor bound
!unknown-type! ARPlaneAnchor bound
!unknown-type! ARPlaneExtent bound
!unknown-type! ARPlaneGeometry bound
!unknown-type! ARPointCloud bound
!unknown-type! ARPositionalTrackingConfiguration bound
!unknown-type! ARQuickLookPreviewItem bound
!unknown-type! ARRaycastQuery bound
!unknown-type! ARRaycastResult bound
!unknown-type! ARReferenceImage bound
!unknown-type! ARReferenceObject bound
!unknown-type! ARSCNFaceGeometry bound
!unknown-type! ARSCNPlaneGeometry bound
!unknown-type! ARSCNView bound
!unknown-type! ARSession bound
!unknown-type! ARSkeleton bound
!unknown-type! ARSkeleton2D bound
!unknown-type! ARSkeleton3D bound
!unknown-type! ARSkeletonDefinition bound
!unknown-type! ARSKView bound
!unknown-type! ARTrackedRaycast bound
!unknown-type! ARVideoFormat bound
!unknown-type! ARWorldMap bound
!unknown-type! ARWorldTrackingConfiguration bound

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

@ -0,0 +1 @@
!unknown-type! CIFilterGenerator bound

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

@ -0,0 +1,2 @@
!missing-selector! ENManager::dispatchQueue not bound
!missing-selector! ENManager::setDispatchQueue: not bound

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

@ -1,400 +1,37 @@
!unknown-field! GCControllerDidBecomeCurrentNotification bound !missing-enum! GCPhysicalInputSourceDirection not bound
!unknown-field! GCControllerDidConnectNotification bound !missing-field! GCProductCategoryArcadeStick not bound
!unknown-field! GCControllerDidDisconnectNotification bound !missing-pinvoke! GCInputArcadeButtonName is not bound
!unknown-field! GCControllerDidStopBeingCurrentNotification bound !missing-protocol! GCAxisElementName not bound
!unknown-field! GCControllerUserCustomizationsDidChangeNotification bound !missing-protocol! GCButtonElementName not bound
!unknown-field! GCCurrentExtendedGamepadSnapshotDataVersion bound !missing-protocol! GCDirectionPadElementName not bound
!unknown-field! GCCurrentMicroGamepadSnapshotDataVersion bound !missing-protocol! GCPhysicalInputElementName not bound
!unknown-field! GCHapticDurationInfinite bound !missing-protocol! GCPhysicalInputSource not bound
!unknown-field! GCHapticsLocalityAll bound !missing-protocol! GCSwitchElementName not bound
!unknown-field! GCHapticsLocalityDefault bound !missing-protocol-member! GCAxisInput::sources not found
!unknown-field! GCHapticsLocalityHandles bound !missing-protocol-member! GCDevicePhysicalInput::queue not found
!unknown-field! GCHapticsLocalityLeftHandle bound !missing-protocol-member! GCDevicePhysicalInput::setQueue: not found
!unknown-field! GCHapticsLocalityLeftTrigger bound !missing-protocol-member! GCDevicePhysicalInputState::axes not found
!unknown-field! GCHapticsLocalityRightHandle bound !missing-protocol-member! GCDevicePhysicalInputState::buttons not found
!unknown-field! GCHapticsLocalityRightTrigger bound !missing-protocol-member! GCDevicePhysicalInputState::dpads not found
!unknown-field! GCHapticsLocalityTriggers bound !missing-protocol-member! GCDevicePhysicalInputState::elements not found
!unknown-field! GCInputButtonA bound !missing-protocol-member! GCDevicePhysicalInputState::switches not found
!unknown-field! GCInputButtonB bound !missing-protocol-member! GCLinearInput::sources not found
!unknown-field! GCInputButtonHome bound !missing-protocol-member! GCPressedStateInput::sources not found
!unknown-field! GCInputButtonMenu bound !missing-protocol-member! GCRelativeInput::sources not found
!unknown-field! GCInputButtonOptions bound !missing-protocol-member! GCSwitchPositionInput::sources not found
!unknown-field! GCInputButtonShare bound !missing-protocol-member! GCTouchedStateInput::sources not found
!unknown-field! GCInputButtonX bound !missing-selector! GCController::input not bound
!unknown-field! GCInputButtonY bound !missing-selector! GCControllerLiveInput::capture not bound
!unknown-field! GCInputDirectionalCardinalDpad bound !missing-selector! GCControllerLiveInput::nextInputState not bound
!unknown-field! GCInputDirectionalCenterButton bound !missing-selector! GCControllerLiveInput::unmappedInput not bound
!unknown-field! GCInputDirectionalDpad bound !missing-selector! GCPhysicalInputElementCollection::count not bound
!unknown-field! GCInputDirectionalTouchSurfaceButton bound !missing-selector! GCPhysicalInputElementCollection::elementEnumerator not bound
!unknown-field! GCInputDirectionPad bound !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound
!unknown-field! GCInputDualShockTouchpadButton bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound
!unknown-field! GCInputDualShockTouchpadOne bound !missing-selector! GCVirtualController::setPosition:forDirectionPadElement: not bound
!unknown-field! GCInputDualShockTouchpadTwo bound !missing-selector! GCVirtualController::setValue:forButtonElement: not bound
!unknown-field! GCInputLeftShoulder bound !missing-selector! GCVirtualControllerConfiguration::isHidden not bound
!unknown-field! GCInputLeftThumbstick bound !missing-selector! GCVirtualControllerConfiguration::setHidden: not bound
!unknown-field! GCInputLeftThumbstickButton bound !missing-type! GCControllerInputState not bound
!unknown-field! GCInputLeftTrigger bound !missing-type! GCControllerLiveInput not bound
!unknown-field! GCInputMicroGamepadButtonA bound !missing-type! GCPhysicalInputElementCollection not bound
!unknown-field! GCInputMicroGamepadButtonMenu bound
!unknown-field! GCInputMicroGamepadButtonX bound
!unknown-field! GCInputMicroGamepadDpad bound
!unknown-field! GCInputRightShoulder bound
!unknown-field! GCInputRightThumbstick bound
!unknown-field! GCInputRightThumbstickButton bound
!unknown-field! GCInputRightTrigger bound
!unknown-field! GCInputXboxPaddleFour bound
!unknown-field! GCInputXboxPaddleOne bound
!unknown-field! GCInputXboxPaddleThree bound
!unknown-field! GCInputXboxPaddleTwo bound
!unknown-field! GCKeyA bound
!unknown-field! GCKeyApplication bound
!unknown-field! GCKeyB bound
!unknown-field! GCKeyBackslash bound
!unknown-field! GCKeyboardDidConnectNotification bound
!unknown-field! GCKeyboardDidDisconnectNotification bound
!unknown-field! GCKeyC bound
!unknown-field! GCKeyCapsLock bound
!unknown-field! GCKeyCloseBracket bound
!unknown-field! GCKeyCodeApplication bound
!unknown-field! GCKeyCodeBackslash bound
!unknown-field! GCKeyCodeCapsLock bound
!unknown-field! GCKeyCodeCloseBracket bound
!unknown-field! GCKeyCodeComma bound
!unknown-field! GCKeyCodeDeleteForward bound
!unknown-field! GCKeyCodeDeleteOrBackspace bound
!unknown-field! GCKeyCodeDownArrow bound
!unknown-field! GCKeyCodeEight bound
!unknown-field! GCKeyCodeEnd bound
!unknown-field! GCKeyCodeEqualSign bound
!unknown-field! GCKeyCodeEscape bound
!unknown-field! GCKeyCodeF1 bound
!unknown-field! GCKeyCodeF10 bound
!unknown-field! GCKeyCodeF11 bound
!unknown-field! GCKeyCodeF12 bound
!unknown-field! GCKeyCodeF13 bound
!unknown-field! GCKeyCodeF14 bound
!unknown-field! GCKeyCodeF15 bound
!unknown-field! GCKeyCodeF16 bound
!unknown-field! GCKeyCodeF17 bound
!unknown-field! GCKeyCodeF18 bound
!unknown-field! GCKeyCodeF19 bound
!unknown-field! GCKeyCodeF2 bound
!unknown-field! GCKeyCodeF20 bound
!unknown-field! GCKeyCodeF3 bound
!unknown-field! GCKeyCodeF4 bound
!unknown-field! GCKeyCodeF5 bound
!unknown-field! GCKeyCodeF6 bound
!unknown-field! GCKeyCodeF7 bound
!unknown-field! GCKeyCodeF8 bound
!unknown-field! GCKeyCodeF9 bound
!unknown-field! GCKeyCodeFive bound
!unknown-field! GCKeyCodeFour bound
!unknown-field! GCKeyCodeGraveAccentAndTilde bound
!unknown-field! GCKeyCodeHome bound
!unknown-field! GCKeyCodeHyphen bound
!unknown-field! GCKeyCodeInsert bound
!unknown-field! GCKeyCodeInternational1 bound
!unknown-field! GCKeyCodeInternational2 bound
!unknown-field! GCKeyCodeInternational3 bound
!unknown-field! GCKeyCodeInternational4 bound
!unknown-field! GCKeyCodeInternational5 bound
!unknown-field! GCKeyCodeInternational6 bound
!unknown-field! GCKeyCodeInternational7 bound
!unknown-field! GCKeyCodeInternational8 bound
!unknown-field! GCKeyCodeInternational9 bound
!unknown-field! GCKeyCodeKeyA bound
!unknown-field! GCKeyCodeKeyB bound
!unknown-field! GCKeyCodeKeyC bound
!unknown-field! GCKeyCodeKeyD bound
!unknown-field! GCKeyCodeKeyE bound
!unknown-field! GCKeyCodeKeyF bound
!unknown-field! GCKeyCodeKeyG bound
!unknown-field! GCKeyCodeKeyH bound
!unknown-field! GCKeyCodeKeyI bound
!unknown-field! GCKeyCodeKeyJ bound
!unknown-field! GCKeyCodeKeyK bound
!unknown-field! GCKeyCodeKeyL bound
!unknown-field! GCKeyCodeKeyM bound
!unknown-field! GCKeyCodeKeyN bound
!unknown-field! GCKeyCodeKeyO bound
!unknown-field! GCKeyCodeKeyP bound
!unknown-field! GCKeyCodeKeypad0 bound
!unknown-field! GCKeyCodeKeypad1 bound
!unknown-field! GCKeyCodeKeypad2 bound
!unknown-field! GCKeyCodeKeypad3 bound
!unknown-field! GCKeyCodeKeypad4 bound
!unknown-field! GCKeyCodeKeypad5 bound
!unknown-field! GCKeyCodeKeypad6 bound
!unknown-field! GCKeyCodeKeypad7 bound
!unknown-field! GCKeyCodeKeypad8 bound
!unknown-field! GCKeyCodeKeypad9 bound
!unknown-field! GCKeyCodeKeypadAsterisk bound
!unknown-field! GCKeyCodeKeypadEnter bound
!unknown-field! GCKeyCodeKeypadEqualSign bound
!unknown-field! GCKeyCodeKeypadHyphen bound
!unknown-field! GCKeyCodeKeypadNumLock bound
!unknown-field! GCKeyCodeKeypadPeriod bound
!unknown-field! GCKeyCodeKeypadPlus bound
!unknown-field! GCKeyCodeKeypadSlash bound
!unknown-field! GCKeyCodeKeyQ bound
!unknown-field! GCKeyCodeKeyR bound
!unknown-field! GCKeyCodeKeyS bound
!unknown-field! GCKeyCodeKeyT bound
!unknown-field! GCKeyCodeKeyU bound
!unknown-field! GCKeyCodeKeyV bound
!unknown-field! GCKeyCodeKeyW bound
!unknown-field! GCKeyCodeKeyX bound
!unknown-field! GCKeyCodeKeyY bound
!unknown-field! GCKeyCodeKeyZ bound
!unknown-field! GCKeyCodeLANG1 bound
!unknown-field! GCKeyCodeLANG2 bound
!unknown-field! GCKeyCodeLANG3 bound
!unknown-field! GCKeyCodeLANG4 bound
!unknown-field! GCKeyCodeLANG5 bound
!unknown-field! GCKeyCodeLANG6 bound
!unknown-field! GCKeyCodeLANG7 bound
!unknown-field! GCKeyCodeLANG8 bound
!unknown-field! GCKeyCodeLANG9 bound
!unknown-field! GCKeyCodeLeftAlt bound
!unknown-field! GCKeyCodeLeftArrow bound
!unknown-field! GCKeyCodeLeftControl bound
!unknown-field! GCKeyCodeLeftGUI bound
!unknown-field! GCKeyCodeLeftShift bound
!unknown-field! GCKeyCodeNine bound
!unknown-field! GCKeyCodeNonUSBackslash bound
!unknown-field! GCKeyCodeNonUSPound bound
!unknown-field! GCKeyCodeOne bound
!unknown-field! GCKeyCodeOpenBracket bound
!unknown-field! GCKeyCodePageDown bound
!unknown-field! GCKeyCodePageUp bound
!unknown-field! GCKeyCodePause bound
!unknown-field! GCKeyCodePeriod bound
!unknown-field! GCKeyCodePower bound
!unknown-field! GCKeyCodePrintScreen bound
!unknown-field! GCKeyCodeQuote bound
!unknown-field! GCKeyCodeReturnOrEnter bound
!unknown-field! GCKeyCodeRightAlt bound
!unknown-field! GCKeyCodeRightArrow bound
!unknown-field! GCKeyCodeRightControl bound
!unknown-field! GCKeyCodeRightGUI bound
!unknown-field! GCKeyCodeRightShift bound
!unknown-field! GCKeyCodeScrollLock bound
!unknown-field! GCKeyCodeSemicolon bound
!unknown-field! GCKeyCodeSeven bound
!unknown-field! GCKeyCodeSix bound
!unknown-field! GCKeyCodeSlash bound
!unknown-field! GCKeyCodeSpacebar bound
!unknown-field! GCKeyCodeTab bound
!unknown-field! GCKeyCodeThree bound
!unknown-field! GCKeyCodeTwo bound
!unknown-field! GCKeyCodeUpArrow bound
!unknown-field! GCKeyCodeZero bound
!unknown-field! GCKeyComma bound
!unknown-field! GCKeyD bound
!unknown-field! GCKeyDeleteForward bound
!unknown-field! GCKeyDeleteOrBackspace bound
!unknown-field! GCKeyDownArrow bound
!unknown-field! GCKeyE bound
!unknown-field! GCKeyEight bound
!unknown-field! GCKeyEnd bound
!unknown-field! GCKeyEqualSign bound
!unknown-field! GCKeyEscape bound
!unknown-field! GCKeyF bound
!unknown-field! GCKeyF1 bound
!unknown-field! GCKeyF10 bound
!unknown-field! GCKeyF11 bound
!unknown-field! GCKeyF12 bound
!unknown-field! GCKeyF13 bound
!unknown-field! GCKeyF14 bound
!unknown-field! GCKeyF15 bound
!unknown-field! GCKeyF16 bound
!unknown-field! GCKeyF17 bound
!unknown-field! GCKeyF18 bound
!unknown-field! GCKeyF19 bound
!unknown-field! GCKeyF2 bound
!unknown-field! GCKeyF20 bound
!unknown-field! GCKeyF3 bound
!unknown-field! GCKeyF4 bound
!unknown-field! GCKeyF5 bound
!unknown-field! GCKeyF6 bound
!unknown-field! GCKeyF7 bound
!unknown-field! GCKeyF8 bound
!unknown-field! GCKeyF9 bound
!unknown-field! GCKeyFive bound
!unknown-field! GCKeyFour bound
!unknown-field! GCKeyG bound
!unknown-field! GCKeyGraveAccentAndTilde bound
!unknown-field! GCKeyH bound
!unknown-field! GCKeyHome bound
!unknown-field! GCKeyHyphen bound
!unknown-field! GCKeyI bound
!unknown-field! GCKeyInsert bound
!unknown-field! GCKeyInternational1 bound
!unknown-field! GCKeyInternational2 bound
!unknown-field! GCKeyInternational3 bound
!unknown-field! GCKeyInternational4 bound
!unknown-field! GCKeyInternational5 bound
!unknown-field! GCKeyInternational6 bound
!unknown-field! GCKeyInternational7 bound
!unknown-field! GCKeyInternational8 bound
!unknown-field! GCKeyInternational9 bound
!unknown-field! GCKeyJ bound
!unknown-field! GCKeyK bound
!unknown-field! GCKeyKeypad0 bound
!unknown-field! GCKeyKeypad1 bound
!unknown-field! GCKeyKeypad2 bound
!unknown-field! GCKeyKeypad3 bound
!unknown-field! GCKeyKeypad4 bound
!unknown-field! GCKeyKeypad5 bound
!unknown-field! GCKeyKeypad6 bound
!unknown-field! GCKeyKeypad7 bound
!unknown-field! GCKeyKeypad8 bound
!unknown-field! GCKeyKeypad9 bound
!unknown-field! GCKeyKeypadAsterisk bound
!unknown-field! GCKeyKeypadEnter bound
!unknown-field! GCKeyKeypadEqualSign bound
!unknown-field! GCKeyKeypadHyphen bound
!unknown-field! GCKeyKeypadNumLock bound
!unknown-field! GCKeyKeypadPeriod bound
!unknown-field! GCKeyKeypadPlus bound
!unknown-field! GCKeyKeypadSlash bound
!unknown-field! GCKeyL bound
!unknown-field! GCKeyLANG1 bound
!unknown-field! GCKeyLANG2 bound
!unknown-field! GCKeyLANG3 bound
!unknown-field! GCKeyLANG4 bound
!unknown-field! GCKeyLANG5 bound
!unknown-field! GCKeyLANG6 bound
!unknown-field! GCKeyLANG7 bound
!unknown-field! GCKeyLANG8 bound
!unknown-field! GCKeyLANG9 bound
!unknown-field! GCKeyLeftAlt bound
!unknown-field! GCKeyLeftArrow bound
!unknown-field! GCKeyLeftControl bound
!unknown-field! GCKeyLeftGUI bound
!unknown-field! GCKeyLeftShift bound
!unknown-field! GCKeyM bound
!unknown-field! GCKeyN bound
!unknown-field! GCKeyNine bound
!unknown-field! GCKeyNonUSBackslash bound
!unknown-field! GCKeyNonUSPound bound
!unknown-field! GCKeyO bound
!unknown-field! GCKeyOne bound
!unknown-field! GCKeyOpenBracket bound
!unknown-field! GCKeyP bound
!unknown-field! GCKeyPageDown bound
!unknown-field! GCKeyPageUp bound
!unknown-field! GCKeyPause bound
!unknown-field! GCKeyPeriod bound
!unknown-field! GCKeyPower bound
!unknown-field! GCKeyPrintScreen bound
!unknown-field! GCKeyQ bound
!unknown-field! GCKeyQuote bound
!unknown-field! GCKeyR bound
!unknown-field! GCKeyReturnOrEnter bound
!unknown-field! GCKeyRightAlt bound
!unknown-field! GCKeyRightArrow bound
!unknown-field! GCKeyRightControl bound
!unknown-field! GCKeyRightGUI bound
!unknown-field! GCKeyRightShift bound
!unknown-field! GCKeyS bound
!unknown-field! GCKeyScrollLock bound
!unknown-field! GCKeySemicolon bound
!unknown-field! GCKeySeven bound
!unknown-field! GCKeySix bound
!unknown-field! GCKeySlash bound
!unknown-field! GCKeySpacebar bound
!unknown-field! GCKeyT bound
!unknown-field! GCKeyTab bound
!unknown-field! GCKeyThree bound
!unknown-field! GCKeyTwo bound
!unknown-field! GCKeyU bound
!unknown-field! GCKeyUpArrow bound
!unknown-field! GCKeyV bound
!unknown-field! GCKeyW bound
!unknown-field! GCKeyX bound
!unknown-field! GCKeyY bound
!unknown-field! GCKeyZ bound
!unknown-field! GCKeyZero bound
!unknown-field! GCMouseDidBecomeCurrentNotification bound
!unknown-field! GCMouseDidConnectNotification bound
!unknown-field! GCMouseDidDisconnectNotification bound
!unknown-field! GCMouseDidStopBeingCurrentNotification bound
!unknown-field! GCProductCategoryCoalescedRemote bound
!unknown-field! GCProductCategoryControlCenterRemote bound
!unknown-field! GCProductCategoryDualSense bound
!unknown-field! GCProductCategoryDualShock4 bound
!unknown-field! GCProductCategoryHID bound
!unknown-field! GCProductCategoryKeyboard bound
!unknown-field! GCProductCategoryMFi bound
!unknown-field! GCProductCategoryMouse bound
!unknown-field! GCProductCategorySiriRemote1stGen bound
!unknown-field! GCProductCategorySiriRemote2ndGen bound
!unknown-field! GCProductCategoryUniversalElectronicsRemote bound
!unknown-field! GCProductCategoryXboxOne bound
!unknown-native-enum! GCControllerPlayerIndex bound
!unknown-native-enum! GCDeviceBatteryState bound
!unknown-native-enum! GCDevicePhysicalInputElementChange bound
!unknown-native-enum! GCDualSenseAdaptiveTriggerMode bound
!unknown-native-enum! GCDualSenseAdaptiveTriggerStatus bound
!unknown-native-enum! GCExtendedGamepadSnapshotDataVersion bound
!unknown-native-enum! GCMicroGamepadSnapshotDataVersion bound
!unknown-native-enum! GCSystemGestureState bound
!unknown-native-enum! GCTouchState bound
!unknown-pinvoke! GCExtendedGamepadSnapshotDataFromNSData bound
!unknown-pinvoke! GCExtendedGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! GCGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! GCMicroGamepadSnapshotDataFromNSData bound
!unknown-pinvoke! GCMicroGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! NSDataFromGCExtendedGamepadSnapshotData bound
!unknown-pinvoke! NSDataFromGCExtendedGamepadSnapShotDataV100 bound
!unknown-pinvoke! NSDataFromGCGamepadSnapShotDataV100 bound
!unknown-pinvoke! NSDataFromGCMicroGamepadSnapshotData bound
!unknown-pinvoke! NSDataFromGCMicroGamepadSnapShotDataV100 bound
!unknown-protocol! GCAxisElement bound
!unknown-protocol! GCAxisInput bound
!unknown-protocol! GCButtonElement bound
!unknown-protocol! GCDevice bound
!unknown-protocol! GCDevicePhysicalInput bound
!unknown-protocol! GCDevicePhysicalInputState bound
!unknown-protocol! GCDevicePhysicalInputStateDiff bound
!unknown-protocol! GCDirectionPadElement bound
!unknown-protocol! GCLinearInput bound
!unknown-protocol! GCPhysicalInputElement bound
!unknown-protocol! GCPressedStateInput bound
!unknown-protocol! GCRelativeInput bound
!unknown-protocol! GCSwitchElement bound
!unknown-protocol! GCSwitchPositionInput bound
!unknown-protocol! GCTouchedStateInput bound
!unknown-type! GCColor bound
!unknown-type! GCController bound
!unknown-type! GCControllerAxisInput bound
!unknown-type! GCControllerButtonInput bound
!unknown-type! GCControllerDirectionPad bound
!unknown-type! GCControllerElement bound
!unknown-type! GCControllerTouchpad bound
!unknown-type! GCDeviceBattery bound
!unknown-type! GCDeviceCursor bound
!unknown-type! GCDeviceHaptics bound
!unknown-type! GCDeviceLight bound
!unknown-type! GCDirectionalGamepad bound
!unknown-type! GCDualSenseAdaptiveTrigger bound
!unknown-type! GCDualSenseGamepad bound
!unknown-type! GCDualShockGamepad bound
!unknown-type! GCEventViewController bound
!unknown-type! GCExtendedGamepad bound
!unknown-type! GCExtendedGamepadSnapshot bound
!unknown-type! GCGamepad bound
!unknown-type! GCGamepadSnapshot bound
!unknown-type! GCKeyboard bound
!unknown-type! GCKeyboardInput bound
!unknown-type! GCMicroGamepad bound
!unknown-type! GCMicroGamepadSnapshot bound
!unknown-type! GCMotion bound
!unknown-type! GCMouse bound
!unknown-type! GCMouseInput bound
!unknown-type! GCPhysicalInputProfile bound
!unknown-type! GCVirtualController bound
!unknown-type! GCVirtualControllerConfiguration bound
!unknown-type! GCVirtualControllerElementConfiguration bound
!unknown-type! GCXboxGamepad bound

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

@ -1,86 +1,19 @@
!unknown-field! GKErrorDomain bound !deprecated-attribute-missing! GKAchievement::challengeComposeControllerWithMessage:players:completionHandler: missing a [Deprecated] attribute
!unknown-field! GKExchangeTimeoutDefault bound !deprecated-attribute-missing! GKLeaderboardEntry::challengeComposeControllerWithMessage:players:completionHandler: missing a [Deprecated] attribute
!unknown-field! GKExchangeTimeoutNone bound !deprecated-attribute-missing! GKNotificationBanner missing a [Deprecated] attribute
!unknown-field! GKGameSessionErrorDomain bound !deprecated-attribute-wrong! GKBasePlayer::playerID has 16.0 not 13.0 on [Deprecated] attribute
!unknown-field! GKPlayerAuthenticationDidChangeNotificationName bound !incorrect-protocol-member! GKMatchmakerViewControllerDelegate::matchmakerViewController:didFindHostedPlayers: is OPTIONAL and should NOT be abstract
!unknown-field! GKPlayerDidChangeNotificationName bound !incorrect-protocol-member! GKMatchmakerViewControllerDelegate::matchmakerViewController:didFindMatch: is OPTIONAL and should NOT be abstract
!unknown-field! GKPlayerIDNoLongerAvailable bound !incorrect-protocol-member! GKMatchmakerViewControllerDelegate::matchmakerViewController:didFindPlayers: is OPTIONAL and should NOT be abstract
!unknown-field! GKTurnTimeoutDefault bound !incorrect-protocol-member! GKTurnBasedMatchmakerViewControllerDelegate::turnBasedMatchmakerViewController:didFindMatch: is OPTIONAL and should NOT be abstract
!unknown-field! GKTurnTimeoutNone bound !incorrect-protocol-member! GKTurnBasedMatchmakerViewControllerDelegate::turnBasedMatchmakerViewController:playerQuitForMatch: is OPTIONAL and should NOT be abstract
!unknown-field! GKVoiceChatServiceErrorDomain bound !missing-field! GKSessionErrorDomain not bound
!unknown-native-enum! GKAccessPointLocation bound !missing-selector! GKAchievement::challengeComposeControllerWithMessage:players:completion: not bound
!unknown-native-enum! GKChallengeState bound !missing-selector! GKAchievementDescription::rarityPercent not bound
!unknown-native-enum! GKConnectionState bound !missing-selector! GKLeaderboardEntry::challengeComposeControllerWithMessage:players:completion: not bound
!unknown-native-enum! GKError bound !missing-selector! GKLeaderboardEntry::context not bound
!unknown-native-enum! GKFriendsAuthorizationStatus bound !missing-selector! GKLeaderboardEntry::date not bound
!unknown-native-enum! GKGameCenterViewControllerState bound !missing-selector! GKLeaderboardEntry::formattedScore not bound
!unknown-native-enum! GKGameSessionErrorCode bound !missing-selector! GKLeaderboardEntry::rank not bound
!unknown-native-enum! GKInviteRecipientResponse bound !missing-selector! GKLeaderboardEntry::score not bound
!unknown-native-enum! GKLeaderboardPlayerScope bound !missing-selector! GKVoiceChat::playerVoiceChatStateDidChangeHandler not bound
!unknown-native-enum! GKLeaderboardTimeScope bound
!unknown-native-enum! GKLeaderboardType bound
!unknown-native-enum! GKMatchmakingMode bound
!unknown-native-enum! GKMatchSendDataMode bound
!unknown-native-enum! GKMatchType bound
!unknown-native-enum! GKPeerPickerConnectionType bound
!unknown-native-enum! GKPhotoSize bound
!unknown-native-enum! GKPlayerConnectionState bound
!unknown-native-enum! GKTransportType bound
!unknown-native-enum! GKTurnBasedMatchOutcome bound
!unknown-native-enum! GKTurnBasedMatchStatus bound
!unknown-native-enum! GKTurnBasedParticipantStatus bound
!unknown-native-enum! GKVoiceChatPlayerState bound
!unknown-protocol! GKAchievementViewControllerDelegate bound
!unknown-protocol! GKChallengeEventHandlerDelegate bound
!unknown-protocol! GKChallengeListener bound
!unknown-protocol! GKFriendRequestComposeViewControllerDelegate bound
!unknown-protocol! GKGameCenterControllerDelegate bound
!unknown-protocol! GKGameSessionEventListener bound
!unknown-protocol! GKInviteEventListener bound
!unknown-protocol! GKLeaderboardViewControllerDelegate bound
!unknown-protocol! GKLocalPlayerListener bound
!unknown-protocol! GKMatchDelegate bound
!unknown-protocol! GKMatchmakerViewControllerDelegate bound
!unknown-protocol! GKSavedGameListener bound
!unknown-protocol! GKSessionDelegate bound
!unknown-protocol! GKTurnBasedEventHandlerDelegate bound
!unknown-protocol! GKTurnBasedEventListener bound
!unknown-protocol! GKTurnBasedMatchmakerViewControllerDelegate bound
!unknown-protocol! GKVoiceChatClient bound
!unknown-type! GKAccessPoint bound
!unknown-type! GKAchievement bound
!unknown-type! GKAchievementChallenge bound
!unknown-type! GKAchievementDescription bound
!unknown-type! GKAchievementViewController bound
!unknown-type! GKBasePlayer bound
!unknown-type! GKChallenge bound
!unknown-type! GKChallengeEventHandler bound
!unknown-type! GKCloudPlayer bound
!unknown-type! GKFriendRequestComposeViewController bound
!unknown-type! GKGameCenterViewController bound
!unknown-type! GKGameSession bound
!unknown-type! GKInvite bound
!unknown-type! GKLeaderboard bound
!unknown-type! GKLeaderboardEntry bound
!unknown-type! GKLeaderboardScore bound
!unknown-type! GKLeaderboardSet bound
!unknown-type! GKLeaderboardViewController bound
!unknown-type! GKLocalPlayer bound
!unknown-type! GKMatch bound
!unknown-type! GKMatchmaker bound
!unknown-type! GKMatchmakerViewController bound
!unknown-type! GKMatchRequest bound
!unknown-type! GKNotificationBanner bound
!unknown-type! GKPlayer bound
!unknown-type! GKSavedGame bound
!unknown-type! GKScore bound
!unknown-type! GKScoreChallenge bound
!unknown-type! GKSession bound
!unknown-type! GKTurnBasedEventHandler bound
!unknown-type! GKTurnBasedExchange bound
!unknown-type! GKTurnBasedExchangeReply bound
!unknown-type! GKTurnBasedMatch bound
!unknown-type! GKTurnBasedMatchmakerViewController bound
!unknown-type! GKTurnBasedParticipant bound
!unknown-type! GKVoiceChat bound
!unknown-type! GKVoiceChatService bound

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,27 +1,344 @@
## appended from unclassified file ## appended from unclassified file
!unknown-native-enum! MPSGraphPaddingMode bound !missing-enum! MPSGraphDeploymentPlatform not bound
!unknown-native-enum! MPSGraphPaddingStyle bound !missing-enum! MPSGraphExecutionStage not bound
!unknown-native-enum! MPSGraphReductionMode bound !missing-enum! MPSGraphFFTScalingMode not bound
!unknown-native-enum! MPSGraphResizeMode bound !missing-enum! MPSGraphNonMaximumSuppressionCoordinateMode not bound
!unknown-native-enum! MPSGraphScatterMode bound !missing-enum! MPSGraphOptimization not bound
!unknown-native-enum! MPSGraphTensorNamedDataLayout bound !missing-enum! MPSGraphOptimizationProfile not bound
!unknown-type! MPSGraph bound !missing-enum! MPSGraphPoolingReturnIndicesMode not bound
!unknown-type! MPSGraphCompilationDescriptor bound !missing-enum! MPSGraphResizeNearestRoundingMode not bound
!unknown-type! MPSGraphConvolution2DOpDescriptor bound !missing-enum! MPSGraphRNNActivation not bound
!unknown-type! MPSGraphCreateSparseOpDescriptor bound !missing-enum-value! MPSGraphPaddingStyle native value MPSGraphPaddingStyleONNX_SAME_LOWER = 4 not bound
!unknown-type! MPSGraphDepthwiseConvolution2DOpDescriptor bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutDHWIO = 10 not bound
!unknown-type! MPSGraphDepthwiseConvolution3DOpDescriptor bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutNCDHW = 7 not bound
!unknown-type! MPSGraphDevice bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutNDHWC = 8 not bound
!unknown-type! MPSGraphExecutable bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutOIDHW = 9 not bound
!unknown-type! MPSGraphExecutableExecutionDescriptor bound !missing-null-allowed! 'MetalPerformanceShadersGraph.MPSGraphTensor MetalPerformanceShadersGraph.MPSGraph_MPSGraphTensorShapeOps::Cast(MetalPerformanceShadersGraph.MPSGraph,MetalPerformanceShadersGraph.MPSGraphTensor,MetalPerformanceShaders.MPSDataType,System.String)' is missing an [NullAllowed] on parameter #3
!unknown-type! MPSGraphExecutionDescriptor bound !missing-selector! +MPSGraphConvolution3DOpDescriptor::descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack:paddingStyle:dataLayout:weightsLayout: not bound
!unknown-type! MPSGraphOperation bound !missing-selector! +MPSGraphConvolution3DOpDescriptor::descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingStyle:dataLayout:weightsLayout: not bound
!unknown-type! MPSGraphPooling2DOpDescriptor bound !missing-selector! +MPSGraphFFTDescriptor::descriptor not bound
!unknown-type! MPSGraphPooling4DOpDescriptor bound !missing-selector! +MPSGraphGRUDescriptor::descriptor not bound
!unknown-type! MPSGraphRandomOpDescriptor bound !missing-selector! +MPSGraphImToColOpDescriptor::descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:dataLayout: not bound
!unknown-type! MPSGraphShapedType bound !missing-selector! +MPSGraphImToColOpDescriptor::descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:paddingLeft:paddingRight:paddingTop:paddingBottom:dataLayout: not bound
!unknown-type! MPSGraphStencilOpDescriptor bound !missing-selector! +MPSGraphLSTMDescriptor::descriptor not bound
!unknown-type! MPSGraphTensor bound !missing-selector! +MPSGraphSingleGateRNNDescriptor::descriptor not bound
!unknown-type! MPSGraphTensorData bound !missing-selector! MPSGraph::absoluteSquareWithTensor:name: not bound
!unknown-type! MPSGraphType bound !missing-selector! MPSGraph::adamWithCurrentLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:valuesTensor:momentumTensor:velocityTensor:maximumVelocityTensor:gradientTensor:name: not bound
!unknown-type! MPSGraphVariableOp bound !missing-selector! MPSGraph::adamWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:maximumVelocityTensor:gradientTensor:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axis:descending:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axis:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axisTensor:descending:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::bandPartWithTensor:numLower:numUpper:name: not bound
!missing-selector! MPSGraph::bandPartWithTensor:numLowerTensor:numUpperTensor:name: not bound
!missing-selector! MPSGraph::batchToSpaceTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::batchToSpaceTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::bitwiseANDWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseLeftShiftWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseNOTWithTensor:name: not bound
!missing-selector! MPSGraph::bitwiseORWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwisePopulationCountWithTensor:name: not bound
!missing-selector! MPSGraph::bitwiseRightShiftWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseXORWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bottomKWithGradientTensor:source:axis:k:name: not bound
!missing-selector! MPSGraph::bottomKWithGradientTensor:source:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::bottomKWithSourceTensor:axis:k:name: not bound
!missing-selector! MPSGraph::bottomKWithSourceTensor:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::colToImWithSourceTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::complexTensorWithRealTensor:imaginaryTensor:name: not bound
!missing-selector! MPSGraph::conjugateWithTensor:name: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart:dataType: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart:shape:dataType: not bound
!missing-selector! MPSGraph::convolution3DDataGradientWithIncomingGradientTensor:weightsTensor:outputShape:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DDataGradientWithIncomingGradientTensor:weightsTensor:outputShapeTensor:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWithSourceTensor:weightsTensor:descriptor:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxis:withShape:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxis:withShapeTensor:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxisTensor:withShape:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxisTensor:withShapeTensor:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scale:zeroPoint:dataType:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scaleTensor:zeroPoint:dataType:axis:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scaleTensor:zeroPointTensor:dataType:axis:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axes:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axesTensor:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axis:name: not bound
!missing-selector! MPSGraph::fastFourierTransformWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::fastFourierTransformWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::gatherAlongAxis:withUpdatesTensor:indicesTensor:name: not bound
!missing-selector! MPSGraph::gatherAlongAxisTensor:withUpdatesTensor:indicesTensor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:inputWeight:bias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:stateGradient:inputWeight:bias:initState:mask:secondaryBias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:initState:mask:secondaryBias:descriptor:name: not bound
!missing-selector! MPSGraph::HammingDistanceWithPrimaryTensor:secondaryTensor:resultDataType:name: not bound
!missing-selector! MPSGraph::HermiteanToRealFFTWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::HermiteanToRealFFTWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::imaginaryPartOfTensor:name: not bound
!missing-selector! MPSGraph::imToColWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::inverseOfTensor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:inputWeight:bias:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:inputWeight:bias:initState:initCell:mask:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:stateGradient:cellGradient:inputWeight:bias:initState:initCell:mask:peephole:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:inputWeight:bias:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:inputWeight:bias:initState:initCell:mask:peephole:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DGradientWithGradientTensor:indicesTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DGradientWithGradientTensor:indicesTensor:outputShapeTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DReturnIndicesWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DGradientWithGradientTensor:indicesTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DGradientWithGradientTensor:indicesTensor:outputShapeTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DReturnIndicesWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::nonMaximumSuppressionWithBoxesTensor:scoresTensor:classIndicesTensor:IOUThreshold:scoreThreshold:perClassSuppression:coordinateMode:name: not bound
!missing-selector! MPSGraph::nonMaximumSuppressionWithBoxesTensor:scoresTensor:IOUThreshold:scoreThreshold:perClassSuppression:coordinateMode:name: not bound
!missing-selector! MPSGraph::nonZeroIndicesOfTensor:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scale:zeroPoint:dataType:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scaleTensor:zeroPoint:dataType:axis:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scaleTensor:zeroPointTensor:dataType:axis:name: not bound
!missing-selector! MPSGraph::realPartOfTensor:name: not bound
!missing-selector! MPSGraph::realToHermiteanFFTWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::realToHermiteanFFTWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::reductionAndWithTensor:axes:name: not bound
!missing-selector! MPSGraph::reductionAndWithTensor:axis:name: not bound
!missing-selector! MPSGraph::reductionOrWithTensor:axes:name: not bound
!missing-selector! MPSGraph::reductionOrWithTensor:axis:name: not bound
!missing-selector! MPSGraph::reinterpretCastTensor:toType:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleTensor:offsetTensor:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleTensor:offsetTensor:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleTensor:offsetTensor:nearestRoundingMode:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleTensor:offsetTensor:nearestRoundingMode:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:mode:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleTensor:offsetTensor:mode:name: not bound
!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound
!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleTensor:offsetTensor:mode:name: not bound
!missing-selector! MPSGraph::sampleGridWithSourceTensor:coordinateTensor:layout:normalizeCoordinates:relativeCoordinates:alignCorners:paddingMode:nearestRoundingMode:constantValue:name: not bound
!missing-selector! MPSGraph::sampleGridWithSourceTensor:coordinateTensor:layout:normalizeCoordinates:relativeCoordinates:alignCorners:paddingMode:samplingMode:constantValue:name: not bound
!missing-selector! MPSGraph::scatterAlongAxis:withDataTensor:updatesTensor:indicesTensor:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxis:withUpdatesTensor:indicesTensor:shape:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxisTensor:withDataTensor:updatesTensor:indicesTensor:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxisTensor:withUpdatesTensor:indicesTensor:shape:mode:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:stateGradient:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::spaceToBatchTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::spaceToBatchTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::splitTensor:numSplits:axis:name: not bound
!missing-selector! MPSGraph::splitTensor:splitSizes:axis:name: not bound
!missing-selector! MPSGraph::splitTensor:splitSizesTensor:axis:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axes:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axesTensor:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axis:name: not bound
!missing-selector! MPSGraph::squeezeTensor:name: not bound
!missing-selector! MPSGraph::stackTensors:axis:name: not bound
!missing-selector! MPSGraph::topKWithGradientTensor:source:axis:k:name: not bound
!missing-selector! MPSGraph::topKWithGradientTensor:source:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::topKWithSourceTensor:axis:k:name: not bound
!missing-selector! MPSGraph::topKWithSourceTensor:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::transposeTensor:permutation:name: not bound
!missing-selector! MPSGraph::truncateWithTensor:name: not bound
!missing-selector! MPSGraphCompilationDescriptor::compilationCompletionHandler not bound
!missing-selector! MPSGraphCompilationDescriptor::dispatchQueue not bound
!missing-selector! MPSGraphCompilationDescriptor::optimizationLevel not bound
!missing-selector! MPSGraphCompilationDescriptor::setCompilationCompletionHandler: not bound
!missing-selector! MPSGraphCompilationDescriptor::setDispatchQueue: not bound
!missing-selector! MPSGraphCompilationDescriptor::setOptimizationLevel: not bound
!missing-selector! MPSGraphCompilationDescriptor::setWaitForCompilationCompletion: not bound
!missing-selector! MPSGraphCompilationDescriptor::waitForCompilationCompletion not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dataLayout not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInX not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInY not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInZ not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::groups not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingBack not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingBottom not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingFront not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingLeft not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingRight not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingStyle not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingTop not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDataLayout: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInX: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInY: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInZ: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setGroups: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingBack: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingBottom: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingFront: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingLeft: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingRight: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingStyle: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingTop: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInX: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInY: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInZ: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setWeightsLayout: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInX not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInY not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInZ not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::weightsLayout not bound
!missing-selector! MPSGraphExecutable::getOutputTypesWithDevice:inputTypes:compilationDescriptor: not bound
!missing-selector! MPSGraphExecutable::initWithMPSGraphPackageAtURL:compilationDescriptor: not bound
!missing-selector! MPSGraphExecutable::serializeToMPSGraphPackageAtURL:descriptor: not bound
!missing-selector! MPSGraphExecutableExecutionDescriptor::signalEvent:atExecutionEvent:value: not bound
!missing-selector! MPSGraphExecutableExecutionDescriptor::waitForEvent:value: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::append not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::deploymentPlatform not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::minimumDeploymentTarget not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setAppend: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setDeploymentPlatform: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setMinimumDeploymentTarget: not bound
!missing-selector! MPSGraphExecutionDescriptor::compilationDescriptor not bound
!missing-selector! MPSGraphExecutionDescriptor::setCompilationDescriptor: not bound
!missing-selector! MPSGraphExecutionDescriptor::signalEvent:atExecutionEvent:value: not bound
!missing-selector! MPSGraphExecutionDescriptor::waitForEvent:value: not bound
!missing-selector! MPSGraphFFTDescriptor::inverse not bound
!missing-selector! MPSGraphFFTDescriptor::roundToOddHermitean not bound
!missing-selector! MPSGraphFFTDescriptor::scalingMode not bound
!missing-selector! MPSGraphFFTDescriptor::setInverse: not bound
!missing-selector! MPSGraphFFTDescriptor::setRoundToOddHermitean: not bound
!missing-selector! MPSGraphFFTDescriptor::setScalingMode: not bound
!missing-selector! MPSGraphGRUDescriptor::bidirectional not bound
!missing-selector! MPSGraphGRUDescriptor::flipZ not bound
!missing-selector! MPSGraphGRUDescriptor::outputGateActivation not bound
!missing-selector! MPSGraphGRUDescriptor::resetAfter not bound
!missing-selector! MPSGraphGRUDescriptor::resetGateActivation not bound
!missing-selector! MPSGraphGRUDescriptor::resetGateFirst not bound
!missing-selector! MPSGraphGRUDescriptor::reverse not bound
!missing-selector! MPSGraphGRUDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphGRUDescriptor::setFlipZ: not bound
!missing-selector! MPSGraphGRUDescriptor::setOutputGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetAfter: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetGateFirst: not bound
!missing-selector! MPSGraphGRUDescriptor::setReverse: not bound
!missing-selector! MPSGraphGRUDescriptor::setTraining: not bound
!missing-selector! MPSGraphGRUDescriptor::setUpdateGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::training not bound
!missing-selector! MPSGraphGRUDescriptor::updateGateActivation not bound
!missing-selector! MPSGraphImToColOpDescriptor::dataLayout not bound
!missing-selector! MPSGraphImToColOpDescriptor::dilationRateInX not bound
!missing-selector! MPSGraphImToColOpDescriptor::dilationRateInY not bound
!missing-selector! MPSGraphImToColOpDescriptor::kernelHeight not bound
!missing-selector! MPSGraphImToColOpDescriptor::kernelWidth not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingBottom not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingLeft not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingRight not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingTop not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDataLayout: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDilationRateInX: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDilationRateInY: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setKernelHeight: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setKernelWidth: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingBottom: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingLeft: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingRight: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingTop: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setStrideInX: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setStrideInY: not bound
!missing-selector! MPSGraphImToColOpDescriptor::strideInX not bound
!missing-selector! MPSGraphImToColOpDescriptor::strideInY not bound
!missing-selector! MPSGraphLSTMDescriptor::activation not bound
!missing-selector! MPSGraphLSTMDescriptor::bidirectional not bound
!missing-selector! MPSGraphLSTMDescriptor::cellGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::forgetGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::forgetGateLast not bound
!missing-selector! MPSGraphLSTMDescriptor::inputGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::outputGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::produceCell not bound
!missing-selector! MPSGraphLSTMDescriptor::reverse not bound
!missing-selector! MPSGraphLSTMDescriptor::setActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphLSTMDescriptor::setCellGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setForgetGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setForgetGateLast: not bound
!missing-selector! MPSGraphLSTMDescriptor::setInputGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setOutputGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setProduceCell: not bound
!missing-selector! MPSGraphLSTMDescriptor::setReverse: not bound
!missing-selector! MPSGraphLSTMDescriptor::setTraining: not bound
!missing-selector! MPSGraphLSTMDescriptor::training not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::returnIndicesDataType not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::returnIndicesMode not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::setReturnIndicesDataType: not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::setReturnIndicesMode: not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::returnIndicesDataType not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::returnIndicesMode not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::setReturnIndicesDataType: not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::setReturnIndicesMode: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::activation not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::bidirectional not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::reverse not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setActivation: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setReverse: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setTraining: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::training not bound
!missing-selector! MPSGraphTensorData::initWithMTLBuffer:shape:dataType:rowBytes: not bound
!missing-type! MPSGraphConvolution3DOpDescriptor not bound
!missing-type! MPSGraphExecutableSerializationDescriptor not bound
!missing-type! MPSGraphFFTDescriptor not bound
!missing-type! MPSGraphGRUDescriptor not bound
!missing-type! MPSGraphImToColOpDescriptor not bound
!missing-type! MPSGraphLSTMDescriptor not bound
!missing-type! MPSGraphObject not bound
!missing-type! MPSGraphSingleGateRNNDescriptor not bound
!wrong-base-type! MPSGraph expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphCompilationDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphConvolution2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphCreateSparseOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDepthwiseConvolution2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDepthwiseConvolution3DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDevice expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutable expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutableExecutionDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutionDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphOperation expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphPooling2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphPooling4DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphRandomOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphStencilOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphTensor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphTensorData expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphType expected MPSGraphObject actual NSObject

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

@ -1,23 +1,6 @@
!unknown-field! NIAlgorithmConvergenceStatusReasonInsufficientHorizontalSweep bound !missing-enum-value! NIErrorCode native value NIErrorCodeActiveExtendedDistanceSessionsLimitExceeded = -5880 not bound
!unknown-field! NIAlgorithmConvergenceStatusReasonInsufficientLighting bound !missing-enum-value! NIErrorCode native value NIErrorCodeIncompatiblePeerDevice = -5881 not bound
!unknown-field! NIAlgorithmConvergenceStatusReasonInsufficientMovement bound !missing-protocol-member! NIDeviceCapability::supportsExtendedDistanceMeasurement not found
!unknown-field! NIAlgorithmConvergenceStatusReasonInsufficientVerticalSweep bound !missing-selector! NIDiscoveryToken::deviceCapabilities not bound
!unknown-field! NIErrorDomain bound !missing-selector! NINearbyPeerConfiguration::isExtendedDistanceMeasurementEnabled not bound
!unknown-field! NINearbyObjectAngleNotAvailable bound !missing-selector! NINearbyPeerConfiguration::setExtendedDistanceMeasurementEnabled: not bound
!unknown-field! NINearbyObjectDirectionNotAvailable bound
!unknown-field! NINearbyObjectDistanceNotAvailable bound
!unknown-field! NINearbyObjectWorldTransformNotAvailable bound
!unknown-native-enum! NIAlgorithmConvergenceStatus bound
!unknown-native-enum! NIErrorCode bound
!unknown-native-enum! NINearbyObjectRemovalReason bound
!unknown-native-enum! NINearbyObjectVerticalDirectionEstimate bound
!unknown-pinvoke! NIAlgorithmConvergenceStatusReasonDescription bound
!unknown-protocol! NIDeviceCapability bound
!unknown-protocol! NISessionDelegate bound
!unknown-type! NIAlgorithmConvergence bound
!unknown-type! NIConfiguration bound
!unknown-type! NIDiscoveryToken bound
!unknown-type! NINearbyAccessoryConfiguration bound
!unknown-type! NINearbyObject bound
!unknown-type! NINearbyPeerConfiguration bound
!unknown-type! NISession bound

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

@ -17,3 +17,35 @@
!missing-pinvoke! nw_relay_hop_create is not bound !missing-pinvoke! nw_relay_hop_create is not bound
!missing-selector! NSURLSessionConfiguration::proxyConfigurations not bound !missing-selector! NSURLSessionConfiguration::proxyConfigurations not bound
!missing-selector! NSURLSessionConfiguration::setProxyConfigurations: not bound !missing-selector! NSURLSessionConfiguration::setProxyConfigurations: not bound
!missing-protocol! OS_nw_advertise_descriptor not bound
!missing-protocol! OS_nw_browse_descriptor not bound
!missing-protocol! OS_nw_browse_result not bound
!missing-protocol! OS_nw_browser not bound
!missing-protocol! OS_nw_connection not bound
!missing-protocol! OS_nw_connection_group not bound
!missing-protocol! OS_nw_content_context not bound
!missing-protocol! OS_nw_data_transfer_report not bound
!missing-protocol! OS_nw_endpoint not bound
!missing-protocol! OS_nw_error not bound
!missing-protocol! OS_nw_establishment_report not bound
!missing-protocol! OS_nw_ethernet_channel not bound
!missing-protocol! OS_nw_framer not bound
!missing-protocol! OS_nw_group_descriptor not bound
!missing-protocol! OS_nw_interface not bound
!missing-protocol! OS_nw_listener not bound
!missing-protocol! OS_nw_object not bound
!missing-protocol! OS_nw_parameters not bound
!missing-protocol! OS_nw_path not bound
!missing-protocol! OS_nw_path_monitor not bound
!missing-protocol! OS_nw_privacy_context not bound
!missing-protocol! OS_nw_protocol_definition not bound
!missing-protocol! OS_nw_protocol_metadata not bound
!missing-protocol! OS_nw_protocol_options not bound
!missing-protocol! OS_nw_protocol_stack not bound
!missing-protocol! OS_nw_proxy_config not bound
!missing-protocol! OS_nw_relay_hop not bound
!missing-protocol! OS_nw_resolution_report not bound
!missing-protocol! OS_nw_resolver_config not bound
!missing-protocol! OS_nw_txt_record not bound
!missing-protocol! OS_nw_ws_request not bound
!missing-protocol! OS_nw_ws_response not bound

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

@ -0,0 +1,6 @@
!missing-protocol! OS_sec_certificate not bound
!missing-protocol! OS_sec_identity not bound
!missing-protocol! OS_sec_object not bound
!missing-protocol! OS_sec_protocol_metadata not bound
!missing-protocol! OS_sec_protocol_options not bound
!missing-protocol! OS_sec_trust not bound

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

@ -1,80 +1 @@
## xcode 15, present in docs yet xtro not recognizing ## xcode 15, present in docs yet xtro not recognizing
!unknown-field! SRDeviceUsageCategoryBooks bound
!unknown-field! SRDeviceUsageCategoryBusiness bound
!unknown-field! SRDeviceUsageCategoryCatalogs bound
!unknown-field! SRDeviceUsageCategoryDeveloperTools bound
!unknown-field! SRDeviceUsageCategoryEducation bound
!unknown-field! SRDeviceUsageCategoryEntertainment bound
!unknown-field! SRDeviceUsageCategoryFinance bound
!unknown-field! SRDeviceUsageCategoryFoodAndDrink bound
!unknown-field! SRDeviceUsageCategoryGames bound
!unknown-field! SRDeviceUsageCategoryGraphicsAndDesign bound
!unknown-field! SRDeviceUsageCategoryHealthAndFitness bound
!unknown-field! SRDeviceUsageCategoryKids bound
!unknown-field! SRDeviceUsageCategoryLifestyle bound
!unknown-field! SRDeviceUsageCategoryMedical bound
!unknown-field! SRDeviceUsageCategoryMiscellaneous bound
!unknown-field! SRDeviceUsageCategoryMusic bound
!unknown-field! SRDeviceUsageCategoryNavigation bound
!unknown-field! SRDeviceUsageCategoryNews bound
!unknown-field! SRDeviceUsageCategoryNewsstand bound
!unknown-field! SRDeviceUsageCategoryPhotoAndVideo bound
!unknown-field! SRDeviceUsageCategoryProductivity bound
!unknown-field! SRDeviceUsageCategoryReference bound
!unknown-field! SRDeviceUsageCategoryShopping bound
!unknown-field! SRDeviceUsageCategorySocialNetworking bound
!unknown-field! SRDeviceUsageCategorySports bound
!unknown-field! SRDeviceUsageCategoryStickers bound
!unknown-field! SRDeviceUsageCategoryTravel bound
!unknown-field! SRDeviceUsageCategoryUtilities bound
!unknown-field! SRDeviceUsageCategoryWeather bound
!unknown-field! SRErrorDomain bound
!unknown-field! SRSensorAccelerometer bound
!unknown-field! SRSensorAmbientLightSensor bound
!unknown-field! SRSensorAmbientPressure bound
!unknown-field! SRSensorDeviceUsageReport bound
!unknown-field! SRSensorKeyboardMetrics bound
!unknown-field! SRSensorMediaEvents bound
!unknown-field! SRSensorMessagesUsageReport bound
!unknown-field! SRSensorOnWristState bound
!unknown-field! SRSensorPedometerData bound
!unknown-field! SRSensorPhoneUsageReport bound
!unknown-field! SRSensorRotationRate bound
!unknown-field! SRSensorSiriSpeechMetrics bound
!unknown-field! SRSensorTelephonySpeechMetrics bound
!unknown-field! SRSensorVisits bound
!unknown-native-enum! SRAmbientLightSensorPlacement bound
!unknown-native-enum! SRAuthorizationStatus bound
!unknown-native-enum! SRCrownOrientation bound
!unknown-native-enum! SRDeletionReason bound
!unknown-native-enum! SRErrorCode bound
!unknown-native-enum! SRKeyboardMetricsSentimentCategory bound
!unknown-native-enum! SRLocationCategory bound
!unknown-native-enum! SRMediaEventType bound
!unknown-native-enum! SRNotificationEvent bound
!unknown-native-enum! SRTextInputSessionType bound
!unknown-native-enum! SRWristLocation bound
!unknown-pinvoke! SRAbsoluteTimeFromCFAbsoluteTime bound
!unknown-pinvoke! SRAbsoluteTimeFromContinuousTime bound
!unknown-pinvoke! SRAbsoluteTimeGetCurrent bound
!unknown-pinvoke! SRAbsoluteTimeToCFAbsoluteTime bound
!unknown-protocol! SRSensorReaderDelegate bound
!unknown-type! SRAmbientLightSample bound
!unknown-type! SRApplicationUsage bound
!unknown-type! SRDeletionRecord bound
!unknown-type! SRDevice bound
!unknown-type! SRDeviceUsageReport bound
!unknown-type! SRFetchRequest bound
!unknown-type! SRFetchResult bound
!unknown-type! SRKeyboardMetrics bound
!unknown-type! SRKeyboardProbabilityMetric bound
!unknown-type! SRMediaEvent bound
!unknown-type! SRMessagesUsageReport bound
!unknown-type! SRNotificationUsage bound
!unknown-type! SRPhoneUsageReport bound
!unknown-type! SRSensorReader bound
!unknown-type! SRSupplementalCategory bound
!unknown-type! SRTextInputSession bound
!unknown-type! SRVisit bound
!unknown-type! SRWebUsage bound
!unknown-type! SRWristDetection bound

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

@ -0,0 +1,47 @@
!missing-enum! SRFaceMetricsContext not bound
!missing-enum! SRSpeechMetricsSessionFlags not bound
!missing-enum! SRWristTemperatureCondition not bound
!missing-field! SRSensorFaceMetrics not bound
!missing-field! SRSensorHeartRate not bound
!missing-field! SRSensorOdometer not bound
!missing-field! SRSensorWristTemperature not bound
!missing-selector! SRAudioLevel::loudness not bound
!missing-selector! SRAudioLevel::timeRange not bound
!missing-selector! SRDevice::productType not bound
!missing-selector! SRFaceMetrics::context not bound
!missing-selector! SRFaceMetrics::faceAnchor not bound
!missing-selector! SRFaceMetrics::partialFaceExpressions not bound
!missing-selector! SRFaceMetrics::sessionIdentifier not bound
!missing-selector! SRFaceMetrics::version not bound
!missing-selector! SRFaceMetrics::wholeFaceExpressions not bound
!missing-selector! SRFaceMetricsExpression::identifier not bound
!missing-selector! SRFaceMetricsExpression::value not bound
!missing-selector! SRSpeechExpression::activation not bound
!missing-selector! SRSpeechExpression::confidence not bound
!missing-selector! SRSpeechExpression::dominance not bound
!missing-selector! SRSpeechExpression::mood not bound
!missing-selector! SRSpeechExpression::timeRange not bound
!missing-selector! SRSpeechExpression::valence not bound
!missing-selector! SRSpeechExpression::version not bound
!missing-selector! SRSpeechMetrics::audioLevel not bound
!missing-selector! SRSpeechMetrics::sessionFlags not bound
!missing-selector! SRSpeechMetrics::sessionIdentifier not bound
!missing-selector! SRSpeechMetrics::soundClassification not bound
!missing-selector! SRSpeechMetrics::speechExpression not bound
!missing-selector! SRSpeechMetrics::speechRecognition not bound
!missing-selector! SRSpeechMetrics::timestamp not bound
!missing-selector! SRWristTemperature::condition not bound
!missing-selector! SRWristTemperature::errorEstimate not bound
!missing-selector! SRWristTemperature::timestamp not bound
!missing-selector! SRWristTemperature::value not bound
!missing-selector! SRWristTemperatureSession::duration not bound
!missing-selector! SRWristTemperatureSession::startDate not bound
!missing-selector! SRWristTemperatureSession::temperatures not bound
!missing-selector! SRWristTemperatureSession::version not bound
!missing-type! SRAudioLevel not bound
!missing-type! SRFaceMetrics not bound
!missing-type! SRFaceMetricsExpression not bound
!missing-type! SRSpeechExpression not bound
!missing-type! SRSpeechMetrics not bound
!missing-type! SRWristTemperature not bound
!missing-type! SRWristTemperatureSession not bound

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

@ -503,7 +503,6 @@
!missing-selector! +UIShape::shapeWithProvider: not bound !missing-selector! +UIShape::shapeWithProvider: not bound
!missing-selector! UIHoverStyle::isEnabled not bound !missing-selector! UIHoverStyle::isEnabled not bound
!missing-selector! UIHoverStyle::setEnabled: not bound !missing-selector! UIHoverStyle::setEnabled: not bound
!unknown-field! NSReadAccessURLDocumentOption bound
!missing-enum! UISceneCaptureState not bound !missing-enum! UISceneCaptureState not bound
!missing-selector! +UITraitCollection::traitCollectionWithSceneCaptureState: not bound !missing-selector! +UITraitCollection::traitCollectionWithSceneCaptureState: not bound
!missing-selector! UITraitCollection::sceneCaptureState not bound !missing-selector! UITraitCollection::sceneCaptureState not bound

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

@ -1,69 +1,19 @@
!unknown-field! WKErrorDomain bound !missing-enum! WKCookiePolicy not bound
!unknown-field! WKPreviewActionItemIdentifierAddToReadingList bound !missing-enum! WKInactiveSchedulingPolicy not bound
!unknown-field! WKPreviewActionItemIdentifierCopy bound !missing-field! WKWebsiteDataTypeHashSalt not bound
!unknown-field! WKPreviewActionItemIdentifierOpen bound !missing-field! WKWebsiteDataTypeMediaKeys not bound
!unknown-field! WKPreviewActionItemIdentifierShare bound !missing-field! WKWebsiteDataTypeSearchFieldRecentSearches not bound
!unknown-field! WKWebsiteDataTypeCookies bound !missing-selector! +WKWebsiteDataStore::dataStoreForIdentifier: not bound
!unknown-field! WKWebsiteDataTypeDiskCache bound !missing-selector! +WKWebsiteDataStore::fetchAllDataStoreIdentifiers: not bound
!unknown-field! WKWebsiteDataTypeFetchCache bound !missing-selector! +WKWebsiteDataStore::removeDataStoreForIdentifier:completionHandler: not bound
!unknown-field! WKWebsiteDataTypeFileSystem bound !missing-selector! WKHTTPCookieStore::getCookiePolicy: not bound
!unknown-field! WKWebsiteDataTypeIndexedDBDatabases bound !missing-selector! WKHTTPCookieStore::setCookiePolicy:completionHandler: not bound
!unknown-field! WKWebsiteDataTypeLocalStorage bound !missing-selector! WKPDFConfiguration::allowTransparentBackground not bound
!unknown-field! WKWebsiteDataTypeMemoryCache bound !missing-selector! WKPDFConfiguration::setAllowTransparentBackground: not bound
!unknown-field! WKWebsiteDataTypeOfflineWebApplicationCache bound !missing-selector! WKPreferences::inactiveSchedulingPolicy not bound
!unknown-field! WKWebsiteDataTypeServiceWorkerRegistrations bound !missing-selector! WKPreferences::setInactiveSchedulingPolicy: not bound
!unknown-field! WKWebsiteDataTypeSessionStorage bound !missing-selector! WKWebsiteDataStore::identifier not bound
!unknown-field! WKWebsiteDataTypeWebSQLDatabases bound !missing-selector! WKWebsiteDataStore::proxyConfigurations not bound
!unknown-native-enum! WKAudiovisualMediaTypes bound !missing-selector! WKWebsiteDataStore::setProxyConfigurations: not bound
!unknown-native-enum! WKContentMode bound !missing-selector! WKWebViewConfiguration::allowsInlinePredictions not bound
!unknown-native-enum! WKDataDetectorTypes bound !missing-selector! WKWebViewConfiguration::setAllowsInlinePredictions: not bound
!unknown-native-enum! WKDialogResult bound
!unknown-native-enum! WKDownloadRedirectPolicy bound
!unknown-native-enum! WKFullscreenState bound
!unknown-native-enum! WKMediaCaptureState bound
!unknown-native-enum! WKMediaCaptureType bound
!unknown-native-enum! WKMediaPlaybackState bound
!unknown-native-enum! WKNavigationActionPolicy bound
!unknown-native-enum! WKNavigationResponsePolicy bound
!unknown-native-enum! WKNavigationType bound
!unknown-native-enum! WKPermissionDecision bound
!unknown-native-enum! WKSelectionGranularity bound
!unknown-native-enum! WKUserScriptInjectionTime bound
!unknown-protocol! WKDownloadDelegate bound
!unknown-protocol! WKHTTPCookieStoreObserver bound
!unknown-protocol! WKNavigationDelegate bound
!unknown-protocol! WKPreviewActionItem bound
!unknown-protocol! WKScriptMessageHandler bound
!unknown-protocol! WKScriptMessageHandlerWithReply bound
!unknown-protocol! WKUIDelegate bound
!unknown-protocol! WKURLSchemeHandler bound
!unknown-protocol! WKURLSchemeTask bound
!unknown-type! WKBackForwardList bound
!unknown-type! WKBackForwardListItem bound
!unknown-type! WKContentRuleList bound
!unknown-type! WKContentRuleListStore bound
!unknown-type! WKContentWorld bound
!unknown-type! WKContextMenuElementInfo bound
!unknown-type! WKDownload bound
!unknown-type! WKFindConfiguration bound
!unknown-type! WKFindResult bound
!unknown-type! WKFrameInfo bound
!unknown-type! WKHTTPCookieStore bound
!unknown-type! WKNavigation bound
!unknown-type! WKNavigationAction bound
!unknown-type! WKNavigationResponse bound
!unknown-type! WKPDFConfiguration bound
!unknown-type! WKPreferences bound
!unknown-type! WKPreviewElementInfo bound
!unknown-type! WKProcessPool bound
!unknown-type! WKScriptMessage bound
!unknown-type! WKSecurityOrigin bound
!unknown-type! WKSnapshotConfiguration bound
!unknown-type! WKUserContentController bound
!unknown-type! WKUserScript bound
!unknown-type! WKWebpagePreferences bound
!unknown-type! WKWebsiteDataRecord bound
!unknown-type! WKWebsiteDataStore bound
!unknown-type! WKWebView bound
!unknown-type! WKWebViewConfiguration bound
!unknown-type! WKWindowFeatures bound

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

@ -185,4 +185,3 @@
!missing-type! NSTextInsertionIndicator not bound !missing-type! NSTextInsertionIndicator not bound
!missing-field! NSTextCheckingGenerateInlinePredictionsKey not bound !missing-field! NSTextCheckingGenerateInlinePredictionsKey not bound
!missing-selector! NSSpellChecker::showInlinePredictionForCandidates:client: not bound !missing-selector! NSSpellChecker::showInlinePredictionForCandidates:client: not bound
!unknown-field! NSReadAccessURLDocumentOption bound

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

@ -0,0 +1,208 @@
!missing-enum! CMIOExtensionStreamClockType not bound
!missing-enum! CMIOExtensionStreamDirection not bound
!missing-enum! CMIOExtensionStreamDiscontinuityFlags not bound
!missing-field! CMIOExtensionInfoDictionaryKey not bound
!missing-field! CMIOExtensionMachServiceNameKey not bound
!missing-field! CMIOExtensionPropertyDeviceCanBeDefaultInputDevice not bound
!missing-field! CMIOExtensionPropertyDeviceCanBeDefaultOutputDevice not bound
!missing-field! CMIOExtensionPropertyDeviceIsSuspended not bound
!missing-field! CMIOExtensionPropertyDeviceLinkedCoreAudioDeviceUID not bound
!missing-field! CMIOExtensionPropertyDeviceModel not bound
!missing-field! CMIOExtensionPropertyDeviceTransportType not bound
!missing-field! CMIOExtensionPropertyProviderManufacturer not bound
!missing-field! CMIOExtensionPropertyProviderName not bound
!missing-field! CMIOExtensionPropertyStreamActiveFormatIndex not bound
!missing-field! CMIOExtensionPropertyStreamFrameDuration not bound
!missing-field! CMIOExtensionPropertyStreamMaxFrameDuration not bound
!missing-field! CMIOExtensionPropertyStreamSinkBufferQueueSize not bound
!missing-field! CMIOExtensionPropertyStreamSinkBuffersRequiredForStartup not bound
!missing-field! CMIOExtensionPropertyStreamSinkBufferUnderrunCount not bound
!missing-field! CMIOExtensionPropertyStreamSinkEndOfData not bound
!missing-field! kCMIOBlockBufferAttachmentKey_CVPixelBufferReference not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorFrameRect not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsDrawnInFramebuffer not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorIsVisible not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionX not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorPositionY not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorReference not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorScale not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_CursorSeed not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_KeyboardModifiers not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_KeyboardModifiersEvent not bound
!missing-field! kCMIOSampleBufferAttachment_MouseAndKeyboardModifiersKey_MouseButtonState not bound
!missing-field! kCMIOSampleBufferAttachmentKey_CAAudioTimeStamp not bound
!missing-field! kCMIOSampleBufferAttachmentKey_ClientSequenceID not bound
!missing-field! kCMIOSampleBufferAttachmentKey_ClosedCaptionSampleBuffer not bound
!missing-field! kCMIOSampleBufferAttachmentKey_DiscontinuityFlags not bound
!missing-field! kCMIOSampleBufferAttachmentKey_HDV1_PackData not bound
!missing-field! kCMIOSampleBufferAttachmentKey_HDV2_VAUX not bound
!missing-field! kCMIOSampleBufferAttachmentKey_HostTime not bound
!missing-field! kCMIOSampleBufferAttachmentKey_MouseAndKeyboardModifiers not bound
!missing-field! kCMIOSampleBufferAttachmentKey_MuxedSourcePresentationTimeStamp not bound
!missing-field! kCMIOSampleBufferAttachmentKey_NativeSMPTEFrameCount not bound
!missing-field! kCMIOSampleBufferAttachmentKey_NoDataMarker not bound
!missing-field! kCMIOSampleBufferAttachmentKey_NumberOfVideoFramesInBuffer not bound
!missing-field! kCMIOSampleBufferAttachmentKey_NumberOfVideoFramesInGOP not bound
!missing-field! kCMIOSampleBufferAttachmentKey_PixelBufferOverlaidByStaticImage not bound
!missing-field! kCMIOSampleBufferAttachmentKey_PulldownCadenceInfo not bound
!missing-field! kCMIOSampleBufferAttachmentKey_RepeatedBufferContents not bound
!missing-field! kCMIOSampleBufferAttachmentKey_SequenceNumber not bound
!missing-field! kCMIOSampleBufferAttachmentKey_SMPTETime not bound
!missing-field! kCMIOSampleBufferAttachmentKey_SourceAudioFormatDescription not bound
!missing-pinvoke! CMIODeviceProcessAVCCommand is not bound
!missing-pinvoke! CMIODeviceProcessRS422Command is not bound
!missing-pinvoke! CMIODeviceStartStream is not bound
!missing-pinvoke! CMIODeviceStopStream is not bound
!missing-pinvoke! CMIOObjectAddPropertyListener is not bound
!missing-pinvoke! CMIOObjectAddPropertyListenerBlock is not bound
!missing-pinvoke! CMIOObjectGetPropertyData is not bound
!missing-pinvoke! CMIOObjectGetPropertyDataSize is not bound
!missing-pinvoke! CMIOObjectHasProperty is not bound
!missing-pinvoke! CMIOObjectIsPropertySettable is not bound
!missing-pinvoke! CMIOObjectRemovePropertyListener is not bound
!missing-pinvoke! CMIOObjectRemovePropertyListenerBlock is not bound
!missing-pinvoke! CMIOObjectSetPropertyData is not bound
!missing-pinvoke! CMIOObjectShow is not bound
!missing-pinvoke! CMIOSampleBufferCopyNonRequiredAttachments is not bound
!missing-pinvoke! CMIOSampleBufferCopySampleAttachments is not bound
!missing-pinvoke! CMIOSampleBufferCreate is not bound
!missing-pinvoke! CMIOSampleBufferCreateForImageBuffer is not bound
!missing-pinvoke! CMIOSampleBufferCreateNoDataMarker is not bound
!missing-pinvoke! CMIOSampleBufferGetDiscontinuityFlags is not bound
!missing-pinvoke! CMIOSampleBufferGetSequenceNumber is not bound
!missing-pinvoke! CMIOSampleBufferSetDiscontinuityFlags is not bound
!missing-pinvoke! CMIOSampleBufferSetSequenceNumber is not bound
!missing-pinvoke! CMIOStreamClockConvertHostTimeToDeviceTime is not bound
!missing-pinvoke! CMIOStreamClockCreate is not bound
!missing-pinvoke! CMIOStreamClockInvalidate is not bound
!missing-pinvoke! CMIOStreamClockPostTimingEvent is not bound
!missing-pinvoke! CMIOStreamCopyBufferQueue is not bound
!missing-pinvoke! CMIOStreamDeckCueTo is not bound
!missing-pinvoke! CMIOStreamDeckJog is not bound
!missing-pinvoke! CMIOStreamDeckPlay is not bound
!missing-pinvoke! CMIOStreamDeckStop is not bound
!missing-protocol! CMIOExtensionDeviceSource not bound
!missing-protocol! CMIOExtensionProviderSource not bound
!missing-protocol! CMIOExtensionStreamSource not bound
!missing-selector! +CMIOExtensionDevice::deviceWithLocalizedName:deviceID:legacyDeviceID:source: not bound
!missing-selector! +CMIOExtensionDeviceProperties::devicePropertiesWithDictionary: not bound
!missing-selector! +CMIOExtensionPropertyAttributes::propertyAttributesWithMinValue:maxValue:validValues:readOnly: not bound
!missing-selector! +CMIOExtensionPropertyAttributes::readOnlyPropertyAttribute not bound
!missing-selector! +CMIOExtensionPropertyState::propertyStateWithValue: not bound
!missing-selector! +CMIOExtensionPropertyState::propertyStateWithValue:attributes: not bound
!missing-selector! +CMIOExtensionProvider::ignoreSIGTERM not bound
!missing-selector! +CMIOExtensionProvider::providerWithSource:clientQueue: not bound
!missing-selector! +CMIOExtensionProvider::startServiceWithProvider: not bound
!missing-selector! +CMIOExtensionProviderProperties::providerPropertiesWithDictionary: not bound
!missing-selector! +CMIOExtensionScheduledOutput::scheduledOutputWithSequenceNumber:hostTimeInNanoseconds: not bound
!missing-selector! +CMIOExtensionStream::streamWithLocalizedName:streamID:direction:clockType:source: not bound
!missing-selector! +CMIOExtensionStream::streamWithLocalizedName:streamID:direction:customClockConfiguration:source: not bound
!missing-selector! +CMIOExtensionStreamCustomClockConfiguration::customClockConfigurationWithClockName:sourceIdentifier:getTimeCallMinimumInterval:numberOfEventsForRateSmoothing:numberOfAveragesForRateSmoothing: not bound
!missing-selector! +CMIOExtensionStreamFormat::streamFormatWithFormatDescription:maxFrameDuration:minFrameDuration:validFrameDurations: not bound
!missing-selector! +CMIOExtensionStreamProperties::streamPropertiesWithDictionary: not bound
!missing-selector! CMIOExtensionClient::clientID not bound
!missing-selector! CMIOExtensionClient::pid not bound
!missing-selector! CMIOExtensionClient::signingID not bound
!missing-selector! CMIOExtensionDevice::addStream:error: not bound
!missing-selector! CMIOExtensionDevice::deviceID not bound
!missing-selector! CMIOExtensionDevice::initWithLocalizedName:deviceID:legacyDeviceID:source: not bound
!missing-selector! CMIOExtensionDevice::legacyDeviceID not bound
!missing-selector! CMIOExtensionDevice::localizedName not bound
!missing-selector! CMIOExtensionDevice::notifyPropertiesChanged: not bound
!missing-selector! CMIOExtensionDevice::removeStream:error: not bound
!missing-selector! CMIOExtensionDevice::source not bound
!missing-selector! CMIOExtensionDevice::streams not bound
!missing-selector! CMIOExtensionDeviceProperties::initWithDictionary: not bound
!missing-selector! CMIOExtensionDeviceProperties::linkedCoreAudioDeviceUID not bound
!missing-selector! CMIOExtensionDeviceProperties::model not bound
!missing-selector! CMIOExtensionDeviceProperties::propertiesDictionary not bound
!missing-selector! CMIOExtensionDeviceProperties::setLinkedCoreAudioDeviceUID: not bound
!missing-selector! CMIOExtensionDeviceProperties::setModel: not bound
!missing-selector! CMIOExtensionDeviceProperties::setPropertiesDictionary: not bound
!missing-selector! CMIOExtensionDeviceProperties::setPropertyState:forProperty: not bound
!missing-selector! CMIOExtensionDeviceProperties::setSuspended: not bound
!missing-selector! CMIOExtensionDeviceProperties::setTransportType: not bound
!missing-selector! CMIOExtensionDeviceProperties::suspended not bound
!missing-selector! CMIOExtensionDeviceProperties::transportType not bound
!missing-selector! CMIOExtensionPropertyAttributes::initWithMinValue:maxValue:validValues:readOnly: not bound
!missing-selector! CMIOExtensionPropertyAttributes::isReadOnly not bound
!missing-selector! CMIOExtensionPropertyAttributes::maxValue not bound
!missing-selector! CMIOExtensionPropertyAttributes::minValue not bound
!missing-selector! CMIOExtensionPropertyAttributes::validValues not bound
!missing-selector! CMIOExtensionPropertyState::attributes not bound
!missing-selector! CMIOExtensionPropertyState::initWithValue: not bound
!missing-selector! CMIOExtensionPropertyState::initWithValue:attributes: not bound
!missing-selector! CMIOExtensionPropertyState::value not bound
!missing-selector! CMIOExtensionProvider::addDevice:error: not bound
!missing-selector! CMIOExtensionProvider::clientQueue not bound
!missing-selector! CMIOExtensionProvider::connectedClients not bound
!missing-selector! CMIOExtensionProvider::devices not bound
!missing-selector! CMIOExtensionProvider::initWithSource:clientQueue: not bound
!missing-selector! CMIOExtensionProvider::notifyPropertiesChanged: not bound
!missing-selector! CMIOExtensionProvider::removeDevice:error: not bound
!missing-selector! CMIOExtensionProvider::source not bound
!missing-selector! CMIOExtensionProviderProperties::initWithDictionary: not bound
!missing-selector! CMIOExtensionProviderProperties::manufacturer not bound
!missing-selector! CMIOExtensionProviderProperties::name not bound
!missing-selector! CMIOExtensionProviderProperties::propertiesDictionary not bound
!missing-selector! CMIOExtensionProviderProperties::setManufacturer: not bound
!missing-selector! CMIOExtensionProviderProperties::setName: not bound
!missing-selector! CMIOExtensionProviderProperties::setPropertiesDictionary: not bound
!missing-selector! CMIOExtensionProviderProperties::setPropertyState:forProperty: not bound
!missing-selector! CMIOExtensionScheduledOutput::hostTimeInNanoseconds not bound
!missing-selector! CMIOExtensionScheduledOutput::initWithSequenceNumber:hostTimeInNanoseconds: not bound
!missing-selector! CMIOExtensionScheduledOutput::sequenceNumber not bound
!missing-selector! CMIOExtensionStream::clockType not bound
!missing-selector! CMIOExtensionStream::consumeSampleBufferFromClient:completionHandler: not bound
!missing-selector! CMIOExtensionStream::customClockConfiguration not bound
!missing-selector! CMIOExtensionStream::direction not bound
!missing-selector! CMIOExtensionStream::initWithLocalizedName:streamID:direction:clockType:source: not bound
!missing-selector! CMIOExtensionStream::initWithLocalizedName:streamID:direction:customClockConfiguration:source: not bound
!missing-selector! CMIOExtensionStream::localizedName not bound
!missing-selector! CMIOExtensionStream::notifyPropertiesChanged: not bound
!missing-selector! CMIOExtensionStream::notifyScheduledOutputChanged: not bound
!missing-selector! CMIOExtensionStream::sendSampleBuffer:discontinuity:hostTimeInNanoseconds: not bound
!missing-selector! CMIOExtensionStream::source not bound
!missing-selector! CMIOExtensionStream::streamID not bound
!missing-selector! CMIOExtensionStream::streamingClients not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::clockName not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::getTimeCallMinimumInterval not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::initWithClockName:sourceIdentifier:getTimeCallMinimumInterval:numberOfEventsForRateSmoothing:numberOfAveragesForRateSmoothing: not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::numberOfAveragesForRateSmoothing not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::numberOfEventsForRateSmoothing not bound
!missing-selector! CMIOExtensionStreamCustomClockConfiguration::sourceIdentifier not bound
!missing-selector! CMIOExtensionStreamFormat::formatDescription not bound
!missing-selector! CMIOExtensionStreamFormat::initWithFormatDescription:maxFrameDuration:minFrameDuration:validFrameDurations: not bound
!missing-selector! CMIOExtensionStreamFormat::maxFrameDuration not bound
!missing-selector! CMIOExtensionStreamFormat::minFrameDuration not bound
!missing-selector! CMIOExtensionStreamFormat::validFrameDurations not bound
!missing-selector! CMIOExtensionStreamProperties::activeFormatIndex not bound
!missing-selector! CMIOExtensionStreamProperties::frameDuration not bound
!missing-selector! CMIOExtensionStreamProperties::initWithDictionary: not bound
!missing-selector! CMIOExtensionStreamProperties::maxFrameDuration not bound
!missing-selector! CMIOExtensionStreamProperties::propertiesDictionary not bound
!missing-selector! CMIOExtensionStreamProperties::setActiveFormatIndex: not bound
!missing-selector! CMIOExtensionStreamProperties::setFrameDuration: not bound
!missing-selector! CMIOExtensionStreamProperties::setMaxFrameDuration: not bound
!missing-selector! CMIOExtensionStreamProperties::setPropertiesDictionary: not bound
!missing-selector! CMIOExtensionStreamProperties::setPropertyState:forProperty: not bound
!missing-selector! CMIOExtensionStreamProperties::setSinkBufferQueueSize: not bound
!missing-selector! CMIOExtensionStreamProperties::setSinkBuffersRequiredForStartup: not bound
!missing-selector! CMIOExtensionStreamProperties::setSinkBufferUnderrunCount: not bound
!missing-selector! CMIOExtensionStreamProperties::setSinkEndOfData: not bound
!missing-selector! CMIOExtensionStreamProperties::sinkBufferQueueSize not bound
!missing-selector! CMIOExtensionStreamProperties::sinkBuffersRequiredForStartup not bound
!missing-selector! CMIOExtensionStreamProperties::sinkBufferUnderrunCount not bound
!missing-selector! CMIOExtensionStreamProperties::sinkEndOfData not bound
!missing-type! CMIOExtensionClient not bound
!missing-type! CMIOExtensionDevice not bound
!missing-type! CMIOExtensionDeviceProperties not bound
!missing-type! CMIOExtensionPropertyAttributes not bound
!missing-type! CMIOExtensionPropertyState not bound
!missing-type! CMIOExtensionProvider not bound
!missing-type! CMIOExtensionProviderProperties not bound
!missing-type! CMIOExtensionScheduledOutput not bound
!missing-type! CMIOExtensionStream not bound
!missing-type! CMIOExtensionStreamCustomClockConfiguration not bound
!missing-type! CMIOExtensionStreamFormat not bound
!missing-type! CMIOExtensionStreamProperties not bound

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

@ -13,8 +13,3 @@
!missing-type! CMRotationRateData not bound !missing-type! CMRotationRateData not bound
# added in 13 and deprecated in 14 so we will just ignore them # added in 13 and deprecated in 14 so we will just ignore them
!missing-selector! +CMStepCounter::isStepCountingAvailable not bound
!missing-selector! CMStepCounter::queryStepCountStartingFrom:to:toQueue:withHandler: not bound
!missing-selector! CMStepCounter::startStepCountingUpdatesToQueue:updateOn:withHandler: not bound
!missing-selector! CMStepCounter::stopStepCountingUpdates not bound
!missing-type! CMStepCounter not bound

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

@ -1,4 +0,0 @@
!missing-type! CTCall not bound
!missing-type! CTCallCenter not bound
!missing-type! CTCarrier not bound
!missing-type! CTTelephonyNetworkInfo not bound

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

@ -1,11 +0,0 @@
!missing-selector! EAWiFiUnconfiguredAccessory::macAddress not bound
!missing-selector! EAWiFiUnconfiguredAccessory::manufacturer not bound
!missing-selector! EAWiFiUnconfiguredAccessory::model not bound
!missing-selector! EAWiFiUnconfiguredAccessory::name not bound
!missing-selector! EAWiFiUnconfiguredAccessory::properties not bound
!missing-selector! EAWiFiUnconfiguredAccessory::ssid not bound
!missing-selector! EAWiFiUnconfiguredAccessoryBrowser::delegate not bound
!missing-selector! EAWiFiUnconfiguredAccessoryBrowser::setDelegate: not bound
!missing-selector! EAWiFiUnconfiguredAccessoryBrowser::unconfiguredAccessories not bound
!missing-type! EAWiFiUnconfiguredAccessory not bound
!missing-type! EAWiFiUnconfiguredAccessoryBrowser not bound

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

@ -1,411 +1,35 @@
!unknown-field! GCControllerDidBecomeCurrentNotification bound !missing-enum! GCPhysicalInputSourceDirection not bound
!unknown-field! GCControllerDidConnectNotification bound !missing-field! GCProductCategoryArcadeStick not bound
!unknown-field! GCControllerDidDisconnectNotification bound !missing-pinvoke! GCInputArcadeButtonName is not bound
!unknown-field! GCControllerDidStopBeingCurrentNotification bound !missing-protocol! GCAxisElementName not bound
!unknown-field! GCControllerUserCustomizationsDidChangeNotification bound !missing-protocol! GCButtonElementName not bound
!unknown-field! GCCurrentExtendedGamepadSnapshotDataVersion bound !missing-protocol! GCDirectionPadElementName not bound
!unknown-field! GCCurrentMicroGamepadSnapshotDataVersion bound !missing-protocol! GCPhysicalInputElementName not bound
!unknown-field! GCHapticDurationInfinite bound !missing-protocol! GCPhysicalInputSource not bound
!unknown-field! GCHapticsLocalityAll bound !missing-protocol! GCSwitchElementName not bound
!unknown-field! GCHapticsLocalityDefault bound !missing-protocol-member! GCAxisInput::sources not found
!unknown-field! GCHapticsLocalityHandles bound !missing-protocol-member! GCDevicePhysicalInput::queue not found
!unknown-field! GCHapticsLocalityLeftHandle bound !missing-protocol-member! GCDevicePhysicalInput::setQueue: not found
!unknown-field! GCHapticsLocalityLeftTrigger bound !missing-protocol-member! GCDevicePhysicalInputState::axes not found
!unknown-field! GCHapticsLocalityRightHandle bound !missing-protocol-member! GCDevicePhysicalInputState::buttons not found
!unknown-field! GCHapticsLocalityRightTrigger bound !missing-protocol-member! GCDevicePhysicalInputState::dpads not found
!unknown-field! GCHapticsLocalityTriggers bound !missing-protocol-member! GCDevicePhysicalInputState::elements not found
!unknown-field! GCInputButtonA bound !missing-protocol-member! GCDevicePhysicalInputState::switches not found
!unknown-field! GCInputButtonB bound !missing-protocol-member! GCLinearInput::sources not found
!unknown-field! GCInputButtonHome bound !missing-protocol-member! GCPressedStateInput::sources not found
!unknown-field! GCInputButtonMenu bound !missing-protocol-member! GCRelativeInput::sources not found
!unknown-field! GCInputButtonOptions bound !missing-protocol-member! GCSwitchPositionInput::sources not found
!unknown-field! GCInputButtonShare bound !missing-protocol-member! GCTouchedStateInput::sources not found
!unknown-field! GCInputButtonX bound !missing-selector! +GCController::supportsHIDDevice: not bound
!unknown-field! GCInputButtonY bound !missing-selector! GCController::input not bound
!unknown-field! GCInputDirectionalCardinalDpad bound !missing-selector! GCControllerLiveInput::capture not bound
!unknown-field! GCInputDirectionalCenterButton bound !missing-selector! GCControllerLiveInput::nextInputState not bound
!unknown-field! GCInputDirectionalDpad bound !missing-selector! GCControllerLiveInput::unmappedInput not bound
!unknown-field! GCInputDirectionalTouchSurfaceButton bound !missing-selector! GCDeviceHaptics::createEngineWithLocality: not bound
!unknown-field! GCInputDirectionPad bound !missing-selector! GCPhysicalInputElementCollection::count not bound
!unknown-field! GCInputDualShockTouchpadButton bound !missing-selector! GCPhysicalInputElementCollection::elementEnumerator not bound
!unknown-field! GCInputDualShockTouchpadOne bound !missing-selector! GCPhysicalInputElementCollection::elementForAlias: not bound
!unknown-field! GCInputDualShockTouchpadTwo bound !missing-selector! GCPhysicalInputElementCollection::objectForKeyedSubscript: not bound
!unknown-field! GCInputLeftPaddle bound !missing-type! GCControllerInputState not bound
!unknown-field! GCInputLeftShoulder bound !missing-type! GCControllerLiveInput not bound
!unknown-field! GCInputLeftThumbstick bound !missing-type! GCPhysicalInputElementCollection not bound
!unknown-field! GCInputLeftThumbstickButton bound
!unknown-field! GCInputLeftTrigger bound
!unknown-field! GCInputMicroGamepadButtonA bound
!unknown-field! GCInputMicroGamepadButtonMenu bound
!unknown-field! GCInputMicroGamepadButtonX bound
!unknown-field! GCInputMicroGamepadDpad bound
!unknown-field! GCInputPedalAccelerator bound
!unknown-field! GCInputPedalBrake bound
!unknown-field! GCInputPedalClutch bound
!unknown-field! GCInputRightPaddle bound
!unknown-field! GCInputRightShoulder bound
!unknown-field! GCInputRightThumbstick bound
!unknown-field! GCInputRightThumbstickButton bound
!unknown-field! GCInputRightTrigger bound
!unknown-field! GCInputShifter bound
!unknown-field! GCInputSteeringWheel bound
!unknown-field! GCInputXboxPaddleFour bound
!unknown-field! GCInputXboxPaddleOne bound
!unknown-field! GCInputXboxPaddleThree bound
!unknown-field! GCInputXboxPaddleTwo bound
!unknown-field! GCKeyA bound
!unknown-field! GCKeyApplication bound
!unknown-field! GCKeyB bound
!unknown-field! GCKeyBackslash bound
!unknown-field! GCKeyboardDidConnectNotification bound
!unknown-field! GCKeyboardDidDisconnectNotification bound
!unknown-field! GCKeyC bound
!unknown-field! GCKeyCapsLock bound
!unknown-field! GCKeyCloseBracket bound
!unknown-field! GCKeyCodeApplication bound
!unknown-field! GCKeyCodeBackslash bound
!unknown-field! GCKeyCodeCapsLock bound
!unknown-field! GCKeyCodeCloseBracket bound
!unknown-field! GCKeyCodeComma bound
!unknown-field! GCKeyCodeDeleteForward bound
!unknown-field! GCKeyCodeDeleteOrBackspace bound
!unknown-field! GCKeyCodeDownArrow bound
!unknown-field! GCKeyCodeEight bound
!unknown-field! GCKeyCodeEnd bound
!unknown-field! GCKeyCodeEqualSign bound
!unknown-field! GCKeyCodeEscape bound
!unknown-field! GCKeyCodeF1 bound
!unknown-field! GCKeyCodeF10 bound
!unknown-field! GCKeyCodeF11 bound
!unknown-field! GCKeyCodeF12 bound
!unknown-field! GCKeyCodeF13 bound
!unknown-field! GCKeyCodeF14 bound
!unknown-field! GCKeyCodeF15 bound
!unknown-field! GCKeyCodeF16 bound
!unknown-field! GCKeyCodeF17 bound
!unknown-field! GCKeyCodeF18 bound
!unknown-field! GCKeyCodeF19 bound
!unknown-field! GCKeyCodeF2 bound
!unknown-field! GCKeyCodeF20 bound
!unknown-field! GCKeyCodeF3 bound
!unknown-field! GCKeyCodeF4 bound
!unknown-field! GCKeyCodeF5 bound
!unknown-field! GCKeyCodeF6 bound
!unknown-field! GCKeyCodeF7 bound
!unknown-field! GCKeyCodeF8 bound
!unknown-field! GCKeyCodeF9 bound
!unknown-field! GCKeyCodeFive bound
!unknown-field! GCKeyCodeFour bound
!unknown-field! GCKeyCodeGraveAccentAndTilde bound
!unknown-field! GCKeyCodeHome bound
!unknown-field! GCKeyCodeHyphen bound
!unknown-field! GCKeyCodeInsert bound
!unknown-field! GCKeyCodeInternational1 bound
!unknown-field! GCKeyCodeInternational2 bound
!unknown-field! GCKeyCodeInternational3 bound
!unknown-field! GCKeyCodeInternational4 bound
!unknown-field! GCKeyCodeInternational5 bound
!unknown-field! GCKeyCodeInternational6 bound
!unknown-field! GCKeyCodeInternational7 bound
!unknown-field! GCKeyCodeInternational8 bound
!unknown-field! GCKeyCodeInternational9 bound
!unknown-field! GCKeyCodeKeyA bound
!unknown-field! GCKeyCodeKeyB bound
!unknown-field! GCKeyCodeKeyC bound
!unknown-field! GCKeyCodeKeyD bound
!unknown-field! GCKeyCodeKeyE bound
!unknown-field! GCKeyCodeKeyF bound
!unknown-field! GCKeyCodeKeyG bound
!unknown-field! GCKeyCodeKeyH bound
!unknown-field! GCKeyCodeKeyI bound
!unknown-field! GCKeyCodeKeyJ bound
!unknown-field! GCKeyCodeKeyK bound
!unknown-field! GCKeyCodeKeyL bound
!unknown-field! GCKeyCodeKeyM bound
!unknown-field! GCKeyCodeKeyN bound
!unknown-field! GCKeyCodeKeyO bound
!unknown-field! GCKeyCodeKeyP bound
!unknown-field! GCKeyCodeKeypad0 bound
!unknown-field! GCKeyCodeKeypad1 bound
!unknown-field! GCKeyCodeKeypad2 bound
!unknown-field! GCKeyCodeKeypad3 bound
!unknown-field! GCKeyCodeKeypad4 bound
!unknown-field! GCKeyCodeKeypad5 bound
!unknown-field! GCKeyCodeKeypad6 bound
!unknown-field! GCKeyCodeKeypad7 bound
!unknown-field! GCKeyCodeKeypad8 bound
!unknown-field! GCKeyCodeKeypad9 bound
!unknown-field! GCKeyCodeKeypadAsterisk bound
!unknown-field! GCKeyCodeKeypadEnter bound
!unknown-field! GCKeyCodeKeypadEqualSign bound
!unknown-field! GCKeyCodeKeypadHyphen bound
!unknown-field! GCKeyCodeKeypadNumLock bound
!unknown-field! GCKeyCodeKeypadPeriod bound
!unknown-field! GCKeyCodeKeypadPlus bound
!unknown-field! GCKeyCodeKeypadSlash bound
!unknown-field! GCKeyCodeKeyQ bound
!unknown-field! GCKeyCodeKeyR bound
!unknown-field! GCKeyCodeKeyS bound
!unknown-field! GCKeyCodeKeyT bound
!unknown-field! GCKeyCodeKeyU bound
!unknown-field! GCKeyCodeKeyV bound
!unknown-field! GCKeyCodeKeyW bound
!unknown-field! GCKeyCodeKeyX bound
!unknown-field! GCKeyCodeKeyY bound
!unknown-field! GCKeyCodeKeyZ bound
!unknown-field! GCKeyCodeLANG1 bound
!unknown-field! GCKeyCodeLANG2 bound
!unknown-field! GCKeyCodeLANG3 bound
!unknown-field! GCKeyCodeLANG4 bound
!unknown-field! GCKeyCodeLANG5 bound
!unknown-field! GCKeyCodeLANG6 bound
!unknown-field! GCKeyCodeLANG7 bound
!unknown-field! GCKeyCodeLANG8 bound
!unknown-field! GCKeyCodeLANG9 bound
!unknown-field! GCKeyCodeLeftAlt bound
!unknown-field! GCKeyCodeLeftArrow bound
!unknown-field! GCKeyCodeLeftControl bound
!unknown-field! GCKeyCodeLeftGUI bound
!unknown-field! GCKeyCodeLeftShift bound
!unknown-field! GCKeyCodeNine bound
!unknown-field! GCKeyCodeNonUSBackslash bound
!unknown-field! GCKeyCodeNonUSPound bound
!unknown-field! GCKeyCodeOne bound
!unknown-field! GCKeyCodeOpenBracket bound
!unknown-field! GCKeyCodePageDown bound
!unknown-field! GCKeyCodePageUp bound
!unknown-field! GCKeyCodePause bound
!unknown-field! GCKeyCodePeriod bound
!unknown-field! GCKeyCodePower bound
!unknown-field! GCKeyCodePrintScreen bound
!unknown-field! GCKeyCodeQuote bound
!unknown-field! GCKeyCodeReturnOrEnter bound
!unknown-field! GCKeyCodeRightAlt bound
!unknown-field! GCKeyCodeRightArrow bound
!unknown-field! GCKeyCodeRightControl bound
!unknown-field! GCKeyCodeRightGUI bound
!unknown-field! GCKeyCodeRightShift bound
!unknown-field! GCKeyCodeScrollLock bound
!unknown-field! GCKeyCodeSemicolon bound
!unknown-field! GCKeyCodeSeven bound
!unknown-field! GCKeyCodeSix bound
!unknown-field! GCKeyCodeSlash bound
!unknown-field! GCKeyCodeSpacebar bound
!unknown-field! GCKeyCodeTab bound
!unknown-field! GCKeyCodeThree bound
!unknown-field! GCKeyCodeTwo bound
!unknown-field! GCKeyCodeUpArrow bound
!unknown-field! GCKeyCodeZero bound
!unknown-field! GCKeyComma bound
!unknown-field! GCKeyD bound
!unknown-field! GCKeyDeleteForward bound
!unknown-field! GCKeyDeleteOrBackspace bound
!unknown-field! GCKeyDownArrow bound
!unknown-field! GCKeyE bound
!unknown-field! GCKeyEight bound
!unknown-field! GCKeyEnd bound
!unknown-field! GCKeyEqualSign bound
!unknown-field! GCKeyEscape bound
!unknown-field! GCKeyF bound
!unknown-field! GCKeyF1 bound
!unknown-field! GCKeyF10 bound
!unknown-field! GCKeyF11 bound
!unknown-field! GCKeyF12 bound
!unknown-field! GCKeyF13 bound
!unknown-field! GCKeyF14 bound
!unknown-field! GCKeyF15 bound
!unknown-field! GCKeyF16 bound
!unknown-field! GCKeyF17 bound
!unknown-field! GCKeyF18 bound
!unknown-field! GCKeyF19 bound
!unknown-field! GCKeyF2 bound
!unknown-field! GCKeyF20 bound
!unknown-field! GCKeyF3 bound
!unknown-field! GCKeyF4 bound
!unknown-field! GCKeyF5 bound
!unknown-field! GCKeyF6 bound
!unknown-field! GCKeyF7 bound
!unknown-field! GCKeyF8 bound
!unknown-field! GCKeyF9 bound
!unknown-field! GCKeyFive bound
!unknown-field! GCKeyFour bound
!unknown-field! GCKeyG bound
!unknown-field! GCKeyGraveAccentAndTilde bound
!unknown-field! GCKeyH bound
!unknown-field! GCKeyHome bound
!unknown-field! GCKeyHyphen bound
!unknown-field! GCKeyI bound
!unknown-field! GCKeyInsert bound
!unknown-field! GCKeyInternational1 bound
!unknown-field! GCKeyInternational2 bound
!unknown-field! GCKeyInternational3 bound
!unknown-field! GCKeyInternational4 bound
!unknown-field! GCKeyInternational5 bound
!unknown-field! GCKeyInternational6 bound
!unknown-field! GCKeyInternational7 bound
!unknown-field! GCKeyInternational8 bound
!unknown-field! GCKeyInternational9 bound
!unknown-field! GCKeyJ bound
!unknown-field! GCKeyK bound
!unknown-field! GCKeyKeypad0 bound
!unknown-field! GCKeyKeypad1 bound
!unknown-field! GCKeyKeypad2 bound
!unknown-field! GCKeyKeypad3 bound
!unknown-field! GCKeyKeypad4 bound
!unknown-field! GCKeyKeypad5 bound
!unknown-field! GCKeyKeypad6 bound
!unknown-field! GCKeyKeypad7 bound
!unknown-field! GCKeyKeypad8 bound
!unknown-field! GCKeyKeypad9 bound
!unknown-field! GCKeyKeypadAsterisk bound
!unknown-field! GCKeyKeypadEnter bound
!unknown-field! GCKeyKeypadEqualSign bound
!unknown-field! GCKeyKeypadHyphen bound
!unknown-field! GCKeyKeypadNumLock bound
!unknown-field! GCKeyKeypadPeriod bound
!unknown-field! GCKeyKeypadPlus bound
!unknown-field! GCKeyKeypadSlash bound
!unknown-field! GCKeyL bound
!unknown-field! GCKeyLANG1 bound
!unknown-field! GCKeyLANG2 bound
!unknown-field! GCKeyLANG3 bound
!unknown-field! GCKeyLANG4 bound
!unknown-field! GCKeyLANG5 bound
!unknown-field! GCKeyLANG6 bound
!unknown-field! GCKeyLANG7 bound
!unknown-field! GCKeyLANG8 bound
!unknown-field! GCKeyLANG9 bound
!unknown-field! GCKeyLeftAlt bound
!unknown-field! GCKeyLeftArrow bound
!unknown-field! GCKeyLeftControl bound
!unknown-field! GCKeyLeftGUI bound
!unknown-field! GCKeyLeftShift bound
!unknown-field! GCKeyM bound
!unknown-field! GCKeyN bound
!unknown-field! GCKeyNine bound
!unknown-field! GCKeyNonUSBackslash bound
!unknown-field! GCKeyNonUSPound bound
!unknown-field! GCKeyO bound
!unknown-field! GCKeyOne bound
!unknown-field! GCKeyOpenBracket bound
!unknown-field! GCKeyP bound
!unknown-field! GCKeyPageDown bound
!unknown-field! GCKeyPageUp bound
!unknown-field! GCKeyPause bound
!unknown-field! GCKeyPeriod bound
!unknown-field! GCKeyPower bound
!unknown-field! GCKeyPrintScreen bound
!unknown-field! GCKeyQ bound
!unknown-field! GCKeyQuote bound
!unknown-field! GCKeyR bound
!unknown-field! GCKeyReturnOrEnter bound
!unknown-field! GCKeyRightAlt bound
!unknown-field! GCKeyRightArrow bound
!unknown-field! GCKeyRightControl bound
!unknown-field! GCKeyRightGUI bound
!unknown-field! GCKeyRightShift bound
!unknown-field! GCKeyS bound
!unknown-field! GCKeyScrollLock bound
!unknown-field! GCKeySemicolon bound
!unknown-field! GCKeySeven bound
!unknown-field! GCKeySix bound
!unknown-field! GCKeySlash bound
!unknown-field! GCKeySpacebar bound
!unknown-field! GCKeyT bound
!unknown-field! GCKeyTab bound
!unknown-field! GCKeyThree bound
!unknown-field! GCKeyTwo bound
!unknown-field! GCKeyU bound
!unknown-field! GCKeyUpArrow bound
!unknown-field! GCKeyV bound
!unknown-field! GCKeyW bound
!unknown-field! GCKeyX bound
!unknown-field! GCKeyY bound
!unknown-field! GCKeyZ bound
!unknown-field! GCKeyZero bound
!unknown-field! GCMouseDidBecomeCurrentNotification bound
!unknown-field! GCMouseDidConnectNotification bound
!unknown-field! GCMouseDidDisconnectNotification bound
!unknown-field! GCMouseDidStopBeingCurrentNotification bound
!unknown-field! GCProductCategoryCoalescedRemote bound
!unknown-field! GCProductCategoryControlCenterRemote bound
!unknown-field! GCProductCategoryDualSense bound
!unknown-field! GCProductCategoryDualShock4 bound
!unknown-field! GCProductCategoryHID bound
!unknown-field! GCProductCategoryKeyboard bound
!unknown-field! GCProductCategoryMFi bound
!unknown-field! GCProductCategoryMouse bound
!unknown-field! GCProductCategorySiriRemote1stGen bound
!unknown-field! GCProductCategorySiriRemote2ndGen bound
!unknown-field! GCProductCategoryUniversalElectronicsRemote bound
!unknown-field! GCProductCategoryXboxOne bound
!unknown-field! GCRacingWheelDidConnectNotification bound
!unknown-field! GCRacingWheelDidDisconnectNotification bound
!unknown-native-enum! GCControllerPlayerIndex bound
!unknown-native-enum! GCDeviceBatteryState bound
!unknown-native-enum! GCDevicePhysicalInputElementChange bound
!unknown-native-enum! GCDualSenseAdaptiveTriggerMode bound
!unknown-native-enum! GCDualSenseAdaptiveTriggerStatus bound
!unknown-native-enum! GCExtendedGamepadSnapshotDataVersion bound
!unknown-native-enum! GCMicroGamepadSnapshotDataVersion bound
!unknown-native-enum! GCSystemGestureState bound
!unknown-native-enum! GCTouchState bound
!unknown-pinvoke! GCExtendedGamepadSnapshotDataFromNSData bound
!unknown-pinvoke! GCExtendedGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! GCGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! GCMicroGamepadSnapshotDataFromNSData bound
!unknown-pinvoke! GCMicroGamepadSnapShotDataV100FromNSData bound
!unknown-pinvoke! NSDataFromGCExtendedGamepadSnapshotData bound
!unknown-pinvoke! NSDataFromGCExtendedGamepadSnapShotDataV100 bound
!unknown-pinvoke! NSDataFromGCGamepadSnapShotDataV100 bound
!unknown-pinvoke! NSDataFromGCMicroGamepadSnapshotData bound
!unknown-pinvoke! NSDataFromGCMicroGamepadSnapShotDataV100 bound
!unknown-protocol! GCAxisElement bound
!unknown-protocol! GCAxisInput bound
!unknown-protocol! GCButtonElement bound
!unknown-protocol! GCDevice bound
!unknown-protocol! GCDevicePhysicalInput bound
!unknown-protocol! GCDevicePhysicalInputState bound
!unknown-protocol! GCDevicePhysicalInputStateDiff bound
!unknown-protocol! GCDirectionPadElement bound
!unknown-protocol! GCLinearInput bound
!unknown-protocol! GCPhysicalInputElement bound
!unknown-protocol! GCPressedStateInput bound
!unknown-protocol! GCRelativeInput bound
!unknown-protocol! GCSwitchElement bound
!unknown-protocol! GCSwitchPositionInput bound
!unknown-protocol! GCTouchedStateInput bound
!unknown-type! GCColor bound
!unknown-type! GCController bound
!unknown-type! GCControllerAxisInput bound
!unknown-type! GCControllerButtonInput bound
!unknown-type! GCControllerDirectionPad bound
!unknown-type! GCControllerElement bound
!unknown-type! GCControllerTouchpad bound
!unknown-type! GCDeviceBattery bound
!unknown-type! GCDeviceCursor bound
!unknown-type! GCDeviceHaptics bound
!unknown-type! GCDeviceLight bound
!unknown-type! GCDirectionalGamepad bound
!unknown-type! GCDualSenseAdaptiveTrigger bound
!unknown-type! GCDualSenseGamepad bound
!unknown-type! GCDualShockGamepad bound
!unknown-type! GCEventViewController bound
!unknown-type! GCExtendedGamepad bound
!unknown-type! GCExtendedGamepadSnapshot bound
!unknown-type! GCGamepad bound
!unknown-type! GCGamepadSnapshot bound
!unknown-type! GCGearShifterElement bound
!unknown-type! GCKeyboard bound
!unknown-type! GCKeyboardInput bound
!unknown-type! GCMicroGamepad bound
!unknown-type! GCMicroGamepadSnapshot bound
!unknown-type! GCMotion bound
!unknown-type! GCMouse bound
!unknown-type! GCMouseInput bound
!unknown-type! GCPhysicalInputProfile bound
!unknown-type! GCRacingWheel bound
!unknown-type! GCRacingWheelInput bound
!unknown-type! GCRacingWheelInputState bound
!unknown-type! GCSteeringWheelElement bound
!unknown-type! GCXboxGamepad bound

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

@ -1,86 +1,21 @@
!unknown-field! GKErrorDomain bound !deprecated-attribute-missing! GKTurnBasedEventListener::player:didRequestMatchWithPlayers: missing a [Deprecated] attribute
!unknown-field! GKExchangeTimeoutDefault bound !extra-protocol-member! unexpected selector GKMatchDelegate::xamarin:selector:removed: found
!unknown-field! GKExchangeTimeoutNone bound !incorrect-protocol-member! GKMatchmakerViewControllerDelegate::matchmakerViewController:didFindHostedPlayers: is OPTIONAL and should NOT be abstract
!unknown-field! GKGameSessionErrorDomain bound !incorrect-protocol-member! GKMatchmakerViewControllerDelegate::matchmakerViewController:didFindMatch: is OPTIONAL and should NOT be abstract
!unknown-field! GKPlayerAuthenticationDidChangeNotificationName bound !incorrect-protocol-member! GKMatchmakerViewControllerDelegate::matchmakerViewController:didFindPlayers: is OPTIONAL and should NOT be abstract
!unknown-field! GKPlayerDidChangeNotificationName bound !incorrect-protocol-member! GKTurnBasedEventHandlerDelegate::handleTurnEventForMatch:didBecomeActive: is REQUIRED and should be abstract
!unknown-field! GKPlayerIDNoLongerAvailable bound !incorrect-protocol-member! GKTurnBasedMatchmakerViewControllerDelegate::turnBasedMatchmakerViewController:didFindMatch: is OPTIONAL and should NOT be abstract
!unknown-field! GKTurnTimeoutDefault bound !incorrect-protocol-member! GKTurnBasedMatchmakerViewControllerDelegate::turnBasedMatchmakerViewController:playerQuitForMatch: is OPTIONAL and should NOT be abstract
!unknown-field! GKTurnTimeoutNone bound !missing-field! GKSessionErrorDomain not bound
!unknown-native-enum! GKAccessPointLocation bound !missing-field! GKVoiceChatServiceErrorDomain not bound
!unknown-native-enum! GKChallengeState bound !missing-protocol-member! GKInviteEventListener::player:didRequestMatchWithPlayers: not found
!unknown-native-enum! GKConnectionState bound !missing-selector! GKAchievement::challengeComposeControllerWithMessage:players:completion: not bound
!unknown-native-enum! GKError bound !missing-selector! GKAchievementDescription::rarityPercent not bound
!unknown-native-enum! GKFriendsAuthorizationStatus bound !missing-selector! GKLeaderboardEntry::challengeComposeControllerWithMessage:players:completion: not bound
!unknown-native-enum! GKGameCenterViewControllerState bound !missing-selector! GKLeaderboardEntry::context not bound
!unknown-native-enum! GKGameSessionErrorCode bound !missing-selector! GKLeaderboardEntry::date not bound
!unknown-native-enum! GKInviteRecipientResponse bound !missing-selector! GKLeaderboardEntry::formattedScore not bound
!unknown-native-enum! GKLeaderboardPlayerScope bound !missing-selector! GKLeaderboardEntry::rank not bound
!unknown-native-enum! GKLeaderboardTimeScope bound !missing-selector! GKLeaderboardEntry::score not bound
!unknown-native-enum! GKLeaderboardType bound !missing-selector! GKLeaderboardSet::loadImageWithCompletionHandler: not bound
!unknown-native-enum! GKMatchmakingMode bound !missing-selector! GKVoiceChat::playerVoiceChatStateDidChangeHandler not bound
!unknown-native-enum! GKMatchSendDataMode bound
!unknown-native-enum! GKMatchType bound
!unknown-native-enum! GKPhotoSize bound
!unknown-native-enum! GKPlayerConnectionState bound
!unknown-native-enum! GKTransportType bound
!unknown-native-enum! GKTurnBasedMatchOutcome bound
!unknown-native-enum! GKTurnBasedMatchStatus bound
!unknown-native-enum! GKTurnBasedParticipantStatus bound
!unknown-native-enum! GKVoiceChatPlayerState bound
!unknown-protocol! GKAchievementViewControllerDelegate bound
!unknown-protocol! GKChallengeEventHandlerDelegate bound
!unknown-protocol! GKChallengeListener bound
!unknown-protocol! GKChallengesViewControllerDelegate bound
!unknown-protocol! GKFriendRequestComposeViewControllerDelegate bound
!unknown-protocol! GKGameCenterControllerDelegate bound
!unknown-protocol! GKGameSessionEventListener bound
!unknown-protocol! GKInviteEventListener bound
!unknown-protocol! GKLeaderboardViewControllerDelegate bound
!unknown-protocol! GKLocalPlayerListener bound
!unknown-protocol! GKMatchDelegate bound
!unknown-protocol! GKMatchmakerViewControllerDelegate bound
!unknown-protocol! GKSavedGameListener bound
!unknown-protocol! GKSessionDelegate bound
!unknown-protocol! GKTurnBasedEventHandlerDelegate bound
!unknown-protocol! GKTurnBasedEventListener bound
!unknown-protocol! GKTurnBasedMatchmakerViewControllerDelegate bound
!unknown-protocol! GKViewController bound
!unknown-type! GKAccessPoint bound
!unknown-type! GKAchievement bound
!unknown-type! GKAchievementChallenge bound
!unknown-type! GKAchievementDescription bound
!unknown-type! GKAchievementViewController bound
!unknown-type! GKBasePlayer bound
!unknown-type! GKChallenge bound
!unknown-type! GKChallengeEventHandler bound
!unknown-type! GKChallengesViewController bound
!unknown-type! GKCloudPlayer bound
!unknown-type! GKDialogController bound
!unknown-type! GKFriendRequestComposeViewController bound
!unknown-type! GKGameCenterViewController bound
!unknown-type! GKGameSession bound
!unknown-type! GKInvite bound
!unknown-type! GKLeaderboard bound
!unknown-type! GKLeaderboardEntry bound
!unknown-type! GKLeaderboardScore bound
!unknown-type! GKLeaderboardSet bound
!unknown-type! GKLeaderboardViewController bound
!unknown-type! GKLocalPlayer bound
!unknown-type! GKMatch bound
!unknown-type! GKMatchmaker bound
!unknown-type! GKMatchmakerViewController bound
!unknown-type! GKMatchRequest bound
!unknown-type! GKNotificationBanner bound
!unknown-type! GKPlayer bound
!unknown-type! GKSavedGame bound
!unknown-type! GKScore bound
!unknown-type! GKScoreChallenge bound
!unknown-type! GKSession bound
!unknown-type! GKTurnBasedEventHandler bound
!unknown-type! GKTurnBasedExchange bound
!unknown-type! GKTurnBasedExchangeReply bound
!unknown-type! GKTurnBasedMatch bound
!unknown-type! GKTurnBasedMatchmakerViewController bound
!unknown-type! GKTurnBasedParticipant bound
!unknown-type! GKVoiceChat bound

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,27 +1,344 @@
## appended from unclassified file ## appended from unclassified file
!unknown-native-enum! MPSGraphPaddingMode bound !missing-enum! MPSGraphDeploymentPlatform not bound
!unknown-native-enum! MPSGraphPaddingStyle bound !missing-enum! MPSGraphExecutionStage not bound
!unknown-native-enum! MPSGraphReductionMode bound !missing-enum! MPSGraphFFTScalingMode not bound
!unknown-native-enum! MPSGraphResizeMode bound !missing-enum! MPSGraphNonMaximumSuppressionCoordinateMode not bound
!unknown-native-enum! MPSGraphScatterMode bound !missing-enum! MPSGraphOptimization not bound
!unknown-native-enum! MPSGraphTensorNamedDataLayout bound !missing-enum! MPSGraphOptimizationProfile not bound
!unknown-type! MPSGraph bound !missing-enum! MPSGraphPoolingReturnIndicesMode not bound
!unknown-type! MPSGraphCompilationDescriptor bound !missing-enum! MPSGraphResizeNearestRoundingMode not bound
!unknown-type! MPSGraphConvolution2DOpDescriptor bound !missing-enum! MPSGraphRNNActivation not bound
!unknown-type! MPSGraphCreateSparseOpDescriptor bound !missing-enum-value! MPSGraphPaddingStyle native value MPSGraphPaddingStyleONNX_SAME_LOWER = 4 not bound
!unknown-type! MPSGraphDepthwiseConvolution2DOpDescriptor bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutDHWIO = 10 not bound
!unknown-type! MPSGraphDepthwiseConvolution3DOpDescriptor bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutNCDHW = 7 not bound
!unknown-type! MPSGraphDevice bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutNDHWC = 8 not bound
!unknown-type! MPSGraphExecutable bound !missing-enum-value! MPSGraphTensorNamedDataLayout native value MPSGraphTensorNamedDataLayoutOIDHW = 9 not bound
!unknown-type! MPSGraphExecutableExecutionDescriptor bound !missing-null-allowed! 'MetalPerformanceShadersGraph.MPSGraphTensor MetalPerformanceShadersGraph.MPSGraph_MPSGraphTensorShapeOps::Cast(MetalPerformanceShadersGraph.MPSGraph,MetalPerformanceShadersGraph.MPSGraphTensor,MetalPerformanceShaders.MPSDataType,System.String)' is missing an [NullAllowed] on parameter #3
!unknown-type! MPSGraphExecutionDescriptor bound !missing-selector! +MPSGraphConvolution3DOpDescriptor::descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack:paddingStyle:dataLayout:weightsLayout: not bound
!unknown-type! MPSGraphOperation bound !missing-selector! +MPSGraphConvolution3DOpDescriptor::descriptorWithStrideInX:strideInY:strideInZ:dilationRateInX:dilationRateInY:dilationRateInZ:groups:paddingStyle:dataLayout:weightsLayout: not bound
!unknown-type! MPSGraphPooling2DOpDescriptor bound !missing-selector! +MPSGraphFFTDescriptor::descriptor not bound
!unknown-type! MPSGraphPooling4DOpDescriptor bound !missing-selector! +MPSGraphGRUDescriptor::descriptor not bound
!unknown-type! MPSGraphRandomOpDescriptor bound !missing-selector! +MPSGraphImToColOpDescriptor::descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:dataLayout: not bound
!unknown-type! MPSGraphShapedType bound !missing-selector! +MPSGraphImToColOpDescriptor::descriptorWithKernelWidth:kernelHeight:strideInX:strideInY:dilationRateInX:dilationRateInY:paddingLeft:paddingRight:paddingTop:paddingBottom:dataLayout: not bound
!unknown-type! MPSGraphStencilOpDescriptor bound !missing-selector! +MPSGraphLSTMDescriptor::descriptor not bound
!unknown-type! MPSGraphTensor bound !missing-selector! +MPSGraphSingleGateRNNDescriptor::descriptor not bound
!unknown-type! MPSGraphTensorData bound !missing-selector! MPSGraph::absoluteSquareWithTensor:name: not bound
!unknown-type! MPSGraphType bound !missing-selector! MPSGraph::adamWithCurrentLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:valuesTensor:momentumTensor:velocityTensor:maximumVelocityTensor:gradientTensor:name: not bound
!unknown-type! MPSGraphVariableOp bound !missing-selector! MPSGraph::adamWithLearningRateTensor:beta1Tensor:beta2Tensor:epsilonTensor:beta1PowerTensor:beta2PowerTensor:valuesTensor:momentumTensor:velocityTensor:maximumVelocityTensor:gradientTensor:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axis:descending:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axis:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axisTensor:descending:name: not bound
!missing-selector! MPSGraph::argSortWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::bandPartWithTensor:numLower:numUpper:name: not bound
!missing-selector! MPSGraph::bandPartWithTensor:numLowerTensor:numUpperTensor:name: not bound
!missing-selector! MPSGraph::batchToSpaceTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::batchToSpaceTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::bitwiseANDWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseLeftShiftWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseNOTWithTensor:name: not bound
!missing-selector! MPSGraph::bitwiseORWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwisePopulationCountWithTensor:name: not bound
!missing-selector! MPSGraph::bitwiseRightShiftWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bitwiseXORWithPrimaryTensor:secondaryTensor:name: not bound
!missing-selector! MPSGraph::bottomKWithGradientTensor:source:axis:k:name: not bound
!missing-selector! MPSGraph::bottomKWithGradientTensor:source:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::bottomKWithSourceTensor:axis:k:name: not bound
!missing-selector! MPSGraph::bottomKWithSourceTensor:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::colToImWithSourceTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::complexTensorWithRealTensor:imaginaryTensor:name: not bound
!missing-selector! MPSGraph::conjugateWithTensor:name: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart:dataType: not bound
!missing-selector! MPSGraph::constantWithRealPart:imaginaryPart:shape:dataType: not bound
!missing-selector! MPSGraph::convolution3DDataGradientWithIncomingGradientTensor:weightsTensor:outputShape:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DDataGradientWithIncomingGradientTensor:weightsTensor:outputShapeTensor:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShape:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWeightsGradientWithIncomingGradientTensor:sourceTensor:outputShapeTensor:forwardConvolutionDescriptor:name: not bound
!missing-selector! MPSGraph::convolution3DWithSourceTensor:weightsTensor:descriptor:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxis:withShape:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxis:withShapeTensor:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxisTensor:withShape:name: not bound
!missing-selector! MPSGraph::coordinateAlongAxisTensor:withShapeTensor:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMaximumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeMinimumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeProductWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axis:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:exclusive:reverse:name: not bound
!missing-selector! MPSGraph::cumulativeSumWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scale:zeroPoint:dataType:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scaleTensor:zeroPoint:dataType:axis:name: not bound
!missing-selector! MPSGraph::dequantizeTensor:scaleTensor:zeroPointTensor:dataType:axis:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axes:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axesTensor:name: not bound
!missing-selector! MPSGraph::expandDimsOfTensor:axis:name: not bound
!missing-selector! MPSGraph::fastFourierTransformWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::fastFourierTransformWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::gatherAlongAxis:withUpdatesTensor:indicesTensor:name: not bound
!missing-selector! MPSGraph::gatherAlongAxisTensor:withUpdatesTensor:indicesTensor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:inputWeight:bias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::GRUGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:outputFwd:stateGradient:inputWeight:bias:initState:mask:secondaryBias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::GRUWithSourceTensor:recurrentWeight:inputWeight:bias:initState:mask:secondaryBias:descriptor:name: not bound
!missing-selector! MPSGraph::HammingDistanceWithPrimaryTensor:secondaryTensor:resultDataType:name: not bound
!missing-selector! MPSGraph::HermiteanToRealFFTWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::HermiteanToRealFFTWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::imaginaryPartOfTensor:name: not bound
!missing-selector! MPSGraph::imToColWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::inverseOfTensor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:inputWeight:bias:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:inputWeight:bias:initState:initCell:mask:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:cellOutputFwd:stateGradient:cellGradient:inputWeight:bias:initState:initCell:mask:peephole:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:inputWeight:bias:initState:initCell:descriptor:name: not bound
!missing-selector! MPSGraph::LSTMWithSourceTensor:recurrentWeight:inputWeight:bias:initState:initCell:mask:peephole:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DGradientWithGradientTensor:indicesTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DGradientWithGradientTensor:indicesTensor:outputShapeTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling2DReturnIndicesWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DGradientWithGradientTensor:indicesTensor:outputShape:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DGradientWithGradientTensor:indicesTensor:outputShapeTensor:descriptor:name: not bound
!missing-selector! MPSGraph::maxPooling4DReturnIndicesWithSourceTensor:descriptor:name: not bound
!missing-selector! MPSGraph::nonMaximumSuppressionWithBoxesTensor:scoresTensor:classIndicesTensor:IOUThreshold:scoreThreshold:perClassSuppression:coordinateMode:name: not bound
!missing-selector! MPSGraph::nonMaximumSuppressionWithBoxesTensor:scoresTensor:IOUThreshold:scoreThreshold:perClassSuppression:coordinateMode:name: not bound
!missing-selector! MPSGraph::nonZeroIndicesOfTensor:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scale:zeroPoint:dataType:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scaleTensor:zeroPoint:dataType:axis:name: not bound
!missing-selector! MPSGraph::quantizeTensor:scaleTensor:zeroPointTensor:dataType:axis:name: not bound
!missing-selector! MPSGraph::realPartOfTensor:name: not bound
!missing-selector! MPSGraph::realToHermiteanFFTWithTensor:axes:descriptor:name: not bound
!missing-selector! MPSGraph::realToHermiteanFFTWithTensor:axesTensor:descriptor:name: not bound
!missing-selector! MPSGraph::reductionAndWithTensor:axes:name: not bound
!missing-selector! MPSGraph::reductionAndWithTensor:axis:name: not bound
!missing-selector! MPSGraph::reductionOrWithTensor:axes:name: not bound
!missing-selector! MPSGraph::reductionOrWithTensor:axis:name: not bound
!missing-selector! MPSGraph::reinterpretCastTensor:toType:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleOffsetTensor:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithGradientTensor:input:scaleTensor:offsetTensor:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleOffsetTensor:layout:name: not bound
!missing-selector! MPSGraph::resizeBilinearWithTensor:sizeTensor:scaleTensor:offsetTensor:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithGradientTensor:input:scaleTensor:offsetTensor:nearestRoundingMode:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:nearestRoundingMode:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleOffsetTensor:nearestRoundingMode:layout:name: not bound
!missing-selector! MPSGraph::resizeNearestWithTensor:sizeTensor:scaleTensor:offsetTensor:nearestRoundingMode:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:mode:centerResult:alignCorners:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleOffsetTensor:mode:layout:name: not bound
!missing-selector! MPSGraph::resizeTensor:sizeTensor:scaleTensor:offsetTensor:mode:name: not bound
!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleOffsetTensor:mode:layout:name: not bound
!missing-selector! MPSGraph::resizeWithGradientTensor:input:scaleTensor:offsetTensor:mode:name: not bound
!missing-selector! MPSGraph::sampleGridWithSourceTensor:coordinateTensor:layout:normalizeCoordinates:relativeCoordinates:alignCorners:paddingMode:nearestRoundingMode:constantValue:name: not bound
!missing-selector! MPSGraph::sampleGridWithSourceTensor:coordinateTensor:layout:normalizeCoordinates:relativeCoordinates:alignCorners:paddingMode:samplingMode:constantValue:name: not bound
!missing-selector! MPSGraph::scatterAlongAxis:withDataTensor:updatesTensor:indicesTensor:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxis:withUpdatesTensor:indicesTensor:shape:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxisTensor:withDataTensor:updatesTensor:indicesTensor:mode:name: not bound
!missing-selector! MPSGraph::scatterAlongAxisTensor:withUpdatesTensor:indicesTensor:shape:mode:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNGradientsWithSourceTensor:recurrentWeight:sourceGradient:zState:stateGradient:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:inputWeight:bias:initState:descriptor:name: not bound
!missing-selector! MPSGraph::singleGateRNNWithSourceTensor:recurrentWeight:inputWeight:bias:initState:mask:descriptor:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axis:descending:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axis:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axisTensor:descending:name: not bound
!missing-selector! MPSGraph::sortWithTensor:axisTensor:name: not bound
!missing-selector! MPSGraph::spaceToBatchTensor:spatialAxes:batchAxis:blockDimensions:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::spaceToBatchTensor:spatialAxesTensor:batchAxisTensor:blockDimensionsTensor:usePixelShuffleOrder:name: not bound
!missing-selector! MPSGraph::splitTensor:numSplits:axis:name: not bound
!missing-selector! MPSGraph::splitTensor:splitSizes:axis:name: not bound
!missing-selector! MPSGraph::splitTensor:splitSizesTensor:axis:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axes:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axesTensor:name: not bound
!missing-selector! MPSGraph::squeezeTensor:axis:name: not bound
!missing-selector! MPSGraph::squeezeTensor:name: not bound
!missing-selector! MPSGraph::stackTensors:axis:name: not bound
!missing-selector! MPSGraph::topKWithGradientTensor:source:axis:k:name: not bound
!missing-selector! MPSGraph::topKWithGradientTensor:source:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::topKWithSourceTensor:axis:k:name: not bound
!missing-selector! MPSGraph::topKWithSourceTensor:axisTensor:kTensor:name: not bound
!missing-selector! MPSGraph::transposeTensor:permutation:name: not bound
!missing-selector! MPSGraph::truncateWithTensor:name: not bound
!missing-selector! MPSGraphCompilationDescriptor::compilationCompletionHandler not bound
!missing-selector! MPSGraphCompilationDescriptor::dispatchQueue not bound
!missing-selector! MPSGraphCompilationDescriptor::optimizationLevel not bound
!missing-selector! MPSGraphCompilationDescriptor::setCompilationCompletionHandler: not bound
!missing-selector! MPSGraphCompilationDescriptor::setDispatchQueue: not bound
!missing-selector! MPSGraphCompilationDescriptor::setOptimizationLevel: not bound
!missing-selector! MPSGraphCompilationDescriptor::setWaitForCompilationCompletion: not bound
!missing-selector! MPSGraphCompilationDescriptor::waitForCompilationCompletion not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dataLayout not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInX not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInY not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::dilationRateInZ not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::groups not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingBack not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingBottom not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingFront not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingLeft not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingRight not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingStyle not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::paddingTop not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDataLayout: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInX: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInY: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setDilationRateInZ: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom:paddingFront:paddingBack: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setGroups: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingBack: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingBottom: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingFront: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingLeft: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingRight: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingStyle: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setPaddingTop: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInX: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInY: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setStrideInZ: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::setWeightsLayout: not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInX not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInY not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::strideInZ not bound
!missing-selector! MPSGraphConvolution3DOpDescriptor::weightsLayout not bound
!missing-selector! MPSGraphExecutable::getOutputTypesWithDevice:inputTypes:compilationDescriptor: not bound
!missing-selector! MPSGraphExecutable::initWithMPSGraphPackageAtURL:compilationDescriptor: not bound
!missing-selector! MPSGraphExecutable::serializeToMPSGraphPackageAtURL:descriptor: not bound
!missing-selector! MPSGraphExecutableExecutionDescriptor::signalEvent:atExecutionEvent:value: not bound
!missing-selector! MPSGraphExecutableExecutionDescriptor::waitForEvent:value: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::append not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::deploymentPlatform not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::minimumDeploymentTarget not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setAppend: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setDeploymentPlatform: not bound
!missing-selector! MPSGraphExecutableSerializationDescriptor::setMinimumDeploymentTarget: not bound
!missing-selector! MPSGraphExecutionDescriptor::compilationDescriptor not bound
!missing-selector! MPSGraphExecutionDescriptor::setCompilationDescriptor: not bound
!missing-selector! MPSGraphExecutionDescriptor::signalEvent:atExecutionEvent:value: not bound
!missing-selector! MPSGraphExecutionDescriptor::waitForEvent:value: not bound
!missing-selector! MPSGraphFFTDescriptor::inverse not bound
!missing-selector! MPSGraphFFTDescriptor::roundToOddHermitean not bound
!missing-selector! MPSGraphFFTDescriptor::scalingMode not bound
!missing-selector! MPSGraphFFTDescriptor::setInverse: not bound
!missing-selector! MPSGraphFFTDescriptor::setRoundToOddHermitean: not bound
!missing-selector! MPSGraphFFTDescriptor::setScalingMode: not bound
!missing-selector! MPSGraphGRUDescriptor::bidirectional not bound
!missing-selector! MPSGraphGRUDescriptor::flipZ not bound
!missing-selector! MPSGraphGRUDescriptor::outputGateActivation not bound
!missing-selector! MPSGraphGRUDescriptor::resetAfter not bound
!missing-selector! MPSGraphGRUDescriptor::resetGateActivation not bound
!missing-selector! MPSGraphGRUDescriptor::resetGateFirst not bound
!missing-selector! MPSGraphGRUDescriptor::reverse not bound
!missing-selector! MPSGraphGRUDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphGRUDescriptor::setFlipZ: not bound
!missing-selector! MPSGraphGRUDescriptor::setOutputGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetAfter: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::setResetGateFirst: not bound
!missing-selector! MPSGraphGRUDescriptor::setReverse: not bound
!missing-selector! MPSGraphGRUDescriptor::setTraining: not bound
!missing-selector! MPSGraphGRUDescriptor::setUpdateGateActivation: not bound
!missing-selector! MPSGraphGRUDescriptor::training not bound
!missing-selector! MPSGraphGRUDescriptor::updateGateActivation not bound
!missing-selector! MPSGraphImToColOpDescriptor::dataLayout not bound
!missing-selector! MPSGraphImToColOpDescriptor::dilationRateInX not bound
!missing-selector! MPSGraphImToColOpDescriptor::dilationRateInY not bound
!missing-selector! MPSGraphImToColOpDescriptor::kernelHeight not bound
!missing-selector! MPSGraphImToColOpDescriptor::kernelWidth not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingBottom not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingLeft not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingRight not bound
!missing-selector! MPSGraphImToColOpDescriptor::paddingTop not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDataLayout: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDilationRateInX: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setDilationRateInY: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setExplicitPaddingWithPaddingLeft:paddingRight:paddingTop:paddingBottom: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setKernelHeight: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setKernelWidth: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingBottom: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingLeft: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingRight: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setPaddingTop: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setStrideInX: not bound
!missing-selector! MPSGraphImToColOpDescriptor::setStrideInY: not bound
!missing-selector! MPSGraphImToColOpDescriptor::strideInX not bound
!missing-selector! MPSGraphImToColOpDescriptor::strideInY not bound
!missing-selector! MPSGraphLSTMDescriptor::activation not bound
!missing-selector! MPSGraphLSTMDescriptor::bidirectional not bound
!missing-selector! MPSGraphLSTMDescriptor::cellGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::forgetGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::forgetGateLast not bound
!missing-selector! MPSGraphLSTMDescriptor::inputGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::outputGateActivation not bound
!missing-selector! MPSGraphLSTMDescriptor::produceCell not bound
!missing-selector! MPSGraphLSTMDescriptor::reverse not bound
!missing-selector! MPSGraphLSTMDescriptor::setActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphLSTMDescriptor::setCellGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setForgetGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setForgetGateLast: not bound
!missing-selector! MPSGraphLSTMDescriptor::setInputGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setOutputGateActivation: not bound
!missing-selector! MPSGraphLSTMDescriptor::setProduceCell: not bound
!missing-selector! MPSGraphLSTMDescriptor::setReverse: not bound
!missing-selector! MPSGraphLSTMDescriptor::setTraining: not bound
!missing-selector! MPSGraphLSTMDescriptor::training not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::returnIndicesDataType not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::returnIndicesMode not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::setReturnIndicesDataType: not bound
!missing-selector! MPSGraphPooling2DOpDescriptor::setReturnIndicesMode: not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::returnIndicesDataType not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::returnIndicesMode not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::setReturnIndicesDataType: not bound
!missing-selector! MPSGraphPooling4DOpDescriptor::setReturnIndicesMode: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::activation not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::bidirectional not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::reverse not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setActivation: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setBidirectional: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setReverse: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::setTraining: not bound
!missing-selector! MPSGraphSingleGateRNNDescriptor::training not bound
!missing-selector! MPSGraphTensorData::initWithMTLBuffer:shape:dataType:rowBytes: not bound
!missing-type! MPSGraphConvolution3DOpDescriptor not bound
!missing-type! MPSGraphExecutableSerializationDescriptor not bound
!missing-type! MPSGraphFFTDescriptor not bound
!missing-type! MPSGraphGRUDescriptor not bound
!missing-type! MPSGraphImToColOpDescriptor not bound
!missing-type! MPSGraphLSTMDescriptor not bound
!missing-type! MPSGraphObject not bound
!missing-type! MPSGraphSingleGateRNNDescriptor not bound
!wrong-base-type! MPSGraph expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphCompilationDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphConvolution2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphCreateSparseOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDepthwiseConvolution2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDepthwiseConvolution3DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphDevice expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutable expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutableExecutionDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphExecutionDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphOperation expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphPooling2DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphPooling4DOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphRandomOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphStencilOpDescriptor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphTensor expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphTensorData expected MPSGraphObject actual NSObject
!wrong-base-type! MPSGraphType expected MPSGraphObject actual NSObject

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

@ -0,0 +1,4 @@
!missing-enum! NIAlgorithmConvergenceStatus not bound
!missing-enum! NIErrorCode not bound
!missing-enum! NINearbyObjectRemovalReason not bound
!missing-enum! NINearbyObjectVerticalDirectionEstimate not bound

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

@ -17,3 +17,35 @@
!missing-pinvoke! nw_relay_hop_create is not bound !missing-pinvoke! nw_relay_hop_create is not bound
!missing-selector! NSURLSessionConfiguration::proxyConfigurations not bound !missing-selector! NSURLSessionConfiguration::proxyConfigurations not bound
!missing-selector! NSURLSessionConfiguration::setProxyConfigurations: not bound !missing-selector! NSURLSessionConfiguration::setProxyConfigurations: not bound
!missing-protocol! OS_nw_advertise_descriptor not bound
!missing-protocol! OS_nw_browse_descriptor not bound
!missing-protocol! OS_nw_browse_result not bound
!missing-protocol! OS_nw_browser not bound
!missing-protocol! OS_nw_connection not bound
!missing-protocol! OS_nw_connection_group not bound
!missing-protocol! OS_nw_content_context not bound
!missing-protocol! OS_nw_data_transfer_report not bound
!missing-protocol! OS_nw_endpoint not bound
!missing-protocol! OS_nw_error not bound
!missing-protocol! OS_nw_establishment_report not bound
!missing-protocol! OS_nw_ethernet_channel not bound
!missing-protocol! OS_nw_framer not bound
!missing-protocol! OS_nw_group_descriptor not bound
!missing-protocol! OS_nw_interface not bound
!missing-protocol! OS_nw_listener not bound
!missing-protocol! OS_nw_object not bound
!missing-protocol! OS_nw_parameters not bound
!missing-protocol! OS_nw_path not bound
!missing-protocol! OS_nw_path_monitor not bound
!missing-protocol! OS_nw_privacy_context not bound
!missing-protocol! OS_nw_protocol_definition not bound
!missing-protocol! OS_nw_protocol_metadata not bound
!missing-protocol! OS_nw_protocol_options not bound
!missing-protocol! OS_nw_protocol_stack not bound
!missing-protocol! OS_nw_proxy_config not bound
!missing-protocol! OS_nw_relay_hop not bound
!missing-protocol! OS_nw_resolution_report not bound
!missing-protocol! OS_nw_resolver_config not bound
!missing-protocol! OS_nw_txt_record not bound
!missing-protocol! OS_nw_ws_request not bound
!missing-protocol! OS_nw_ws_response not bound

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

@ -25,7 +25,6 @@
!missing-pinvoke! glActiveTextureARB is not bound !missing-pinvoke! glActiveTextureARB is not bound
!missing-pinvoke! glAttachObjectARB is not bound !missing-pinvoke! glAttachObjectARB is not bound
!missing-pinvoke! glBeginConditionalRenderNV is not bound !missing-pinvoke! glBeginConditionalRenderNV is not bound
!missing-pinvoke! glBeginQuery is not bound
!missing-pinvoke! glBeginQueryARB is not bound !missing-pinvoke! glBeginQueryARB is not bound
!missing-pinvoke! glBeginTransformFeedbackEXT is not bound !missing-pinvoke! glBeginTransformFeedbackEXT is not bound
!missing-pinvoke! glBindAttribLocationARB is not bound !missing-pinvoke! glBindAttribLocationARB is not bound
@ -51,23 +50,15 @@
!missing-pinvoke! glClampColorARB is not bound !missing-pinvoke! glClampColorARB is not bound
!missing-pinvoke! glClearColorIiEXT is not bound !missing-pinvoke! glClearColorIiEXT is not bound
!missing-pinvoke! glClearColorIuiEXT is not bound !missing-pinvoke! glClearColorIuiEXT is not bound
!missing-pinvoke! glClearDepth is not bound
!missing-pinvoke! glClientActiveTextureARB is not bound !missing-pinvoke! glClientActiveTextureARB is not bound
!missing-pinvoke! glColorMaskIndexedEXT is not bound !missing-pinvoke! glColorMaskIndexedEXT is not bound
!missing-pinvoke! glCompileShaderARB is not bound !missing-pinvoke! glCompileShaderARB is not bound
!missing-pinvoke! glCompressedTexImage1D is not bound
!missing-pinvoke! glCompressedTexImage1DARB is not bound !missing-pinvoke! glCompressedTexImage1DARB is not bound
!missing-pinvoke! glCompressedTexImage2DARB is not bound !missing-pinvoke! glCompressedTexImage2DARB is not bound
!missing-pinvoke! glCompressedTexImage3D is not bound
!missing-pinvoke! glCompressedTexImage3DARB is not bound !missing-pinvoke! glCompressedTexImage3DARB is not bound
!missing-pinvoke! glCompressedTexSubImage1D is not bound
!missing-pinvoke! glCompressedTexSubImage1DARB is not bound !missing-pinvoke! glCompressedTexSubImage1DARB is not bound
!missing-pinvoke! glCompressedTexSubImage2DARB is not bound !missing-pinvoke! glCompressedTexSubImage2DARB is not bound
!missing-pinvoke! glCompressedTexSubImage3D is not bound
!missing-pinvoke! glCompressedTexSubImage3DARB is not bound !missing-pinvoke! glCompressedTexSubImage3DARB is not bound
!missing-pinvoke! glCopyTexImage1D is not bound
!missing-pinvoke! glCopyTexSubImage1D is not bound
!missing-pinvoke! glCopyTexSubImage3D is not bound
!missing-pinvoke! glCreateProgramObjectARB is not bound !missing-pinvoke! glCreateProgramObjectARB is not bound
!missing-pinvoke! glCreateShaderObjectARB is not bound !missing-pinvoke! glCreateShaderObjectARB is not bound
!missing-pinvoke! glDeleteBuffersARB is not bound !missing-pinvoke! glDeleteBuffersARB is not bound
@ -75,30 +66,24 @@
!missing-pinvoke! glDeleteFramebuffersEXT is not bound !missing-pinvoke! glDeleteFramebuffersEXT is not bound
!missing-pinvoke! glDeleteObjectARB is not bound !missing-pinvoke! glDeleteObjectARB is not bound
!missing-pinvoke! glDeleteProgramsARB is not bound !missing-pinvoke! glDeleteProgramsARB is not bound
!missing-pinvoke! glDeleteQueries is not bound
!missing-pinvoke! glDeleteQueriesARB is not bound !missing-pinvoke! glDeleteQueriesARB is not bound
!missing-pinvoke! glDeleteRenderbuffersEXT is not bound !missing-pinvoke! glDeleteRenderbuffersEXT is not bound
!missing-pinvoke! glDeleteVertexArraysAPPLE is not bound !missing-pinvoke! glDeleteVertexArraysAPPLE is not bound
!missing-pinvoke! glDepthRange is not bound
!missing-pinvoke! glDetachObjectARB is not bound !missing-pinvoke! glDetachObjectARB is not bound
!missing-pinvoke! glDisableIndexedEXT is not bound !missing-pinvoke! glDisableIndexedEXT is not bound
!missing-pinvoke! glDisableVertexAttribAPPLE is not bound !missing-pinvoke! glDisableVertexAttribAPPLE is not bound
!missing-pinvoke! glDisableVertexAttribArrayARB is not bound !missing-pinvoke! glDisableVertexAttribArrayARB is not bound
!missing-pinvoke! glDrawArraysInstancedARB is not bound !missing-pinvoke! glDrawArraysInstancedARB is not bound
!missing-pinvoke! glDrawBuffer is not bound
!missing-pinvoke! glDrawBuffers is not bound
!missing-pinvoke! glDrawBuffersARB is not bound !missing-pinvoke! glDrawBuffersARB is not bound
!missing-pinvoke! glDrawElementArrayAPPLE is not bound !missing-pinvoke! glDrawElementArrayAPPLE is not bound
!missing-pinvoke! glDrawElementsInstancedARB is not bound !missing-pinvoke! glDrawElementsInstancedARB is not bound
!missing-pinvoke! glDrawRangeElementArrayAPPLE is not bound !missing-pinvoke! glDrawRangeElementArrayAPPLE is not bound
!missing-pinvoke! glDrawRangeElements is not bound
!missing-pinvoke! glDrawRangeElementsEXT is not bound !missing-pinvoke! glDrawRangeElementsEXT is not bound
!missing-pinvoke! glElementPointerAPPLE is not bound !missing-pinvoke! glElementPointerAPPLE is not bound
!missing-pinvoke! glEnableIndexedEXT is not bound !missing-pinvoke! glEnableIndexedEXT is not bound
!missing-pinvoke! glEnableVertexAttribAPPLE is not bound !missing-pinvoke! glEnableVertexAttribAPPLE is not bound
!missing-pinvoke! glEnableVertexAttribArrayARB is not bound !missing-pinvoke! glEnableVertexAttribArrayARB is not bound
!missing-pinvoke! glEndConditionalRenderNV is not bound !missing-pinvoke! glEndConditionalRenderNV is not bound
!missing-pinvoke! glEndQuery is not bound
!missing-pinvoke! glEndQueryARB is not bound !missing-pinvoke! glEndQueryARB is not bound
!missing-pinvoke! glEndTransformFeedbackEXT is not bound !missing-pinvoke! glEndTransformFeedbackEXT is not bound
!missing-pinvoke! glFinishFenceAPPLE is not bound !missing-pinvoke! glFinishFenceAPPLE is not bound
@ -125,7 +110,6 @@
!missing-pinvoke! glGenFencesAPPLE is not bound !missing-pinvoke! glGenFencesAPPLE is not bound
!missing-pinvoke! glGenFramebuffersEXT is not bound !missing-pinvoke! glGenFramebuffersEXT is not bound
!missing-pinvoke! glGenProgramsARB is not bound !missing-pinvoke! glGenProgramsARB is not bound
!missing-pinvoke! glGenQueries is not bound
!missing-pinvoke! glGenQueriesARB is not bound !missing-pinvoke! glGenQueriesARB is not bound
!missing-pinvoke! glGenRenderbuffersEXT is not bound !missing-pinvoke! glGenRenderbuffersEXT is not bound
!missing-pinvoke! glGenVertexArraysAPPLE is not bound !missing-pinvoke! glGenVertexArraysAPPLE is not bound
@ -135,13 +119,9 @@
!missing-pinvoke! glGetAttribLocationARB is not bound !missing-pinvoke! glGetAttribLocationARB is not bound
!missing-pinvoke! glGetBooleanIndexedvEXT is not bound !missing-pinvoke! glGetBooleanIndexedvEXT is not bound
!missing-pinvoke! glGetBufferParameterivARB is not bound !missing-pinvoke! glGetBufferParameterivARB is not bound
!missing-pinvoke! glGetBufferPointerv is not bound
!missing-pinvoke! glGetBufferPointervARB is not bound !missing-pinvoke! glGetBufferPointervARB is not bound
!missing-pinvoke! glGetBufferSubData is not bound
!missing-pinvoke! glGetBufferSubDataARB is not bound !missing-pinvoke! glGetBufferSubDataARB is not bound
!missing-pinvoke! glGetCompressedTexImage is not bound
!missing-pinvoke! glGetCompressedTexImageARB is not bound !missing-pinvoke! glGetCompressedTexImageARB is not bound
!missing-pinvoke! glGetDoublev is not bound
!missing-pinvoke! glGetFragDataLocationEXT is not bound !missing-pinvoke! glGetFragDataLocationEXT is not bound
!missing-pinvoke! glGetFramebufferAttachmentParameterivEXT is not bound !missing-pinvoke! glGetFramebufferAttachmentParameterivEXT is not bound
!missing-pinvoke! glGetHandleARB is not bound !missing-pinvoke! glGetHandleARB is not bound
@ -155,19 +135,13 @@
!missing-pinvoke! glGetProgramLocalParameterdvARB is not bound !missing-pinvoke! glGetProgramLocalParameterdvARB is not bound
!missing-pinvoke! glGetProgramLocalParameterfvARB is not bound !missing-pinvoke! glGetProgramLocalParameterfvARB is not bound
!missing-pinvoke! glGetProgramStringARB is not bound !missing-pinvoke! glGetProgramStringARB is not bound
!missing-pinvoke! glGetQueryiv is not bound
!missing-pinvoke! glGetQueryivARB is not bound !missing-pinvoke! glGetQueryivARB is not bound
!missing-pinvoke! glGetQueryObjecti64vEXT is not bound !missing-pinvoke! glGetQueryObjecti64vEXT is not bound
!missing-pinvoke! glGetQueryObjectiv is not bound
!missing-pinvoke! glGetQueryObjectivARB is not bound !missing-pinvoke! glGetQueryObjectivARB is not bound
!missing-pinvoke! glGetQueryObjectui64vEXT is not bound !missing-pinvoke! glGetQueryObjectui64vEXT is not bound
!missing-pinvoke! glGetQueryObjectuiv is not bound
!missing-pinvoke! glGetQueryObjectuivARB is not bound !missing-pinvoke! glGetQueryObjectuivARB is not bound
!missing-pinvoke! glGetRenderbufferParameterivEXT is not bound !missing-pinvoke! glGetRenderbufferParameterivEXT is not bound
!missing-pinvoke! glGetShaderSourceARB is not bound !missing-pinvoke! glGetShaderSourceARB is not bound
!missing-pinvoke! glGetTexImage is not bound
!missing-pinvoke! glGetTexLevelParameterfv is not bound
!missing-pinvoke! glGetTexLevelParameteriv is not bound
!missing-pinvoke! glGetTexParameterIivEXT is not bound !missing-pinvoke! glGetTexParameterIivEXT is not bound
!missing-pinvoke! glGetTexParameterIuivEXT is not bound !missing-pinvoke! glGetTexParameterIuivEXT is not bound
!missing-pinvoke! glGetTransformFeedbackVaryingEXT is not bound !missing-pinvoke! glGetTransformFeedbackVaryingEXT is not bound
@ -177,7 +151,6 @@
!missing-pinvoke! glGetUniformLocationARB is not bound !missing-pinvoke! glGetUniformLocationARB is not bound
!missing-pinvoke! glGetUniformOffsetEXT is not bound !missing-pinvoke! glGetUniformOffsetEXT is not bound
!missing-pinvoke! glGetUniformuivEXT is not bound !missing-pinvoke! glGetUniformuivEXT is not bound
!missing-pinvoke! glGetVertexAttribdv is not bound
!missing-pinvoke! glGetVertexAttribdvARB is not bound !missing-pinvoke! glGetVertexAttribdvARB is not bound
!missing-pinvoke! glGetVertexAttribfvARB is not bound !missing-pinvoke! glGetVertexAttribfvARB is not bound
!missing-pinvoke! glGetVertexAttribIivEXT is not bound !missing-pinvoke! glGetVertexAttribIivEXT is not bound
@ -189,7 +162,6 @@
!missing-pinvoke! glIsFenceAPPLE is not bound !missing-pinvoke! glIsFenceAPPLE is not bound
!missing-pinvoke! glIsFramebufferEXT is not bound !missing-pinvoke! glIsFramebufferEXT is not bound
!missing-pinvoke! glIsProgramARB is not bound !missing-pinvoke! glIsProgramARB is not bound
!missing-pinvoke! glIsQuery is not bound
!missing-pinvoke! glIsQueryARB is not bound !missing-pinvoke! glIsQueryARB is not bound
!missing-pinvoke! glIsRenderbufferEXT is not bound !missing-pinvoke! glIsRenderbufferEXT is not bound
!missing-pinvoke! glIsVertexArrayAPPLE is not bound !missing-pinvoke! glIsVertexArrayAPPLE is not bound
@ -197,18 +169,14 @@
!missing-pinvoke! glLinkProgramARB is not bound !missing-pinvoke! glLinkProgramARB is not bound
!missing-pinvoke! glLoadTransposeMatrixdARB is not bound !missing-pinvoke! glLoadTransposeMatrixdARB is not bound
!missing-pinvoke! glLoadTransposeMatrixfARB is not bound !missing-pinvoke! glLoadTransposeMatrixfARB is not bound
!missing-pinvoke! glLogicOp is not bound
!missing-pinvoke! glMapBuffer is not bound
!missing-pinvoke! glMapBufferARB is not bound !missing-pinvoke! glMapBufferARB is not bound
!missing-pinvoke! glMapBufferRange is not bound !missing-pinvoke! glMapBufferRange is not bound
!missing-pinvoke! glMapVertexAttrib1dAPPLE is not bound !missing-pinvoke! glMapVertexAttrib1dAPPLE is not bound
!missing-pinvoke! glMapVertexAttrib1fAPPLE is not bound !missing-pinvoke! glMapVertexAttrib1fAPPLE is not bound
!missing-pinvoke! glMapVertexAttrib2dAPPLE is not bound !missing-pinvoke! glMapVertexAttrib2dAPPLE is not bound
!missing-pinvoke! glMapVertexAttrib2fAPPLE is not bound !missing-pinvoke! glMapVertexAttrib2fAPPLE is not bound
!missing-pinvoke! glMultiDrawArrays is not bound
!missing-pinvoke! glMultiDrawArraysEXT is not bound !missing-pinvoke! glMultiDrawArraysEXT is not bound
!missing-pinvoke! glMultiDrawElementArrayAPPLE is not bound !missing-pinvoke! glMultiDrawElementArrayAPPLE is not bound
!missing-pinvoke! glMultiDrawElements is not bound
!missing-pinvoke! glMultiDrawElementsEXT is not bound !missing-pinvoke! glMultiDrawElementsEXT is not bound
!missing-pinvoke! glMultiDrawRangeElementArrayAPPLE is not bound !missing-pinvoke! glMultiDrawRangeElementArrayAPPLE is not bound
!missing-pinvoke! glMultiTexCoord1dARB is not bound !missing-pinvoke! glMultiTexCoord1dARB is not bound
@ -245,16 +213,11 @@
!missing-pinvoke! glMultiTexCoord4svARB is not bound !missing-pinvoke! glMultiTexCoord4svARB is not bound
!missing-pinvoke! glMultTransposeMatrixdARB is not bound !missing-pinvoke! glMultTransposeMatrixdARB is not bound
!missing-pinvoke! glMultTransposeMatrixfARB is not bound !missing-pinvoke! glMultTransposeMatrixfARB is not bound
!missing-pinvoke! glPixelStoref is not bound
!missing-pinvoke! glPointParameterfARB is not bound !missing-pinvoke! glPointParameterfARB is not bound
!missing-pinvoke! glPointParameterfv is not bound
!missing-pinvoke! glPointParameterfvARB is not bound !missing-pinvoke! glPointParameterfvARB is not bound
!missing-pinvoke! glPointParameteriNV is not bound !missing-pinvoke! glPointParameteriNV is not bound
!missing-pinvoke! glPointParameteriv is not bound
!missing-pinvoke! glPointParameterivNV is not bound !missing-pinvoke! glPointParameterivNV is not bound
!missing-pinvoke! glPointSize is not bound
!missing-pinvoke! glPointSizePointerAPPLE is not bound !missing-pinvoke! glPointSizePointerAPPLE is not bound
!missing-pinvoke! glPolygonMode is not bound
!missing-pinvoke! glProgramEnvParameter4dARB is not bound !missing-pinvoke! glProgramEnvParameter4dARB is not bound
!missing-pinvoke! glProgramEnvParameter4dvARB is not bound !missing-pinvoke! glProgramEnvParameter4dvARB is not bound
!missing-pinvoke! glProgramEnvParameter4fARB is not bound !missing-pinvoke! glProgramEnvParameter4fARB is not bound
@ -267,7 +230,6 @@
!missing-pinvoke! glProgramLocalParameters4fvEXT is not bound !missing-pinvoke! glProgramLocalParameters4fvEXT is not bound
!missing-pinvoke! glProgramStringARB is not bound !missing-pinvoke! glProgramStringARB is not bound
!missing-pinvoke! glProvokingVertexEXT is not bound !missing-pinvoke! glProvokingVertexEXT is not bound
!missing-pinvoke! glReadBuffer is not bound
!missing-pinvoke! glRenderbufferStorageEXT is not bound !missing-pinvoke! glRenderbufferStorageEXT is not bound
!missing-pinvoke! glRenderbufferStorageMultisampleEXT is not bound !missing-pinvoke! glRenderbufferStorageMultisampleEXT is not bound
!missing-pinvoke! glSampleCoverageARB is not bound !missing-pinvoke! glSampleCoverageARB is not bound
@ -294,12 +256,8 @@
!missing-pinvoke! glStencilOpSeparateATI is not bound !missing-pinvoke! glStencilOpSeparateATI is not bound
!missing-pinvoke! glTestFenceAPPLE is not bound !missing-pinvoke! glTestFenceAPPLE is not bound
!missing-pinvoke! glTestObjectAPPLE is not bound !missing-pinvoke! glTestObjectAPPLE is not bound
!missing-pinvoke! glTexImage1D is not bound
!missing-pinvoke! glTexImage3D is not bound
!missing-pinvoke! glTexParameterIivEXT is not bound !missing-pinvoke! glTexParameterIivEXT is not bound
!missing-pinvoke! glTexParameterIuivEXT is not bound !missing-pinvoke! glTexParameterIuivEXT is not bound
!missing-pinvoke! glTexSubImage1D is not bound
!missing-pinvoke! glTexSubImage3D is not bound
!missing-pinvoke! glTransformFeedbackVaryingsEXT is not bound !missing-pinvoke! glTransformFeedbackVaryingsEXT is not bound
!missing-pinvoke! glUniform1fARB is not bound !missing-pinvoke! glUniform1fARB is not bound
!missing-pinvoke! glUniform1fvARB is not bound !missing-pinvoke! glUniform1fvARB is not bound
@ -327,83 +285,48 @@
!missing-pinvoke! glUniform4uivEXT is not bound !missing-pinvoke! glUniform4uivEXT is not bound
!missing-pinvoke! glUniformBufferEXT is not bound !missing-pinvoke! glUniformBufferEXT is not bound
!missing-pinvoke! glUniformMatrix2fvARB is not bound !missing-pinvoke! glUniformMatrix2fvARB is not bound
!missing-pinvoke! glUniformMatrix2x3fv is not bound
!missing-pinvoke! glUniformMatrix2x4fv is not bound
!missing-pinvoke! glUniformMatrix3fvARB is not bound !missing-pinvoke! glUniformMatrix3fvARB is not bound
!missing-pinvoke! glUniformMatrix3x2fv is not bound
!missing-pinvoke! glUniformMatrix3x4fv is not bound
!missing-pinvoke! glUniformMatrix4fvARB is not bound !missing-pinvoke! glUniformMatrix4fvARB is not bound
!missing-pinvoke! glUniformMatrix4x2fv is not bound
!missing-pinvoke! glUniformMatrix4x3fv is not bound
!missing-pinvoke! glUnmapBuffer is not bound
!missing-pinvoke! glUnmapBufferARB is not bound !missing-pinvoke! glUnmapBufferARB is not bound
!missing-pinvoke! glUseProgramObjectARB is not bound !missing-pinvoke! glUseProgramObjectARB is not bound
!missing-pinvoke! glValidateProgramARB is not bound !missing-pinvoke! glValidateProgramARB is not bound
!missing-pinvoke! glVertexArrayParameteriAPPLE is not bound !missing-pinvoke! glVertexArrayParameteriAPPLE is not bound
!missing-pinvoke! glVertexArrayRangeAPPLE is not bound !missing-pinvoke! glVertexArrayRangeAPPLE is not bound
!missing-pinvoke! glVertexAttrib1d is not bound
!missing-pinvoke! glVertexAttrib1dARB is not bound !missing-pinvoke! glVertexAttrib1dARB is not bound
!missing-pinvoke! glVertexAttrib1dv is not bound
!missing-pinvoke! glVertexAttrib1dvARB is not bound !missing-pinvoke! glVertexAttrib1dvARB is not bound
!missing-pinvoke! glVertexAttrib1fARB is not bound !missing-pinvoke! glVertexAttrib1fARB is not bound
!missing-pinvoke! glVertexAttrib1fvARB is not bound !missing-pinvoke! glVertexAttrib1fvARB is not bound
!missing-pinvoke! glVertexAttrib1s is not bound
!missing-pinvoke! glVertexAttrib1sARB is not bound !missing-pinvoke! glVertexAttrib1sARB is not bound
!missing-pinvoke! glVertexAttrib1sv is not bound
!missing-pinvoke! glVertexAttrib1svARB is not bound !missing-pinvoke! glVertexAttrib1svARB is not bound
!missing-pinvoke! glVertexAttrib2d is not bound
!missing-pinvoke! glVertexAttrib2dARB is not bound !missing-pinvoke! glVertexAttrib2dARB is not bound
!missing-pinvoke! glVertexAttrib2dv is not bound
!missing-pinvoke! glVertexAttrib2dvARB is not bound !missing-pinvoke! glVertexAttrib2dvARB is not bound
!missing-pinvoke! glVertexAttrib2fARB is not bound !missing-pinvoke! glVertexAttrib2fARB is not bound
!missing-pinvoke! glVertexAttrib2fvARB is not bound !missing-pinvoke! glVertexAttrib2fvARB is not bound
!missing-pinvoke! glVertexAttrib2s is not bound
!missing-pinvoke! glVertexAttrib2sARB is not bound !missing-pinvoke! glVertexAttrib2sARB is not bound
!missing-pinvoke! glVertexAttrib2sv is not bound
!missing-pinvoke! glVertexAttrib2svARB is not bound !missing-pinvoke! glVertexAttrib2svARB is not bound
!missing-pinvoke! glVertexAttrib3d is not bound
!missing-pinvoke! glVertexAttrib3dARB is not bound !missing-pinvoke! glVertexAttrib3dARB is not bound
!missing-pinvoke! glVertexAttrib3dv is not bound
!missing-pinvoke! glVertexAttrib3dvARB is not bound !missing-pinvoke! glVertexAttrib3dvARB is not bound
!missing-pinvoke! glVertexAttrib3fARB is not bound !missing-pinvoke! glVertexAttrib3fARB is not bound
!missing-pinvoke! glVertexAttrib3fvARB is not bound !missing-pinvoke! glVertexAttrib3fvARB is not bound
!missing-pinvoke! glVertexAttrib3s is not bound
!missing-pinvoke! glVertexAttrib3sARB is not bound !missing-pinvoke! glVertexAttrib3sARB is not bound
!missing-pinvoke! glVertexAttrib3sv is not bound
!missing-pinvoke! glVertexAttrib3svARB is not bound !missing-pinvoke! glVertexAttrib3svARB is not bound
!missing-pinvoke! glVertexAttrib4bv is not bound
!missing-pinvoke! glVertexAttrib4bvARB is not bound !missing-pinvoke! glVertexAttrib4bvARB is not bound
!missing-pinvoke! glVertexAttrib4d is not bound
!missing-pinvoke! glVertexAttrib4dARB is not bound !missing-pinvoke! glVertexAttrib4dARB is not bound
!missing-pinvoke! glVertexAttrib4dv is not bound
!missing-pinvoke! glVertexAttrib4dvARB is not bound !missing-pinvoke! glVertexAttrib4dvARB is not bound
!missing-pinvoke! glVertexAttrib4fARB is not bound !missing-pinvoke! glVertexAttrib4fARB is not bound
!missing-pinvoke! glVertexAttrib4fvARB is not bound !missing-pinvoke! glVertexAttrib4fvARB is not bound
!missing-pinvoke! glVertexAttrib4iv is not bound
!missing-pinvoke! glVertexAttrib4ivARB is not bound !missing-pinvoke! glVertexAttrib4ivARB is not bound
!missing-pinvoke! glVertexAttrib4Nbv is not bound
!missing-pinvoke! glVertexAttrib4NbvARB is not bound !missing-pinvoke! glVertexAttrib4NbvARB is not bound
!missing-pinvoke! glVertexAttrib4Niv is not bound
!missing-pinvoke! glVertexAttrib4NivARB is not bound !missing-pinvoke! glVertexAttrib4NivARB is not bound
!missing-pinvoke! glVertexAttrib4Nsv is not bound
!missing-pinvoke! glVertexAttrib4NsvARB is not bound !missing-pinvoke! glVertexAttrib4NsvARB is not bound
!missing-pinvoke! glVertexAttrib4Nub is not bound
!missing-pinvoke! glVertexAttrib4NubARB is not bound !missing-pinvoke! glVertexAttrib4NubARB is not bound
!missing-pinvoke! glVertexAttrib4Nubv is not bound
!missing-pinvoke! glVertexAttrib4NubvARB is not bound !missing-pinvoke! glVertexAttrib4NubvARB is not bound
!missing-pinvoke! glVertexAttrib4Nuiv is not bound
!missing-pinvoke! glVertexAttrib4NuivARB is not bound !missing-pinvoke! glVertexAttrib4NuivARB is not bound
!missing-pinvoke! glVertexAttrib4Nusv is not bound
!missing-pinvoke! glVertexAttrib4NusvARB is not bound !missing-pinvoke! glVertexAttrib4NusvARB is not bound
!missing-pinvoke! glVertexAttrib4s is not bound
!missing-pinvoke! glVertexAttrib4sARB is not bound !missing-pinvoke! glVertexAttrib4sARB is not bound
!missing-pinvoke! glVertexAttrib4sv is not bound
!missing-pinvoke! glVertexAttrib4svARB is not bound !missing-pinvoke! glVertexAttrib4svARB is not bound
!missing-pinvoke! glVertexAttrib4ubv is not bound
!missing-pinvoke! glVertexAttrib4ubvARB is not bound !missing-pinvoke! glVertexAttrib4ubvARB is not bound
!missing-pinvoke! glVertexAttrib4uiv is not bound
!missing-pinvoke! glVertexAttrib4uivARB is not bound !missing-pinvoke! glVertexAttrib4uivARB is not bound
!missing-pinvoke! glVertexAttrib4usv is not bound
!missing-pinvoke! glVertexAttrib4usvARB is not bound !missing-pinvoke! glVertexAttrib4usvARB is not bound
!missing-pinvoke! glVertexAttribDivisor is not bound !missing-pinvoke! glVertexAttribDivisor is not bound
!missing-pinvoke! glVertexAttribI1iEXT is not bound !missing-pinvoke! glVertexAttribI1iEXT is not bound
@ -456,126 +379,4 @@
!missing-pinvoke! glWindowPos3ivARB is not bound !missing-pinvoke! glWindowPos3ivARB is not bound
!missing-pinvoke! glWindowPos3sARB is not bound !missing-pinvoke! glWindowPos3sARB is not bound
!missing-pinvoke! glWindowPos3svARB is not bound !missing-pinvoke! glWindowPos3svARB is not bound
!missing-pinvoke! glActiveTexture is not bound
!missing-pinvoke! glAttachShader is not bound
!missing-pinvoke! glBindAttribLocation is not bound
!missing-pinvoke! glBindBuffer is not bound
!missing-pinvoke! glBindTexture is not bound
!missing-pinvoke! glBlendColor is not bound
!missing-pinvoke! glBlendEquation is not bound
!missing-pinvoke! glBlendEquationSeparate is not bound
!missing-pinvoke! glBlendFunc is not bound
!missing-pinvoke! glBlendFuncSeparate is not bound
!missing-pinvoke! glBufferData is not bound
!missing-pinvoke! glBufferSubData is not bound
!missing-pinvoke! glClear is not bound
!missing-pinvoke! glClearColor is not bound
!missing-pinvoke! glClearStencil is not bound
!missing-pinvoke! glColorMask is not bound
!missing-pinvoke! glCompileShader is not bound
!missing-pinvoke! glCompressedTexImage2D is not bound
!missing-pinvoke! glCompressedTexSubImage2D is not bound
!missing-pinvoke! glCopyTexImage2D is not bound
!missing-pinvoke! glCopyTexSubImage2D is not bound
!missing-pinvoke! glCreateProgram is not bound
!missing-pinvoke! glCreateShader is not bound
!missing-pinvoke! glCullFace is not bound
!missing-pinvoke! glDeleteBuffers is not bound
!missing-pinvoke! glDeleteProgram is not bound
!missing-pinvoke! glDeleteShader is not bound
!missing-pinvoke! glDeleteTextures is not bound
!missing-pinvoke! glDepthFunc is not bound
!missing-pinvoke! glDepthMask is not bound
!missing-pinvoke! glDetachShader is not bound
!missing-pinvoke! glDisable is not bound
!missing-pinvoke! glDisableVertexAttribArray is not bound
!missing-pinvoke! glDrawArrays is not bound
!missing-pinvoke! glDrawElements is not bound
!missing-pinvoke! glEnable is not bound
!missing-pinvoke! glEnableVertexAttribArray is not bound
!missing-pinvoke! glFinish is not bound
!missing-pinvoke! glFlush is not bound
!missing-pinvoke! glFrontFace is not bound
!missing-pinvoke! glGenBuffers is not bound
!missing-pinvoke! glGenTextures is not bound
!missing-pinvoke! glGetActiveAttrib is not bound
!missing-pinvoke! glGetActiveUniform is not bound
!missing-pinvoke! glGetAttachedShaders is not bound
!missing-pinvoke! glGetAttribLocation is not bound
!missing-pinvoke! glGetBooleanv is not bound
!missing-pinvoke! glGetBufferParameteriv is not bound
!missing-pinvoke! glGetError is not bound
!missing-pinvoke! glGetFloatv is not bound
!missing-pinvoke! glGetIntegerv is not bound
!missing-pinvoke! glGetProgramInfoLog is not bound
!missing-pinvoke! glGetProgramiv is not bound
!missing-pinvoke! glGetShaderInfoLog is not bound
!missing-pinvoke! glGetShaderiv is not bound
!missing-pinvoke! glGetShaderSource is not bound
!missing-pinvoke! glGetString is not bound
!missing-pinvoke! glGetTexParameterfv is not bound
!missing-pinvoke! glGetTexParameteriv is not bound
!missing-pinvoke! glGetUniformfv is not bound
!missing-pinvoke! glGetUniformiv is not bound
!missing-pinvoke! glGetUniformLocation is not bound
!missing-pinvoke! glGetVertexAttribfv is not bound
!missing-pinvoke! glGetVertexAttribiv is not bound
!missing-pinvoke! glGetVertexAttribPointerv is not bound
!missing-pinvoke! glHint is not bound
!missing-pinvoke! glIsBuffer is not bound
!missing-pinvoke! glIsEnabled is not bound
!missing-pinvoke! glIsProgram is not bound
!missing-pinvoke! glIsShader is not bound
!missing-pinvoke! glIsTexture is not bound
!missing-pinvoke! glLineWidth is not bound
!missing-pinvoke! glLinkProgram is not bound
!missing-pinvoke! glPixelStorei is not bound
!missing-pinvoke! glPolygonOffset is not bound
!missing-pinvoke! glProgramParameteriEXT is not bound !missing-pinvoke! glProgramParameteriEXT is not bound
!missing-pinvoke! glReadPixels is not bound
!missing-pinvoke! glSampleCoverage is not bound
!missing-pinvoke! glScissor is not bound
!missing-pinvoke! glShaderSource is not bound
!missing-pinvoke! glStencilFunc is not bound
!missing-pinvoke! glStencilFuncSeparate is not bound
!missing-pinvoke! glStencilMask is not bound
!missing-pinvoke! glStencilMaskSeparate is not bound
!missing-pinvoke! glStencilOp is not bound
!missing-pinvoke! glStencilOpSeparate is not bound
!missing-pinvoke! glTexImage2D is not bound
!missing-pinvoke! glTexParameterf is not bound
!missing-pinvoke! glTexParameterfv is not bound
!missing-pinvoke! glTexParameteri is not bound
!missing-pinvoke! glTexParameteriv is not bound
!missing-pinvoke! glTexSubImage2D is not bound
!missing-pinvoke! glUniform1f is not bound
!missing-pinvoke! glUniform1fv is not bound
!missing-pinvoke! glUniform1i is not bound
!missing-pinvoke! glUniform1iv is not bound
!missing-pinvoke! glUniform2f is not bound
!missing-pinvoke! glUniform2fv is not bound
!missing-pinvoke! glUniform2i is not bound
!missing-pinvoke! glUniform2iv is not bound
!missing-pinvoke! glUniform3f is not bound
!missing-pinvoke! glUniform3fv is not bound
!missing-pinvoke! glUniform3i is not bound
!missing-pinvoke! glUniform3iv is not bound
!missing-pinvoke! glUniform4f is not bound
!missing-pinvoke! glUniform4fv is not bound
!missing-pinvoke! glUniform4i is not bound
!missing-pinvoke! glUniform4iv is not bound
!missing-pinvoke! glUniformMatrix2fv is not bound
!missing-pinvoke! glUniformMatrix3fv is not bound
!missing-pinvoke! glUniformMatrix4fv is not bound
!missing-pinvoke! glUseProgram is not bound
!missing-pinvoke! glValidateProgram is not bound
!missing-pinvoke! glVertexAttrib1f is not bound
!missing-pinvoke! glVertexAttrib1fv is not bound
!missing-pinvoke! glVertexAttrib2f is not bound
!missing-pinvoke! glVertexAttrib2fv is not bound
!missing-pinvoke! glVertexAttrib3f is not bound
!missing-pinvoke! glVertexAttrib3fv is not bound
!missing-pinvoke! glVertexAttrib4f is not bound
!missing-pinvoke! glVertexAttrib4fv is not bound
!missing-pinvoke! glVertexAttribPointer is not bound
!missing-pinvoke! glViewport is not bound

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

@ -1,117 +0,0 @@
!missing-protocol! QCCompositionRenderer not bound
!missing-protocol! QCPlugInContext not bound
!missing-protocol! QCPlugInInputImageSource not bound
!missing-protocol! QCPlugInOutputImageProvider not bound
!missing-protocol-conformance! QCCompositionLayer should conform to QCCompositionRenderer
!missing-selector! +QCCompositionPickerPanel::sharedCompositionPickerPanel not bound
!missing-selector! +QCPlugIn::attributes not bound
!missing-selector! +QCPlugIn::attributesForPropertyPortWithKey: not bound
!missing-selector! +QCPlugIn::executionMode not bound
!missing-selector! +QCPlugIn::loadPlugInAtPath: not bound
!missing-selector! +QCPlugIn::plugInKeys not bound
!missing-selector! +QCPlugIn::registerPlugInClass: not bound
!missing-selector! +QCPlugIn::sortedPropertyPortKeys not bound
!missing-selector! +QCPlugIn::timeMode not bound
!missing-selector! NSObject::compositionParameterView:didChangeParameterWithKey: not bound
!missing-selector! NSObject::compositionParameterView:shouldDisplayParameterWithKey:attributes: not bound
!missing-selector! NSObject::compositionPickerView:didSelectComposition: not bound
!missing-selector! NSObject::compositionPickerViewDidStartAnimating: not bound
!missing-selector! NSObject::compositionPickerViewWillStopAnimating: not bound
!missing-selector! QCCompositionParameterView::backgroundColor not bound
!missing-selector! QCCompositionParameterView::compositionRenderer not bound
!missing-selector! QCCompositionParameterView::delegate not bound
!missing-selector! QCCompositionParameterView::drawsBackground not bound
!missing-selector! QCCompositionParameterView::hasParameters not bound
!missing-selector! QCCompositionParameterView::setBackgroundColor: not bound
!missing-selector! QCCompositionParameterView::setCompositionRenderer: not bound
!missing-selector! QCCompositionParameterView::setDelegate: not bound
!missing-selector! QCCompositionParameterView::setDrawsBackground: not bound
!missing-selector! QCCompositionPickerPanel::compositionPickerView not bound
!missing-selector! QCCompositionPickerView::allowsEmptySelection not bound
!missing-selector! QCCompositionPickerView::backgroundColor not bound
!missing-selector! QCCompositionPickerView::compositionAspectRatio not bound
!missing-selector! QCCompositionPickerView::compositions not bound
!missing-selector! QCCompositionPickerView::delegate not bound
!missing-selector! QCCompositionPickerView::drawsBackground not bound
!missing-selector! QCCompositionPickerView::isAnimating not bound
!missing-selector! QCCompositionPickerView::maxAnimationFrameRate not bound
!missing-selector! QCCompositionPickerView::numberOfColumns not bound
!missing-selector! QCCompositionPickerView::numberOfRows not bound
!missing-selector! QCCompositionPickerView::resetDefaultInputValues not bound
!missing-selector! QCCompositionPickerView::selectedComposition not bound
!missing-selector! QCCompositionPickerView::setAllowsEmptySelection: not bound
!missing-selector! QCCompositionPickerView::setBackgroundColor: not bound
!missing-selector! QCCompositionPickerView::setCompositionAspectRatio: not bound
!missing-selector! QCCompositionPickerView::setCompositionsFromRepositoryWithProtocol:andAttributes: not bound
!missing-selector! QCCompositionPickerView::setDefaultValue:forInputKey: not bound
!missing-selector! QCCompositionPickerView::setDelegate: not bound
!missing-selector! QCCompositionPickerView::setDrawsBackground: not bound
!missing-selector! QCCompositionPickerView::setMaxAnimationFrameRate: not bound
!missing-selector! QCCompositionPickerView::setNumberOfColumns: not bound
!missing-selector! QCCompositionPickerView::setNumberOfRows: not bound
!missing-selector! QCCompositionPickerView::setSelectedComposition: not bound
!missing-selector! QCCompositionPickerView::setShowsCompositionNames: not bound
!missing-selector! QCCompositionPickerView::showsCompositionNames not bound
!missing-selector! QCCompositionPickerView::startAnimation: not bound
!missing-selector! QCCompositionPickerView::stopAnimation: not bound
!missing-selector! QCPlugIn::addInputPortWithType:forKey:withAttributes: not bound
!missing-selector! QCPlugIn::addOutputPortWithType:forKey:withAttributes: not bound
!missing-selector! QCPlugIn::createViewController not bound
!missing-selector! QCPlugIn::didValueForInputKeyChange: not bound
!missing-selector! QCPlugIn::disableExecution: not bound
!missing-selector! QCPlugIn::enableExecution: not bound
!missing-selector! QCPlugIn::execute:atTime:withArguments: not bound
!missing-selector! QCPlugIn::executionTimeForContext:atTime:withArguments: not bound
!missing-selector! QCPlugIn::removeInputPortForKey: not bound
!missing-selector! QCPlugIn::removeOutputPortForKey: not bound
!missing-selector! QCPlugIn::serializedValueForKey: not bound
!missing-selector! QCPlugIn::setSerializedValue:forKey: not bound
!missing-selector! QCPlugIn::setValue:forOutputKey: not bound
!missing-selector! QCPlugIn::startExecution: not bound
!missing-selector! QCPlugIn::stopExecution: not bound
!missing-selector! QCPlugIn::valueForInputKey: not bound
!missing-selector! QCPlugInViewController::initWithPlugIn:viewNibName: not bound
!missing-selector! QCPlugInViewController::plugIn not bound
!missing-selector! QCRenderer::composition not bound
!missing-selector! QCRenderer::createSnapshotImageOfType: not bound
!missing-selector! QCRenderer::initOffScreenWithSize:colorSpace:composition: not bound
!missing-selector! QCRenderer::initWithComposition:colorSpace: not bound
!missing-selector! QCRenderer::initWithOpenGLContext:pixelFormat:file: not bound
!missing-selector! QCRenderer::renderAtTime:arguments: not bound
!missing-selector! QCRenderer::renderingTimeForTime:arguments: not bound
!missing-selector! QCRenderer::snapshotImage not bound
!missing-selector! QCView::autostartsRendering not bound
!missing-selector! QCView::createSnapshotImageOfType: not bound
!missing-selector! QCView::erase not bound
!missing-selector! QCView::eraseColor not bound
!missing-selector! QCView::eventForwardingMask not bound
!missing-selector! QCView::isPausedRendering not bound
!missing-selector! QCView::isRendering not bound
!missing-selector! QCView::loadComposition: not bound
!missing-selector! QCView::loadCompositionFromFile: not bound
!missing-selector! QCView::loadedComposition not bound
!missing-selector! QCView::maxRenderingFrameRate not bound
!missing-selector! QCView::openGLContext not bound
!missing-selector! QCView::openGLPixelFormat not bound
!missing-selector! QCView::pauseRendering not bound
!missing-selector! QCView::play: not bound
!missing-selector! QCView::renderAtTime:arguments: not bound
!missing-selector! QCView::resumeRendering not bound
!missing-selector! QCView::setAutostartsRendering: not bound
!missing-selector! QCView::setEraseColor: not bound
!missing-selector! QCView::setEventForwardingMask: not bound
!missing-selector! QCView::setMaxRenderingFrameRate: not bound
!missing-selector! QCView::snapshotImage not bound
!missing-selector! QCView::start: not bound
!missing-selector! QCView::startRendering not bound
!missing-selector! QCView::stop: not bound
!missing-selector! QCView::stopRendering not bound
!missing-selector! QCView::unloadComposition not bound
!missing-type! QCCompositionParameterView not bound
!missing-type! QCCompositionPickerPanel not bound
!missing-type! QCCompositionPickerView not bound
!missing-type! QCPatchController not bound
!missing-type! QCPlugIn not bound
!missing-type! QCPlugInViewController not bound
!missing-type! QCRenderer not bound
!missing-type! QCView not bound

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

@ -0,0 +1,6 @@
!missing-protocol! OS_sec_certificate not bound
!missing-protocol! OS_sec_identity not bound
!missing-protocol! OS_sec_object not bound
!missing-protocol! OS_sec_protocol_metadata not bound
!missing-protocol! OS_sec_protocol_options not bound
!missing-protocol! OS_sec_trust not bound

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

@ -1,191 +1,60 @@
!unknown-field! WebActionButtonKey bound !incorrect-protocol-member! WebOpenPanelResultListener::cancel is REQUIRED and should be abstract
!unknown-field! WebActionElementKey bound !incorrect-protocol-member! WebOpenPanelResultListener::chooseFilename: is REQUIRED and should be abstract
!unknown-field! WebActionModifierFlagsKey bound !incorrect-protocol-member! WebOpenPanelResultListener::chooseFilenames: is REQUIRED and should be abstract
!unknown-field! WebActionNavigationTypeKey bound !incorrect-protocol-member! WebPolicyDecisionListener::download is REQUIRED and should be abstract
!unknown-field! WebActionOriginalURLKey bound !incorrect-protocol-member! WebPolicyDecisionListener::ignore is REQUIRED and should be abstract
!unknown-field! WebHistoryItemChangedNotification bound !incorrect-protocol-member! WebPolicyDecisionListener::use is REQUIRED and should be abstract
!unknown-field! WKErrorDomain bound !missing-enum! WKCookiePolicy not bound
!unknown-field! WKWebsiteDataTypeCookies bound !missing-enum! WKInactiveSchedulingPolicy not bound
!unknown-field! WKWebsiteDataTypeDiskCache bound !missing-enum! WKUserInterfaceDirectionPolicy not bound
!unknown-field! WKWebsiteDataTypeFetchCache bound !missing-field! WebViewDidBeginEditingNotification not bound
!unknown-field! WKWebsiteDataTypeFileSystem bound !missing-field! WebViewDidChangeNotification not bound
!unknown-field! WKWebsiteDataTypeIndexedDBDatabases bound !missing-field! WebViewDidChangeSelectionNotification not bound
!unknown-field! WKWebsiteDataTypeLocalStorage bound !missing-field! WebViewDidChangeTypingStyleNotification not bound
!unknown-field! WKWebsiteDataTypeMemoryCache bound !missing-field! WebViewDidEndEditingNotification not bound
!unknown-field! WKWebsiteDataTypeOfflineWebApplicationCache bound !missing-field! WKWebsiteDataTypeHashSalt not bound
!unknown-field! WKWebsiteDataTypeServiceWorkerRegistrations bound !missing-field! WKWebsiteDataTypeMediaKeys not bound
!unknown-field! WKWebsiteDataTypeSessionStorage bound !missing-field! WKWebsiteDataTypeSearchFieldRecentSearches not bound
!unknown-field! WKWebsiteDataTypeWebSQLDatabases bound !missing-protocol-conformance! WKWebView should conform to NSTextFinderClient (defined in 'WKNSTextFinderClient' category)
!unknown-native-enum! WebCacheModel bound !missing-selector! +NSObject::isKeyExcludedFromWebScript: not bound
!unknown-native-enum! WKAudiovisualMediaTypes bound !missing-selector! +NSObject::isSelectorExcludedFromWebScript: not bound
!unknown-native-enum! WKContentMode bound !missing-selector! +NSObject::webScriptNameForKey: not bound
!unknown-native-enum! WKDialogResult bound !missing-selector! +NSObject::webScriptNameForSelector: not bound
!unknown-native-enum! WKDownloadRedirectPolicy bound !missing-selector! +WKWebsiteDataStore::dataStoreForIdentifier: not bound
!unknown-native-enum! WKErrorCode bound !missing-selector! +WKWebsiteDataStore::fetchAllDataStoreIdentifiers: not bound
!unknown-native-enum! WKFullscreenState bound !missing-selector! +WKWebsiteDataStore::removeDataStoreForIdentifier:completionHandler: not bound
!unknown-native-enum! WKMediaCaptureState bound !missing-selector! NSObject::finalizeForWebScript not bound
!unknown-native-enum! WKMediaCaptureType bound !missing-selector! NSObject::invokeDefaultMethodWithArguments: not bound
!unknown-native-enum! WKMediaPlaybackState bound !missing-selector! NSObject::invokeUndefinedMethodFromWebScript:withArguments: not bound
!unknown-native-enum! WKNavigationActionPolicy bound !missing-selector! NSObject::objectForWebScript not bound
!unknown-native-enum! WKNavigationResponsePolicy bound !missing-selector! NSObject::webFrame not bound
!unknown-native-enum! WKNavigationType bound !missing-selector! NSObject::webPlugInContainerLoadRequest:inFrame: not bound
!unknown-native-enum! WKPermissionDecision bound !missing-selector! NSObject::webPlugInContainerSelectionColor not bound
!unknown-native-enum! WKUserScriptInjectionTime bound !missing-selector! NSObject::webPlugInContainerShowStatus: not bound
!unknown-protocol! DOMEventListener bound !missing-selector! NSObject::webPlugInDestroy not bound
!unknown-protocol! DOMEventTarget bound !missing-selector! NSObject::webPlugInInitialize not bound
!unknown-protocol! DOMNodeFilter bound !missing-selector! NSObject::webPlugInMainResourceDidFailWithError: not bound
!unknown-protocol! WebDocumentRepresentation bound !missing-selector! NSObject::webPlugInMainResourceDidFinishLoading not bound
!unknown-protocol! WebDownloadDelegate bound !missing-selector! NSObject::webPlugInMainResourceDidReceiveData: not bound
!unknown-protocol! WebFrameLoadDelegate bound !missing-selector! NSObject::webPlugInMainResourceDidReceiveResponse: not bound
!unknown-protocol! WebOpenPanelResultListener bound !missing-selector! NSObject::webPlugInSetIsSelected: not bound
!unknown-protocol! WebPolicyDecisionListener bound !missing-selector! NSObject::webPlugInStart not bound
!unknown-protocol! WebPolicyDelegate bound !missing-selector! NSObject::webPlugInStop not bound
!unknown-protocol! WebResourceLoadDelegate bound !missing-selector! WKHTTPCookieStore::getCookiePolicy: not bound
!unknown-protocol! WebUIDelegate bound !missing-selector! WKHTTPCookieStore::setCookiePolicy:completionHandler: not bound
!unknown-protocol! WKDownloadDelegate bound !missing-selector! WKPDFConfiguration::allowTransparentBackground not bound
!unknown-protocol! WKHTTPCookieStoreObserver bound !missing-selector! WKPDFConfiguration::setAllowTransparentBackground: not bound
!unknown-protocol! WKNavigationDelegate bound !missing-selector! WKPreferences::inactiveSchedulingPolicy not bound
!unknown-protocol! WKScriptMessageHandler bound !missing-selector! WKPreferences::setInactiveSchedulingPolicy: not bound
!unknown-protocol! WKScriptMessageHandlerWithReply bound !missing-selector! WKWebsiteDataStore::identifier not bound
!unknown-protocol! WKUIDelegate bound !missing-selector! WKWebsiteDataStore::proxyConfigurations not bound
!unknown-protocol! WKURLSchemeHandler bound !missing-selector! WKWebsiteDataStore::setProxyConfigurations: not bound
!unknown-protocol! WKURLSchemeTask bound !missing-selector! WKWebView::goBack: not bound
!unknown-type! DOMAbstractView bound !missing-selector! WKWebView::goForward: not bound
!unknown-type! DOMAttr bound !missing-selector! WKWebView::reload: not bound
!unknown-type! DOMBlob bound !missing-selector! WKWebView::reloadFromOrigin: not bound
!unknown-type! DOMCDATASection bound !missing-selector! WKWebView::stopLoading: not bound
!unknown-type! DOMCharacterData bound !missing-selector! WKWebViewConfiguration::allowsInlinePredictions not bound
!unknown-type! DOMComment bound !missing-selector! WKWebViewConfiguration::setAllowsInlinePredictions: not bound
!unknown-type! DOMCSSCharsetRule bound !missing-selector! WKWebViewConfiguration::setUserInterfaceDirectionPolicy: not bound
!unknown-type! DOMCSSFontFaceRule bound !missing-selector! WKWebViewConfiguration::userInterfaceDirectionPolicy not bound
!unknown-type! DOMCSSImportRule bound
!unknown-type! DOMCSSMediaRule bound
!unknown-type! DOMCSSPageRule bound
!unknown-type! DOMCSSRule bound
!unknown-type! DOMCSSRuleList bound
!unknown-type! DOMCSSStyleDeclaration bound
!unknown-type! DOMCSSStyleRule bound
!unknown-type! DOMCSSStyleSheet bound
!unknown-type! DOMCSSUnknownRule bound
!unknown-type! DOMCSSValue bound
!unknown-type! DOMDocument bound
!unknown-type! DOMDocumentFragment bound
!unknown-type! DOMDocumentType bound
!unknown-type! DOMElement bound
!unknown-type! DOMEntityReference bound
!unknown-type! DOMEvent bound
!unknown-type! DOMFile bound
!unknown-type! DOMFileList bound
!unknown-type! DOMHTMLAnchorElement bound
!unknown-type! DOMHTMLAppletElement bound
!unknown-type! DOMHTMLAreaElement bound
!unknown-type! DOMHTMLBaseElement bound
!unknown-type! DOMHTMLBaseFontElement bound
!unknown-type! DOMHTMLBodyElement bound
!unknown-type! DOMHTMLBRElement bound
!unknown-type! DOMHTMLButtonElement bound
!unknown-type! DOMHTMLCollection bound
!unknown-type! DOMHTMLDirectoryElement bound
!unknown-type! DOMHTMLDivElement bound
!unknown-type! DOMHTMLDListElement bound
!unknown-type! DOMHTMLDocument bound
!unknown-type! DOMHTMLElement bound
!unknown-type! DOMHTMLEmbedElement bound
!unknown-type! DOMHTMLFieldSetElement bound
!unknown-type! DOMHTMLFontElement bound
!unknown-type! DOMHTMLFormElement bound
!unknown-type! DOMHTMLFrameElement bound
!unknown-type! DOMHTMLFrameSetElement bound
!unknown-type! DOMHTMLHeadElement bound
!unknown-type! DOMHTMLHeadingElement bound
!unknown-type! DOMHTMLHRElement bound
!unknown-type! DOMHTMLHtmlElement bound
!unknown-type! DOMHTMLIFrameElement bound
!unknown-type! DOMHTMLImageElement bound
!unknown-type! DOMHTMLInputElement bound
!unknown-type! DOMHTMLLabelElement bound
!unknown-type! DOMHTMLLegendElement bound
!unknown-type! DOMHTMLLIElement bound
!unknown-type! DOMHTMLLinkElement bound
!unknown-type! DOMHTMLMapElement bound
!unknown-type! DOMHTMLMarqueeElement bound
!unknown-type! DOMHTMLMenuElement bound
!unknown-type! DOMHTMLMetaElement bound
!unknown-type! DOMHTMLModElement bound
!unknown-type! DOMHTMLObjectElement bound
!unknown-type! DOMHTMLOListElement bound
!unknown-type! DOMHTMLOptGroupElement bound
!unknown-type! DOMHTMLOptionElement bound
!unknown-type! DOMHTMLOptionsCollection bound
!unknown-type! DOMHTMLParagraphElement bound
!unknown-type! DOMHTMLParamElement bound
!unknown-type! DOMHTMLPreElement bound
!unknown-type! DOMHTMLQuoteElement bound
!unknown-type! DOMHTMLScriptElement bound
!unknown-type! DOMHTMLSelectElement bound
!unknown-type! DOMHTMLStyleElement bound
!unknown-type! DOMHTMLTableCaptionElement bound
!unknown-type! DOMHTMLTableCellElement bound
!unknown-type! DOMHTMLTableColElement bound
!unknown-type! DOMHTMLTableElement bound
!unknown-type! DOMHTMLTableRowElement bound
!unknown-type! DOMHTMLTableSectionElement bound
!unknown-type! DOMHTMLTextAreaElement bound
!unknown-type! DOMImplementation bound
!unknown-type! DOMKeyboardEvent bound
!unknown-type! DOMMediaList bound
!unknown-type! DOMMouseEvent bound
!unknown-type! DOMNamedNodeMap bound
!unknown-type! DOMNode bound
!unknown-type! DOMNodeIterator bound
!unknown-type! DOMNodeList bound
!unknown-type! DOMObject bound
!unknown-type! DOMOverflowEvent bound
!unknown-type! DOMProcessingInstruction bound
!unknown-type! DOMProgressEvent bound
!unknown-type! DOMRange bound
!unknown-type! DOMStyleSheet bound
!unknown-type! DOMStyleSheetList bound
!unknown-type! DOMText bound
!unknown-type! DOMUIEvent bound
!unknown-type! DOMWheelEvent bound
!unknown-type! WebArchive bound
!unknown-type! WebBackForwardList bound
!unknown-type! WebDataSource bound
!unknown-type! WebDownload bound
!unknown-type! WebFrame bound
!unknown-type! WebFrameView bound
!unknown-type! WebHistory bound
!unknown-type! WebHistoryItem bound
!unknown-type! WebPreferences bound
!unknown-type! WebResource bound
!unknown-type! WebScriptObject bound
!unknown-type! WebView bound
!unknown-type! WKBackForwardList bound
!unknown-type! WKBackForwardListItem bound
!unknown-type! WKContentRuleList bound
!unknown-type! WKContentRuleListStore bound
!unknown-type! WKContentWorld bound
!unknown-type! WKDownload bound
!unknown-type! WKFindConfiguration bound
!unknown-type! WKFindResult bound
!unknown-type! WKFrameInfo bound
!unknown-type! WKHTTPCookieStore bound
!unknown-type! WKNavigation bound
!unknown-type! WKNavigationAction bound
!unknown-type! WKNavigationResponse bound
!unknown-type! WKOpenPanelParameters bound
!unknown-type! WKPDFConfiguration bound
!unknown-type! WKPreferences bound
!unknown-type! WKProcessPool bound
!unknown-type! WKScriptMessage bound
!unknown-type! WKSecurityOrigin bound
!unknown-type! WKSnapshotConfiguration bound
!unknown-type! WKUserContentController bound
!unknown-type! WKUserScript bound
!unknown-type! WKWebpagePreferences bound
!unknown-type! WKWebsiteDataRecord bound
!unknown-type! WKWebsiteDataStore bound
!unknown-type! WKWebView bound
!unknown-type! WKWebViewConfiguration bound
!unknown-type! WKWindowFeatures bound

Разница между файлами не показана из-за своего большого размера Загрузить разницу

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

@ -1,205 +1,479 @@
!unknown-field! kCMHEVCTemporalLevelInfoKey_ConstraintIndicatorFlags bound !missing-enum! CMPackingType not bound
!unknown-field! kCMHEVCTemporalLevelInfoKey_LevelIndex bound !missing-enum! CMProjectionType not bound
!unknown-field! kCMHEVCTemporalLevelInfoKey_ProfileCompatibilityFlags bound !missing-enum! CMStereoViewComponents not bound
!unknown-field! kCMHEVCTemporalLevelInfoKey_ProfileIndex bound !missing-enum! CMStereoViewInterpretationOptions not bound
!unknown-field! kCMHEVCTemporalLevelInfoKey_ProfileSpace bound !missing-enum! CMTagCategory not bound
!unknown-field! kCMHEVCTemporalLevelInfoKey_TemporalLevel bound !missing-enum! CMTagCollectionError not bound
!unknown-field! kCMHEVCTemporalLevelInfoKey_TierFlag bound !missing-enum! CMTagDataType not bound
!unknown-field! kCMMemoryPoolOption_AgeOutPeriod bound !missing-enum! CMTagError not bound
!unknown-field! kCMSampleAttachmentKey_AudioIndependentSampleDecoderRefreshCount bound !missing-enum! CMTaggedBufferGroupError not bound
!unknown-field! kCMSampleAttachmentKey_DependsOnOthers bound !missing-enum! CMTimeFlags not bound
!unknown-field! kCMSampleAttachmentKey_DisplayImmediately bound !missing-field! kCMFormatDescriptionAlphaChannelMode_PremultipliedAlpha not bound
!unknown-field! kCMSampleAttachmentKey_DoNotDisplay bound !missing-field! kCMFormatDescriptionAlphaChannelMode_StraightAlpha not bound
!unknown-field! kCMSampleAttachmentKey_EarlierDisplayTimesAllowed bound !missing-field! kCMFormatDescriptionChromaLocation_Bottom not bound
!unknown-field! kCMSampleAttachmentKey_HasRedundantCoding bound !missing-field! kCMFormatDescriptionChromaLocation_BottomLeft not bound
!unknown-field! kCMSampleAttachmentKey_HDR10PlusPerFrameData bound !missing-field! kCMFormatDescriptionChromaLocation_Center not bound
!unknown-field! kCMSampleAttachmentKey_HEVCStepwiseTemporalSubLayerAccess bound !missing-field! kCMFormatDescriptionChromaLocation_DV420 not bound
!unknown-field! kCMSampleAttachmentKey_HEVCSyncSampleNALUnitType bound !missing-field! kCMFormatDescriptionChromaLocation_Left not bound
!unknown-field! kCMSampleAttachmentKey_HEVCTemporalLevelInfo bound !missing-field! kCMFormatDescriptionChromaLocation_Top not bound
!unknown-field! kCMSampleAttachmentKey_HEVCTemporalSubLayerAccess bound !missing-field! kCMFormatDescriptionChromaLocation_TopLeft not bound
!unknown-field! kCMSampleAttachmentKey_IsDependedOnByOthers bound !missing-field! kCMFormatDescriptionColorPrimaries_DCI_P3 not bound
!unknown-field! kCMSampleAttachmentKey_NotSync bound !missing-field! kCMFormatDescriptionColorPrimaries_EBU_3213 not bound
!unknown-field! kCMSampleAttachmentKey_PartialSync bound !missing-field! kCMFormatDescriptionColorPrimaries_ITU_R_2020 not bound
!unknown-field! kCMSampleBufferAttachmentKey_CameraIntrinsicMatrix bound !missing-field! kCMFormatDescriptionColorPrimaries_ITU_R_709_2 not bound
!unknown-field! kCMSampleBufferAttachmentKey_DisplayEmptyMediaImmediately bound !missing-field! kCMFormatDescriptionColorPrimaries_P22 not bound
!unknown-field! kCMSampleBufferAttachmentKey_DrainAfterDecoding bound !missing-field! kCMFormatDescriptionColorPrimaries_P3_D65 not bound
!unknown-field! kCMSampleBufferAttachmentKey_DroppedFrameReason bound !missing-field! kCMFormatDescriptionColorPrimaries_SMPTE_C not bound
!unknown-field! kCMSampleBufferAttachmentKey_DroppedFrameReasonInfo bound !missing-field! kCMFormatDescriptionConformsToMPEG2VideoProfile not bound
!unknown-field! kCMSampleBufferAttachmentKey_EmptyMedia bound !missing-field! kCMFormatDescriptionExtension_AlphaChannelMode not bound
!unknown-field! kCMSampleBufferAttachmentKey_EndsPreviousSampleDuration bound !missing-field! kCMFormatDescriptionExtension_AlternativeTransferCharacteristics not bound
!unknown-field! kCMSampleBufferAttachmentKey_FillDiscontinuitiesWithSilence bound !missing-field! kCMFormatDescriptionExtension_AmbientViewingEnvironment not bound
!unknown-field! kCMSampleBufferAttachmentKey_ForceKeyFrame bound !missing-field! kCMFormatDescriptionExtension_AuxiliaryTypeInfo not bound
!unknown-field! kCMSampleBufferAttachmentKey_GradualDecoderRefresh bound !missing-field! kCMFormatDescriptionExtension_BitsPerComponent not bound
!unknown-field! kCMSampleBufferAttachmentKey_PermanentEmptyMedia bound !missing-field! kCMFormatDescriptionExtension_BytesPerRow not bound
!unknown-field! kCMSampleBufferAttachmentKey_PostNotificationWhenConsumed bound !missing-field! kCMFormatDescriptionExtension_ChromaLocationBottomField not bound
!unknown-field! kCMSampleBufferAttachmentKey_ResetDecoderBeforeDecoding bound !missing-field! kCMFormatDescriptionExtension_ChromaLocationTopField not bound
!unknown-field! kCMSampleBufferAttachmentKey_ResumeOutput bound !missing-field! kCMFormatDescriptionExtension_CleanAperture not bound
!unknown-field! kCMSampleBufferAttachmentKey_Reverse bound !missing-field! kCMFormatDescriptionExtension_ColorPrimaries not bound
!unknown-field! kCMSampleBufferAttachmentKey_SampleReferenceByteOffset bound !missing-field! kCMFormatDescriptionExtension_ContainsAlphaChannel not bound
!unknown-field! kCMSampleBufferAttachmentKey_SampleReferenceURL bound !missing-field! kCMFormatDescriptionExtension_ContentColorVolume not bound
!unknown-field! kCMSampleBufferAttachmentKey_SpeedMultiplier bound !missing-field! kCMFormatDescriptionExtension_ContentLightLevelInfo not bound
!unknown-field! kCMSampleBufferAttachmentKey_StillImageLensStabilizationInfo bound !missing-field! kCMFormatDescriptionExtension_Depth not bound
!unknown-field! kCMSampleBufferAttachmentKey_TransitionID bound !missing-field! kCMFormatDescriptionExtension_FieldCount not bound
!unknown-field! kCMSampleBufferAttachmentKey_TrimDurationAtEnd bound !missing-field! kCMFormatDescriptionExtension_FieldDetail not bound
!unknown-field! kCMSampleBufferAttachmentKey_TrimDurationAtStart bound !missing-field! kCMFormatDescriptionExtension_FormatName not bound
!unknown-field! kCMSampleBufferLensStabilizationInfo_Active bound !missing-field! kCMFormatDescriptionExtension_FullRangeVideo not bound
!unknown-field! kCMSampleBufferLensStabilizationInfo_Off bound !missing-field! kCMFormatDescriptionExtension_GammaLevel not bound
!unknown-field! kCMSampleBufferLensStabilizationInfo_OutOfRange bound !missing-field! kCMFormatDescriptionExtension_HorizontalFieldOfView not bound
!unknown-field! kCMSampleBufferLensStabilizationInfo_Unavailable bound !missing-field! kCMFormatDescriptionExtension_ICCProfile not bound
!unknown-field! kCMTextMarkupAttribute_BackgroundColorARGB bound !missing-field! kCMFormatDescriptionExtension_MasteringDisplayColorVolume not bound
!unknown-field! kCMTextMarkupAttribute_BaseFontSizePercentageRelativeToVideoHeight bound !missing-field! kCMFormatDescriptionExtension_OriginalCompressionSettings not bound
!unknown-field! kCMTextMarkupAttribute_BoldStyle bound !missing-field! kCMFormatDescriptionExtension_PixelAspectRatio not bound
!unknown-field! kCMTextMarkupAttribute_FontFamilyName bound !missing-field! kCMFormatDescriptionExtension_ProtectedContentOriginalFormat not bound
!unknown-field! kCMTextMarkupAttribute_ForegroundColorARGB bound !missing-field! kCMFormatDescriptionExtension_RevisionLevel not bound
!unknown-field! kCMTextMarkupAttribute_ItalicStyle bound !missing-field! kCMFormatDescriptionExtension_SampleDescriptionExtensionAtoms not bound
!unknown-field! kCMTextMarkupAttribute_RelativeFontSize bound !missing-field! kCMFormatDescriptionExtension_SpatialQuality not bound
!unknown-field! kCMTextMarkupAttribute_UnderlineStyle bound !missing-field! kCMFormatDescriptionExtension_TemporalQuality not bound
!unknown-pinvoke! CMAudioClockCreate bound !missing-field! kCMFormatDescriptionExtension_TransferFunction not bound
!unknown-pinvoke! CMAudioFormatDescriptionGetChannelLayout bound !missing-field! kCMFormatDescriptionExtension_Vendor not bound
!unknown-pinvoke! CMAudioFormatDescriptionGetFormatList bound !missing-field! kCMFormatDescriptionExtension_VerbatimImageDescription not bound
!unknown-pinvoke! CMAudioFormatDescriptionGetMagicCookie bound !missing-field! kCMFormatDescriptionExtension_VerbatimISOSampleEntry not bound
!unknown-pinvoke! CMAudioFormatDescriptionGetMostCompatibleFormat bound !missing-field! kCMFormatDescriptionExtension_VerbatimSampleDescription not bound
!unknown-pinvoke! CMAudioFormatDescriptionGetRichestDecodableFormat bound !missing-field! kCMFormatDescriptionExtension_Version not bound
!unknown-pinvoke! CMAudioFormatDescriptionGetStreamBasicDescription bound !missing-field! kCMFormatDescriptionExtension_YCbCrMatrix not bound
!unknown-pinvoke! CMAudioSampleBufferCreateReadyWithPacketDescriptions bound !missing-field! kCMFormatDescriptionExtensionKey_MetadataKeyTable not bound
!unknown-pinvoke! CMAudioSampleBufferCreateWithPacketDescriptions bound !missing-field! kCMFormatDescriptionFieldDetail_SpatialFirstLineEarly not bound
!unknown-pinvoke! CMBlockBufferAccessDataBytes bound !missing-field! kCMFormatDescriptionFieldDetail_SpatialFirstLineLate not bound
!unknown-pinvoke! CMBlockBufferAppendBufferReference bound !missing-field! kCMFormatDescriptionFieldDetail_TemporalBottomFirst not bound
!unknown-pinvoke! CMBlockBufferAppendMemoryBlock bound !missing-field! kCMFormatDescriptionFieldDetail_TemporalTopFirst not bound
!unknown-pinvoke! CMBlockBufferAssureBlockMemory bound !missing-field! kCMFormatDescriptionKey_CleanApertureHeight not bound
!unknown-pinvoke! CMBlockBufferCopyDataBytes bound !missing-field! kCMFormatDescriptionKey_CleanApertureHeightRational not bound
!unknown-pinvoke! CMBlockBufferCreateContiguous bound !missing-field! kCMFormatDescriptionKey_CleanApertureHorizontalOffset not bound
!unknown-pinvoke! CMBlockBufferCreateEmpty bound !missing-field! kCMFormatDescriptionKey_CleanApertureHorizontalOffsetRational not bound
!unknown-pinvoke! CMBlockBufferCreateWithBufferReference bound !missing-field! kCMFormatDescriptionKey_CleanApertureVerticalOffset not bound
!unknown-pinvoke! CMBlockBufferCreateWithMemoryBlock bound !missing-field! kCMFormatDescriptionKey_CleanApertureVerticalOffsetRational not bound
!unknown-pinvoke! CMBlockBufferFillDataBytes bound !missing-field! kCMFormatDescriptionKey_CleanApertureWidth not bound
!unknown-pinvoke! CMBlockBufferGetDataLength bound !missing-field! kCMFormatDescriptionKey_CleanApertureWidthRational not bound
!unknown-pinvoke! CMBlockBufferGetDataPointer bound !missing-field! kCMFormatDescriptionKey_PixelAspectRatioHorizontalSpacing not bound
!unknown-pinvoke! CMBlockBufferIsEmpty bound !missing-field! kCMFormatDescriptionKey_PixelAspectRatioVerticalSpacing not bound
!unknown-pinvoke! CMBlockBufferIsRangeContiguous bound !missing-field! kCMFormatDescriptionTransferFunction_ITU_R_2020 not bound
!unknown-pinvoke! CMBlockBufferReplaceDataBytes bound !missing-field! kCMFormatDescriptionTransferFunction_ITU_R_2100_HLG not bound
!unknown-pinvoke! CMBufferQueueContainsEndOfData bound !missing-field! kCMFormatDescriptionTransferFunction_ITU_R_709_2 not bound
!unknown-pinvoke! CMBufferQueueCreate bound !missing-field! kCMFormatDescriptionTransferFunction_Linear not bound
!unknown-pinvoke! CMBufferQueueDequeueAndRetain bound !missing-field! kCMFormatDescriptionTransferFunction_SMPTE_240M_1995 not bound
!unknown-pinvoke! CMBufferQueueDequeueIfDataReadyAndRetain bound !missing-field! kCMFormatDescriptionTransferFunction_SMPTE_ST_2084_PQ not bound
!unknown-pinvoke! CMBufferQueueEnqueue bound !missing-field! kCMFormatDescriptionTransferFunction_SMPTE_ST_428_1 not bound
!unknown-pinvoke! CMBufferQueueGetBufferCount bound !missing-field! kCMFormatDescriptionTransferFunction_sRGB not bound
!unknown-pinvoke! CMBufferQueueGetCallbacksForUnsortedSampleBuffers bound !missing-field! kCMFormatDescriptionTransferFunction_UseGamma not bound
!unknown-pinvoke! CMBufferQueueGetDuration bound !missing-field! kCMFormatDescriptionVendor_Apple not bound
!unknown-pinvoke! CMBufferQueueGetTotalSize bound !missing-field! kCMFormatDescriptionYCbCrMatrix_ITU_R_2020 not bound
!unknown-pinvoke! CMBufferQueueIsAtEndOfData bound !missing-field! kCMFormatDescriptionYCbCrMatrix_ITU_R_601_4 not bound
!unknown-pinvoke! CMBufferQueueIsEmpty bound !missing-field! kCMFormatDescriptionYCbCrMatrix_ITU_R_709_2 not bound
!unknown-pinvoke! CMBufferQueueMarkEndOfData bound !missing-field! kCMFormatDescriptionYCbCrMatrix_SMPTE_240M_1995 not bound
!unknown-pinvoke! CMBufferQueueReset bound !missing-field! kCMImageDescriptionFlavor_3GPFamily not bound
!unknown-pinvoke! CMClockConvertHostTimeToSystemUnits bound !missing-field! kCMImageDescriptionFlavor_ISOFamily not bound
!unknown-pinvoke! CMClockGetAnchorTime bound !missing-field! kCMImageDescriptionFlavor_ISOFamilyWithAppleExtensions not bound
!unknown-pinvoke! CMClockGetHostTimeClock bound !missing-field! kCMImageDescriptionFlavor_QuickTimeMovie not bound
!unknown-pinvoke! CMClockGetTime bound !missing-field! kCMMetadataBaseDataType_AffineTransformF64 not bound
!unknown-pinvoke! CMClockInvalidate bound !missing-field! kCMMetadataBaseDataType_BMP not bound
!unknown-pinvoke! CMClockMakeHostTimeFromSystemUnits bound !missing-field! kCMMetadataBaseDataType_DimensionsF32 not bound
!unknown-pinvoke! CMClockMightDrift bound !missing-field! kCMMetadataBaseDataType_Float32 not bound
!unknown-pinvoke! CMCopyDictionaryOfAttachments bound !missing-field! kCMMetadataBaseDataType_Float64 not bound
!unknown-pinvoke! CMFormatDescriptionCreate bound !missing-field! kCMMetadataBaseDataType_GIF not bound
!unknown-pinvoke! CMFormatDescriptionGetExtension bound !missing-field! kCMMetadataBaseDataType_JPEG not bound
!unknown-pinvoke! CMFormatDescriptionGetExtensions bound !missing-field! kCMMetadataBaseDataType_JSON not bound
!unknown-pinvoke! CMFormatDescriptionGetMediaSubType bound !missing-field! kCMMetadataBaseDataType_PerspectiveTransformF64 not bound
!unknown-pinvoke! CMFormatDescriptionGetMediaType bound !missing-field! kCMMetadataBaseDataType_PNG not bound
!unknown-pinvoke! CMFormatDescriptionGetTypeID bound !missing-field! kCMMetadataBaseDataType_PointF32 not bound
!unknown-pinvoke! CMGetAttachment bound !missing-field! kCMMetadataBaseDataType_PolygonF32 not bound
!unknown-pinvoke! CMMemoryPoolCreate bound !missing-field! kCMMetadataBaseDataType_PolylineF32 not bound
!unknown-pinvoke! CMMemoryPoolFlush bound !missing-field! kCMMetadataBaseDataType_RawData not bound
!unknown-pinvoke! CMMemoryPoolGetAllocator bound !missing-field! kCMMetadataBaseDataType_RectF32 not bound
!unknown-pinvoke! CMMemoryPoolInvalidate bound !missing-field! kCMMetadataBaseDataType_SInt16 not bound
!unknown-pinvoke! CMPropagateAttachments bound !missing-field! kCMMetadataBaseDataType_SInt32 not bound
!unknown-pinvoke! CMRemoveAllAttachments bound !missing-field! kCMMetadataBaseDataType_SInt64 not bound
!unknown-pinvoke! CMRemoveAttachment bound !missing-field! kCMMetadataBaseDataType_SInt8 not bound
!unknown-pinvoke! CMSampleBufferCallForEachSample bound !missing-field! kCMMetadataBaseDataType_UInt16 not bound
!unknown-pinvoke! CMSampleBufferCopyPCMDataIntoAudioBufferList bound !missing-field! kCMMetadataBaseDataType_UInt32 not bound
!unknown-pinvoke! CMSampleBufferCreateCopyWithNewTiming bound !missing-field! kCMMetadataBaseDataType_UInt64 not bound
!unknown-pinvoke! CMSampleBufferCreateForImageBuffer bound !missing-field! kCMMetadataBaseDataType_UInt8 not bound
!unknown-pinvoke! CMSampleBufferCreateReady bound !missing-field! kCMMetadataBaseDataType_UTF16 not bound
!unknown-pinvoke! CMSampleBufferCreateReadyWithImageBuffer bound !missing-field! kCMMetadataBaseDataType_UTF8 not bound
!unknown-pinvoke! CMSampleBufferDataIsReady bound !missing-field! kCMMetadataDataType_QuickTimeMetadataDirection not bound
!unknown-pinvoke! CMSampleBufferGetDataBuffer bound !missing-field! kCMMetadataDataType_QuickTimeMetadataLocation_ISO6709 not bound
!unknown-pinvoke! CMSampleBufferGetDecodeTimeStamp bound !missing-field! kCMMetadataFormatDescription_StructuralDependencyKey_DependencyIsInvalidFlag not bound
!unknown-pinvoke! CMSampleBufferGetDuration bound !missing-field! kCMMetadataFormatDescriptionKey_ConformingDataTypes not bound
!unknown-pinvoke! CMSampleBufferGetFormatDescription bound !missing-field! kCMMetadataFormatDescriptionKey_DataType not bound
!unknown-pinvoke! CMSampleBufferGetImageBuffer bound !missing-field! kCMMetadataFormatDescriptionKey_DataTypeNamespace not bound
!unknown-pinvoke! CMSampleBufferGetNumSamples bound !missing-field! kCMMetadataFormatDescriptionKey_LanguageTag not bound
!unknown-pinvoke! CMSampleBufferGetOutputDecodeTimeStamp bound !missing-field! kCMMetadataFormatDescriptionKey_LocalID not bound
!unknown-pinvoke! CMSampleBufferGetOutputDuration bound !missing-field! kCMMetadataFormatDescriptionKey_Namespace not bound
!unknown-pinvoke! CMSampleBufferGetOutputPresentationTimeStamp bound !missing-field! kCMMetadataFormatDescriptionKey_SetupData not bound
!unknown-pinvoke! CMSampleBufferGetPresentationTimeStamp bound !missing-field! kCMMetadataFormatDescriptionKey_StructuralDependency not bound
!unknown-pinvoke! CMSampleBufferGetSampleAttachmentsArray bound !missing-field! kCMMetadataFormatDescriptionKey_Value not bound
!unknown-pinvoke! CMSampleBufferGetSampleSize bound !missing-field! kCMMetadataFormatDescriptionMetadataSpecificationKey_DataType not bound
!unknown-pinvoke! CMSampleBufferGetSampleTimingInfoArray bound !missing-field! kCMMetadataFormatDescriptionMetadataSpecificationKey_ExtendedLanguageTag not bound
!unknown-pinvoke! CMSampleBufferGetTotalSampleSize bound !missing-field! kCMMetadataFormatDescriptionMetadataSpecificationKey_Identifier not bound
!unknown-pinvoke! CMSampleBufferGetTypeID bound !missing-field! kCMMetadataFormatDescriptionMetadataSpecificationKey_SetupData not bound
!unknown-pinvoke! CMSampleBufferInvalidate bound !missing-field! kCMMetadataFormatDescriptionMetadataSpecificationKey_StructuralDependency not bound
!unknown-pinvoke! CMSampleBufferIsValid bound !missing-field! kCMMetadataIdentifier_QuickTimeMetadataDirection_Facing not bound
!unknown-pinvoke! CMSampleBufferMakeDataReady bound !missing-field! kCMMetadataIdentifier_QuickTimeMetadataLivePhotoStillImageTransform not bound
!unknown-pinvoke! CMSampleBufferSetDataBuffer bound !missing-field! kCMMetadataIdentifier_QuickTimeMetadataLivePhotoStillImageTransformReferenceDimensions not bound
!unknown-pinvoke! CMSampleBufferSetDataReady bound !missing-field! kCMMetadataIdentifier_QuickTimeMetadataLocation_ISO6709 not bound
!unknown-pinvoke! CMSampleBufferSetInvalidateCallback bound !missing-field! kCMMetadataIdentifier_QuickTimeMetadataPreferredAffineTransform not bound
!unknown-pinvoke! CMSampleBufferSetOutputPresentationTimeStamp bound !missing-field! kCMMetadataIdentifier_QuickTimeMetadataVideoOrientation not bound
!unknown-pinvoke! CMSampleBufferTrackDataReadiness bound !missing-field! kCMMetadataKeySpace_HLSDateRange not bound
!unknown-pinvoke! CMSetAttachment bound !missing-field! kCMMetadataKeySpace_Icy not bound
!unknown-pinvoke! CMSetAttachments bound !missing-field! kCMMetadataKeySpace_ID3 not bound
!unknown-pinvoke! CMSyncConvertTime bound !missing-field! kCMMetadataKeySpace_ISOUserData not bound
!unknown-pinvoke! CMSyncGetRelativeRate bound !missing-field! kCMMetadataKeySpace_iTunes not bound
!unknown-pinvoke! CMSyncGetRelativeRateAndAnchorTime bound !missing-field! kCMMetadataKeySpace_QuickTimeMetadata not bound
!unknown-pinvoke! CMSyncGetTime bound !missing-field! kCMMetadataKeySpace_QuickTimeUserData not bound
!unknown-pinvoke! CMSyncMightDrift bound !missing-field! kCMSampleAttachmentKey_CryptorSubsampleAuxiliaryData not bound
!unknown-pinvoke! CMTimeAbsoluteValue bound !missing-field! kCMSampleBufferConduitNotification_InhibitOutputUntil not bound
!unknown-pinvoke! CMTimeAdd bound !missing-field! kCMSampleBufferConduitNotification_ResetOutput not bound
!unknown-pinvoke! CMTimebaseAddTimer bound !missing-field! kCMSampleBufferConduitNotification_UpcomingOutputPTSRangeChanged not bound
!unknown-pinvoke! CMTimebaseCopySourceClock bound !missing-field! kCMSampleBufferConduitNotificationParameter_MaxUpcomingOutputPTS not bound
!unknown-pinvoke! CMTimebaseCopySourceTimebase bound !missing-field! kCMSampleBufferConduitNotificationParameter_MinUpcomingOutputPTS not bound
!unknown-pinvoke! CMTimebaseCopyUltimateSourceClock bound !missing-field! kCMSampleBufferConduitNotificationParameter_ResumeTag not bound
!unknown-pinvoke! CMTimebaseCreateWithSourceClock bound !missing-field! kCMSampleBufferConduitNotificationParameter_UpcomingOutputPTSRangeMayOverlapQueuedOutputPTSRange not bound
!unknown-pinvoke! CMTimebaseCreateWithSourceTimebase bound !missing-field! kCMSampleBufferConsumerNotification_BufferConsumed not bound
!unknown-pinvoke! CMTimebaseGetEffectiveRate bound !missing-field! kCMSampleBufferDroppedFrameReason_Discontinuity not bound
!unknown-pinvoke! CMTimebaseGetRate bound !missing-field! kCMSampleBufferDroppedFrameReason_FrameWasLate not bound
!unknown-pinvoke! CMTimebaseGetTime bound !missing-field! kCMSampleBufferDroppedFrameReason_OutOfBuffers not bound
!unknown-pinvoke! CMTimebaseGetTimeAndRate bound !missing-field! kCMSampleBufferDroppedFrameReasonInfo_CameraModeSwitch not bound
!unknown-pinvoke! CMTimebaseGetTimeWithTimeScale bound !missing-field! kCMSampleBufferNotification_DataBecameReady not bound
!unknown-pinvoke! CMTimebaseNotificationBarrier bound !missing-field! kCMSampleBufferNotification_DataFailed not bound
!unknown-pinvoke! CMTimebaseRemoveTimer bound !missing-field! kCMSampleBufferNotificationParameter_OSStatus not bound
!unknown-pinvoke! CMTimebaseSetAnchorTime bound !missing-field! kCMSoundDescriptionFlavor_3GPFamily not bound
!unknown-pinvoke! CMTimebaseSetRate bound !missing-field! kCMSoundDescriptionFlavor_ISOFamily not bound
!unknown-pinvoke! CMTimebaseSetRateAndAnchorTime bound !missing-field! kCMSoundDescriptionFlavor_QuickTimeMovie not bound
!unknown-pinvoke! CMTimebaseSetSourceClock bound !missing-field! kCMSoundDescriptionFlavor_QuickTimeMovieV2 not bound
!unknown-pinvoke! CMTimebaseSetSourceTimebase bound !missing-field! kCMTagCategoryKey not bound
!unknown-pinvoke! CMTimebaseSetTime bound !missing-field! kCMTagCollectionTagsArrayKey not bound
!unknown-pinvoke! CMTimebaseSetTimerNextFireTime bound !missing-field! kCMTagDataTypeKey not bound
!unknown-pinvoke! CMTimebaseSetTimerToFireImmediately bound !missing-field! kCMTagInvalid not bound
!unknown-pinvoke! CMTimeCompare bound !missing-field! kCMTagMediaSubTypeMebx not bound
!unknown-pinvoke! CMTimeConvertScale bound !missing-field! kCMTagMediaTypeAudio not bound
!unknown-pinvoke! CMTimeCopyAsDictionary bound !missing-field! kCMTagMediaTypeMetadata not bound
!unknown-pinvoke! CMTimeCopyDescription bound !missing-field! kCMTagMediaTypeVideo not bound
!unknown-pinvoke! CMTimeFoldIntoRange bound !missing-field! kCMTagPackingTypeNone not bound
!unknown-pinvoke! CMTimeGetSeconds bound !missing-field! kCMTagPackingTypeOverUnder not bound
!unknown-pinvoke! CMTimeMakeFromDictionary bound !missing-field! kCMTagPackingTypeSideBySide not bound
!unknown-pinvoke! CMTimeMakeWithSeconds bound !missing-field! kCMTagProjectionTypeEquirectangular not bound
!unknown-pinvoke! CMTimeMappingCopyAsDictionary bound !missing-field! kCMTagProjectionTypeFisheye not bound
!unknown-pinvoke! CMTimeMappingCopyDescription bound !missing-field! kCMTagProjectionTypeRectangular not bound
!unknown-pinvoke! CMTimeMappingMake bound !missing-field! kCMTagStereoInterpretationOrderReversed not bound
!unknown-pinvoke! CMTimeMappingMakeEmpty bound !missing-field! kCMTagStereoLeftAndRightEye not bound
!unknown-pinvoke! CMTimeMappingMakeFromDictionary bound !missing-field! kCMTagStereoLeftEye not bound
!unknown-pinvoke! CMTimeMaximum bound !missing-field! kCMTagStereoNone not bound
!unknown-pinvoke! CMTimeMinimum bound !missing-field! kCMTagStereoRightEye not bound
!unknown-pinvoke! CMTimeMultiply bound !missing-field! kCMTagValueKey not bound
!unknown-pinvoke! CMTimeMultiplyByFloat64 bound !missing-field! kCMTextFormatDescriptionColor_Alpha not bound
!unknown-pinvoke! CMTimeMultiplyByRatio bound !missing-field! kCMTextFormatDescriptionColor_Blue not bound
!unknown-pinvoke! CMTimeSubtract bound !missing-field! kCMTextFormatDescriptionColor_Green not bound
!unknown-pinvoke! CMVideoFormatDescriptionCreate bound !missing-field! kCMTextFormatDescriptionColor_Red not bound
!unknown-pinvoke! CMVideoFormatDescriptionCreateForImageBuffer bound !missing-field! kCMTextFormatDescriptionExtension_BackgroundColor not bound
!unknown-pinvoke! CMVideoFormatDescriptionCreateFromH264ParameterSets bound !missing-field! kCMTextFormatDescriptionExtension_DefaultFontName not bound
!unknown-pinvoke! CMVideoFormatDescriptionCreateFromHEVCParameterSets bound !missing-field! kCMTextFormatDescriptionExtension_DefaultStyle not bound
!unknown-pinvoke! CMVideoFormatDescriptionGetCleanAperture bound !missing-field! kCMTextFormatDescriptionExtension_DefaultTextBox not bound
!unknown-pinvoke! CMVideoFormatDescriptionGetDimensions bound !missing-field! kCMTextFormatDescriptionExtension_DisplayFlags not bound
!unknown-pinvoke! CMVideoFormatDescriptionGetExtensionKeysCommonWithImageBuffers bound !missing-field! kCMTextFormatDescriptionExtension_FontTable not bound
!unknown-pinvoke! CMVideoFormatDescriptionGetH264ParameterSetAtIndex bound !missing-field! kCMTextFormatDescriptionExtension_HorizontalJustification not bound
!unknown-pinvoke! CMVideoFormatDescriptionGetHEVCParameterSetAtIndex bound !missing-field! kCMTextFormatDescriptionExtension_TextJustification not bound
!unknown-pinvoke! CMVideoFormatDescriptionGetPresentationDimensions bound !missing-field! kCMTextFormatDescriptionExtension_VerticalJustification not bound
!unknown-pinvoke! CMVideoFormatDescriptionMatchesImageBuffer bound !missing-field! kCMTextFormatDescriptionRect_Bottom not bound
!missing-field! kCMTextFormatDescriptionRect_Left not bound
!missing-field! kCMTextFormatDescriptionRect_Right not bound
!missing-field! kCMTextFormatDescriptionRect_Top not bound
!missing-field! kCMTextFormatDescriptionStyle_Ascent not bound
!missing-field! kCMTextFormatDescriptionStyle_EndChar not bound
!missing-field! kCMTextFormatDescriptionStyle_Font not bound
!missing-field! kCMTextFormatDescriptionStyle_FontFace not bound
!missing-field! kCMTextFormatDescriptionStyle_FontSize not bound
!missing-field! kCMTextFormatDescriptionStyle_ForegroundColor not bound
!missing-field! kCMTextFormatDescriptionStyle_Height not bound
!missing-field! kCMTextFormatDescriptionStyle_StartChar not bound
!missing-field! kCMTextMarkupAlignmentType_End not bound
!missing-field! kCMTextMarkupAlignmentType_Left not bound
!missing-field! kCMTextMarkupAlignmentType_Middle not bound
!missing-field! kCMTextMarkupAlignmentType_Right not bound
!missing-field! kCMTextMarkupAlignmentType_Start not bound
!missing-field! kCMTextMarkupAttribute_Alignment not bound
!missing-field! kCMTextMarkupAttribute_CharacterBackgroundColorARGB not bound
!missing-field! kCMTextMarkupAttribute_CharacterEdgeStyle not bound
!missing-field! kCMTextMarkupAttribute_FontFamilyNameList not bound
!missing-field! kCMTextMarkupAttribute_GenericFontFamilyName not bound
!missing-field! kCMTextMarkupAttribute_OrthogonalLinePositionPercentageRelativeToWritingDirection not bound
!missing-field! kCMTextMarkupAttribute_TextPositionPercentageRelativeToWritingDirection not bound
!missing-field! kCMTextMarkupAttribute_VerticalLayout not bound
!missing-field! kCMTextMarkupAttribute_WritingDirectionSizePercentage not bound
!missing-field! kCMTextMarkupCharacterEdgeStyle_Depressed not bound
!missing-field! kCMTextMarkupCharacterEdgeStyle_DropShadow not bound
!missing-field! kCMTextMarkupCharacterEdgeStyle_None not bound
!missing-field! kCMTextMarkupCharacterEdgeStyle_Raised not bound
!missing-field! kCMTextMarkupCharacterEdgeStyle_Uniform not bound
!missing-field! kCMTextMarkupGenericFontName_Casual not bound
!missing-field! kCMTextMarkupGenericFontName_Cursive not bound
!missing-field! kCMTextMarkupGenericFontName_Default not bound
!missing-field! kCMTextMarkupGenericFontName_Fantasy not bound
!missing-field! kCMTextMarkupGenericFontName_Monospace not bound
!missing-field! kCMTextMarkupGenericFontName_MonospaceSansSerif not bound
!missing-field! kCMTextMarkupGenericFontName_MonospaceSerif not bound
!missing-field! kCMTextMarkupGenericFontName_ProportionalSansSerif not bound
!missing-field! kCMTextMarkupGenericFontName_ProportionalSerif not bound
!missing-field! kCMTextMarkupGenericFontName_SansSerif not bound
!missing-field! kCMTextMarkupGenericFontName_Serif not bound
!missing-field! kCMTextMarkupGenericFontName_SmallCapital not bound
!missing-field! kCMTextVerticalLayout_LeftToRight not bound
!missing-field! kCMTextVerticalLayout_RightToLeft not bound
!missing-field! kCMTimebaseNotification_EffectiveRateChanged not bound
!missing-field! kCMTimebaseNotification_TimeJumped not bound
!missing-field! kCMTimebaseNotificationKey_EventTime not bound
!missing-field! kCMTimeCodeFormatDescriptionExtension_SourceReferenceName not bound
!missing-field! kCMTimeCodeFormatDescriptionKey_LangCode not bound
!missing-field! kCMTimeCodeFormatDescriptionKey_Value not bound
!missing-field! kCMTimeEpochKey not bound
!missing-field! kCMTimeFlagsKey not bound
!missing-field! kCMTimeIndefinite not bound
!missing-field! kCMTimeInvalid not bound
!missing-field! kCMTimeMappingInvalid not bound
!missing-field! kCMTimeMappingSourceKey not bound
!missing-field! kCMTimeMappingTargetKey not bound
!missing-field! kCMTimeNegativeInfinity not bound
!missing-field! kCMTimePositiveInfinity not bound
!missing-field! kCMTimeRangeDurationKey not bound
!missing-field! kCMTimeRangeInvalid not bound
!missing-field! kCMTimeRangeStartKey not bound
!missing-field! kCMTimeRangeZero not bound
!missing-field! kCMTimeScaleKey not bound
!missing-field! kCMTimeValueKey not bound
!missing-field! kCMTimeZero not bound
!missing-field! kCMTimingInfoInvalid not bound
!missing-pinvoke! CMAudioFormatDescriptionCopyAsBigEndianSoundDescriptionBlockBuffer is not bound
!missing-pinvoke! CMAudioFormatDescriptionCreate is not bound
!missing-pinvoke! CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionBlockBuffer is not bound
!missing-pinvoke! CMAudioFormatDescriptionCreateFromBigEndianSoundDescriptionData is not bound
!missing-pinvoke! CMAudioFormatDescriptionCreateSummary is not bound
!missing-pinvoke! CMAudioFormatDescriptionEqual is not bound
!missing-pinvoke! CMAudioSampleBufferCreateWithPacketDescriptionsAndMakeDataReadyHandler is not bound
!missing-pinvoke! CMBlockBufferGetTypeID is not bound
!missing-pinvoke! CMBufferQueueCallForEachBuffer is not bound
!missing-pinvoke! CMBufferQueueCopyHead is not bound
!missing-pinvoke! CMBufferQueueCreateWithHandlers is not bound
!missing-pinvoke! CMBufferQueueGetCallbacksForSampleBuffersSortedByOutputPTS is not bound
!missing-pinvoke! CMBufferQueueGetEndPresentationTimeStamp is not bound
!missing-pinvoke! CMBufferQueueGetFirstDecodeTimeStamp is not bound
!missing-pinvoke! CMBufferQueueGetFirstPresentationTimeStamp is not bound
!missing-pinvoke! CMBufferQueueGetMaxPresentationTimeStamp is not bound
!missing-pinvoke! CMBufferQueueGetMinDecodeTimeStamp is not bound
!missing-pinvoke! CMBufferQueueGetMinPresentationTimeStamp is not bound
!missing-pinvoke! CMBufferQueueGetTypeID is not bound
!missing-pinvoke! CMBufferQueueInstallTrigger is not bound
!missing-pinvoke! CMBufferQueueInstallTriggerHandler is not bound
!missing-pinvoke! CMBufferQueueInstallTriggerHandlerWithIntegerThreshold is not bound
!missing-pinvoke! CMBufferQueueInstallTriggerWithIntegerThreshold is not bound
!missing-pinvoke! CMBufferQueueRemoveTrigger is not bound
!missing-pinvoke! CMBufferQueueResetWithCallback is not bound
!missing-pinvoke! CMBufferQueueSetValidationCallback is not bound
!missing-pinvoke! CMBufferQueueSetValidationHandler is not bound
!missing-pinvoke! CMBufferQueueTestTrigger is not bound
!missing-pinvoke! CMClockGetTypeID is not bound
!missing-pinvoke! CMClosedCaptionFormatDescriptionCopyAsBigEndianClosedCaptionDescriptionBlockBuffer is not bound
!missing-pinvoke! CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionBlockBuffer is not bound
!missing-pinvoke! CMClosedCaptionFormatDescriptionCreateFromBigEndianClosedCaptionDescriptionData is not bound
!missing-pinvoke! CMDoesBigEndianSoundDescriptionRequireLegacyCBRSampleTableLayout is not bound
!missing-pinvoke! CMFormatDescriptionEqual is not bound
!missing-pinvoke! CMFormatDescriptionEqualIgnoringExtensionKeys is not bound
!missing-pinvoke! CMMemoryPoolGetTypeID is not bound
!missing-pinvoke! CMMetadataCreateIdentifierForKeyAndKeySpace is not bound
!missing-pinvoke! CMMetadataCreateKeyFromIdentifier is not bound
!missing-pinvoke! CMMetadataCreateKeyFromIdentifierAsCFData is not bound
!missing-pinvoke! CMMetadataCreateKeySpaceFromIdentifier is not bound
!missing-pinvoke! CMMetadataDataTypeRegistryDataTypeConformsToDataType is not bound
!missing-pinvoke! CMMetadataDataTypeRegistryDataTypeIsBaseDataType is not bound
!missing-pinvoke! CMMetadataDataTypeRegistryDataTypeIsRegistered is not bound
!missing-pinvoke! CMMetadataDataTypeRegistryGetBaseDataTypeForConformingDataType is not bound
!missing-pinvoke! CMMetadataDataTypeRegistryGetBaseDataTypes is not bound
!missing-pinvoke! CMMetadataDataTypeRegistryGetConformingDataTypes is not bound
!missing-pinvoke! CMMetadataDataTypeRegistryGetDataTypeDescription is not bound
!missing-pinvoke! CMMetadataDataTypeRegistryRegisterDataType is not bound
!missing-pinvoke! CMMetadataFormatDescriptionCopyAsBigEndianMetadataDescriptionBlockBuffer is not bound
!missing-pinvoke! CMMetadataFormatDescriptionCreateByMergingMetadataFormatDescriptions is not bound
!missing-pinvoke! CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionBlockBuffer is not bound
!missing-pinvoke! CMMetadataFormatDescriptionCreateFromBigEndianMetadataDescriptionData is not bound
!missing-pinvoke! CMMetadataFormatDescriptionCreateWithKeys is not bound
!missing-pinvoke! CMMetadataFormatDescriptionCreateWithMetadataFormatDescriptionAndMetadataSpecifications is not bound
!missing-pinvoke! CMMetadataFormatDescriptionCreateWithMetadataSpecifications is not bound
!missing-pinvoke! CMMetadataFormatDescriptionGetIdentifiers is not bound
!missing-pinvoke! CMMetadataFormatDescriptionGetKeyWithLocalID is not bound
!missing-pinvoke! CMMuxedFormatDescriptionCreate is not bound
!missing-pinvoke! CMSampleBufferCallBlockForEachSample is not bound
!missing-pinvoke! CMSampleBufferCopySampleBufferForRange is not bound
!missing-pinvoke! CMSampleBufferCreate is not bound
!missing-pinvoke! CMSampleBufferCreateCopy is not bound
!missing-pinvoke! CMSampleBufferCreateForImageBufferWithMakeDataReadyHandler is not bound
!missing-pinvoke! CMSampleBufferCreateForTaggedBufferGroup is not bound
!missing-pinvoke! CMSampleBufferCreateWithMakeDataReadyHandler is not bound
!missing-pinvoke! CMSampleBufferGetAudioBufferListWithRetainedBlockBuffer is not bound
!missing-pinvoke! CMSampleBufferGetAudioStreamPacketDescriptions is not bound
!missing-pinvoke! CMSampleBufferGetAudioStreamPacketDescriptionsPtr is not bound
!missing-pinvoke! CMSampleBufferGetOutputSampleTimingInfoArray is not bound
!missing-pinvoke! CMSampleBufferGetSampleSizeArray is not bound
!missing-pinvoke! CMSampleBufferGetSampleTimingInfo is not bound
!missing-pinvoke! CMSampleBufferGetTaggedBufferGroup is not bound
!missing-pinvoke! CMSampleBufferHasDataFailed is not bound
!missing-pinvoke! CMSampleBufferSetDataBufferFromAudioBufferList is not bound
!missing-pinvoke! CMSampleBufferSetDataFailed is not bound
!missing-pinvoke! CMSampleBufferSetInvalidateHandler is not bound
!missing-pinvoke! CMSimpleQueueCreate is not bound
!missing-pinvoke! CMSimpleQueueDequeue is not bound
!missing-pinvoke! CMSimpleQueueEnqueue is not bound
!missing-pinvoke! CMSimpleQueueGetCapacity is not bound
!missing-pinvoke! CMSimpleQueueGetCount is not bound
!missing-pinvoke! CMSimpleQueueGetHead is not bound
!missing-pinvoke! CMSimpleQueueGetTypeID is not bound
!missing-pinvoke! CMSimpleQueueReset is not bound
!missing-pinvoke! CMSwapBigEndianClosedCaptionDescriptionToHost is not bound
!missing-pinvoke! CMSwapBigEndianImageDescriptionToHost is not bound
!missing-pinvoke! CMSwapBigEndianMetadataDescriptionToHost is not bound
!missing-pinvoke! CMSwapBigEndianSoundDescriptionToHost is not bound
!missing-pinvoke! CMSwapBigEndianTextDescriptionToHost is not bound
!missing-pinvoke! CMSwapBigEndianTimeCodeDescriptionToHost is not bound
!missing-pinvoke! CMSwapHostEndianClosedCaptionDescriptionToBig is not bound
!missing-pinvoke! CMSwapHostEndianImageDescriptionToBig is not bound
!missing-pinvoke! CMSwapHostEndianMetadataDescriptionToBig is not bound
!missing-pinvoke! CMSwapHostEndianSoundDescriptionToBig is not bound
!missing-pinvoke! CMSwapHostEndianTextDescriptionToBig is not bound
!missing-pinvoke! CMSwapHostEndianTimeCodeDescriptionToBig is not bound
!missing-pinvoke! CMTagCollectionAddTag is not bound
!missing-pinvoke! CMTagCollectionAddTagsFromArray is not bound
!missing-pinvoke! CMTagCollectionAddTagsFromCollection is not bound
!missing-pinvoke! CMTagCollectionApply is not bound
!missing-pinvoke! CMTagCollectionApplyUntil is not bound
!missing-pinvoke! CMTagCollectionContainsCategory is not bound
!missing-pinvoke! CMTagCollectionContainsSpecifiedTags is not bound
!missing-pinvoke! CMTagCollectionContainsTag is not bound
!missing-pinvoke! CMTagCollectionContainsTagsOfCollection is not bound
!missing-pinvoke! CMTagCollectionCopyAsData is not bound
!missing-pinvoke! CMTagCollectionCopyAsDictionary is not bound
!missing-pinvoke! CMTagCollectionCopyDescription is not bound
!missing-pinvoke! CMTagCollectionCopyTagsOfCategories is not bound
!missing-pinvoke! CMTagCollectionCountTagsWithFilterFunction is not bound
!missing-pinvoke! CMTagCollectionCreate is not bound
!missing-pinvoke! CMTagCollectionCreateCopy is not bound
!missing-pinvoke! CMTagCollectionCreateDifference is not bound
!missing-pinvoke! CMTagCollectionCreateExclusiveOr is not bound
!missing-pinvoke! CMTagCollectionCreateFromData is not bound
!missing-pinvoke! CMTagCollectionCreateFromDictionary is not bound
!missing-pinvoke! CMTagCollectionCreateIntersection is not bound
!missing-pinvoke! CMTagCollectionCreateMutable is not bound
!missing-pinvoke! CMTagCollectionCreateMutableCopy is not bound
!missing-pinvoke! CMTagCollectionCreateUnion is not bound
!missing-pinvoke! CMTagCollectionGetCount is not bound
!missing-pinvoke! CMTagCollectionGetCountOfCategory is not bound
!missing-pinvoke! CMTagCollectionGetTags is not bound
!missing-pinvoke! CMTagCollectionGetTagsWithCategory is not bound
!missing-pinvoke! CMTagCollectionGetTagsWithFilterFunction is not bound
!missing-pinvoke! CMTagCollectionGetTypeID is not bound
!missing-pinvoke! CMTagCollectionIsEmpty is not bound
!missing-pinvoke! CMTagCollectionRemoveAllTags is not bound
!missing-pinvoke! CMTagCollectionRemoveAllTagsOfCategory is not bound
!missing-pinvoke! CMTagCollectionRemoveTag is not bound
!missing-pinvoke! CMTagCompare is not bound
!missing-pinvoke! CMTagCopyAsDictionary is not bound
!missing-pinvoke! CMTagCopyDescription is not bound
!missing-pinvoke! CMTagEqualToTag is not bound
!missing-pinvoke! CMTaggedBufferGroupCreate is not bound
!missing-pinvoke! CMTaggedBufferGroupCreateCombined is not bound
!missing-pinvoke! CMTaggedBufferGroupFormatDescriptionCreateForTaggedBufferGroup is not bound
!missing-pinvoke! CMTaggedBufferGroupFormatDescriptionMatchesTaggedBufferGroup is not bound
!missing-pinvoke! CMTaggedBufferGroupGetCMSampleBufferAtIndex is not bound
!missing-pinvoke! CMTaggedBufferGroupGetCMSampleBufferForTag is not bound
!missing-pinvoke! CMTaggedBufferGroupGetCMSampleBufferForTagCollection is not bound
!missing-pinvoke! CMTaggedBufferGroupGetCount is not bound
!missing-pinvoke! CMTaggedBufferGroupGetCVPixelBufferAtIndex is not bound
!missing-pinvoke! CMTaggedBufferGroupGetCVPixelBufferForTag is not bound
!missing-pinvoke! CMTaggedBufferGroupGetCVPixelBufferForTagCollection is not bound
!missing-pinvoke! CMTaggedBufferGroupGetNumberOfMatchesForTagCollection is not bound
!missing-pinvoke! CMTaggedBufferGroupGetTagCollectionAtIndex is not bound
!missing-pinvoke! CMTaggedBufferGroupGetTypeID is not bound
!missing-pinvoke! CMTagGetFlagsValue is not bound
!missing-pinvoke! CMTagGetFloat64Value is not bound
!missing-pinvoke! CMTagGetOSTypeValue is not bound
!missing-pinvoke! CMTagGetSInt64Value is not bound
!missing-pinvoke! CMTagGetValueDataType is not bound
!missing-pinvoke! CMTagHasFlagsValue is not bound
!missing-pinvoke! CMTagHasFloat64Value is not bound
!missing-pinvoke! CMTagHash is not bound
!missing-pinvoke! CMTagHasOSTypeValue is not bound
!missing-pinvoke! CMTagHasSInt64Value is not bound
!missing-pinvoke! CMTagMakeFromDictionary is not bound
!missing-pinvoke! CMTagMakeWithFlagsValue is not bound
!missing-pinvoke! CMTagMakeWithFloat64Value is not bound
!missing-pinvoke! CMTagMakeWithOSTypeValue is not bound
!missing-pinvoke! CMTagMakeWithSInt64Value is not bound
!missing-pinvoke! CMTextFormatDescriptionCopyAsBigEndianTextDescriptionBlockBuffer is not bound
!missing-pinvoke! CMTextFormatDescriptionCreateFromBigEndianTextDescriptionBlockBuffer is not bound
!missing-pinvoke! CMTextFormatDescriptionCreateFromBigEndianTextDescriptionData is not bound
!missing-pinvoke! CMTextFormatDescriptionGetDefaultStyle is not bound
!missing-pinvoke! CMTextFormatDescriptionGetDefaultTextBox is not bound
!missing-pinvoke! CMTextFormatDescriptionGetDisplayFlags is not bound
!missing-pinvoke! CMTextFormatDescriptionGetFontName is not bound
!missing-pinvoke! CMTextFormatDescriptionGetJustification is not bound
!missing-pinvoke! CMTimebaseAddTimerDispatchSource is not bound
!missing-pinvoke! CMTimebaseCopySource is not bound
!missing-pinvoke! CMTimebaseGetTypeID is not bound
!missing-pinvoke! CMTimebaseRemoveTimerDispatchSource is not bound
!missing-pinvoke! CMTimebaseSetTimerDispatchSourceNextFireTime is not bound
!missing-pinvoke! CMTimebaseSetTimerDispatchSourceToFireImmediately is not bound
!missing-pinvoke! CMTimeClampToRange is not bound
!missing-pinvoke! CMTimeCodeFormatDescriptionCopyAsBigEndianTimeCodeDescriptionBlockBuffer is not bound
!missing-pinvoke! CMTimeCodeFormatDescriptionCreate is not bound
!missing-pinvoke! CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionBlockBuffer is not bound
!missing-pinvoke! CMTimeCodeFormatDescriptionCreateFromBigEndianTimeCodeDescriptionData is not bound
!missing-pinvoke! CMTimeCodeFormatDescriptionGetFrameDuration is not bound
!missing-pinvoke! CMTimeCodeFormatDescriptionGetFrameQuanta is not bound
!missing-pinvoke! CMTimeCodeFormatDescriptionGetTimeCodeFlags is not bound
!missing-pinvoke! CMTimeMake is not bound
!missing-pinvoke! CMTimeMakeWithEpoch is not bound
!missing-pinvoke! CMTimeMapDurationFromRangeToRange is not bound
!missing-pinvoke! CMTimeMappingShow is not bound
!missing-pinvoke! CMTimeMapTimeFromRangeToRange is not bound
!missing-pinvoke! CMTimeRangeContainsTime is not bound
!missing-pinvoke! CMTimeRangeContainsTimeRange is not bound
!missing-pinvoke! CMTimeRangeCopyAsDictionary is not bound
!missing-pinvoke! CMTimeRangeCopyDescription is not bound
!missing-pinvoke! CMTimeRangeEqual is not bound
!missing-pinvoke! CMTimeRangeFromTimeToTime is not bound
!missing-pinvoke! CMTimeRangeGetEnd is not bound
!missing-pinvoke! CMTimeRangeGetIntersection is not bound
!missing-pinvoke! CMTimeRangeGetUnion is not bound
!missing-pinvoke! CMTimeRangeMake is not bound
!missing-pinvoke! CMTimeRangeMakeFromDictionary is not bound
!missing-pinvoke! CMTimeRangeShow is not bound
!missing-pinvoke! CMTimeShow is not bound
!missing-pinvoke! CMVideoFormatDescriptionCopyAsBigEndianImageDescriptionBlockBuffer is not bound
!missing-pinvoke! CMVideoFormatDescriptionCopyTagCollectionArray is not bound
!missing-pinvoke! CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionBlockBuffer is not bound
!missing-pinvoke! CMVideoFormatDescriptionCreateFromBigEndianImageDescriptionData is not bound

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

@ -1,112 +1 @@
!unknown-field! MPErrorDomain bound !extra-null-allowed! 'System.Void MediaPlayer.MPRemoteCommand::RemoveTarget(Foundation.NSObject,ObjCRuntime.Selector)' has a extraneous [NullAllowed] on parameter #0
!unknown-field! MPLanguageOptionCharacteristicContainsOnlyForcedSubtitles bound
!unknown-field! MPLanguageOptionCharacteristicDescribesMusicAndSound bound
!unknown-field! MPLanguageOptionCharacteristicDescribesVideo bound
!unknown-field! MPLanguageOptionCharacteristicDubbedTranslation bound
!unknown-field! MPLanguageOptionCharacteristicEasyToRead bound
!unknown-field! MPLanguageOptionCharacteristicIsAuxiliaryContent bound
!unknown-field! MPLanguageOptionCharacteristicIsMainProgramContent bound
!unknown-field! MPLanguageOptionCharacteristicLanguageTranslation bound
!unknown-field! MPLanguageOptionCharacteristicTranscribesSpokenDialog bound
!unknown-field! MPLanguageOptionCharacteristicVoiceOverTranslation bound
!unknown-field! MPMediaItemPropertyAlbumArtist bound
!unknown-field! MPMediaItemPropertyAlbumArtistPersistentID bound
!unknown-field! MPMediaItemPropertyAlbumPersistentID bound
!unknown-field! MPMediaItemPropertyAlbumTitle bound
!unknown-field! MPMediaItemPropertyAlbumTrackCount bound
!unknown-field! MPMediaItemPropertyAlbumTrackNumber bound
!unknown-field! MPMediaItemPropertyArtist bound
!unknown-field! MPMediaItemPropertyArtistPersistentID bound
!unknown-field! MPMediaItemPropertyArtwork bound
!unknown-field! MPMediaItemPropertyAssetURL bound
!unknown-field! MPMediaItemPropertyBeatsPerMinute bound
!unknown-field! MPMediaItemPropertyBookmarkTime bound
!unknown-field! MPMediaItemPropertyComments bound
!unknown-field! MPMediaItemPropertyComposer bound
!unknown-field! MPMediaItemPropertyComposerPersistentID bound
!unknown-field! MPMediaItemPropertyDateAdded bound
!unknown-field! MPMediaItemPropertyDiscCount bound
!unknown-field! MPMediaItemPropertyDiscNumber bound
!unknown-field! MPMediaItemPropertyGenre bound
!unknown-field! MPMediaItemPropertyGenrePersistentID bound
!unknown-field! MPMediaItemPropertyHasProtectedAsset bound
!unknown-field! MPMediaItemPropertyIsCloudItem bound
!unknown-field! MPMediaItemPropertyIsCompilation bound
!unknown-field! MPMediaItemPropertyIsExplicit bound
!unknown-field! MPMediaItemPropertyIsPreorder bound
!unknown-field! MPMediaItemPropertyLastPlayedDate bound
!unknown-field! MPMediaItemPropertyLyrics bound
!unknown-field! MPMediaItemPropertyMediaType bound
!unknown-field! MPMediaItemPropertyPersistentID bound
!unknown-field! MPMediaItemPropertyPlaybackDuration bound
!unknown-field! MPMediaItemPropertyPlaybackStoreID bound
!unknown-field! MPMediaItemPropertyPlayCount bound
!unknown-field! MPMediaItemPropertyPodcastPersistentID bound
!unknown-field! MPMediaItemPropertyPodcastTitle bound
!unknown-field! MPMediaItemPropertyRating bound
!unknown-field! MPMediaItemPropertyReleaseDate bound
!unknown-field! MPMediaItemPropertySkipCount bound
!unknown-field! MPMediaItemPropertyTitle bound
!unknown-field! MPMediaItemPropertyUserGrouping bound
!unknown-field! MPMediaPlaybackIsPreparedToPlayDidChangeNotification bound
!unknown-field! MPMediaPlaylistPropertyAuthorDisplayName bound
!unknown-field! MPMediaPlaylistPropertyCloudGlobalID bound
!unknown-field! MPMediaPlaylistPropertyDescriptionText bound
!unknown-field! MPMediaPlaylistPropertyName bound
!unknown-field! MPMediaPlaylistPropertyPersistentID bound
!unknown-field! MPMediaPlaylistPropertyPlaylistAttributes bound
!unknown-field! MPMediaPlaylistPropertySeedItems bound
!unknown-field! MPNowPlayingInfoCollectionIdentifier bound
!unknown-field! MPNowPlayingInfoPropertyAdTimeRanges bound
!unknown-field! MPNowPlayingInfoPropertyAssetURL bound
!unknown-field! MPNowPlayingInfoPropertyAvailableLanguageOptions bound
!unknown-field! MPNowPlayingInfoPropertyChapterCount bound
!unknown-field! MPNowPlayingInfoPropertyChapterNumber bound
!unknown-field! MPNowPlayingInfoPropertyCreditsStartTime bound
!unknown-field! MPNowPlayingInfoPropertyCurrentLanguageOptions bound
!unknown-field! MPNowPlayingInfoPropertyCurrentPlaybackDate bound
!unknown-field! MPNowPlayingInfoPropertyDefaultPlaybackRate bound
!unknown-field! MPNowPlayingInfoPropertyElapsedPlaybackTime bound
!unknown-field! MPNowPlayingInfoPropertyExternalContentIdentifier bound
!unknown-field! MPNowPlayingInfoPropertyExternalUserProfileIdentifier bound
!unknown-field! MPNowPlayingInfoPropertyIsLiveStream bound
!unknown-field! MPNowPlayingInfoPropertyMediaType bound
!unknown-field! MPNowPlayingInfoPropertyPlaybackProgress bound
!unknown-field! MPNowPlayingInfoPropertyPlaybackQueueCount bound
!unknown-field! MPNowPlayingInfoPropertyPlaybackQueueIndex bound
!unknown-field! MPNowPlayingInfoPropertyPlaybackRate bound
!unknown-field! MPNowPlayingInfoPropertyServiceIdentifier bound
!unknown-native-enum! MPChangeLanguageOptionSetting bound
!unknown-native-enum! MPErrorCode bound
!unknown-native-enum! MPMediaType bound
!unknown-native-enum! MPNowPlayingInfoLanguageOptionType bound
!unknown-native-enum! MPNowPlayingInfoMediaType bound
!unknown-native-enum! MPNowPlayingPlaybackState bound
!unknown-native-enum! MPRemoteCommandHandlerStatus bound
!unknown-native-enum! MPRepeatType bound
!unknown-native-enum! MPSeekCommandEventType bound
!unknown-native-enum! MPShuffleType bound
!unknown-protocol! MPSystemMusicPlayerController bound
!unknown-type! MPChangeLanguageOptionCommandEvent bound
!unknown-type! MPChangePlaybackPositionCommand bound
!unknown-type! MPChangePlaybackPositionCommandEvent bound
!unknown-type! MPChangePlaybackRateCommand bound
!unknown-type! MPChangePlaybackRateCommandEvent bound
!unknown-type! MPChangeRepeatModeCommand bound
!unknown-type! MPChangeRepeatModeCommandEvent bound
!unknown-type! MPChangeShuffleModeCommand bound
!unknown-type! MPChangeShuffleModeCommandEvent bound
!unknown-type! MPFeedbackCommand bound
!unknown-type! MPFeedbackCommandEvent bound
!unknown-type! MPMediaItemArtwork bound
!unknown-type! MPNowPlayingInfoCenter bound
!unknown-type! MPNowPlayingInfoLanguageOption bound
!unknown-type! MPNowPlayingInfoLanguageOptionGroup bound
!unknown-type! MPRatingCommand bound
!unknown-type! MPRatingCommandEvent bound
!unknown-type! MPRemoteCommand bound
!unknown-type! MPRemoteCommandCenter bound
!unknown-type! MPRemoteCommandEvent bound
!unknown-type! MPSeekCommandEvent bound
!unknown-type! MPSkipIntervalCommand bound
!unknown-type! MPSkipIntervalCommandEvent bound

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

@ -1,31 +1 @@
## xtro being not recognizing ## xtro being not recognizing
!unknown-field! SHErrorDomain bound
!unknown-field! SHMediaItemAppleMusicID bound
!unknown-field! SHMediaItemAppleMusicURL bound
!unknown-field! SHMediaItemArtist bound
!unknown-field! SHMediaItemArtworkURL bound
!unknown-field! SHMediaItemExplicitContent bound
!unknown-field! SHMediaItemFrequencySkew bound
!unknown-field! SHMediaItemFrequencySkewRanges bound
!unknown-field! SHMediaItemGenres bound
!unknown-field! SHMediaItemISRC bound
!unknown-field! SHMediaItemMatchOffset bound
!unknown-field! SHMediaItemShazamID bound
!unknown-field! SHMediaItemSubtitle bound
!unknown-field! SHMediaItemTimeRanges bound
!unknown-field! SHMediaItemTitle bound
!unknown-field! SHMediaItemVideoURL bound
!unknown-field! SHMediaItemWebURL bound
!unknown-native-enum! SHErrorCode bound
!unknown-protocol! SHSessionDelegate bound
!unknown-type! SHCatalog bound
!unknown-type! SHCustomCatalog bound
!unknown-type! SHMatch bound
!unknown-type! SHMatchedMediaItem bound
!unknown-type! SHMediaItem bound
!unknown-type! SHMediaLibrary bound
!unknown-type! SHRange bound
!unknown-type! SHSession bound
!unknown-type! SHSignature bound
!unknown-type! SHSignatureGenerator bound
!unknown-field! SHMediaItemCreationDate bound

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

@ -1,15 +1,2 @@
# xcode15: xtro does not recognize these, yet they should be included # xcode15: xtro does not recognize these, yet they should be included
!unknown-field! SNClassifierIdentifierVersion1 bound
!unknown-field! SNErrorDomain bound
!unknown-native-enum! SNErrorCode bound
!unknown-native-enum! SNTimeDurationConstraintType bound
!unknown-protocol! SNRequest bound
!unknown-protocol! SNResult bound
!unknown-protocol! SNResultsObserving bound
!unknown-type! SNAudioFileAnalyzer bound
!unknown-type! SNAudioStreamAnalyzer bound
!unknown-type! SNClassification bound
!unknown-type! SNClassificationResult bound
!unknown-type! SNClassifySoundRequest bound
!unknown-type! SNTimeDurationConstraint bound