Sfoglia il codice sorgente

bump build and update News

(cherry picked from commit 8e0152aba0076a1716c0e2abd791d4eb6f62454f)
Carola Nitz 7 anni fa
parent
commit
7e7fe0288c

+ 7 - 0
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

+ 2 - 2
Sources/VLC for iOS-Info.plist

@@ -116,7 +116,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.8.0</string>
+	<string>2.8.6</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleURLTypes</key>
@@ -244,7 +244,7 @@
 		</dict>
 	</array>
 	<key>CFBundleVersion</key>
-	<string>280.0</string>
+	<string>286.6</string>
 	<key>ITSAppUsesNonExemptEncryption</key>
 	<false/>
 	<key>LSApplicationCategoryType</key>

+ 2 - 2
VLC WatchKit Native Extension/Info.plist

@@ -17,11 +17,11 @@
 	<key>CFBundlePackageType</key>
 	<string>XPC!</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.8.0</string>
+	<string>2.8.6</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>280.0</string>
+	<string>286.6</string>
 	<key>MLKitGroupIdentifier</key>
 	<string>$(GROUP_IDENTIFIER)</string>
 	<key>NSExtension</key>

+ 2 - 2
VLC WatchKit Native/Info.plist

@@ -17,11 +17,11 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleShortVersionString</key>
-	<string>2.8.0</string>
+	<string>2.8.6</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>280.0</string>
+	<string>286.6</string>
 	<key>UISupportedInterfaceOrientations</key>
 	<array>
 		<string>UIInterfaceOrientationPortrait</string>