[macOS] Add select-xamarin-sdk-v2.sh synopsis (#3473)
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
#!/bin/bash -e -o pipefail
|
#!/bin/bash -e -o pipefail
|
||||||
|
|
||||||
|
# Select any Xamarin SDK versions as the default ones independently by specifying only those versions that need to be changed.
|
||||||
|
# Examples:
|
||||||
|
# 1. Change all versions: $VM_ASSETS/select-xamarin-sdkv-v2.sh --mono=6.12 --ios=14.8 --android=10.2 --mac=7.8
|
||||||
|
# 2. Change default Mono and iOS only: $VM_ASSETS/select-xamarin-sdkv-v2.sh --mono=6.12 --ios=14.8
|
||||||
|
# 3. Change default Android only: $VM_ASSETS/select-xamarin-sdkv-v2.sh --android=11.1
|
||||||
|
|
||||||
get_framework_path() {
|
get_framework_path() {
|
||||||
case $1 in
|
case $1 in
|
||||||
--mono) echo '/Library/Frameworks/Mono.framework/Versions' ;;
|
--mono) echo '/Library/Frameworks/Mono.framework/Versions' ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user