소스 검색

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
 
-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