Browse Source

last script change for now

Kevin Bradley 3 years ago
parent
commit
d1efef8344
1 changed files with 2 additions and 4 deletions
  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