File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11
2+ ### 2.2.1 - 2.2.0 (2019 Mar 22)
3+
4+ * [ 390be6d] Akos Birmacher - changelog (2019 Mar 22)
5+ * [ 826217b] Akos Birmacher - Glob path fix (#100 ) (2019 Mar 22)
6+ * [ ac74021] Akos Birmacher - add uitest script to readme and restructure it a bit (#99 ) (2019 Mar 18)
7+ * [ 1988469] Akos Birmacher - feat: add install_wap-xcode-uitests script (#98 ) (2019 Feb 26)
8+
9+
210### 2.2.1 - 2.2.0 (2019 Mar 22)
311
412* [ 826217b] Akos Birmacher - Glob path fix (#100 ) (2019 Mar 22)
307315
308316
309317
318+
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 2.2.0 "
8+ version_to_use=" 2.2.1 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 2.2.0 "
8+ version_to_use=" 2.2.1 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 2.2.0 "
8+ version_to_use=" 2.2.1 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55temp_dir=" $( mktemp -d -t codesigndocXXXXXX) "
66codesigndoc_bin_path=" ${temp_dir} /codesigndoc"
77
8- version_to_use=" 2.2.0 "
8+ version_to_use=" 2.2.1 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
You can’t perform that action at this time.
0 commit comments