You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if verlt "$current_xcode_version" "$required_xcode_version"; then
echo "error: You are using an outdated version of Xcode. Xcode ${required_xcode_version} is required."
exit 1
elif [[ "$current_xcode_version" != "$required_xcode_version" ]]; then
echo "warning: You are using a newer version of Xcode than required. If it is stable enough please consider updating the .xcode-version file to enforce it on the team."