From 3f16f92f01bbb04b07fc631a4d833fbe7076d9e4 Mon Sep 17 00:00:00 2001 From: lpusok <7979773+lpusok@users.noreply.github.com> Date: Thu, 13 Jun 2019 16:11:08 +0200 Subject: [PATCH] Update wrapper versions (#107) --- _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(-) diff --git a/_scripts/install_wrap-xamarin.sh b/_scripts/install_wrap-xamarin.sh index 1e10ab66..66ddc880 100755 --- 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.3.0" +version_to_use="2.3.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode-uitests.sh b/_scripts/install_wrap-xcode-uitests.sh index 604168d6..cfdbd718 100755 --- 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.3.0" +version_to_use="2.3.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode.sh b/_scripts/install_wrap-xcode.sh index 9fca33b9..320f000f 100755 --- 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.3.0" +version_to_use="2.3.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap.sh b/_scripts/install_wrap.sh index 9fca33b9..320f000f 100755 --- 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.3.0" +version_to_use="2.3.1" if [ "$1" != "" ] ; then version_to_use="$1" fi