Open sitaktif opened 7 months ago
Before this change, the xcode_version variable was evaluated to the same value as the xcode_build_number variable.
xcode_version
xcode_build_number
This change instead assigns the XCode version to the xcode_version variable.
Before this change, the
xcode_version
variable was evaluated to the same value as thexcode_build_number
variable.This change instead assigns the XCode version to the
xcode_version
variable.