瀏覽代碼

last script change for now

Kevin Bradley 5 年之前
父節點
當前提交
d1efef8344
共有 1 個文件被更改,包括 2 次插入4 次删除
  1. 2 4
      tvOSBuild.sh

+ 2 - 4
tvOSBuild.sh

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