From 8fc0b9ea22a01d1828fea4308c887250f1d67812 Mon Sep 17 00:00:00 2001 From: Laszlo Pusok Date: Mon, 3 Jun 2019 16:58:33 +0200 Subject: [PATCH] Updating wrapper versions --- _scripts/install_wrap-xamarin.sh | 2 +- _scripts/install_wrap-xcode-uitests.sh | 2 +- _scripts/install_wrap-xcode.sh | 2 +- _scripts/install_wrap.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 _scripts/install_wrap-xamarin.sh mode change 100644 => 100755 _scripts/install_wrap-xcode-uitests.sh mode change 100644 => 100755 _scripts/install_wrap-xcode.sh mode change 100644 => 100755 _scripts/install_wrap.sh diff --git a/_scripts/install_wrap-xamarin.sh b/_scripts/install_wrap-xamarin.sh old mode 100644 new mode 100755 index ac121b2a..1e10ab66 --- a/_scripts/install_wrap-xamarin.sh +++ b/_scripts/install_wrap-xamarin.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.2.1" +version_to_use="2.3.0" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode-uitests.sh b/_scripts/install_wrap-xcode-uitests.sh old mode 100644 new mode 100755 index d28edac8..604168d6 --- a/_scripts/install_wrap-xcode-uitests.sh +++ b/_scripts/install_wrap-xcode-uitests.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.2.1" +version_to_use="2.3.0" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode.sh b/_scripts/install_wrap-xcode.sh old mode 100644 new mode 100755 index 56c98ec8..9fca33b9 --- a/_scripts/install_wrap-xcode.sh +++ b/_scripts/install_wrap-xcode.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.2.1" +version_to_use="2.3.0" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap.sh b/_scripts/install_wrap.sh old mode 100644 new mode 100755 index 56c98ec8..9fca33b9 --- a/_scripts/install_wrap.sh +++ b/_scripts/install_wrap.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.2.1" +version_to_use="2.3.0" if [ "$1" != "" ] ; then version_to_use="$1" fi