소스 검색

build script: don't build apple tv target automatically

Felix Paul Kühne 9 년 전
부모
커밋
bb43b40e34
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      compileVLCforiOS.sh

+ 0 - 2
compileVLCforiOS.sh

@@ -217,8 +217,6 @@ pod install
 # Build the VLC for iOS workspace now
 if [ "$TVOS" = "no" ]; then
     buildxcworkspace "VLC for iOS" "VLC for iOS"
-else
-    buildxcworkspace "VLC for iOS" "VLC for Apple TV"
 fi