Welcome to mirror list, hosted at ThFree Co, Russian Federation.

versions.mk « sdks - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c7e48eeb7aebf1635d8ff5bfa639a7bef59a10d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

# MXE

MXE_HASH?=b9cbb53541a0e10fe4fe81f22bd586cb9cdc922a

# Android

ANDROID_BUILD_TOOLS_VERSION?=27
ANDROID_BUILD_TOOLS_DIR?=28.0.3
ANDROID_PLATFORM_TOOLS_VERSION?=28.0.2
ANDROID_NDK_VERSION?=r19c
ANDROID_CMAKE_VERSION?=3.6.4111459
ANDROID_SDKTOOLS_VERSION?=4333796
ANDROID_SDK_VERSION_armeabi?=16
ANDROID_SDK_VERSION_armeabi-v7a?=16
ANDROID_SDK_VERSION_arm64-v8a?=21
ANDROID_SDK_VERSION_x86?=16
ANDROID_SDK_VERSION_x86_64?=21

# iOS

XCODE_DIR?=/Applications/Xcode.app/Contents/Developer
XCODE_VERSION:=$(shell /usr/libexec/PlistBuddy -c "Print :CFBundleShortVersionString" $(XCODE_DIR)/../version.plist)
XCODE_MAJOR_VERSION:=$(word 1, $(subst ., ,$(XCODE_VERSION)))

# min versions of the targets
MACOS_VERSION_MIN?=10.9
MACCAT_IOS_VERSION_MIN?=13.0
IOS_VERSION_MIN?=7.0
TVOS_VERSION_MIN?=9.0
WATCHOS_VERSION_MIN?=2.0
WATCHOS64_32_VERSION_MIN?=5.1

# versions of the platform SDKs, these ship inside of Xcode
#MACOS_VERSION?=10.13
#IOS_VERSION?=11.1
#TVOS_VERSION?=11.1
#WATCHOS_VERSION?=4.1
#WATCHOS64_32_VERSION?=5.1

# WebAssembly