Skip to content

Commit

Permalink
[macOS] Add select-xamarin-sdk-v2.sh synopsis (actions#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenaSviridenko authored May 28, 2021
1 parent 6d4c863 commit fe157d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions images/macos/provision/assets/select-xamarin-sdk-v2.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/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() {
case $1 in
--mono) echo '/Library/Frameworks/Mono.framework/Versions' ;;
Expand Down

0 comments on commit fe157d6

Please sign in to comment.