Explorar el Código

last script change for now

Kevin Bradley hace 5 años
padre
commit
d1efef8344
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      tvOSBuild.sh

+ 2 - 4
tvOSBuild.sh

@@ -1,10 +1,8 @@
 #!/bin/bash
 
-XCP=$(which xcspretty)
-
-echo $XCP
+XCP=$(which xcpretty)
 if [ "$1" == "scp" ]; then
-export SHOULD_SCP=1
+    export SHOULD_SCP=1
 fi
 if [ -z $XCP ]; then
     xcodebuild BUILD_ROOT=build -target FLEX-tvOS