if [[ “$sdk” =~ “iphonesimulator” && “$target” =~ “Test” ]] ; then settings=”$settings TEST_AFTER_BUILD=YES” fi xcodebuild -target $target -configuration $config […]
if [[ “$sdk” =~ “iphonesimulator” && “$target” =~ “Test” ]] ; then settings=”$settings TEST_AFTER_BUILD=YES” fi xcodebuild -target $target -configuration $config […]