AVFoundation crash added to https://github.com/xamarin/xamarin-macios/issues/6212
This commit is contained in:
Sebastien Pouliot 2019-08-20 10:06:18 -04:00 коммит произвёл GitHub
Родитель d24f87bff6
Коммит 4b61850243
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
17 изменённых файлов: 57 добавлений и 47 удалений

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

@ -44,8 +44,8 @@ IOS_PACKAGE_UPDATE_ID=$(shell printf "2%02d%02d%02d%03d" $(IOS_PACKAGE_VERSION_M
# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=11.0
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_11_Beta_5.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode11-beta5.app/Contents/Developer
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_11_Beta_6.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode11-beta6.app/Contents/Developer
XCODE94_VERSION=9.4
XCODE94_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_9.4.xip

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

@ -43,5 +43,5 @@
# line changed in git).
#
IOS_PACKAGE_VERSION=12.99.2.$(IOS_COMMIT_DISTANCE)
MAC_PACKAGE_VERSION=5.99.2.$(MAC_COMMIT_DISTANCE)
IOS_PACKAGE_VERSION=12.99.3.$(IOS_COMMIT_DISTANCE)
MAC_PACKAGE_VERSION=5.99.3.$(MAC_COMMIT_DISTANCE)

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

@ -3243,6 +3243,7 @@ namespace AVFoundation {
[NoMac, NoWatch, NoTV, iOS (11,0)]
[BaseType (typeof(AVCaptureSynchronizedData))]
[DisableDefaultCtor]
interface AVCaptureSynchronizedDepthData
{
[Export ("depthData")]

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

@ -481,11 +481,6 @@ namespace CallKit {
[Export ("pendingCallActionsOfClass:withCallUUID:")]
CXCallAction [] GetPendingCallActions (Class callActionClass, NSUuid callUuid);
[iOS (13,0)]
[Static]
[Export ("supported")]
bool Supported { [Bind ("isSupported")] get; }
}
[iOS (10, 0)]

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

@ -147,12 +147,20 @@ partial class TestRuntime
macOS = new { Major = 10, Minor = 15, Build = "?" },
watchOS = new { Major = 6, Minor = 0, Build = "?" },
};
var elevenb6 = new {
Xcode = new { Major = 11, Minor = 0, Beta = 6 },
iOS = new { Major = 13, Minor = 0, Build = "17A5565b" },
tvOS = new { Major = 13, Minor = 0, Build = "?" },
macOS = new { Major = 10, Minor = 15, Build = "?" },
watchOS = new { Major = 6, Minor = 0, Build = "?" },
};
var versions = new [] {
nineb1,
nineb2,
nineb3,
elevenb5,
elevenb6,
};
foreach (var v in versions) {

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

@ -669,6 +669,7 @@ namespace Introspection {
case "HKCumulativeQuantitySample": // Conformance not in headers
case "HKDiscreteQuantitySample": // Conformance not in headers
case "HKAudiogramSample": // Conformance not in headers
case "UIImage": // only complains on tvOS beta 6
return true;
}
break;

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

@ -223,7 +223,7 @@ namespace MonoTouchFixtures.CoreText {
TestRuntime.AssertXcodeVersion (11, 0);
#if !__MACOS__
if (TestRuntime.CheckExactXcodeVersion (11, 0, beta: 5))
if (TestRuntime.CheckExactXcodeVersion (11, 0, beta: 6))
Assert.Ignore ("This began failing for no aparent reason in Beta 5, check back on a later beta.");
#endif

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

@ -266,3 +266,7 @@
!missing-field! AVAudioUnitComponentManagerRegistrationsChangedNotification not bound
!missing-selector! AVSpeechSynthesizer::setUsesApplicationAudioSession: not bound
!missing-selector! AVSpeechSynthesizer::usesApplicationAudioSession not bound
## appended from unclassified file
!missing-selector! AVCaptureDevice::isGlobalToneMappingEnabled not bound
!missing-selector! AVCaptureDevice::setGlobalToneMappingEnabled: not bound
!missing-selector! AVCaptureDeviceFormat::isGlobalToneMappingSupported not bound

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

@ -0,0 +1,14 @@
!extra-protocol-member! unexpected selector NSFileProviderItem::extendedAttributes found
!extra-protocol-member! unexpected selector NSFileProviderItem::flags found
!extra-protocol-member! unexpected selector NSFileProviderItem::isExcludedFromSync found
!extra-protocol-member! unexpected selector NSFileProviderItem::itemVersion found
!extra-protocol-member! unexpected selector NSFileProviderItemDecorating::decorations found
!unknown-field! NSFileProviderErrorItemKey bound
!unknown-native-enum! NSFileProviderCreateItemOptions bound
!unknown-native-enum! NSFileProviderDeleteItemOptions bound
!unknown-native-enum! NSFileProviderDownloadPolicy bound
!unknown-native-enum! NSFileProviderItemField bound
!unknown-native-enum! NSFileProviderPresenceAuthorizationStatus bound
!unknown-type! NSFileProviderItemVersion bound
!unknown-type! NSFileProviderRequest bound
!unknown-type! NSFileProviderSearchQuery bound

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

@ -1,2 +0,0 @@
## type was marked as available in 13.0 - but doesn't exist https://github.com/xamarin/maccore/issues/1899
!missing-field! HKCharacteristicTypeIdentifierActivityMoveMode not bound

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

@ -0,0 +1,13 @@
## appended from unclassified file
!deprecated-attribute-missing! UIContextMenuInteractionDelegate::contextMenuInteraction:willCommitWithAnimator: missing a [Deprecated] attribute
!deprecated-attribute-missing! UIContextMenuInteractionDelegate::contextMenuInteractionDidEnd: missing a [Deprecated] attribute
!deprecated-attribute-missing! UIContextMenuInteractionDelegate::contextMenuInteractionWillPresent: missing a [Deprecated] attribute
!extra-protocol-member! unexpected selector UIContextMenuInteractionCommitAnimating::addAnimations: found
!extra-protocol-member! unexpected selector UIContextMenuInteractionCommitAnimating::addCompletion: found
!extra-protocol-member! unexpected selector UIContextMenuInteractionCommitAnimating::previewViewController found
!missing-protocol! UIContextMenuInteractionAnimating not bound
!missing-protocol-member! UICollectionViewDelegate::collectionView:willPerformPreviewActionForMenuWithConfiguration:animator: not found
!missing-protocol-member! UIContextMenuInteractionDelegate::contextMenuInteraction:willDisplayMenuForConfiguration:animator: not found
!missing-protocol-member! UIContextMenuInteractionDelegate::contextMenuInteraction:willEndForConfiguration:animator: not found
!missing-protocol-member! UIContextMenuInteractionDelegate::contextMenuInteraction:willPerformPreviewActionForMenuWithConfiguration:animator: not found
!missing-protocol-member! UITableViewDelegate::tableView:willPerformPreviewActionForMenuWithConfiguration:animator: not found

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

@ -380,3 +380,6 @@
!missing-selector! NSSharingServicePickerToolbarItem::delegate not bound
!missing-selector! NSSharingServicePickerToolbarItem::setDelegate: not bound
!missing-type! NSSharingServicePickerToolbarItem not bound
## appended from unclassified file
!missing-selector! NSWorkspaceOpenConfiguration::allowsRunningApplicationSubstitution not bound
!missing-selector! NSWorkspaceOpenConfiguration::setAllowsRunningApplicationSubstitution: not bound

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

@ -0,0 +1,2 @@
!extra-protocol-member! unexpected selector NSFileProviderEnumerator::didPresentEnumeratorInWindow:frontmost: found
!unknown-native-enum! NSFileProviderPresenceAuthorizationStatus bound

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

@ -595,3 +595,6 @@
!missing-type! MPSTemporaryNDArray not bound
!unknown-simd-type-mapping! The Simd type vector_uchar16 does not have a mapping to a managed type. Please add one in SimdCheck.cs
!wrong-base-type! MPSTriangleAccelerationStructure expected MPSPolygonAccelerationStructure actual MPSAccelerationStructure
## appended from unclassified file
!missing-selector! MPSMatrix::offset not bound
!missing-selector! MPSVector::offset not bound

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

@ -1,29 +0,0 @@
!missing-enum! OSLogEntryLogLevel not bound
!missing-enum! OSLogEntrySignpostType not bound
!missing-enum! OSLogEntryStoreCategory not bound
!missing-enum! OSLogEnumeratorOptions not bound
!missing-enum! OSLogMessageComponentArgumentCategory not bound
!missing-selector! +OSLogStore::localStoreAndReturnError: not bound
!missing-selector! +OSLogStore::storeWithURL:error: not bound
!missing-selector! OSLogEntry::composedMessage not bound
!missing-selector! OSLogEntry::date not bound
!missing-selector! OSLogEntry::storeCategory not bound
!missing-selector! OSLogEntryActivity::parentActivityIdentifier not bound
!missing-selector! OSLogEntryLog::level not bound
!missing-selector! OSLogEntrySignpost::signpostIdentifier not bound
!missing-selector! OSLogEntrySignpost::signpostName not bound
!missing-selector! OSLogEntrySignpost::signpostType not bound
!missing-selector! OSLogMessageComponent::argumentCategory not bound
!missing-selector! OSLogMessageComponent::argumentDataValue not bound
!missing-selector! OSLogMessageComponent::argumentDoubleValue not bound
!missing-selector! OSLogMessageComponent::argumentInt64Value not bound
!missing-selector! OSLogMessageComponent::argumentNumberValue not bound
!missing-selector! OSLogMessageComponent::argumentStringValue not bound
!missing-selector! OSLogMessageComponent::argumentUInt64Value not bound
!missing-selector! OSLogMessageComponent::formatSubstring not bound
!missing-selector! OSLogMessageComponent::placeholder not bound
!missing-selector! OSLogStore::entriesEnumeratorAndReturnError: not bound
!missing-selector! OSLogStore::entriesEnumeratorWithOptions:position:predicate:error: not bound
!missing-selector! OSLogStore::positionWithDate: not bound
!missing-selector! OSLogStore::positionWithTimeIntervalSinceEnd: not bound
!missing-selector! OSLogStore::positionWithTimeIntervalSinceLatestBoot: not bound

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

@ -18,6 +18,3 @@
## type was marked as available in 3.0 - but it's now iOS 11 only (even if members are marked with 10.0)
!unknown-type! HKCDADocument bound
## type was marked as available in 6.0 - but doesn't exist https://github.com/xamarin/maccore/issues/1899
!missing-field! HKCharacteristicTypeIdentifierActivityMoveMode not bound