File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11
2+ ### 2.1.2 - 2.1.1 (2018 Jul 20)
3+
4+ * [ f4c088c] Akos Birmacher - Prepare for 2.1.2 (2018 Jul 20)
5+ * [ 38a2f92] BirmacherAkos - - The codesigndoc will not ask about the Provisioning Profiles in --certs-only mode. (#87 ) (2018 Jul 20)
6+
7+
8+ ### 2.1.2 - 2.1.1 (2018 Jul 20)
9+
10+ * [ 38a2f92] BirmacherAkos - - The codesigndoc will not ask about the Provisioning Profiles in --certs-only mode. (#87 ) (2018 Jul 20)
11+
12+
213### 2.1.1 - 2.1.0 (2018 Jul 13)
314
415* [ 8f63e20] Krisztián Gödrei - dep update (#86 ) (2018 Jul 13)
254265* [ 9ede876] Viktor Benei - install wrap (2016 Jan 23)
255266
256267
268+
269+
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.1 "
8+ version_to_use=" 2.1.2 "
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.1 "
8+ version_to_use=" 2.1.2 "
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.1 "
8+ version_to_use=" 2.1.2 "
99if [ " $1 " != " " ] ; then
1010 version_to_use=" $1 "
1111fi
You can’t perform that action at this time.
0 commit comments