diff --git a/Docs/NEWS b/Docs/NEWS index f5fb59b24ab85f71c4144165ddb49d121b036b0a..1dc49cddca7d62ca5f513b4c6dc6d2afee79ab1a 100644 --- a/Docs/NEWS +++ b/Docs/NEWS @@ -1,3 +1,10 @@ +iOS 2.8.6: +----------- +· Adjusted the UI for iPhone X +· Fixes the app termination on devices for iOS 7 and iOS 8 +· Adds Full support for HEVC 4k videos +· General bug fixes + tvOS 1.1.0: ----------- · Full support for tvOS 11 and Apple TV 4K diff --git a/Sources/VLC for iOS-Info.plist b/Sources/VLC for iOS-Info.plist index 03befd86899ca54a3dfcf0e177c96502ca313c11..f07a055310a660f7323338a80591f9e4718c538f 100644 --- a/Sources/VLC for iOS-Info.plist +++ b/Sources/VLC for iOS-Info.plist @@ -116,7 +116,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.8.0 + 2.8.6 CFBundleSignature ???? CFBundleURLTypes @@ -244,7 +244,7 @@ CFBundleVersion - 280.0 + 286.6 ITSAppUsesNonExemptEncryption LSApplicationCategoryType diff --git a/VLC WatchKit Native Extension/Info.plist b/VLC WatchKit Native Extension/Info.plist index 822f291fde829a43b1f736841b9ec855d44f202f..b05f1f1484f1d7282ade827859e1be5aaab21642 100644 --- a/VLC WatchKit Native Extension/Info.plist +++ b/VLC WatchKit Native Extension/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 2.8.0 + 2.8.6 CFBundleSignature ???? CFBundleVersion - 280.0 + 286.6 MLKitGroupIdentifier $(GROUP_IDENTIFIER) NSExtension diff --git a/VLC WatchKit Native/Info.plist b/VLC WatchKit Native/Info.plist index 07ca872498b5c1b446760756c0c241e721d1ac75..d746e4d19c701e192b2f6647adc55da1cdd4fdf4 100644 --- a/VLC WatchKit Native/Info.plist +++ b/VLC WatchKit Native/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.8.0 + 2.8.6 CFBundleSignature ???? CFBundleVersion - 280.0 + 286.6 UISupportedInterfaceOrientations UIInterfaceOrientationPortrait