Skip to content

Commit ce10c91

Browse files
authored
[release/6.0.3xx] Bump maccore to get fix for #14834. (#14959)
New commits in xamarin/maccore: * xamarin/maccore@29a1c1382e [mlaunch] Redirect stdout and stderr through a pty when launching in the simulator. Fixes #14834. * xamarin/maccore@749e84cb16 [mlaunch] Make minor improvements to Main.cs Diff: https://github.com/xamarin/maccore/compare/cf9f7409e9a79d0d0835863cc9f5afe77ba5e74a..29a1c1382e005e568b57d1b45e3877c8081dfc8b Fixes #14834. Backport of #14946.
1 parent a7b1a25 commit ce10c91

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Make.versions

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ MAC_PACKAGE_VERSION=8.11.0.$(MAC_COMMIT_DISTANCE)
6666
# WARNING: Do **not** use versions higher than the available Xcode SDK or else we will have issues with mtouch (See https://github.com/xamarin/xamarin-macios/issues/7705)
6767
# When bumping the major macOS version in MACOS_NUGET_VERSION also update the macOS version where we execute on bots in jenkins/Jenkinsfile (in the 'node' element)
6868

69-
IOS_NUGET_VERSION=15.4.302
70-
TVOS_NUGET_VERSION=15.4.302
71-
WATCHOS_NUGET_VERSION=8.5.302
72-
MACOS_NUGET_VERSION=12.3.302
73-
MACCATALYST_NUGET_VERSION=15.4.302
69+
IOS_NUGET_VERSION=15.4.303
70+
TVOS_NUGET_VERSION=15.4.303
71+
WATCHOS_NUGET_VERSION=8.5.303
72+
MACOS_NUGET_VERSION=12.3.303
73+
MACCATALYST_NUGET_VERSION=15.4.303
7474

7575

7676
# Defines the default platform version if it's not specified in the TFM. The default should not change for a given .NET version:

mk/xamarin.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MONO_BRANCH := $(shell cd $(MONO_PATH) 2> /dev/null && git symbolic-ref --sho
77
endif
88

99
ifdef ENABLE_XAMARIN
10-
NEEDED_MACCORE_VERSION := cf9f7409e9a79d0d0835863cc9f5afe77ba5e74a
10+
NEEDED_MACCORE_VERSION := 29a1c1382e005e568b57d1b45e3877c8081dfc8b
1111
NEEDED_MACCORE_BRANCH := main
1212

1313
MACCORE_DIRECTORY := maccore

0 commit comments

Comments
 (0)