File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 11
2+ ### 2.2.0 - 2.1.3 (2019 Feb 15)
3+
4+ * [ 8a87f00] Akos Birmacher - prepare for 2.2.0 (2019 Feb 15)
5+ * [ af2c740] Akos Birmacher - Project scan xcode project for xcodeuitests (#97 ) (2019 Feb 15)
6+ * [ 7c4a594] Akos Birmacher - xcode & xamarin: Auto scan directory for project files (#95 ) (2019 Feb 13)
7+ * [ b2286a9] Akos Birmacher - Add UI Target support (#94 ) (2019 Feb 08)
8+ * [ e4bebc5] Akos Birmacher - update osxkeychain to work with go 1.11 version. (#93 ) (2019 Jan 15)
9+
10+
211### 2.2.0 - 2.1.3 (2019 Feb 15)
312
413* [ af2c740] Akos Birmacher - Project scan xcode project for xcodeuitests (#97 ) (2019 Feb 15)
289298
290299
291300
301+
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.1.3 "
8+ version_to_use=" 2.2.0 "
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.1.3 "
8+ version_to_use=" 2.2.0 "
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.1.3 "
8+ version_to_use=" 2.2.0 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
You can’t perform that action at this time.
0 commit comments