[vlc-commits] ios: require iOS 6.1 since 5.1 is no longer support by current Xcode releases

Felix Paul Kühne git at videolan.org
Sun Oct 12 16:18:08 CEST 2014


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Oct 12 16:16:40 2014 +0200| [d65920ce6607fb24a22e7645b5fd1d03e9e5cfdc] | committer: Felix Paul Kühne

ios: require iOS 6.1 since 5.1 is no longer support by current Xcode releases

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d65920ce6607fb24a22e7645b5fd1d03e9e5cfdc
---

 extras/package/ios/build.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index e484594..d46361a 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -4,7 +4,7 @@ set -e
 PLATFORM=OS
 VERBOSE=no
 SDK_VERSION=7.0
-SDK_MIN=5.1
+SDK_MIN=6.1
 SIXTYFOURBIT_SDK_MIN=7.0
 ARCH=armv7
 



More information about the vlc-commits mailing list