Browse Source

request correct xcworkspace scheme to not fail with older Xcode releases

Felix Paul Kühne 10 years ago
parent
commit
e916ce9038
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compileVLCforiOS.sh

+ 1 - 1
compileVLCforiOS.sh

@@ -86,7 +86,7 @@ buildxcworkspace()
     fi
 
     xcodebuild -workspace "$1.xcworkspace" \
-    -scheme "vlc-ios" \
+    -scheme "Pods-vlc-ios" \
     -sdk $PLATFORM$SDK \
     -configuration ${CONFIGURATION} ${extra} \
     IPHONEOS_DEPLOYMENT_TARGET=${SDK_MIN} > ${out}