Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ NUGET_RELEASE_BRANCH=release/10.0.1xx
##
## Note that the prerelease identifier should be as short as possible, because otherwise
## the resulting package name can become too long for MSIs.
NUGET_HARDCODED_PRERELEASE_IDENTIFIER=xcode26.2
NUGET_HARDCODED_PRERELEASE_BRANCH=xcode26.2
NUGET_HARDCODED_PRERELEASE_IDENTIFIER=xcode26.4
NUGET_HARDCODED_PRERELEASE_BRANCH=xcode26.4

# compute the alphanumeric version of branch names
NUGET_RELEASE_BRANCH_ALPHANUMERIC:=$(shell export LANG=C; printf "%s" "$(NUGET_RELEASE_BRANCH)" | tr -c '[a-zA-Z0-9-]' '-')
Expand Down Expand Up @@ -207,10 +207,10 @@ MACCATALYST_NUGET_VERSION_NO_METADATA=$(MACCATALYST_NUGET_VERSION)$(NUGET_PREREL
MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)$(NUGET_BUILD_METADATA)

# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=26.3
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.3.xip
XCODE_VERSION=26.4
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.4_beta_2.xip
ifndef IS_LINUX
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.3.0.app/Contents/Developer
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.4.0-beta2.app/Contents/Developer
XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist 2>/dev/null || echo " $(shell tput setaf 1 2>/dev/null)The required Xcode ($(XCODE_VERSION)) is not installed in $(basename $(basename $(XCODE_DEVELOPER_ROOT)))$(shell tput sgr0 2>/dev/null)" >&2)

# We define stable Xcode as the Xcode app being named like "Xcode_#.#[.#].app"
Expand Down
9 changes: 4 additions & 5 deletions Make.versions
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
# IMPORTANT: There must be *no* managed API differences unless the two first
# numbers (major.minor) changes.

IOS_NUGET_OS_VERSION=26.2
TVOS_NUGET_OS_VERSION=26.2
MACOS_NUGET_OS_VERSION=26.2
MACCATALYST_NUGET_OS_VERSION=26.2
IOS_NUGET_OS_VERSION=26.4
TVOS_NUGET_OS_VERSION=26.4
MACOS_NUGET_OS_VERSION=26.4
MACCATALYST_NUGET_OS_VERSION=26.4

# The following are the OS versions we first supported with the current .NET version.
# These versions must *not* change with minor .NET updates, only major .NET releases.
Expand Down Expand Up @@ -133,4 +133,3 @@ SUPPORTED_API_VERSIONS_IOS+=$(BETA_API_VERSIONS_IOS)
SUPPORTED_API_VERSIONS_TVOS+=$(BETA_API_VERSIONS_TVOS)
SUPPORTED_API_VERSIONS_MACOS+=$(BETA_API_VERSIONS_MACOS)
SUPPORTED_API_VERSIONS_MACCATALYST+=$(BETA_API_VERSIONS_MACCATALYST)

