Skip to content

Commit

Permalink
Fix Xcode location and clean exposurenotification
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Pouliot committed Feb 3, 2021
1 parent 45592d2 commit 08772c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Make.config
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ 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=12.5
XCODE_URL=http://xamarin-storage/bot-provisioning/xcodes/Xcode_12.5_beta.xip
XCODE_DEVELOPER_ROOT=/Applications/Xcode_12.5.0-beta1.app/Contents/Developer
XCODE_DEVELOPER_ROOT=/Applications/Xcode_12.5.0-beta.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
7 changes: 7 additions & 0 deletions tests/xtro-sharpie/iOS-ExposureNotification.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,10 @@
!missing-selector! ENManager::setInvalidationHandler: not bound
!missing-selector! +ENManager::authorizationStatus not bound
!missing-selector! ENManager::exposureNotificationEnabled not bound
!missing-enum! ENActivityFlags not bound
!missing-selector! ENManager::activityHandler not bound
!missing-selector! ENManager::diagnosisKeysAvailableHandler not bound
!missing-selector! ENManager::preAuthorizeDiagnosisKeysWithCompletionHandler: not bound
!missing-selector! ENManager::requestPreAuthorizedDiagnosisKeysWithCompletionHandler: not bound
!missing-selector! ENManager::setActivityHandler: not bound
!missing-selector! ENManager::setDiagnosisKeysAvailableHandler: not bound
7 changes: 0 additions & 7 deletions tests/xtro-sharpie/iOS-ExposureNotification.todo

This file was deleted.

0 comments on commit 08772c7

Please sign in to comment.