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 abe9f08 commit c56600bCopy full SHA for c56600b
scripts/ci.sh
@@ -108,8 +108,10 @@ NUMBER_WORDS=("FIRST" "SECOND" "THIRD" "FOURTH" "FIFTH" "SIXTH" "SEVENTH" "EIGHT
108
109
# Function to boot simulators from environment variables
110
function start_simulators_from_env_iOS() {
111
- echo "Starting iOS simulators from environment variables... is this changed?"
+ echo "Starting iOS simulators from environment variables"
112
113
+ set -x
114
+
115
for i in {1..12}; do
116
simulator_label=${NUMBER_WORDS[$((i - 1))]}
117
env_var="IOS_${simulator_label}_SIMULATOR"
@@ -160,6 +162,8 @@ function start_simulators_from_env_iOS() {
160
162
161
163
echo "Opening iOS Simulator app..."
164
open -a Simulator
165
166
+ set +x
167
}
168
169
0 commit comments