Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
6 changes: 3 additions & 3 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ 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.0
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.0.1.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.0.1.app/Contents/Developer
XCODE_VERSION=26.2
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_26.2.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_26.2.0.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
8 changes: 4 additions & 4 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.0
TVOS_NUGET_OS_VERSION=26.0
MACOS_NUGET_OS_VERSION=26.0
MACCATALYST_NUGET_OS_VERSION=26.0
IOS_NUGET_OS_VERSION=26.2
TVOS_NUGET_OS_VERSION=26.2
MACOS_NUGET_OS_VERSION=26.2
MACCATALYST_NUGET_OS_VERSION=26.2

# 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
8 changes: 8 additions & 0 deletions builds/Versions-MacCatalyst.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -60,6 +62,8 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
</array>
</dict>
<key>MacCatalystVersionMap</key>
Expand Down Expand Up @@ -116,6 +120,10 @@
<string>15.5</string>
<key>26.0</key>
<string>26.0</string>
<key>26.1</key>
<string>26.1</string>
<key>26.2</key>
<string>26.2</string>
</dict>
<key>RecommendedXcodeVersion</key>
<string>@XCODE_VERSION@</string>
Expand Down
4 changes: 4 additions & 0 deletions builds/Versions-iOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -96,6 +98,8 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions builds/Versions-macOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
<string>15.4</string>
<string>15.5</string>
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -58,6 +60,8 @@
<string>15.4</string>
<string>15.5</string>
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions builds/Versions-tvOS.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
</array>
</dict>
<key>SupportedTargetPlatformVersions</key>
Expand Down Expand Up @@ -86,6 +88,8 @@
<string>18.4</string>
<string>18.5</string>
<string>26.0</string>
<string>26.1</string>
<string>26.2</string>
</array>
</dict>
<key>RecommendedXcodeVersion</key>
Expand Down
9 changes: 9 additions & 0 deletions src/webkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5214,8 +5214,17 @@ interface WKHttpCookieStoreObserver {
/// <related type="externalDocumentation" href="https://developer.apple.com/library/ios/documentation/WebKit/Reference/WKFrameInfo_Ref/index.html">Apple documentation for <c>WKFrameInfo</c></related>
[MacCatalyst (13, 1)]
[BaseType (typeof (NSObject))]
[DisableDefaultCtor] // No public init method and every property is get-only
interface WKFrameInfo : NSCopying {

#if !XAMCORE_5_0
[Obsoleted (PlatformName.iOS, 26, 2, message: ".ctor is not usable.")]
[Obsoleted (PlatformName.MacCatalyst, 26, 2, message: ".ctor is not usable.")]
[Obsoleted (PlatformName.MacOSX, 26, 2, message: ".ctor is not usable.")]
[Export ("init")]
NativeHandle Constructor ();
Comment thread
rolfbjarne marked this conversation as resolved.
#endif

/// <summary>Gets a value that indicates whether the frame is the main frame or a subframe.</summary>
/// <value>To be added.</value>
/// <remarks>To be added.</remarks>
Expand Down
4 changes: 2 additions & 2 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9488,8 +9488,6 @@ M:AVFoundation.AVComposition_AVCompositionTrackInspection.LoadTracksWithMediaTyp
M:AVFoundation.AVComposition_AVCompositionTrackInspection.LoadTracksWithMediaTypeAsync(AVFoundation.AVComposition,System.String)
M:AVFoundation.AVContentKeyRecipient_Extensions.DidProvideContentKey(AVFoundation.IAVContentKeyRecipient,AVFoundation.AVContentKeySession,AVFoundation.AVContentKey)
M:AVFoundation.AVContentKeyRequest.Dispose(System.Boolean)
M:AVFoundation.AVContentKeyRequest.RespondByRequestingPersistableContentKeyRequest
M:AVFoundation.AVContentKeyRequest.RespondByRequestingPersistableContentKeyRequest(Foundation.NSError@)
M:AVFoundation.AVContentKeyResponse.Create(Foundation.NSData,AVFoundation.AVContentKeyResponseDataType)
M:AVFoundation.AVContentKeySession.Dispose(System.Boolean)
M:AVFoundation.AVContentKeySessionDelegate_Extensions.DidProvideContentKeyRequests(AVFoundation.IAVContentKeySessionDelegate,AVFoundation.AVContentKeySession,AVFoundation.AVContentKeyRequest[],Foundation.NSData)
Expand Down Expand Up @@ -24049,6 +24047,7 @@ P:UIKit.UIButton.Held
P:UIKit.UIButton.Hovered
P:UIKit.UIButton.PointerInteractionEnabled
P:UIKit.UIButton.UIButtonAppearance.ContentEdgeInsets
P:UIKit.UIButtonConfiguration.TintedGlassButtonConfiguration
P:UIKit.UIButtonEventArgs.ButtonIndex
P:UIKit.UICalendarSelectionMultiDate.Delegate
P:UIKit.UICalendarSelectionSingleDate.Delegate
Expand Down Expand Up @@ -24082,6 +24081,7 @@ P:UIKit.UIContentUnavailableView.ScrollEnabled
P:UIKit.UIContextMenuInteraction.Delegate
P:UIKit.UIControl.ContextMenuInteractionEnabled
P:UIKit.UIControl.SymbolAnimationEnabled
P:UIKit.UIDocumentBrowserAction.ImageOnlyForContextMenu
P:UIKit.UIDocumentMenuDocumentPickedEventArgs.DocumentPicker
P:UIKit.UIDocumentPickedAtUrlsEventArgs.Urls
P:UIKit.UIDocumentPickedEventArgs.Url
Expand Down
6 changes: 2 additions & 4 deletions tests/monotouch-test/CoreGraphics/ColorSpaceTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,8 @@ public void CreateIccData ()
#endif
using (var provider = new CGDataProvider (icc)) {
using (var cs = CGColorSpace.CreateIccData (provider)) {
// broke? with Xcode 13 beta 1 (iOS, tvOS)
if (TestRuntime.CheckXcodeVersion (13, 0))
Assert.Null (cs, "null colorspace");
else
// some OS versions work, some don't, so just check the ICC if we got a color space
if (cs is not null)
Comment thread
rolfbjarne marked this conversation as resolved.
TestICC (cs);
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
!missing-enum-value! AVAudioSessionCategoryOptions native value AVAudioSessionCategoryOptionFarFieldInput = 262144 not bound
!missing-field! AVAudioSessionModeDualRoute not bound
!missing-field! AVFileTypeQuickTimeAudio not bound
!missing-selector! +AVCaptureDevice::isEdgeLightActive not bound
!missing-selector! +AVCaptureDevice::isEdgeLightEnabled not bound
!missing-selector! AVCaptureDeviceFormat::isEdgeLightSupported not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-field! AXPrefersActionSliderAlternativeDidChangeNotification not bound
!missing-field! AXShowBordersEnabledStatusDidChangeNotification not bound
!missing-pinvoke! AXPrefersActionSliderAlternative is not bound
!missing-pinvoke! AXShowBordersEnabled is not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
!missing-enum! ASSavePasswordRequestEvent not bound
!missing-enum-value! ASCredentialServiceIdentifierType native value ASCredentialServiceIdentifierTypeApp = 2 not bound
!missing-field! ASGeneratedPasswordKindAlphanumeric not bound
!missing-field! ASGeneratedPasswordKindPassphrase not bound
!missing-field! ASGeneratedPasswordKindStrong not bound
!missing-selector! +ASAuthorizationWebBrowserPublicKeyCredentialManager::isDeviceConfiguredForPasskeys not bound
!missing-selector! ASCredentialProviderExtensionContext::completeGeneratePasswordRequestWithResults:completionHandler: not bound
!missing-selector! ASCredentialProviderExtensionContext::completeSavePasswordRequestWithCompletionHandler: not bound
!missing-selector! ASCredentialProviderViewController::performGeneratePasswordsRequestWithoutUserInteraction: not bound
!missing-selector! ASCredentialProviderViewController::performSavePasswordRequestWithoutUserInteractionIfPossible: not bound
!missing-selector! ASCredentialProviderViewController::prepareInterfaceForGeneratePasswordsRequest: not bound
!missing-selector! ASCredentialProviderViewController::prepareInterfaceForSavePasswordRequest: not bound
!missing-selector! ASCredentialServiceIdentifier::displayName not bound
!missing-selector! ASCredentialServiceIdentifier::initWithIdentifier:type:displayName: not bound
!missing-selector! ASGeneratedPassword::initWithKind:value: not bound
!missing-selector! ASGeneratedPassword::kind not bound
!missing-selector! ASGeneratedPassword::localizedName not bound
!missing-selector! ASGeneratedPassword::value not bound
!missing-selector! ASGeneratePasswordsRequest::confirmPasswordFieldPasswordRules not bound
!missing-selector! ASGeneratePasswordsRequest::initWithServiceIdentifier:passwordFieldPasswordRules:confirmPasswordFieldPasswordRules:passwordRulesFromQuirks: not bound
!missing-selector! ASGeneratePasswordsRequest::passwordFieldPasswordRules not bound
!missing-selector! ASGeneratePasswordsRequest::passwordRulesFromQuirks not bound
!missing-selector! ASGeneratePasswordsRequest::serviceIdentifier not bound
!missing-selector! ASSavePasswordRequest::credential not bound
!missing-selector! ASSavePasswordRequest::event not bound
!missing-selector! ASSavePasswordRequest::initWithServiceIdentifier:credential:sessionID:event: not bound
!missing-selector! ASSavePasswordRequest::initWithServiceIdentifier:credential:sessionID:event:passwordKind: not bound
!missing-selector! ASSavePasswordRequest::initWithServiceIdentifier:credential:title:sessionID:event: not bound
!missing-selector! ASSavePasswordRequest::initWithServiceIdentifier:credential:title:sessionID:event:passwordKind: not bound
!missing-selector! ASSavePasswordRequest::passwordKind not bound
!missing-selector! ASSavePasswordRequest::serviceIdentifier not bound
!missing-selector! ASSavePasswordRequest::sessionID not bound
!missing-selector! ASSavePasswordRequest::title not bound
!missing-type! ASGeneratedPassword not bound
!missing-type! ASGeneratePasswordsRequest not bound
!missing-type! ASSavePasswordRequest not bound
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# header says this ctor is available in Mac Catalyst, Apple's documentation + xtro says it's not, so don't add it for now.
!missing-selector! AEAssessmentApplication::initWithBundleIdentifier:teamIdentifier: not bound
!missing-selector! AEAssessmentConfiguration::allowsAccessibilityKeyboard not bound
!missing-selector! AEAssessmentConfiguration::allowsAccessibilityLiveCaptions not bound
!missing-selector! AEAssessmentConfiguration::allowsAccessibilityReader not bound
!missing-selector! AEAssessmentConfiguration::allowsScreenshots not bound
!missing-selector! AEAssessmentConfiguration::setAllowsAccessibilityKeyboard: not bound
!missing-selector! AEAssessmentConfiguration::setAllowsAccessibilityLiveCaptions: not bound
!missing-selector! AEAssessmentConfiguration::setAllowsAccessibilityReader: not bound
!missing-selector! AEAssessmentConfiguration::setAllowsScreenshots: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-selector! +BEWebContentFilter::shouldEvaluateURLs not bound
!missing-selector! BEWebContentFilter::allowURL:completionHandler: not bound
!missing-selector! BEWebContentFilter::evaluateURL:completionHandler: not bound
!missing-type! BEWebContentFilter not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-pinvoke! NSStringFromCPJunctionType is not bound
!missing-pinvoke! NSStringFromCPLaneStatus is not bound
!missing-pinvoke! NSStringFromCPManeuverType is not bound
!missing-pinvoke! NSStringFromCPTrafficSide is not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!missing-enum-value! NSUrlErrorNetworkUnavailableReason native value NSURLErrorNetworkUnavailableReasonUltraConstrained = 3 not bound
!missing-selector! NSMutableURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSMutableURLRequest::setAllowsUltraConstrainedNetworkAccess: not bound
!missing-selector! NSProcessInfo::isiOSAppOnVision not bound
!missing-selector! NSURLRequest::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::allowsUltraConstrainedNetworkAccess not bound
!missing-selector! NSURLSessionConfiguration::setAllowsUltraConstrainedNetworkAccess: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
!missing-protocol! GCPhysicalInputExtents not bound
!missing-protocol-member! GCLinearInput::physicalExtents not found
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!deprecated-attribute-missing! GKLocalPlayer::loadDefaultLeaderboardIdentifierWithCompletionHandler: missing a [Deprecated] attribute
!deprecated-attribute-missing! GKLocalPlayer::setDefaultLeaderboardIdentifier:completionHandler: missing a [Deprecated] attribute
!missing-selector! GKAccessPoint::triggerAccessPointForArcadeWithHandler: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-field! HKCategoryTypeIdentifierHypertensionEvent not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!missing-selector! HMAccessory::bridgedAccessories not bound
!missing-selector! HMAccessory::home not bound
!missing-selector! HMAccessoryHMAccessory::HAPInstanceID not bound
!missing-selector! HMAccessoryHMAccessory::isVendorAccessory not bound
!missing-selector! HMHomeManager::findHMHomeManagerAccessoryWithHAPPublicKey:completionHandler: not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-selector! MTLFunctionReflection::userAnnotation not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
!missing-field! PKPaymentNetworkConecs not bound
!missing-selector! PKIdentityRequest::setUsageDescriptionKey: not bound
!missing-selector! PKIdentityRequest::usageDescriptionKey not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-enum-value! PHPhotosError native value PHPhotosErrorLimitExceeded = 3307 not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
!missing-enum-value! SFErrorCode native value SFErrorMaximumAttemptsExceeded = 6 not bound
!missing-selector! +SFSafariExtensionManager::getStateOfExtensionWithIdentifier:completionHandler: not bound
!missing-selector! SFSafariExtensionState::isEnabled not bound
!missing-type! SFSafariExtensionManager not bound
!missing-type! SFSafariExtensionState not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!deprecated-attribute-missing! SecAddSharedWebCredential missing a [Deprecated] attribute
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-selector! +UIColorEffect::effectWithColor: not bound
!missing-selector! UITabGroup::isSidebarDestination not bound
!missing-selector! UITabGroup::setIsSidebarDestination: not bound
!missing-type! UIColorEffect not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
!missing-pinvoke! VTRegisterSupplementalVideoDecoderIfAvailable is not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
!missing-enum-value! AVAudioSessionCategoryOptions native value AVAudioSessionCategoryOptionFarFieldInput = 262144 not bound
!missing-field! AVAudioSessionModeDualRoute not bound
!missing-field! AVFileTypeQuickTimeAudio not bound
!missing-selector! +AVCaptureDevice::isEdgeLightActive not bound
!missing-selector! +AVCaptureDevice::isEdgeLightEnabled not bound
!missing-selector! AVCaptureDeviceFormat::isEdgeLightSupported not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-field! AXPrefersActionSliderAlternativeDidChangeNotification not bound
!missing-field! AXShowBordersEnabledStatusDidChangeNotification not bound
!missing-pinvoke! AXPrefersActionSliderAlternative is not bound
!missing-pinvoke! AXShowBordersEnabled is not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
!missing-enum! ASPickerDisplaySettingsOptions not bound
!missing-enum-value! ASAccessoryEventType native value ASAccessoryEventTypeAccessoryDiscovered = 33 not bound
!missing-field! ASPickerDisplaySettingsDiscoveryTimeoutUnbounded not bound
!missing-selector! ASAccessorySession::finishPickerDiscovery: not bound
!missing-selector! ASAccessorySession::updatePickerShowingDiscoveredDisplayItems:completionHandler: not bound
!missing-selector! ASDiscoveredAccessory::bluetoothAdvertisementData not bound
!missing-selector! ASDiscoveredAccessory::bluetoothRSSI not bound
!missing-selector! ASDiscoveredDisplayItem::initWithName:productImage:accessory: not bound
!missing-selector! ASMigrationDisplayItem::setWifiAwarePairedDeviceID: not bound
!missing-selector! ASMigrationDisplayItem::wifiAwarePairedDeviceID not bound
!missing-selector! ASPickerDisplaySettings::options not bound
!missing-selector! ASPickerDisplaySettings::setOptions: not bound
!missing-type! ASDiscoveredAccessory not bound
!missing-type! ASDiscoveredDisplayItem not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
!missing-enum! ASSavePasswordRequestEvent not bound
!missing-enum-value! ASCredentialServiceIdentifierType native value ASCredentialServiceIdentifierTypeApp = 2 not bound
!missing-field! ASGeneratedPasswordKindAlphanumeric not bound
!missing-field! ASGeneratedPasswordKindPassphrase not bound
!missing-field! ASGeneratedPasswordKindStrong not bound
!missing-selector! +ASAuthorizationWebBrowserPublicKeyCredentialManager::isDeviceConfiguredForPasskeys not bound
!missing-selector! ASCredentialProviderExtensionContext::completeGeneratePasswordRequestWithResults:completionHandler: not bound
!missing-selector! ASCredentialProviderExtensionContext::completeSavePasswordRequestWithCompletionHandler: not bound
!missing-selector! ASCredentialProviderViewController::performGeneratePasswordsRequestWithoutUserInteraction: not bound
!missing-selector! ASCredentialProviderViewController::performSavePasswordRequestWithoutUserInteractionIfPossible: not bound
!missing-selector! ASCredentialProviderViewController::prepareInterfaceForGeneratePasswordsRequest: not bound
!missing-selector! ASCredentialProviderViewController::prepareInterfaceForSavePasswordRequest: not bound
!missing-selector! ASCredentialServiceIdentifier::displayName not bound
!missing-selector! ASCredentialServiceIdentifier::initWithIdentifier:type:displayName: not bound
!missing-selector! ASGeneratedPassword::initWithKind:value: not bound
!missing-selector! ASGeneratedPassword::kind not bound
!missing-selector! ASGeneratedPassword::localizedName not bound
!missing-selector! ASGeneratedPassword::value not bound
!missing-selector! ASGeneratePasswordsRequest::confirmPasswordFieldPasswordRules not bound
!missing-selector! ASGeneratePasswordsRequest::initWithServiceIdentifier:passwordFieldPasswordRules:confirmPasswordFieldPasswordRules:passwordRulesFromQuirks: not bound
!missing-selector! ASGeneratePasswordsRequest::passwordFieldPasswordRules not bound
!missing-selector! ASGeneratePasswordsRequest::passwordRulesFromQuirks not bound
!missing-selector! ASGeneratePasswordsRequest::serviceIdentifier not bound
!missing-selector! ASSavePasswordRequest::credential not bound
!missing-selector! ASSavePasswordRequest::event not bound
!missing-selector! ASSavePasswordRequest::initWithServiceIdentifier:credential:sessionID:event: not bound
!missing-selector! ASSavePasswordRequest::initWithServiceIdentifier:credential:sessionID:event:passwordKind: not bound
!missing-selector! ASSavePasswordRequest::initWithServiceIdentifier:credential:title:sessionID:event: not bound
!missing-selector! ASSavePasswordRequest::initWithServiceIdentifier:credential:title:sessionID:event:passwordKind: not bound
!missing-selector! ASSavePasswordRequest::passwordKind not bound
!missing-selector! ASSavePasswordRequest::serviceIdentifier not bound
!missing-selector! ASSavePasswordRequest::sessionID not bound
!missing-selector! ASSavePasswordRequest::title not bound
!missing-type! ASGeneratedPassword not bound
!missing-type! ASGeneratePasswordsRequest not bound
!missing-type! ASSavePasswordRequest not bound
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
!missing-selector! AEAssessmentConfiguration::allowsAccessibilityLiveCaptions not bound
!missing-selector! AEAssessmentConfiguration::allowsAccessibilityReader not bound
!missing-selector! AEAssessmentConfiguration::setAllowsAccessibilityLiveCaptions: not bound
!missing-selector! AEAssessmentConfiguration::setAllowsAccessibilityReader: not bound
Loading
Loading