Track our dependencies' main branches.

This also requires a maccore bump.

Diff: d2ef9d7ee0..424fa26148
This commit is contained in:
Rolf Bjarne Kvinge 2020-06-12 09:48:31 +02:00
Родитель a1063fc1c3
Коммит 65237b9af7
2 изменённых файлов: 7 добавлений и 6 удалений

9
.gitmodules поставляемый
Просмотреть файл

@ -1,19 +1,20 @@
[submodule "external/guiunit"]
path = external/guiunit
url = ../../mono/guiunit.git
branch = main
[submodule "external/macios-binaries"]
path = external/macios-binaries
url = ../../xamarin/macios-binaries
branch = master
branch = main
[submodule "external/opentk"]
path = external/opentk
url = ../../mono/opentk.git
branch = master
branch = main
[submodule "external/Touch.Unit"]
path = external/Touch.Unit
url = ../../spouliot/Touch.Unit.git
branch = master
branch = main
[submodule "external/Xamarin.MacDev"]
path = external/Xamarin.MacDev
url = ../../xamarin/Xamarin.MacDev
branch = master
branch = main

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

@ -7,8 +7,8 @@ MONO_BRANCH := $(shell cd $(MONO_PATH) 2> /dev/null && git symbolic-ref --sho
endif
ifdef ENABLE_XAMARIN
NEEDED_MACCORE_VERSION := d2ef9d7ee008e1a07a29396c68df33cc4f02de18
NEEDED_MACCORE_BRANCH := master
NEEDED_MACCORE_VERSION := 424fa2614873c7415cf0407d2389335cba0b6c79
NEEDED_MACCORE_BRANCH := main
MACCORE_DIRECTORY := maccore
MACCORE_MODULE := git@github.com:xamarin/maccore.git