xamarin-macios/Make.versions

48 строки
2.0 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

#
# A release branch requires updating the following two variables at the bottom of this file:
#
# IOS_PACKAGE_VERSION (major/minor/revision #)
# MAC_PACKAGE_VERSION (major/minor/revision #)
#
# Update version numbers on master as well, to the next version
#
#
# ** Version numbers **
#
# Versions are defined as: Major.Minor.Revison.Build
#
# Major/minor (first/second numbers - max 2 digits each):
# - Bump for major/minor releases.
#
# Revision (third number - max 2 digits):
# - Reset to 0 after a major or minor bump (do not use 99 for Xcode preview
# branches (use 0 instead), because otherwise we can't bump it further if
# needed).
# - Bump for service releases and previews.
# - Bump if commit distance becomes > 999.
# - Can also be bumped for other reasons (in particular there's no correlation
# between Preview/Service Release #X and Revision #Y).
# - Bumping revision to a high enough number to make it clear that there's
# no correlation is a valid reason to bump.
# - The revision must be bumped at the same time for both iOS and Mac
# (otherwise the commit distance will differ).
# - Also bump if the [IOS|MAC]_PACKAGE_VERSION lines change for any other
# reason (otherwise we end up with repeating version numbers, since the
# commit distance would restart at 0, while the other numbers wouldn't
# change).
# - Any other problem can also usually be solved by bumping the revision.
# - Do not refactor the revision to a separate variable, because the reason
# bumping the revision is a general solution for many problems is that it
# also resets the commit distance (which wouldn't happen if the revision was
# refactored to a separate variable).
#
# Build (fourth number - max 3 digits):
# - Automatically calculated as the number of commits since the last time any
# of the other three numbers changed (technically since the corresponding
# line changed in git).
#
[xcode11.4] Add xcode 11.4 b1 initial support (#7805) * [xcode11.4] Add xcode 11.4 b1 initial support * [xtro] re-enable PDFKit * Disable watchOS and fix xtro Unfortunately watchOS simulator hangs when we try to deploy to it and it keeps our tests timing out. Disabling for now until we can investigate more. Disables PDFKit on xtro in macOS * [jenkins] Switch to use the catalina bot group (#7819) * Bump maccore to get fix for launching the simulator for watch apps. New commits in xamarin/maccore: * xamarin/maccore@546270c8f9 [Xamarin.Hosting] Fix the name of the notification we get when the simulator has launched. (#2145) Diff: https://github.com/xamarin/maccore/compare/55957e908d7ef6de87d78100fa782023371af280..546270c8f9d72cfa73a9b6a49c4cce1f4fe868a3 * [tests] Diable watch due to time out, enable 10,15,4 in intro, fix min version * Bump macios-binaries to get updated binary mlaunch as well. New commits in xamarin/macios-binaries: * xamarin/macios-binaries@f8c6e63 Bump mlaunch to xamarin/maccore@546270c8f9 Diff: https://github.com/xamarin/macios-binaries/compare/eb6980e8b6ee7bcd6edfd514e606b664bd93f33d..f8c6e6322822e817643613ff0c62f6da45739f7a * [msbuild] Reflect ibtool changes in our tests Looks like Apple reverted some changes introduces in Xcode 11 in ibtool, for more context see xamarin/xamarin-macios#6970 * [mtouch] Workaround strange behavior of realpath. Co-authored-by: Sebastien Pouliot <sebastien.pouliot@gmail.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
2020-02-12 04:25:43 +03:00
IOS_PACKAGE_VERSION=13.10.1.$(IOS_COMMIT_DISTANCE)
MAC_PACKAGE_VERSION=6.10.1.$(MAC_COMMIT_DISTANCE)