Skip to content

Commit

Permalink
Latest DetoxSync
Browse files Browse the repository at this point in the history
Support Xcode 12.3
  • Loading branch information
LeoNatan committed Jan 7, 2021
1 parent 39a6084 commit 45750f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Profiler/DetoxSync
2 changes: 1 addition & 1 deletion releaseVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fi

if [ -z "$DRY_RUN" ]; then
XCODEVERSION=$(xcodebuild -version | grep -oEi "([0-9]*(\.[0-9]*)+)")
XCODENEWESTSUPPORTED="12.2"
XCODENEWESTSUPPORTED="12.3"
if [ ${XCODEVERSION} != ${XCODENEWESTSUPPORTED} ] && [ "${XCODEVERSION}" = "`echo -e "${XCODEVERSION}\n${XCODENEWESTSUPPORTED}" | sort --version-sort -r | head -n1`" ]; then
printf >&2 "\033[1;31mUnsupported Xcode, aborting\033[0m\n"
exit 1;
Expand Down

0 comments on commit 45750f4

Please sign in to comment.