4 changes: 4 additions & 0 deletions builds/Versions-MacCatalyst.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
<string>26.4</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -64,6 +65,7 @@
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
<string>26.4</string>
</array>
</dict>
<key>MacCatalystVersionMap</key>
Expand Down Expand Up @@ -124,6 +126,8 @@
<string>26.1</string>
<key>26.2</key>
<string>26.2</string>
<key>26.4</key>
<string>26.4</string>
</dict>
<key>RecommendedXcodeVersion</key>
<string>@XCODE_VERSION@</string>
Expand Down
2 changes: 2 additions & 0 deletions builds/Versions-iOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
<string>26.4</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -100,6 +101,7 @@
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
<string>26.4</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions builds/Versions-macOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
<string>26.4</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -62,6 +63,7 @@
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
<string>26.4</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
2 changes: 2 additions & 0 deletions builds/Versions-tvOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
<string>26.4</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -90,6 +91,7 @@
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
<string>26.4</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
8 changes: 8 additions & 0 deletions tests/dotnet/UnitTests/ProjectTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3130,6 +3130,8 @@ public void AppendRuntimeIdentifierToOutputPath_DisableDirectoryBuildProps (Appl
"/usr/lib/swift/libswiftos.dylib",
"/usr/lib/swift/libswiftOSLog.dylib",
"/usr/lib/swift/libswiftQuartzCore.dylib",
"/usr/lib/swift/libswiftsimd.dylib",
"/usr/lib/swift/libswiftSpatial.dylib",
"/usr/lib/swift/libswiftUIKit.dylib",
"/usr/lib/swift/libswiftUniformTypeIdentifiers.dylib",
"/usr/lib/swift/libswiftXPC.dylib",
Expand Down Expand Up @@ -3257,8 +3259,11 @@ public void AppendRuntimeIdentifierToOutputPath_DisableDirectoryBuildProps (Appl
"/usr/lib/swift/libswiftos.dylib",
"/usr/lib/swift/libswiftOSLog.dylib",
"/usr/lib/swift/libswiftQuartzCore.dylib",
"/usr/lib/swift/libswiftsimd.dylib",
"/usr/lib/swift/libswiftSpatial.dylib",
"/usr/lib/swift/libswiftUIKit.dylib",
"/usr/lib/swift/libswiftUniformTypeIdentifiers.dylib",
"/usr/lib/swift/libswiftXPC.dylib",
];

static string [] expectedFrameworks_tvOS_Full = [
Expand Down Expand Up @@ -3441,6 +3446,7 @@ public void AppendRuntimeIdentifierToOutputPath_DisableDirectoryBuildProps (Appl
"/usr/lib/swift/libswiftOSLog.dylib",
"/usr/lib/swift/libswiftQuartzCore.dylib",
"/usr/lib/swift/libswiftsimd.dylib",
"/usr/lib/swift/libswiftSpatial.dylib",
"/usr/lib/swift/libswiftUniformTypeIdentifiers.dylib",
"/usr/lib/swift/libswiftXPC.dylib",
];
Expand Down Expand Up @@ -3633,6 +3639,8 @@ public void AppendRuntimeIdentifierToOutputPath_DisableDirectoryBuildProps (Appl
"/usr/lib/swift/libswiftos.dylib",
"/usr/lib/swift/libswiftOSLog.dylib",
"/usr/lib/swift/libswiftQuartzCore.dylib",
"/usr/lib/swift/libswiftsimd.dylib",
"/usr/lib/swift/libswiftSpatial.dylib",
"/usr/lib/swift/libswiftUniformTypeIdentifiers.dylib",
"/usr/lib/swift/libswiftXPC.dylib",
];
Expand Down
2 changes: 1 addition & 1 deletion tests/sharpie/Sharpie.Bind.Tests/SdkDbTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static IEnumerable<TestCaseData> TestCases {
};

var macOSExclude = new string [] {
"AccessorySetupKit", // not available on macOS
//"AccessorySetupKit", // not available on macOS, causes SHARPIE0014: The framework 'AccessorySetupKit' was specified in the excluded frameworks list but was not found in the SDK
"DriverKit", // must be compiled as C++?
"Tk", // depends on X11 headers, which don't exist anymore
};
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
!missing-field! AVPlayerInterstitialEventMonitorScheduleRequestCompletedNotification not bound
!missing-field! AVPlayerInterstitialEventMonitorScheduleRequestErrorKey not bound
!missing-field! AVPlayerInterstitialEventMonitorScheduleRequestIdentifierKey not bound
!missing-field! AVPlayerInterstitialEventMonitorScheduleRequestResponseKey not bound
!missing-field! AVPlayerRateDidChangeReasonPlayheadReachedLiveEdge not bound
!missing-field! AVPlayerRateDidChangeReasonReversePlaybackReachedStartOfSeekableRange not bound
!missing-selector! +AVCaptionRenderer::captionPreviewForProfileID:extendedLanguageTag:renderSize: not bound
!missing-selector! AVAssetDownloadConfiguration::downloadsInterstitialAssets not bound
!missing-selector! AVAssetDownloadConfiguration::setDownloadsInterstitialAssets: not bound
!missing-selector! AVCaptureDeviceInput::isAudioZoomEnabled not bound
!missing-selector! AVCaptureDeviceInput::isAudioZoomSupported not bound
!missing-selector! AVCaptureDeviceInput::setAudioZoomEnabled: not bound
!missing-selector! AVPlayer::allowsCaptureOfClearKeyVideo not bound
!missing-selector! AVPlayer::setAllowsCaptureOfClearKeyVideo: not bound
!missing-selector! AVPlayerInterstitialEvent::scheduleIdentifier not bound
!missing-selector! AVPlayerItem::interstitialEventIdentifier not bound
!missing-selector! AVPlayerLayer::setCaptionPreviewProfileID:position:text: not bound
!missing-selector! AVPlayerLayer::stopShowingCaptionPreview not bound
11 changes: 11 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-AVKit.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
!missing-enum! AVLegibleMediaOptionsMenuContents not bound
!missing-enum! AVLegibleMediaOptionsMenuStateChangeReason not bound
!missing-protocol! AVLegibleMediaOptionsMenuControllerDelegate not bound
!missing-selector! AVLegibleMediaOptionsMenuController::delegate not bound
!missing-selector! AVLegibleMediaOptionsMenuController::initWithPlayer: not bound
!missing-selector! AVLegibleMediaOptionsMenuController::menuState not bound
!missing-selector! AVLegibleMediaOptionsMenuController::menuWithContents: not bound
!missing-selector! AVLegibleMediaOptionsMenuController::player not bound
!missing-selector! AVLegibleMediaOptionsMenuController::setDelegate: not bound
!missing-selector! AVLegibleMediaOptionsMenuController::setPlayer: not bound
!missing-type! AVLegibleMediaOptionsMenuController not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-enum-value! AXSettingsFeature native value AXSettingsFeatureCaptionStyles = 6 not bound
!missing-field! AXReduceHighlightingEffectsEnabledDidChangeNotification not bound
!missing-pinvoke! AXOpenSettingsFeatureIsSupported is not bound
!missing-pinvoke! AXReduceHighlightingEffectsEnabled is not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-selector! ASAuthorizationSecurityKeyPublicKeyCredentialAssertion::prf not bound
!missing-selector! ASAuthorizationSecurityKeyPublicKeyCredentialRegistration::prf not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!deprecated-attribute-missing! BAAssetPackManager::getStatusOfAssetPackWithIdentifier:completionHandler: missing a [Deprecated] attribute
!missing-selector! BAAssetPackManager::assetPackIsAvailableLocallyWithIdentifier: not bound
!missing-selector! BAAssetPackManager::ensureLocalAvailabilityOfAssetPack:requireLatestVersion:completionHandler: not bound
!missing-selector! BAAssetPackManager::getLocalStatusOfAssetPackWithIdentifier:completionHandler: not bound
!missing-selector! BAAssetPackManager::getStatusRelativeToAssetPack:completionHandler: not bound
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,6 @@
!missing-selector! CPTravelEstimates::distanceRemaining not bound
!missing-selector! CPTravelEstimates::initWithDistanceRemaining:timeRemaining: not bound
!missing-selector! CPTravelEstimates::timeRemaining not bound
!missing-selector! CPTrip::destination not bound
!missing-selector! CPTrip::initWithOrigin:destination:routeChoices: not bound
!missing-selector! CPTrip::origin not bound
!missing-selector! CPTrip::routeChoices not bound
!missing-selector! CPTrip::setUserInfo: not bound
!missing-selector! CPTrip::userInfo not bound
Expand Down
53 changes: 53 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CarPlay.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
!missing-enum! CPRerouteReason not bound
!missing-enum! CPRouteSource not bound
!missing-pinvoke! NSStringFromCPRerouteReason is not bound
!missing-selector! +CPVoiceControlState::maximumActionButtonCount not bound
!missing-selector! CPMapTemplateWaypoint::initWithWaypoint:travelEstimates: not bound
!missing-selector! CPMapTemplateWaypoint::setTravelEstimates: not bound
!missing-selector! CPMapTemplateWaypoint::setWaypoint: not bound
!missing-selector! CPMapTemplateWaypoint::travelEstimates not bound
!missing-selector! CPMapTemplateWaypoint::waypoint not bound
!missing-selector! CPNavigationSession::addRouteSegments: not bound
!missing-selector! CPNavigationSession::currentSegment not bound
!missing-selector! CPNavigationSession::resumeTripWithUpdatedRouteSegments:currentSegment:rerouteReason: not bound
!missing-selector! CPNavigationSession::routeSegments not bound
!missing-selector! CPNavigationSession::setCurrentSegment: not bound
!missing-selector! CPNavigationWaypoint::address not bound
!missing-selector! CPNavigationWaypoint::centerPoint not bound
!missing-selector! CPNavigationWaypoint::entryPoints not bound
!missing-selector! CPNavigationWaypoint::entryPointsCount not bound
!missing-selector! CPNavigationWaypoint::initWithCenterPoint:locationThreshold:name:address:entryPoints:entryPointsCount:timeZone: not bound
!missing-selector! CPNavigationWaypoint::initWithMapItem:locationThreshold:entryPoints:entryPointsCount: not bound
!missing-selector! CPNavigationWaypoint::locationThreshold not bound
!missing-selector! CPNavigationWaypoint::name not bound
!missing-selector! CPNavigationWaypoint::timeZone not bound
!missing-selector! CPRouteSegment::coordinates not bound
!missing-selector! CPRouteSegment::coordinatesCount not bound
!missing-selector! CPRouteSegment::currentLaneGuidance not bound
!missing-selector! CPRouteSegment::currentManeuvers not bound
!missing-selector! CPRouteSegment::destination not bound
!missing-selector! CPRouteSegment::identifier not bound
!missing-selector! CPRouteSegment::initWithOrigin:destination:maneuvers:laneGuidances:currentManeuvers:currentLaneGuidance:tripTravelEstimates:maneuverTravelEstimates:coordinates:coordinatesCount: not bound
!missing-selector! CPRouteSegment::laneGuidances not bound
!missing-selector! CPRouteSegment::maneuvers not bound
!missing-selector! CPRouteSegment::maneuverTravelEstimates not bound
!missing-selector! CPRouteSegment::origin not bound
!missing-selector! CPRouteSegment::tripTravelEstimates not bound
!missing-selector! CPTrip::destinationWaypoint not bound
!missing-selector! CPTrip::hasShareableDestination not bound
!missing-selector! CPTrip::initWithOriginWaypoint:destinationWaypoint:routeChoices: not bound
!missing-selector! CPTrip::originWaypoint not bound
!missing-selector! CPTrip::routeSegmentsAvailableForRegion not bound
!missing-selector! CPTrip::setHasShareableDestination: not bound
!missing-selector! CPTrip::setRouteSegmentsAvailableForRegion: not bound
!missing-selector! CPVoiceControlState::actionButtons not bound
!missing-selector! CPVoiceControlState::setActionButtons: not bound
!missing-selector! CPVoiceControlTemplate::backButton not bound
!missing-selector! CPVoiceControlTemplate::leadingNavigationBarButtons not bound
!missing-selector! CPVoiceControlTemplate::setBackButton: not bound
!missing-selector! CPVoiceControlTemplate::setLeadingNavigationBarButtons: not bound
!missing-selector! CPVoiceControlTemplate::setTrailingNavigationBarButtons: not bound
!missing-selector! CPVoiceControlTemplate::trailingNavigationBarButtons not bound
!missing-type! CPMapTemplateWaypoint not bound
!missing-type! CPNavigationWaypoint not bound
!missing-type! CPRouteSegment not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! CLSDataStore::checkIsAssignedDocument:completion: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! CNContactFormatterStyle native value CNContactFormatterStyleHandleName = 2 not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! +NSPersistentStoreCoordinator::cachedModelForPersistentStoreAtURL:options:error: not bound
11 changes: 11 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreNFC.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
!missing-protocol-member! NFCISO7816Tag::supportsPACE not found
!missing-selector! NFCTagReaderSession::initWithConfiguration:delegate:queue: not bound
!missing-selector! NFCTagReaderSession::restartPollingWithConfiguration: not bound
!missing-selector! NFCTagReaderSessionConfiguration::felicaSystemCodes not bound
!missing-selector! NFCTagReaderSessionConfiguration::initWithPollingOption:iso7816SelectIdentifiers:felicaSystemCodes: not bound
!missing-selector! NFCTagReaderSessionConfiguration::iso7816SelectIdentifiers not bound
!missing-selector! NFCTagReaderSessionConfiguration::polling not bound
!missing-selector! NFCTagReaderSessionConfiguration::setFelicaSystemCodes: not bound
!missing-selector! NFCTagReaderSessionConfiguration::setIso7816SelectIdentifiers: not bound
!missing-selector! NFCTagReaderSessionConfiguration::setPolling: not bound
!missing-type! NFCTagReaderSessionConfiguration not bound
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# headers say yes, but introspection says no, so keep this selector out of Mac Catalyst for now
!missing-selector! CTCellularPlanProvisioning::addPlanWithRequest:properties:completionHandler: not bound
!missing-selector! CTCellularPlanLifecycleProperties::expirationDate not bound
!missing-selector! CTCellularPlanLifecycleProperties::setExpirationDate: not bound
!missing-selector! CTCellularPlanProperties::lifecycleProperties not bound
!missing-selector! CTCellularPlanProperties::setLifecycleProperties: not bound
!missing-type! CTCellularPlanLifecycleProperties not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-protocol! NSPredicateValidating not bound
!missing-selector! NSPredicate::allowEvaluationWithValidator:error: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-field! GCInputLeftSideButton not bound
!missing-field! GCInputRightSideButton not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!missing-enum-value! MTLTensorDataType native value MTLTensorDataTypeInt4 = 143 not bound
!missing-enum-value! MTLTensorDataType native value MTLTensorDataTypeUInt4 = 144 not bound
!missing-enum! MTLDeviceError not bound
!missing-field! MTLDeviceErrorDomain not bound
!missing-protocol-member! MTLDevice::supportsPlacementSparse not found
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! MTKView::residencySet not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! MPSDataType native value MPSDataTypeComplexBFloat16 = 2432696352 not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!missing-enum-value! MPSGraphReducedPrecisionFastMath native value MPSGraphReducedPrecisionFastMathAllowConvertingOperandsFromFP32ToFP19 = 4 not bound
!missing-selector! MPSGraph::planarTensorWithComplexTensor:name: not bound
!missing-selector! MPSGraphCompilationDescriptor::disableAutoLayoutConversion not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! NERelayManagerClientError native value NERelayManagerClientErrorPvDConfigurationTruncated = 11 not bound
14 changes: 14 additions & 0 deletions tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-PassKit.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
!missing-field! PKPaymentNetworkElCorteIngles not bound
!missing-null-allowed! 'System.Void PassKit.PKAddCarKeyPassConfiguration::set_ManufacturerIdentifier(System.String)' is missing an [NullAllowed] on parameter #0
!missing-selector! +PKIdentityElement::dhsTemporaryLawfulStatusElement not bound
!missing-selector! +PKIdentityElement::nationalityElement not bound
!missing-selector! +PKIdentityElement::placeOfBirthElement not bound
!missing-selector! +PKIdentityElement::signatureUsualMarkElement not bound
!missing-selector! PKAddCarKeyPassConfiguration::productPlanIdentifier not bound
!missing-selector! PKAddCarKeyPassConfiguration::setProductPlanIdentifier: not bound
!missing-selector! PKDisbursementRequest::isDelegatedRequest not bound
!missing-selector! PKDisbursementRequest::setIsDelegatedRequest: not bound
!missing-selector! PKPaymentRequest::isDelegatedRequest not bound
!missing-selector! PKPaymentRequest::issuerRegions not bound
!missing-selector! PKPaymentRequest::setIsDelegatedRequest: not bound
!missing-selector! PKPaymentRequest::setIssuerRegions: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!missing-protocol-member! PKPushRegistryDelegate::pushRegistry:didReceiveIncomingVoIPPushWithPayload:metadata:withCompletionHandler: not found
!missing-selector! PKVoIPPushMetadata::mustReport not bound
!missing-type! PKVoIPPushMetadata not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-enum-value! SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceBoosting native value SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceBoostingNone = 0 not bound
!missing-enum-value! SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceTuning native value SRAcousticSettingsAccessibilityHeadphoneAccommodationsMediaEnhanceTuningNone = 0 not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-protocol-member! UITextInput::unobscuredContentRect not found
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!missing-enum! WKSecurityRestrictionMode not bound
!missing-selector! WKWebpagePreferences::securityRestrictionMode not bound
!missing-selector! WKWebpagePreferences::setSecurityRestrictionMode: not bound
Loading
Loading