We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b83af7d commit 9a9743bCopy full SHA for 9a9743b
Samples/test.sh
@@ -15,7 +15,7 @@ function package() {
15
}
16
17
function main() {
18
- local versions="16.0 16.1 16.2 16.3 16.4 26.0"
+ local versions="16.0 16.1 16.2 16.3 16.4 26.0 26.1"
19
20
for version in ${versions}; do
21
export DEVELOPER_DIR="/Applications/Xcode_${version}.app"
test.sh
@@ -14,7 +14,7 @@ function package() {
14
0 commit comments