diff --git a/react-native-xcode.sh b/react-native-xcode.sh index dfa413b8..5c88fdad 100755 --- a/react-native-xcode.sh +++ b/react-native-xcode.sh @@ -14,16 +14,12 @@ case "$CONFIGURATION" in Debug) DEV=true ;; - Release) - DEV=false - ;; "") echo "$0 must be invoked by Xcode" exit 1 ;; *) - echo "Unsupported value of \$CONFIGURATION=$CONFIGURATION" - exit 1 + DEV=false ;; esac