Skip to content

Commit

Permalink
[Xcode13] Bump for Xcode 13 beta4. (#12273)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Jul 28, 2021
1 parent f7c6e8a commit 38140f2
Show file tree
Hide file tree
Showing 53 changed files with 719 additions and 498 deletions.
4 changes: 2 additions & 2 deletions Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ MACCATALYST_NUGET_VERSION_FULL=$(MACCATALYST_NUGET_VERSION_NO_METADATA)+$(NUGET_

# Xcode version should have both a major and a minor version (even if the minor version is 0)
XCODE_VERSION=13.0
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_13_beta_3.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_13.0.0-beta3.app/Contents/Developer
XCODE_URL=https://dl.internalx.com/internal-files/xcodes/Xcode_13_beta_4.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_13.0.0-beta4.app/Contents/Developer
XCODE_PRODUCT_BUILD_VERSION:=$(shell /usr/libexec/PlistBuddy -c 'Print :ProductBuildVersion' $(XCODE_DEVELOPER_ROOT)/../version.plist)

# Mono version embedded in XI/XM (NEEDED_MONO_VERSION/BRANCH) are specified in mk/mono.mk
Expand Down
3 changes: 3 additions & 0 deletions tests/xtro-sharpie/MacCatalyst-AVFoundation.todo
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
!deprecated-attribute-missing! AVAssetResourceLoadingRequest::persistentContentKeyFromKeyVendorResponse:options:error: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVAssetResourceLoadingRequest::streamingContentKeyRequestDataForApp:contentIdentifier:options:error: missing a [Deprecated] attribute
!deprecated-attribute-missing! AVPlayer::masterClock missing a [Deprecated] attribute
!deprecated-attribute-missing! AVPlayer::setMasterClock: missing a [Deprecated] attribute
!missing-enum! AVAudioRoutingArbitrationCategory not bound
Expand Down Expand Up @@ -289,6 +291,7 @@
!missing-selector! AVPlayerInterstitialEventMonitor::initWithPrimaryPlayer: not bound
!missing-selector! AVPlayerInterstitialEventMonitor::interstitialPlayer not bound
!missing-selector! AVPlayerInterstitialEventMonitor::primaryPlayer not bound
!missing-selector! AVPlayerItem::copy not bound
!missing-selector! AVPlayerItem::preferredMaximumResolutionForExpensiveNetworks not bound
!missing-selector! AVPlayerItem::preferredPeakBitRateForExpensiveNetworks not bound
!missing-selector! AVPlayerItem::setPreferredMaximumResolutionForExpensiveNetworks: not bound
Expand Down
30 changes: 16 additions & 14 deletions tests/xtro-sharpie/MacCatalyst-CoreGraphics.todo
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
!missing-enum! CGWindowLevelKey not bound
!missing-enum! CGWindowListOption not bound
!missing-enum! CGWindowSharingType not bound
!missing-field! kCGColorSpaceExtendedRange not bound
!missing-field! kCGDisplayShowDuplicateLowResolutionModes not bound
!missing-field! kCGDisplayStreamColorSpace not bound
!missing-field! kCGDisplayStreamDestinationRect not bound
Expand Down Expand Up @@ -55,6 +56,9 @@
!missing-pinvoke! CGCancelDisplayConfiguration is not bound
!missing-pinvoke! CGCaptureAllDisplays is not bound
!missing-pinvoke! CGCaptureAllDisplaysWithOptions is not bound
!missing-pinvoke! CGColorSpaceCreateWithColorSyncProfile is not bound
!missing-pinvoke! CGColorSpaceIsHLGBased is not bound
!missing-pinvoke! CGColorSpaceIsPQBased is not bound
!missing-pinvoke! CGCompleteDisplayConfiguration is not bound
!missing-pinvoke! CGConfigureDisplayFadeEffect is not bound
!missing-pinvoke! CGConfigureDisplayMirrorOfDisplay is not bound
Expand All @@ -63,6 +67,7 @@
!missing-pinvoke! CGConfigureDisplayStereoOperation is not bound
!missing-pinvoke! CGConfigureDisplayWithDisplayMode is not bound
!missing-pinvoke! CGContextDrawPDFDocument is not bound
!missing-pinvoke! CGConvertColorDataWithFormat is not bound
!missing-pinvoke! CGCursorIsDrawnInFramebuffer is not bound
!missing-pinvoke! CGCursorIsVisible is not bound
!missing-pinvoke! CGDirectDisplayCopyCurrentMetalDevice is not bound
Expand Down Expand Up @@ -106,9 +111,9 @@
!missing-pinvoke! CGDisplayModeGetTypeID is not bound
!missing-pinvoke! CGDisplayModeGetWidth is not bound
!missing-pinvoke! CGDisplayModeIsUsableForDesktopGUI is not bound
!missing-pinvoke! CGDisplayModelNumber is not bound
!missing-pinvoke! CGDisplayModeRelease is not bound
!missing-pinvoke! CGDisplayModeRetain is not bound
!missing-pinvoke! CGDisplayModelNumber is not bound
!missing-pinvoke! CGDisplayMoveCursorToPoint is not bound
!missing-pinvoke! CGDisplayPixelsHigh is not bound
!missing-pinvoke! CGDisplayPixelsWide is not bound
Expand Down Expand Up @@ -139,6 +144,7 @@
!missing-pinvoke! CGDisplayUsesOpenGLAcceleration is not bound
!missing-pinvoke! CGDisplayVendorNumber is not bound
!missing-pinvoke! CGEnableEventStateCombining is not bound
!missing-pinvoke! CGErrorSetCallback is not bound
!missing-pinvoke! CGEventCreate is not bound
!missing-pinvoke! CGEventCreateCopy is not bound
!missing-pinvoke! CGEventCreateData is not bound
Expand All @@ -159,8 +165,8 @@
!missing-pinvoke! CGEventKeyboardGetUnicodeString is not bound
!missing-pinvoke! CGEventKeyboardSetUnicodeString is not bound
!missing-pinvoke! CGEventPost is not bound
!missing-pinvoke! CGEventPostToPid is not bound
!missing-pinvoke! CGEventPostToPSN is not bound
!missing-pinvoke! CGEventPostToPid is not bound
!missing-pinvoke! CGEventSetDoubleValueField is not bound
!missing-pinvoke! CGEventSetFlags is not bound
!missing-pinvoke! CGEventSetIntegerValueField is not bound
Expand All @@ -187,18 +193,18 @@
!missing-pinvoke! CGEventSourceSetPixelsPerLine is not bound
!missing-pinvoke! CGEventSourceSetUserData is not bound
!missing-pinvoke! CGEventTapCreate is not bound
!missing-pinvoke! CGEventTapCreateForPid is not bound
!missing-pinvoke! CGEventTapCreateForPSN is not bound
!missing-pinvoke! CGEventTapCreateForPid is not bound
!missing-pinvoke! CGEventTapEnable is not bound
!missing-pinvoke! CGEventTapIsEnabled is not bound
!missing-pinvoke! CGEventTapPostEvent is not bound
!missing-pinvoke! CGFontCreateWithPlatformFont is not bound
!missing-pinvoke! CGGetActiveDisplayList is not bound
!missing-pinvoke! CGGetDisplayTransferByFormula is not bound
!missing-pinvoke! CGGetDisplayTransferByTable is not bound
!missing-pinvoke! CGGetDisplaysWithOpenGLDisplayMask is not bound
!missing-pinvoke! CGGetDisplaysWithPoint is not bound
!missing-pinvoke! CGGetDisplaysWithRect is not bound
!missing-pinvoke! CGGetDisplayTransferByFormula is not bound
!missing-pinvoke! CGGetDisplayTransferByTable is not bound
!missing-pinvoke! CGGetEventTapList is not bound
!missing-pinvoke! CGGetLastMouseDelta is not bound
!missing-pinvoke! CGGetOnlineDisplayList is not bound
Expand All @@ -211,17 +217,17 @@
!missing-pinvoke! CGPDFDocumentGetMediaBox is not bound
!missing-pinvoke! CGPDFDocumentGetRotationAngle is not bound
!missing-pinvoke! CGPDFDocumentGetTrimBox is not bound
!missing-pinvoke! CGPSConverterAbort is not bound
!missing-pinvoke! CGPSConverterConvert is not bound
!missing-pinvoke! CGPSConverterCreate is not bound
!missing-pinvoke! CGPSConverterGetTypeID is not bound
!missing-pinvoke! CGPSConverterIsConverting is not bound
!missing-pinvoke! CGPostKeyboardEvent is not bound
!missing-pinvoke! CGPostMouseEvent is not bound
!missing-pinvoke! CGPostScrollWheelEvent is not bound
!missing-pinvoke! CGPreflightListenEventAccess is not bound
!missing-pinvoke! CGPreflightPostEventAccess is not bound
!missing-pinvoke! CGPreflightScreenCaptureAccess is not bound
!missing-pinvoke! CGPSConverterAbort is not bound
!missing-pinvoke! CGPSConverterConvert is not bound
!missing-pinvoke! CGPSConverterCreate is not bound
!missing-pinvoke! CGPSConverterGetTypeID is not bound
!missing-pinvoke! CGPSConverterIsConverting is not bound
!missing-pinvoke! CGRegisterScreenRefreshCallback is not bound
!missing-pinvoke! CGReleaseAllDisplays is not bound
!missing-pinvoke! CGReleaseDisplayFadeReservation is not bound
Expand Down Expand Up @@ -253,7 +259,3 @@
!missing-pinvoke! CGWindowServerCFMachPort is not bound
!missing-pinvoke! CGWindowServerCreateServerPort is not bound
## appended from unclassified file
!missing-field! kCGColorSpaceExtendedRange not bound
!missing-pinvoke! CGColorSpaceCreateWithColorSyncProfile is not bound
!missing-pinvoke! CGConvertColorDataWithFormat is not bound
!missing-pinvoke! CGErrorSetCallback is not bound
7 changes: 7 additions & 0 deletions tests/xtro-sharpie/MacCatalyst-CoreLocation.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
!missing-selector! CLLocation::ellipsoidalAltitude not bound
!missing-selector! CLLocation::initWithCoordinate:altitude:horizontalAccuracy:verticalAccuracy:course:courseAccuracy:speed:speedAccuracy:timestamp:sourceInfo: not bound
!missing-selector! CLLocation::sourceInformation not bound
!missing-selector! CLLocationSourceInformation::initWithSoftwareSimulationState:andExternalAccessoryState: not bound
!missing-selector! CLLocationSourceInformation::isProducedByAccessory not bound
!missing-selector! CLLocationSourceInformation::isSimulatedBySoftware not bound
!missing-type! CLLocationSourceInformation not bound
6 changes: 3 additions & 3 deletions tests/xtro-sharpie/MacCatalyst-CoreMIDI.todo
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
!missing-enum! MIDINoteAttributeType not bound
!missing-enum! MIDINoteAttribute not bound
!missing-enum! MIDIPerNoteManagementOptions not bound
!missing-enum! MIDIProgramChangeOptions not bound
!missing-enum! MIDIUtilityStatus not bound
!missing-enum-value! MidiMessageType native value kMIDIMessageTypeUnknownF = 15 not bound
!missing-enum-value! MidiSysExStatus native value kMIDISysExMixedDataSetHeader = 8 not bound
!missing-enum-value! MidiSysExStatus native value kMIDISysExMixedDataSetPayload = 9 not bound
!missing-enum-value! MidiSysExStatus native value kMIDISysExStatusMixedDataSetHeader = 8 not bound
!missing-enum-value! MidiSysExStatus native value kMIDISysExStatusMixedDataSetPayload = 9 not bound
!missing-field! kMIDIDriverPropertyUsesSerial not bound
!missing-field! kMIDIPropertyFactoryPatchNameFile not bound
!missing-field! kMIDIPropertyUserPatchNameFile not bound
Expand Down
3 changes: 3 additions & 0 deletions tests/xtro-sharpie/MacCatalyst-CoreVideo.todo
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
!missing-field! kCVPixelBufferProResRAWKey_MetadataExtension not bound
!missing-pinvoke! CVBufferCopyAttachment is not bound
!missing-pinvoke! CVBufferCopyAttachments is not bound
!missing-pinvoke! CVBufferHasAttachment is not bound
## appended from unclassified file
Loading

1 comment on commit 38140f2

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on Build (no summary found). 🔥

Result file $(TEST_SUMMARY_PATH) not found.

Pipeline on Agent XAMBOT-1036.BigSur
[Xcode13] Bump for Xcode 13 beta4. (#12273)

Please sign in to comment.