[vlc-commits] compile for iOS 5. 1 since it is the latest stable version and backward compatible to 5.0

Felix Paul Kühne git at videolan.org
Thu Jun 21 20:21:09 CEST 2012


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Jun 21 20:21:02 2012 +0200| [4ff0b074a3559562fe0539398f65111c2e1181b3] | committer: Felix Paul Kühne

compile for iOS 5.1 since it is the latest stable version and backward compatible to 5.0

iOS 4 is used by less than 10 per cent of the installed base, so we don't care for now

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

 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 f36f480..e6aa699 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -3,7 +3,7 @@ set -e
 
 PLATFORM=OS
 VERBOSE=no
-SDK_VERSION=5.0
+SDK_VERSION=5.1
 SDK_MIN=5.0
 
 usage()



More information about the vlc-commits mailing list