[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
Mon Oct 27 19:18:32 CET 2014
vlc/vlc-2.2 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Oct 12 16:16:40 2014 +0200| [ef931323bd6420fe34634dc15733823926a97567] | committer: Felix Paul Kühne
ios: require iOS 6.1 since 5.1 is no longer support by current Xcode releases
(cherry picked from commit d65920ce6607fb24a22e7645b5fd1d03e9e5cfdc)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=ef931323bd6420fe34634dc15733823926a97567
---
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 7a77123..84a0069 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -5,7 +5,7 @@ PLATFORM=OS
VERBOSE=no
DEBUG=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