Browse Source

Added triple resolution graphics for the first step tutorial and remixed the existing

Felix Paul Kühne 10 years ago
parent
commit
5938ef6843
46 changed files with 280 additions and 257 deletions
  1. 11 5
      Resources/VLCFirstStepsFifthPageViewController.xib
  2. 9 3
      Resources/VLCFirstStepsFirstPageViewController~ipad.xib
  3. 9 3
      Resources/VLCFirstStepsFirstPageViewController~iphone.xib
  4. 14 17
      Resources/VLCFirstStepsFourthPageViewController~ipad.xib
  5. 14 8
      Resources/VLCFirstStepsFourthPageViewController~iphone.xib
  6. 25 20
      Resources/VLCFirstStepsSecondPageViewController~ipad.xib
  7. 14 8
      Sources/VLCFirstStepsSecondPageViewController~iphone.xib
  8. 19 24
      Resources/VLCFirstStepsThirdPageViewController~ipad.xib
  9. 17 11
      Resources/VLCFirstStepsThirdPageViewController~iphone.xib
  10. BIN
      Resources/cloud.png
  11. BIN
      Resources/cloud@2x.png
  12. BIN
      Resources/cloud@3x.png
  13. BIN
      Resources/connector-cable.png
  14. BIN
      Resources/connector-cable@2x.png
  15. BIN
      Resources/connector-cable@3x.png
  16. BIN
      Resources/filledcloud.png
  17. BIN
      Resources/filledcloud@2x.png
  18. BIN
      Resources/filledcloud@3x.png
  19. BIN
      Resources/laptop.png
  20. BIN
      Resources/laptop@2x.png
  21. BIN
      Resources/laptop@3x.png
  22. BIN
      Resources/pad.png
  23. BIN
      Resources/pad@2x.png
  24. BIN
      Resources/pad@3x.png
  25. BIN
      Resources/phone.png
  26. BIN
      Resources/phone@2x.png
  27. BIN
      Resources/phone@3x.png
  28. BIN
      Resources/sidebar-cutout.png
  29. BIN
      Resources/sidebar-cutout@2x.png
  30. BIN
      Resources/sidebar-cutout@3x.png
  31. BIN
      Resources/sidebar.png
  32. BIN
      Resources/sidebar@2x.png
  33. BIN
      Resources/sidebar@3x.png
  34. BIN
      Resources/uploadarrow.png
  35. BIN
      Resources/uploadarrow@2x.png
  36. BIN
      Resources/uploadarrow@3x.png
  37. BIN
      Resources/vlcsnap.jpg
  38. BIN
      Resources/vlcsnap.png
  39. BIN
      Resources/vlcsnap@2x.jpg
  40. BIN
      Resources/vlcsnap@2x.png
  41. BIN
      Resources/vlcsnap@3x.png
  42. BIN
      Resources/wifi.png
  43. BIN
      Resources/wifi@2x.png
  44. BIN
      Resources/wifi@3x.png
  45. 0 62
      Sources/VLCFirstStepsSecondPageViewController~ipad.xib
  46. 148 96
      VLC for iOS.xcodeproj/project.pbxproj

+ 11 - 5
Resources/VLCFirstStepsFifthPageViewController.xib

@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5051" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsFifthPageViewController">
@@ -29,7 +30,7 @@
                     <rect key="frame" x="0.0" y="47" width="320" height="375"/>
                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                     <subviews>
-                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="vlcsnap.jpg" id="bfA-AA-aOm">
+                        <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="vlcsnap.png" id="bfA-AA-aOm">
                             <rect key="frame" x="0.0" y="47" width="320" height="225"/>
                             <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
                         </imageView>
@@ -225,6 +226,11 @@
         <image name="speedIcon.png" width="19" height="19"/>
         <image name="subtitleIcon.png" width="19" height="19"/>
         <image name="videoEffectsIcon.png" width="21" height="21"/>
-        <image name="vlcsnap.jpg" width="325" height="183"/>
+        <image name="vlcsnap.png" width="325" height="183"/>
     </resources>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
 </document>

+ 9 - 3
Resources/VLCFirstStepsFirstPageViewController~ipad.xib

@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.2" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsFirstPageViewController">
@@ -46,4 +47,9 @@
     <resources>
         <image name="AppIcon512x512.png" width="512" height="512"/>
     </resources>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
 </document>

+ 9 - 3
Resources/VLCFirstStepsFirstPageViewController~iphone.xib

@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.2" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsFirstPageViewController">
@@ -54,4 +55,9 @@
     <resources>
         <image name="AppIcon512x512.png" width="512" height="512"/>
     </resources>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
 </document>

+ 14 - 17
Resources/VLCFirstStepsFourthPageViewController~ipad.xib

@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.2" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsFourthPageViewController">
@@ -19,7 +20,6 @@
             <subviews>
                 <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" fixedFrame="YES" text="Upload Your media to Google Drive or Dropbox." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="Gsu-FY-c77">
                     <rect key="frame" x="80" y="225" width="381" height="67"/>
-                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                     <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
                     <fontDescription key="fontDescription" type="system" pointSize="19"/>
                     <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
@@ -27,11 +27,9 @@
                 </label>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="sidebar.png" translatesAutoresizingMaskIntoConstraints="NO" id="CUV-JT-ySO">
                     <rect key="frame" x="65" y="346" width="79" height="125"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" fixedFrame="YES" text="Open the sidebar to select Your Cloud provider and access Your media for downloading or streaming." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" preferredMaxLayoutWidth="284" translatesAutoresizingMaskIntoConstraints="NO" id="JUN-oP-TvH">
                     <rect key="frame" x="191" y="317" width="284" height="182"/>
-                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                     <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
                     <fontDescription key="fontDescription" type="system" pointSize="18"/>
                     <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
@@ -39,27 +37,21 @@
                 </label>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="pad.png" translatesAutoresizingMaskIntoConstraints="NO" id="kBr-bI-uRM">
                     <rect key="frame" x="80" y="97" width="72" height="105"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="laptop.png" translatesAutoresizingMaskIntoConstraints="NO" id="jqv-4k-4XY">
                     <rect key="frame" x="347" y="97" width="114" height="105"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="cloud.png" translatesAutoresizingMaskIntoConstraints="NO" id="E1R-IM-2yb">
                     <rect key="frame" x="231" y="129" width="78" height="41"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="filledcloud.png" translatesAutoresizingMaskIntoConstraints="NO" id="wJh-b0-w2G">
                     <rect key="frame" x="98" y="426" width="85" height="45"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Drive.png" translatesAutoresizingMaskIntoConstraints="NO" id="gdI-Lw-xVt">
                     <rect key="frame" x="143" y="443" width="24" height="22"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="Dropbox.png" translatesAutoresizingMaskIntoConstraints="NO" id="frX-b4-iG2">
                     <rect key="frame" x="115" y="442" width="24" height="22"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
             </subviews>
             <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
@@ -70,10 +62,15 @@
     <resources>
         <image name="Drive.png" width="24" height="22"/>
         <image name="Dropbox.png" width="24" height="23"/>
-        <image name="cloud.png" width="78" height="41"/>
-        <image name="filledcloud.png" width="87" height="45"/>
-        <image name="laptop.png" width="114" height="105"/>
-        <image name="pad.png" width="72" height="105"/>
-        <image name="sidebar.png" width="79" height="108"/>
+        <image name="cloud.png" width="84" height="41"/>
+        <image name="filledcloud.png" width="92" height="45"/>
+        <image name="laptop.png" width="123" height="105"/>
+        <image name="pad.png" width="73" height="105"/>
+        <image name="sidebar.png" width="78" height="108"/>
     </resources>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
 </document>

+ 14 - 8
Resources/VLCFirstStepsFourthPageViewController~iphone.xib

@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.2" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsFourthPageViewController">
@@ -78,10 +79,15 @@
     <resources>
         <image name="Drive.png" width="24" height="22"/>
         <image name="Dropbox.png" width="24" height="23"/>
-        <image name="cloud.png" width="78" height="41"/>
-        <image name="filledcloud.png" width="87" height="45"/>
-        <image name="laptop.png" width="114" height="105"/>
-        <image name="phone.png" width="53" height="105"/>
-        <image name="sidebar.png" width="79" height="108"/>
+        <image name="cloud.png" width="84" height="41"/>
+        <image name="filledcloud.png" width="92" height="45"/>
+        <image name="laptop.png" width="123" height="105"/>
+        <image name="phone.png" width="52" height="105"/>
+        <image name="sidebar.png" width="78" height="108"/>
     </resources>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
 </document>

+ 25 - 20
Resources/VLCFirstStepsSecondPageViewController~ipad.xib

@@ -1,25 +1,25 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsSecondPageViewController">
             <connections>
-                <outlet property="descriptionLabel" destination="Ihj-9n-NF0" id="fo4-L3-xL4"/>
-                <outlet property="deviceImageView" destination="06U-aS-gkj" id="yNc-uY-bsd"/>
+                <outlet property="descriptionLabel" destination="10G-hG-IZD" id="ug2-Tj-9AS"/>
                 <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
             </connections>
         </placeholder>
         <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
         <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
-            <rect key="frame" x="0.0" y="0.0" width="320" height="442"/>
+            <rect key="frame" x="0.0" y="0.0" width="540" height="620"/>
             <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
             <subviews>
-                <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" adjustsLetterSpacingToFitWidth="YES" id="Ihj-9n-NF0">
-                    <rect key="frame" x="20" y="244" width="280" height="179"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" heightSizable="YES" flexibleMaxY="YES"/>
+                <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" id="10G-hG-IZD">
+                    <rect key="frame" x="82" y="255" width="377" height="321"/>
+                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/>
                     <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
                     <string key="text">Connect Your Device to Your Mac or PC using the cable.
 Open iTunes.
@@ -30,34 +30,39 @@ Transfer your files.</string>
                     <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
                     <nil key="highlightedColor"/>
                 </label>
-                <view contentMode="scaleToFill" id="dX5-WE-1ME">
-                    <rect key="frame" x="19" y="73" width="283" height="156"/>
+                <view contentMode="scaleToFill" id="EUk-4s-iDx">
+                    <rect key="frame" x="132" y="100" width="283" height="156"/>
                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                     <subviews>
-                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="connector-cable.png" id="iQq-VW-mdJ">
+                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="connector-cable.png" id="f3c-yP-wZV">
                             <rect key="frame" x="52" y="105" width="113" height="31"/>
                             <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                         </imageView>
-                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pad.png" id="06U-aS-gkj">
-                            <rect key="frame" x="20" y="20" width="72" height="105"/>
+                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pad.png" id="iNT-Vn-gPy">
+                            <rect key="frame" x="18" y="20" width="72" height="105"/>
                             <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                         </imageView>
-                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="laptop.png" id="Mnj-bR-Y7E">
-                            <rect key="frame" x="149" y="20" width="114" height="105"/>
+                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="laptop.png" id="RjO-bX-rB4">
+                            <rect key="frame" x="151" y="20" width="114" height="105"/>
                             <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                         </imageView>
                     </subviews>
                     <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
                 </view>
             </subviews>
-            <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
+            <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
             <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
             <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
         </view>
     </objects>
     <resources>
-        <image name="connector-cable.png" width="113" height="31"/>
-        <image name="laptop.png" width="114" height="105"/>
-        <image name="pad.png" width="72" height="105"/>
+        <image name="connector-cable.png" width="114" height="31"/>
+        <image name="laptop.png" width="123" height="105"/>
+        <image name="pad.png" width="73" height="105"/>
     </resources>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
 </document>

+ 14 - 8
Sources/VLCFirstStepsSecondPageViewController~iphone.xib

@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.2" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsSecondPageViewController">
@@ -43,11 +44,11 @@ Transfer your files.</string>
                                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                 </imageView>
                                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="phone.png" id="iNT-Vn-gPy">
-                                    <rect key="frame" x="20" y="20" width="72" height="105"/>
+                                    <rect key="frame" x="18" y="20" width="72" height="105"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                 </imageView>
                                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="laptop.png" id="RjO-bX-rB4">
-                                    <rect key="frame" x="149" y="20" width="114" height="105"/>
+                                    <rect key="frame" x="151" y="20" width="114" height="105"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                 </imageView>
                             </subviews>
@@ -63,8 +64,13 @@ Transfer your files.</string>
         </view>
     </objects>
     <resources>
-        <image name="connector-cable.png" width="113" height="31"/>
-        <image name="laptop.png" width="114" height="105"/>
-        <image name="phone.png" width="53" height="105"/>
+        <image name="connector-cable.png" width="114" height="31"/>
+        <image name="laptop.png" width="123" height="105"/>
+        <image name="phone.png" width="52" height="105"/>
     </resources>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
 </document>

+ 19 - 24
Resources/VLCFirstStepsThirdPageViewController~ipad.xib

@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3747"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsThirdPageViewController">
@@ -20,28 +21,22 @@
             <subviews>
                 <view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="RzP-Yj-1Hp">
                     <rect key="frame" x="108" y="307" width="324" height="145"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                     <subviews>
                         <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="sidebar.png" translatesAutoresizingMaskIntoConstraints="NO" id="WqN-TY-BAx">
                             <rect key="frame" x="20" y="20" width="72" height="105"/>
-                            <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                         </imageView>
                         <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="sidebar-cutout.png" translatesAutoresizingMaskIntoConstraints="NO" id="33l-XG-526">
-                            <rect key="frame" x="35" y="46" width="148" height="71"/>
-                            <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
+                            <rect key="frame" x="37" y="46" width="148" height="71"/>
                         </imageView>
                         <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="browser.png" translatesAutoresizingMaskIntoConstraints="NO" id="AyB-XP-rBi">
                             <rect key="frame" x="181" y="20" width="123" height="89"/>
-                            <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                         </imageView>
                         <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="uploadarrow.png" translatesAutoresizingMaskIntoConstraints="NO" id="1LW-9G-hPU">
-                            <rect key="frame" x="170" y="34" width="61" height="49"/>
-                            <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
+                            <rect key="frame" x="169" y="34" width="61" height="49"/>
                         </imageView>
-                        <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="http://localhost" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HJx-49-xU2">
+                        <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="http://localhost" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" useAutomaticPreferredMaxLayoutWidth="YES" translatesAutoresizingMaskIntoConstraints="NO" id="HJx-49-xU2">
                             <rect key="frame" x="73" y="71" width="89" height="19"/>
-                            <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
-                            <color key="backgroundColor" red="0.16078431369999999" green="0.16078431369999999" blue="0.16078431369999999" alpha="1" colorSpace="calibratedRGB"/>
+                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                             <fontDescription key="fontDescription" name="Chalkduster" family="Chalkduster" pointSize="9"/>
                             <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
                             <nil key="highlightedColor"/>
@@ -51,7 +46,6 @@
                 </view>
                 <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" fixedFrame="YES" text="Connect Your device to the same network as your Mac or PC." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="nDQ-H5-FRU">
                     <rect key="frame" x="80" y="221" width="381" height="78"/>
-                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                     <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
                     <fontDescription key="fontDescription" type="system" pointSize="19"/>
                     <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
@@ -59,19 +53,15 @@
                 </label>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="pad.png" translatesAutoresizingMaskIntoConstraints="NO" id="WNE-hc-yt2">
                     <rect key="frame" x="80" y="97" width="72" height="105"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="laptop.png" translatesAutoresizingMaskIntoConstraints="NO" id="JDE-tg-cLO">
                     <rect key="frame" x="347" y="97" width="114" height="105"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="wifi.png" translatesAutoresizingMaskIntoConstraints="NO" id="OwY-f2-MKm">
                     <rect key="frame" x="231" y="123" width="78" height="55"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                 </imageView>
                 <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" fixedFrame="YES" text="Switch the toggle in the sidebar, enter the URL to the web browser and upload your files." textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" preferredMaxLayoutWidth="381" translatesAutoresizingMaskIntoConstraints="NO" id="3RO-Ph-Lzw">
                     <rect key="frame" x="80" y="431" width="381" height="114"/>
-                    <autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                     <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
                     <fontDescription key="fontDescription" type="system" pointSize="18"/>
                     <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
@@ -85,11 +75,16 @@
     </objects>
     <resources>
         <image name="browser.png" width="123" height="89"/>
-        <image name="laptop.png" width="114" height="105"/>
-        <image name="pad.png" width="72" height="105"/>
-        <image name="sidebar-cutout.png" width="148" height="90"/>
-        <image name="sidebar.png" width="79" height="108"/>
+        <image name="laptop.png" width="123" height="105"/>
+        <image name="pad.png" width="73" height="105"/>
+        <image name="sidebar-cutout.png" width="154" height="90"/>
+        <image name="sidebar.png" width="78" height="108"/>
         <image name="uploadarrow.png" width="61" height="49"/>
-        <image name="wifi.png" width="78" height="55"/>
+        <image name="wifi.png" width="77" height="55"/>
     </resources>
-</document>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
+</document>

+ 17 - 11
Resources/VLCFirstStepsThirdPageViewController~iphone.xib

@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.2" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
+<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6249" systemVersion="14A379a" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
     <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
+        <deployment identifier="iOS"/>
+        <development version="5100" identifier="xcode"/>
+        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6243"/>
     </dependencies>
     <objects>
         <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsThirdPageViewController">
@@ -32,7 +33,7 @@
                                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                 </imageView>
                                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="sidebar-cutout.png" id="33l-XG-526">
-                                    <rect key="frame" x="35" y="46" width="148" height="71"/>
+                                    <rect key="frame" x="36" y="46" width="148" height="71"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                 </imageView>
                                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="browser.png" id="AyB-XP-rBi">
@@ -40,13 +41,13 @@
                                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                 </imageView>
                                 <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="uploadarrow.png" id="1LW-9G-hPU">
-                                    <rect key="frame" x="170" y="34" width="61" height="49"/>
+                                    <rect key="frame" x="168" y="35" width="61" height="49"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
                                 </imageView>
                                 <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="http://localhost" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" id="5oQ-Ob-zL6">
                                     <rect key="frame" x="73" y="71" width="89" height="19"/>
                                     <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
-                                    <color key="backgroundColor" red="0.16078431369999999" green="0.16078431369999999" blue="0.16078431369999999" alpha="1" colorSpace="calibratedRGB"/>
+                                    <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                     <fontDescription key="fontDescription" name="Chalkduster" family="Chalkduster" pointSize="9"/>
                                     <color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="calibratedRGB"/>
                                     <nil key="highlightedColor"/>
@@ -93,11 +94,16 @@
     </objects>
     <resources>
         <image name="browser.png" width="123" height="89"/>
-        <image name="laptop.png" width="114" height="105"/>
-        <image name="phone.png" width="53" height="105"/>
-        <image name="sidebar-cutout.png" width="148" height="90"/>
-        <image name="sidebar.png" width="79" height="108"/>
+        <image name="laptop.png" width="123" height="105"/>
+        <image name="phone.png" width="52" height="105"/>
+        <image name="sidebar-cutout.png" width="154" height="90"/>
+        <image name="sidebar.png" width="78" height="108"/>
         <image name="uploadarrow.png" width="61" height="49"/>
-        <image name="wifi.png" width="78" height="55"/>
+        <image name="wifi.png" width="77" height="55"/>
     </resources>
+    <simulatedMetricsContainer key="defaultSimulatedMetrics">
+        <simulatedStatusBarMetrics key="statusBar"/>
+        <simulatedOrientationMetrics key="orientation"/>
+        <simulatedScreenMetrics key="destination" type="retina4"/>
+    </simulatedMetricsContainer>
 </document>

BIN
Resources/cloud.png


BIN
Resources/cloud@2x.png


BIN
Resources/cloud@3x.png


BIN
Resources/connector-cable.png


BIN
Resources/connector-cable@2x.png


BIN
Resources/connector-cable@3x.png


BIN
Resources/filledcloud.png


BIN
Resources/filledcloud@2x.png


BIN
Resources/filledcloud@3x.png


BIN
Resources/laptop.png


BIN
Resources/laptop@2x.png


BIN
Resources/laptop@3x.png


BIN
Resources/pad.png


BIN
Resources/pad@2x.png


BIN
Resources/pad@3x.png


BIN
Resources/phone.png


BIN
Resources/phone@2x.png


BIN
Resources/phone@3x.png


BIN
Resources/sidebar-cutout.png


BIN
Resources/sidebar-cutout@2x.png


BIN
Resources/sidebar-cutout@3x.png


BIN
Resources/sidebar.png


BIN
Resources/sidebar@2x.png


BIN
Resources/sidebar@3x.png


BIN
Resources/uploadarrow.png


BIN
Resources/uploadarrow@2x.png


BIN
Resources/uploadarrow@3x.png


BIN
Resources/vlcsnap.jpg


BIN
Resources/vlcsnap.png


BIN
Resources/vlcsnap@2x.jpg


BIN
Resources/vlcsnap@2x.png


BIN
Resources/vlcsnap@3x.png


BIN
Resources/wifi.png


BIN
Resources/wifi@2x.png


BIN
Resources/wifi@3x.png


+ 0 - 62
Sources/VLCFirstStepsSecondPageViewController~ipad.xib

@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="5037.2" systemVersion="12F45" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none">
-    <dependencies>
-        <deployment defaultVersion="1552" identifier="iOS"/>
-        <plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="3733"/>
-    </dependencies>
-    <objects>
-        <placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="VLCFirstStepsSecondPageViewController">
-            <connections>
-                <outlet property="descriptionLabel" destination="10G-hG-IZD" id="ug2-Tj-9AS"/>
-                <outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
-            </connections>
-        </placeholder>
-        <placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
-        <view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
-            <rect key="frame" x="0.0" y="0.0" width="540" height="620"/>
-            <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
-            <subviews>
-                <label clipsSubviews="YES" userInteractionEnabled="NO" contentMode="top" textAlignment="center" lineBreakMode="wordWrap" numberOfLines="0" baselineAdjustment="alignBaselines" minimumScaleFactor="0.5" id="10G-hG-IZD">
-                    <rect key="frame" x="82" y="255" width="377" height="321"/>
-                    <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES" flexibleMaxY="YES"/>
-                    <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
-                    <string key="text">Connect Your Device to Your Mac or PC using the cable.
-Open iTunes.
-Select Your device.
-Switch to the "Apps" tab, scroll down and look for VLC.
-Transfer your files.</string>
-                    <fontDescription key="fontDescription" type="system" pointSize="18"/>
-                    <color key="textColor" white="0.71999999999999997" alpha="1" colorSpace="calibratedWhite"/>
-                    <nil key="highlightedColor"/>
-                </label>
-                <view contentMode="scaleToFill" id="EUk-4s-iDx">
-                    <rect key="frame" x="132" y="100" width="283" height="156"/>
-                    <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
-                    <subviews>
-                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="connector-cable.png" id="f3c-yP-wZV">
-                            <rect key="frame" x="52" y="105" width="113" height="31"/>
-                            <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
-                        </imageView>
-                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="pad.png" id="iNT-Vn-gPy">
-                            <rect key="frame" x="20" y="20" width="72" height="105"/>
-                            <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
-                        </imageView>
-                        <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="laptop.png" id="RjO-bX-rB4">
-                            <rect key="frame" x="149" y="20" width="114" height="105"/>
-                            <autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
-                        </imageView>
-                    </subviews>
-                    <color key="backgroundColor" white="0.12" alpha="1" colorSpace="calibratedWhite"/>
-                </view>
-            </subviews>
-            <color key="backgroundColor" red="0.1215686275" green="0.1215686275" blue="0.1215686275" alpha="1" colorSpace="calibratedRGB"/>
-            <simulatedStatusBarMetrics key="simulatedStatusBarMetrics"/>
-            <freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
-        </view>
-    </objects>
-    <resources>
-        <image name="connector-cable.png" width="113" height="31"/>
-        <image name="laptop.png" width="114" height="105"/>
-        <image name="pad.png" width="72" height="105"/>
-    </resources>
-</document>

+ 148 - 96
VLC for iOS.xcodeproj/project.pbxproj

@@ -116,8 +116,6 @@
 		7D1AC30917629AB600BD2EB5 /* ratioIcon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D1AC30717629AB600BD2EB5 /* ratioIcon@2x.png */; };
 		7D1AC30C17629D4600BD2EB5 /* title.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D1AC30A17629D4600BD2EB5 /* title.png */; };
 		7D1AC30D17629D4600BD2EB5 /* title@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D1AC30B17629D4600BD2EB5 /* title@2x.png */; };
-		7D1B0682187DAF6A00F8BCD8 /* vlcsnap@2x.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7D1B0680187DAF6A00F8BCD8 /* vlcsnap@2x.jpg */; };
-		7D1B0683187DAF6A00F8BCD8 /* vlcsnap.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7D1B0681187DAF6A00F8BCD8 /* vlcsnap.jpg */; };
 		7D223E1A181EC56E00B36798 /* gradient-cell-ios7-ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D223E18181EC56E00B36798 /* gradient-cell-ios7-ipad.png */; };
 		7D223E1B181EC56E00B36798 /* gradient-cell-ios7-ipad@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D223E19181EC56E00B36798 /* gradient-cell-ios7-ipad@2x.png */; };
 		7D278D6B18E9D5EF0063E109 /* tvShow.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D278D6718E9D5EF0063E109 /* tvShow.png */; };
@@ -125,6 +123,43 @@
 		7D278D6F18E9D6750063E109 /* tvShow@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D278D6D18E9D6750063E109 /* tvShow@2x~ipad.png */; };
 		7D278D7018E9D6750063E109 /* tvShow~iPad.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D278D6E18E9D6750063E109 /* tvShow~iPad.png */; };
 		7D27EB9419DEE11900EF0370 /* Launch Screen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EB9319DEE11900EF0370 /* Launch Screen.xib */; };
+		7D27EC0819DF30CB00EF0370 /* cloud.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBEB19DF30CB00EF0370 /* cloud.png */; };
+		7D27EC0919DF30CB00EF0370 /* cloud@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBEC19DF30CB00EF0370 /* cloud@2x.png */; };
+		7D27EC0A19DF30CB00EF0370 /* cloud@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBED19DF30CB00EF0370 /* cloud@3x.png */; };
+		7D27EC0B19DF30CB00EF0370 /* connector-cable.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBEE19DF30CB00EF0370 /* connector-cable.png */; };
+		7D27EC0C19DF30CB00EF0370 /* connector-cable@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBEF19DF30CB00EF0370 /* connector-cable@2x.png */; };
+		7D27EC0D19DF30CB00EF0370 /* connector-cable@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF019DF30CB00EF0370 /* connector-cable@3x.png */; };
+		7D27EC0E19DF30CB00EF0370 /* filledcloud.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF119DF30CB00EF0370 /* filledcloud.png */; };
+		7D27EC0F19DF30CB00EF0370 /* filledcloud@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF219DF30CB00EF0370 /* filledcloud@2x.png */; };
+		7D27EC1019DF30CB00EF0370 /* filledcloud@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF319DF30CB00EF0370 /* filledcloud@3x.png */; };
+		7D27EC1119DF30CB00EF0370 /* laptop.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF419DF30CB00EF0370 /* laptop.png */; };
+		7D27EC1219DF30CB00EF0370 /* laptop@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF519DF30CB00EF0370 /* laptop@2x.png */; };
+		7D27EC1319DF30CB00EF0370 /* laptop@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF619DF30CB00EF0370 /* laptop@3x.png */; };
+		7D27EC1419DF30CB00EF0370 /* pad.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF719DF30CB00EF0370 /* pad.png */; };
+		7D27EC1519DF30CB00EF0370 /* pad@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF819DF30CB00EF0370 /* pad@2x.png */; };
+		7D27EC1619DF30CB00EF0370 /* pad@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBF919DF30CB00EF0370 /* pad@3x.png */; };
+		7D27EC1719DF30CB00EF0370 /* phone.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBFA19DF30CB00EF0370 /* phone.png */; };
+		7D27EC1819DF30CB00EF0370 /* phone@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBFB19DF30CB00EF0370 /* phone@2x.png */; };
+		7D27EC1919DF30CB00EF0370 /* phone@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBFC19DF30CB00EF0370 /* phone@3x.png */; };
+		7D27EC1A19DF30CB00EF0370 /* sidebar-cutout.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBFD19DF30CB00EF0370 /* sidebar-cutout.png */; };
+		7D27EC1B19DF30CB00EF0370 /* sidebar-cutout@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBFE19DF30CB00EF0370 /* sidebar-cutout@2x.png */; };
+		7D27EC1C19DF30CB00EF0370 /* sidebar-cutout@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EBFF19DF30CB00EF0370 /* sidebar-cutout@3x.png */; };
+		7D27EC1D19DF30CB00EF0370 /* sidebar.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC0019DF30CB00EF0370 /* sidebar.png */; };
+		7D27EC1E19DF30CB00EF0370 /* sidebar@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC0119DF30CB00EF0370 /* sidebar@2x.png */; };
+		7D27EC1F19DF30CB00EF0370 /* sidebar@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC0219DF30CB00EF0370 /* sidebar@3x.png */; };
+		7D27EC2019DF30CB00EF0370 /* uploadarrow.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC0319DF30CB00EF0370 /* uploadarrow.png */; };
+		7D27EC2119DF30CB00EF0370 /* uploadarrow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC0419DF30CB00EF0370 /* uploadarrow@2x.png */; };
+		7D27EC2219DF30CB00EF0370 /* uploadarrow@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC0519DF30CB00EF0370 /* uploadarrow@3x.png */; };
+		7D27EC2619DF30EA00EF0370 /* vlcsnap.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC2319DF30EA00EF0370 /* vlcsnap.png */; };
+		7D27EC2719DF30EA00EF0370 /* vlcsnap@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC2419DF30EA00EF0370 /* vlcsnap@2x.png */; };
+		7D27EC2819DF30EA00EF0370 /* vlcsnap@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC2519DF30EA00EF0370 /* vlcsnap@3x.png */; };
+		7D27EC2B19DF310300EF0370 /* VLCFirstStepsSecondPageViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC2919DF310300EF0370 /* VLCFirstStepsSecondPageViewController~ipad.xib */; };
+		7D27EC2C19DF310300EF0370 /* VLCFirstStepsSecondPageViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC2A19DF310300EF0370 /* VLCFirstStepsSecondPageViewController~iphone.xib */; };
+		7D27EC3019DF314F00EF0370 /* wifi.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC2D19DF314F00EF0370 /* wifi.png */; };
+		7D27EC3119DF314F00EF0370 /* wifi@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC2E19DF314F00EF0370 /* wifi@2x.png */; };
+		7D27EC3219DF314F00EF0370 /* wifi@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC2F19DF314F00EF0370 /* wifi@3x.png */; };
+		7D27EC3519DF315E00EF0370 /* browser.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC3319DF315E00EF0370 /* browser.png */; };
+		7D27EC3619DF315E00EF0370 /* browser@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D27EC3419DF315E00EF0370 /* browser@2x.png */; };
 		7D2A34A41805CDBA004078AA /* gradient-cell-ios7.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D2A34A21805CDBA004078AA /* gradient-cell-ios7.png */; };
 		7D2A34A51805CDBA004078AA /* gradient-cell-ios7@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D2A34A31805CDBA004078AA /* gradient-cell-ios7@2x.png */; };
 		7D30F3C2183AB24C00FFC021 /* VLCHTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D30F3BD183AB24C00FFC021 /* VLCHTTPConnection.m */; };
@@ -214,34 +249,12 @@
 		7D514D4217F779C6007B960C /* DriveWhite.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D514D3E17F779C6007B960C /* DriveWhite.png */; };
 		7D514D4317F779C6007B960C /* DriveWhite@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D514D3F17F779C6007B960C /* DriveWhite@2x.png */; };
 		7D514D4417F779C6007B960C /* Drive.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D514D4017F779C6007B960C /* Drive.png */; };
-		7D53D517187729EC00A1BA97 /* wifi@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D503187729EC00A1BA97 /* wifi@2x.png */; };
-		7D53D518187729EC00A1BA97 /* wifi.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D504187729EC00A1BA97 /* wifi.png */; };
-		7D53D519187729EC00A1BA97 /* sidebar@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D505187729EC00A1BA97 /* sidebar@2x.png */; };
-		7D53D51C187729EC00A1BA97 /* sidebar-cutout@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D508187729EC00A1BA97 /* sidebar-cutout@2x.png */; };
-		7D53D51D187729EC00A1BA97 /* sidebar.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D509187729EC00A1BA97 /* sidebar.png */; };
-		7D53D51E187729EC00A1BA97 /* sidebar-cutout.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D50A187729EC00A1BA97 /* sidebar-cutout.png */; };
-		7D53D51F187729EC00A1BA97 /* phone@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D50B187729EC00A1BA97 /* phone@2x.png */; };
-		7D53D520187729EC00A1BA97 /* phone.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D50C187729EC00A1BA97 /* phone.png */; };
-		7D53D521187729EC00A1BA97 /* pad@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D50D187729EC00A1BA97 /* pad@2x.png */; };
-		7D53D522187729EC00A1BA97 /* pad.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D50E187729EC00A1BA97 /* pad.png */; };
-		7D53D523187729EC00A1BA97 /* laptop@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D50F187729EC00A1BA97 /* laptop@2x.png */; };
-		7D53D524187729EC00A1BA97 /* laptop.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D510187729EC00A1BA97 /* laptop.png */; };
-		7D53D525187729EC00A1BA97 /* cloud.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D511187729EC00A1BA97 /* cloud.png */; };
-		7D53D526187729EC00A1BA97 /* cloud@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D512187729EC00A1BA97 /* cloud@2x.png */; };
-		7D53D527187729EC00A1BA97 /* connector-cable.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D513187729EC00A1BA97 /* connector-cable.png */; };
-		7D53D528187729EC00A1BA97 /* connector-cable@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D514187729EC00A1BA97 /* connector-cable@2x.png */; };
-		7D53D529187729EC00A1BA97 /* browser@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D515187729EC00A1BA97 /* browser@2x.png */; };
-		7D53D52A187729EC00A1BA97 /* browser.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D516187729EC00A1BA97 /* browser.png */; };
-		7D53D5371877355700A1BA97 /* filledcloud.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D5331877355700A1BA97 /* filledcloud.png */; };
-		7D53D5381877355700A1BA97 /* filledcloud@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D53D5341877355700A1BA97 /* filledcloud@2x.png */; };
 		7D588D64187DD9B700469FCF /* modernSliderKnob@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D588D62187DD9B700469FCF /* modernSliderKnob@2x.png */; };
 		7D588D65187DD9B700469FCF /* modernSliderKnob.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D588D63187DD9B700469FCF /* modernSliderKnob.png */; };
 		7D5DD5C717590ABF001421E3 /* About Contents.html in Resources */ = {isa = PBXBuildFile; fileRef = 7D5DD5C617590ABF001421E3 /* About Contents.html */; };
 		7D5E39CA174FC2F3007DAFA1 /* dropbox-white.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D5E39C8174FC2F3007DAFA1 /* dropbox-white.png */; };
 		7D5E39CB174FC2F3007DAFA1 /* dropbox-white@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D5E39C9174FC2F3007DAFA1 /* dropbox-white@2x.png */; };
 		7D63C19018774B1700BD5256 /* VLCFirstStepsSecondPageViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D63C18E18774B1700BD5256 /* VLCFirstStepsSecondPageViewController.m */; };
-		7D63C19118774B1700BD5256 /* VLCFirstStepsSecondPageViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D63C18F18774B1700BD5256 /* VLCFirstStepsSecondPageViewController~iphone.xib */; };
-		7D63C19318774BFB00BD5256 /* VLCFirstStepsSecondPageViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D63C19218774BFB00BD5256 /* VLCFirstStepsSecondPageViewController~ipad.xib */; };
 		7D63C19518774E0100BD5256 /* VLCFirstStepsThirdPageViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D63C19418774E0100BD5256 /* VLCFirstStepsThirdPageViewController~ipad.xib */; };
 		7D63C19718774F1000BD5256 /* VLCFirstStepsFourthPageViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D63C19618774F1000BD5256 /* VLCFirstStepsFourthPageViewController~ipad.xib */; };
 		7D63C1991877504B00BD5256 /* VLCFirstStepsSixthPageViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D63C1981877504B00BD5256 /* VLCFirstStepsSixthPageViewController~ipad.xib */; };
@@ -624,8 +637,6 @@
 		7D1AC30717629AB600BD2EB5 /* ratioIcon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ratioIcon@2x.png"; sourceTree = "<group>"; };
 		7D1AC30A17629D4600BD2EB5 /* title.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = title.png; sourceTree = "<group>"; };
 		7D1AC30B17629D4600BD2EB5 /* title@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "title@2x.png"; sourceTree = "<group>"; };
-		7D1B0680187DAF6A00F8BCD8 /* vlcsnap@2x.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "vlcsnap@2x.jpg"; sourceTree = "<group>"; };
-		7D1B0681187DAF6A00F8BCD8 /* vlcsnap.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = vlcsnap.jpg; sourceTree = "<group>"; };
 		7D223E18181EC56E00B36798 /* gradient-cell-ios7-ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "gradient-cell-ios7-ipad.png"; sourceTree = "<group>"; };
 		7D223E19181EC56E00B36798 /* gradient-cell-ios7-ipad@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "gradient-cell-ios7-ipad@2x.png"; sourceTree = "<group>"; };
 		7D278D6718E9D5EF0063E109 /* tvShow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = tvShow.png; sourceTree = "<group>"; };
@@ -633,6 +644,43 @@
 		7D278D6D18E9D6750063E109 /* tvShow@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tvShow@2x~ipad.png"; sourceTree = "<group>"; };
 		7D278D6E18E9D6750063E109 /* tvShow~iPad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tvShow~iPad.png"; sourceTree = "<group>"; };
 		7D27EB9319DEE11900EF0370 /* Launch Screen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "Launch Screen.xib"; path = "Resources/Launch Screen.xib"; sourceTree = SOURCE_ROOT; };
+		7D27EBEB19DF30CB00EF0370 /* cloud.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = cloud.png; sourceTree = "<group>"; };
+		7D27EBEC19DF30CB00EF0370 /* cloud@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cloud@2x.png"; sourceTree = "<group>"; };
+		7D27EBED19DF30CB00EF0370 /* cloud@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cloud@3x.png"; sourceTree = "<group>"; };
+		7D27EBEE19DF30CB00EF0370 /* connector-cable.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "connector-cable.png"; sourceTree = "<group>"; };
+		7D27EBEF19DF30CB00EF0370 /* connector-cable@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "connector-cable@2x.png"; sourceTree = "<group>"; };
+		7D27EBF019DF30CB00EF0370 /* connector-cable@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "connector-cable@3x.png"; sourceTree = "<group>"; };
+		7D27EBF119DF30CB00EF0370 /* filledcloud.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = filledcloud.png; sourceTree = "<group>"; };
+		7D27EBF219DF30CB00EF0370 /* filledcloud@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "filledcloud@2x.png"; sourceTree = "<group>"; };
+		7D27EBF319DF30CB00EF0370 /* filledcloud@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "filledcloud@3x.png"; sourceTree = "<group>"; };
+		7D27EBF419DF30CB00EF0370 /* laptop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = laptop.png; sourceTree = "<group>"; };
+		7D27EBF519DF30CB00EF0370 /* laptop@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "laptop@2x.png"; sourceTree = "<group>"; };
+		7D27EBF619DF30CB00EF0370 /* laptop@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "laptop@3x.png"; sourceTree = "<group>"; };
+		7D27EBF719DF30CB00EF0370 /* pad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pad.png; sourceTree = "<group>"; };
+		7D27EBF819DF30CB00EF0370 /* pad@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pad@2x.png"; sourceTree = "<group>"; };
+		7D27EBF919DF30CB00EF0370 /* pad@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pad@3x.png"; sourceTree = "<group>"; };
+		7D27EBFA19DF30CB00EF0370 /* phone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = phone.png; sourceTree = "<group>"; };
+		7D27EBFB19DF30CB00EF0370 /* phone@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "phone@2x.png"; sourceTree = "<group>"; };
+		7D27EBFC19DF30CB00EF0370 /* phone@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "phone@3x.png"; sourceTree = "<group>"; };
+		7D27EBFD19DF30CB00EF0370 /* sidebar-cutout.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sidebar-cutout.png"; sourceTree = "<group>"; };
+		7D27EBFE19DF30CB00EF0370 /* sidebar-cutout@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sidebar-cutout@2x.png"; sourceTree = "<group>"; };
+		7D27EBFF19DF30CB00EF0370 /* sidebar-cutout@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sidebar-cutout@3x.png"; sourceTree = "<group>"; };
+		7D27EC0019DF30CB00EF0370 /* sidebar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sidebar.png; sourceTree = "<group>"; };
+		7D27EC0119DF30CB00EF0370 /* sidebar@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sidebar@2x.png"; sourceTree = "<group>"; };
+		7D27EC0219DF30CB00EF0370 /* sidebar@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sidebar@3x.png"; sourceTree = "<group>"; };
+		7D27EC0319DF30CB00EF0370 /* uploadarrow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = uploadarrow.png; sourceTree = "<group>"; };
+		7D27EC0419DF30CB00EF0370 /* uploadarrow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "uploadarrow@2x.png"; sourceTree = "<group>"; };
+		7D27EC0519DF30CB00EF0370 /* uploadarrow@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "uploadarrow@3x.png"; sourceTree = "<group>"; };
+		7D27EC2319DF30EA00EF0370 /* vlcsnap.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = vlcsnap.png; sourceTree = "<group>"; };
+		7D27EC2419DF30EA00EF0370 /* vlcsnap@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "vlcsnap@2x.png"; sourceTree = "<group>"; };
+		7D27EC2519DF30EA00EF0370 /* vlcsnap@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "vlcsnap@3x.png"; sourceTree = "<group>"; };
+		7D27EC2919DF310300EF0370 /* VLCFirstStepsSecondPageViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCFirstStepsSecondPageViewController~ipad.xib"; path = "Resources/VLCFirstStepsSecondPageViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
+		7D27EC2A19DF310300EF0370 /* VLCFirstStepsSecondPageViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCFirstStepsSecondPageViewController~iphone.xib"; path = "Resources/VLCFirstStepsSecondPageViewController~iphone.xib"; sourceTree = SOURCE_ROOT; };
+		7D27EC2D19DF314F00EF0370 /* wifi.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = wifi.png; sourceTree = "<group>"; };
+		7D27EC2E19DF314F00EF0370 /* wifi@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "wifi@2x.png"; sourceTree = "<group>"; };
+		7D27EC2F19DF314F00EF0370 /* wifi@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "wifi@3x.png"; sourceTree = "<group>"; };
+		7D27EC3319DF315E00EF0370 /* browser.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = browser.png; sourceTree = "<group>"; };
+		7D27EC3419DF315E00EF0370 /* browser@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "browser@2x.png"; sourceTree = "<group>"; };
 		7D2A34A21805CDBA004078AA /* gradient-cell-ios7.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "gradient-cell-ios7.png"; sourceTree = "<group>"; };
 		7D2A34A31805CDBA004078AA /* gradient-cell-ios7@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "gradient-cell-ios7@2x.png"; sourceTree = "<group>"; };
 		7D2AEDE017FB775900B5281E /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -797,26 +845,6 @@
 		7D514D3E17F779C6007B960C /* DriveWhite.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DriveWhite.png; sourceTree = "<group>"; };
 		7D514D3F17F779C6007B960C /* DriveWhite@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DriveWhite@2x.png"; sourceTree = "<group>"; };
 		7D514D4017F779C6007B960C /* Drive.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Drive.png; sourceTree = "<group>"; };
-		7D53D503187729EC00A1BA97 /* wifi@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "wifi@2x.png"; sourceTree = "<group>"; };
-		7D53D504187729EC00A1BA97 /* wifi.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = wifi.png; sourceTree = "<group>"; };
-		7D53D505187729EC00A1BA97 /* sidebar@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sidebar@2x.png"; sourceTree = "<group>"; };
-		7D53D508187729EC00A1BA97 /* sidebar-cutout@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sidebar-cutout@2x.png"; sourceTree = "<group>"; };
-		7D53D509187729EC00A1BA97 /* sidebar.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sidebar.png; sourceTree = "<group>"; };
-		7D53D50A187729EC00A1BA97 /* sidebar-cutout.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sidebar-cutout.png"; sourceTree = "<group>"; };
-		7D53D50B187729EC00A1BA97 /* phone@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "phone@2x.png"; sourceTree = "<group>"; };
-		7D53D50C187729EC00A1BA97 /* phone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = phone.png; sourceTree = "<group>"; };
-		7D53D50D187729EC00A1BA97 /* pad@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pad@2x.png"; sourceTree = "<group>"; };
-		7D53D50E187729EC00A1BA97 /* pad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pad.png; sourceTree = "<group>"; };
-		7D53D50F187729EC00A1BA97 /* laptop@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "laptop@2x.png"; sourceTree = "<group>"; };
-		7D53D510187729EC00A1BA97 /* laptop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = laptop.png; sourceTree = "<group>"; };
-		7D53D511187729EC00A1BA97 /* cloud.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = cloud.png; sourceTree = "<group>"; };
-		7D53D512187729EC00A1BA97 /* cloud@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "cloud@2x.png"; sourceTree = "<group>"; };
-		7D53D513187729EC00A1BA97 /* connector-cable.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "connector-cable.png"; sourceTree = "<group>"; };
-		7D53D514187729EC00A1BA97 /* connector-cable@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "connector-cable@2x.png"; sourceTree = "<group>"; };
-		7D53D515187729EC00A1BA97 /* browser@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "browser@2x.png"; sourceTree = "<group>"; };
-		7D53D516187729EC00A1BA97 /* browser.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = browser.png; sourceTree = "<group>"; };
-		7D53D5331877355700A1BA97 /* filledcloud.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = filledcloud.png; sourceTree = "<group>"; };
-		7D53D5341877355700A1BA97 /* filledcloud@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "filledcloud@2x.png"; sourceTree = "<group>"; };
 		7D588D62187DD9B700469FCF /* modernSliderKnob@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "modernSliderKnob@2x.png"; sourceTree = "<group>"; };
 		7D588D63187DD9B700469FCF /* modernSliderKnob.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = modernSliderKnob.png; sourceTree = "<group>"; };
 		7D5C204917999A64004F9443 /* da */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = da; path = "da.lproj/badgeUnread@2x~ipad.png"; sourceTree = "<group>"; };
@@ -829,8 +857,6 @@
 		7D5E39C9174FC2F3007DAFA1 /* dropbox-white@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "dropbox-white@2x.png"; sourceTree = "<group>"; };
 		7D63C18D18774B1700BD5256 /* VLCFirstStepsSecondPageViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCFirstStepsSecondPageViewController.h; path = Sources/VLCFirstStepsSecondPageViewController.h; sourceTree = SOURCE_ROOT; };
 		7D63C18E18774B1700BD5256 /* VLCFirstStepsSecondPageViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCFirstStepsSecondPageViewController.m; path = Sources/VLCFirstStepsSecondPageViewController.m; sourceTree = SOURCE_ROOT; };
-		7D63C18F18774B1700BD5256 /* VLCFirstStepsSecondPageViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCFirstStepsSecondPageViewController~iphone.xib"; path = "Sources/VLCFirstStepsSecondPageViewController~iphone.xib"; sourceTree = SOURCE_ROOT; };
-		7D63C19218774BFB00BD5256 /* VLCFirstStepsSecondPageViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCFirstStepsSecondPageViewController~ipad.xib"; path = "Sources/VLCFirstStepsSecondPageViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
 		7D63C19418774E0100BD5256 /* VLCFirstStepsThirdPageViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCFirstStepsThirdPageViewController~ipad.xib"; path = "Resources/VLCFirstStepsThirdPageViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
 		7D63C19618774F1000BD5256 /* VLCFirstStepsFourthPageViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCFirstStepsFourthPageViewController~ipad.xib"; path = "Resources/VLCFirstStepsFourthPageViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
 		7D63C1981877504B00BD5256 /* VLCFirstStepsSixthPageViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCFirstStepsSixthPageViewController~ipad.xib"; path = "Resources/VLCFirstStepsSixthPageViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
@@ -2035,28 +2061,41 @@
 		7DC19AEC1868CC0000810BF7 /* First steps */ = {
 			isa = PBXGroup;
 			children = (
-				7D1B0680187DAF6A00F8BCD8 /* vlcsnap@2x.jpg */,
-				7D1B0681187DAF6A00F8BCD8 /* vlcsnap.jpg */,
-				7D53D503187729EC00A1BA97 /* wifi@2x.png */,
-				7D53D504187729EC00A1BA97 /* wifi.png */,
-				7D53D505187729EC00A1BA97 /* sidebar@2x.png */,
-				7D53D508187729EC00A1BA97 /* sidebar-cutout@2x.png */,
-				7D53D509187729EC00A1BA97 /* sidebar.png */,
-				7D53D50A187729EC00A1BA97 /* sidebar-cutout.png */,
-				7D53D50B187729EC00A1BA97 /* phone@2x.png */,
-				7D53D50C187729EC00A1BA97 /* phone.png */,
-				7D53D50D187729EC00A1BA97 /* pad@2x.png */,
-				7D53D50E187729EC00A1BA97 /* pad.png */,
-				7D53D50F187729EC00A1BA97 /* laptop@2x.png */,
-				7D53D510187729EC00A1BA97 /* laptop.png */,
-				7D53D511187729EC00A1BA97 /* cloud.png */,
-				7D53D512187729EC00A1BA97 /* cloud@2x.png */,
-				7D53D513187729EC00A1BA97 /* connector-cable.png */,
-				7D53D514187729EC00A1BA97 /* connector-cable@2x.png */,
-				7D53D515187729EC00A1BA97 /* browser@2x.png */,
-				7D53D516187729EC00A1BA97 /* browser.png */,
-				7D53D5331877355700A1BA97 /* filledcloud.png */,
-				7D53D5341877355700A1BA97 /* filledcloud@2x.png */,
+				7D27EC2319DF30EA00EF0370 /* vlcsnap.png */,
+				7D27EC2419DF30EA00EF0370 /* vlcsnap@2x.png */,
+				7D27EC2519DF30EA00EF0370 /* vlcsnap@3x.png */,
+				7D27EBEB19DF30CB00EF0370 /* cloud.png */,
+				7D27EBEC19DF30CB00EF0370 /* cloud@2x.png */,
+				7D27EBED19DF30CB00EF0370 /* cloud@3x.png */,
+				7D27EBEE19DF30CB00EF0370 /* connector-cable.png */,
+				7D27EBEF19DF30CB00EF0370 /* connector-cable@2x.png */,
+				7D27EBF019DF30CB00EF0370 /* connector-cable@3x.png */,
+				7D27EBF119DF30CB00EF0370 /* filledcloud.png */,
+				7D27EBF219DF30CB00EF0370 /* filledcloud@2x.png */,
+				7D27EBF319DF30CB00EF0370 /* filledcloud@3x.png */,
+				7D27EBF419DF30CB00EF0370 /* laptop.png */,
+				7D27EBF519DF30CB00EF0370 /* laptop@2x.png */,
+				7D27EBF619DF30CB00EF0370 /* laptop@3x.png */,
+				7D27EBF719DF30CB00EF0370 /* pad.png */,
+				7D27EBF819DF30CB00EF0370 /* pad@2x.png */,
+				7D27EBF919DF30CB00EF0370 /* pad@3x.png */,
+				7D27EBFA19DF30CB00EF0370 /* phone.png */,
+				7D27EBFB19DF30CB00EF0370 /* phone@2x.png */,
+				7D27EBFC19DF30CB00EF0370 /* phone@3x.png */,
+				7D27EBFD19DF30CB00EF0370 /* sidebar-cutout.png */,
+				7D27EBFE19DF30CB00EF0370 /* sidebar-cutout@2x.png */,
+				7D27EBFF19DF30CB00EF0370 /* sidebar-cutout@3x.png */,
+				7D27EC0019DF30CB00EF0370 /* sidebar.png */,
+				7D27EC0119DF30CB00EF0370 /* sidebar@2x.png */,
+				7D27EC0219DF30CB00EF0370 /* sidebar@3x.png */,
+				7D27EC0319DF30CB00EF0370 /* uploadarrow.png */,
+				7D27EC0419DF30CB00EF0370 /* uploadarrow@2x.png */,
+				7D27EC0519DF30CB00EF0370 /* uploadarrow@3x.png */,
+				7D27EC2D19DF314F00EF0370 /* wifi.png */,
+				7D27EC2E19DF314F00EF0370 /* wifi@2x.png */,
+				7D27EC2F19DF314F00EF0370 /* wifi@3x.png */,
+				7D27EC3319DF315E00EF0370 /* browser.png */,
+				7D27EC3419DF315E00EF0370 /* browser@2x.png */,
 				7D63C1A21877623700BD5256 /* arrows */,
 			);
 			name = "First steps";
@@ -2067,8 +2106,8 @@
 			children = (
 				7D15163C1868D7E0004B18F3 /* VLCFirstStepsFirstPageViewController~iphone.xib */,
 				7D0117F0187F4BA400C5671C /* VLCFirstStepsFirstPageViewController~ipad.xib */,
-				7D63C18F18774B1700BD5256 /* VLCFirstStepsSecondPageViewController~iphone.xib */,
-				7D63C19218774BFB00BD5256 /* VLCFirstStepsSecondPageViewController~ipad.xib */,
+				7D27EC2919DF310300EF0370 /* VLCFirstStepsSecondPageViewController~ipad.xib */,
+				7D27EC2A19DF310300EF0370 /* VLCFirstStepsSecondPageViewController~iphone.xib */,
 				7D9289741877459B009108FD /* VLCFirstStepsThirdPageViewController~iphone.xib */,
 				7D63C19418774E0100BD5256 /* VLCFirstStepsThirdPageViewController~ipad.xib */,
 				7D9289791877467E009108FD /* VLCFirstStepsFourthPageViewController~iphone.xib */,
@@ -2433,14 +2472,15 @@
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
+				7D27EC3619DF315E00EF0370 /* browser@2x.png in Resources */,
 				7D00161C177056B700649F27 /* main.js in Resources */,
 				7AC862A61765E9510011611A /* jquery-1.10.1.min.js in Resources */,
-				7D53D518187729EC00A1BA97 /* wifi.png in Resources */,
 				7AC862A71765E9510011611A /* jquery.fileupload.js in Resources */,
 				7DF3B78419DF01550041A02E /* fsarrow-speed@3x.png in Resources */,
 				7AC862A81765E9510011611A /* jquery.iframe-transport.js in Resources */,
 				7AC862A91765E9510011611A /* jquery.ui.widget.js in Resources */,
 				CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */,
+				7D27EC1C19DF30CB00EF0370 /* sidebar-cutout@3x.png in Resources */,
 				26FAE63B19240C2E00A43737 /* PlexServerIcon@4x.png in Resources */,
 				7D2A34A51805CDBA004078AA /* gradient-cell-ios7@2x.png in Resources */,
 				4115E60319797B660071C4B9 /* collectionViewIcon@2x.png in Resources */,
@@ -2448,7 +2488,6 @@
 				7DF3B77819DF01550041A02E /* fsarrow-audio@3x.png in Resources */,
 				7DF3B77519DF01550041A02E /* fsarrow-aspectratio@3.png in Resources */,
 				7D897884185E00C3009BAB5D /* checkboxEmpty.png in Resources */,
-				7D53D525187729EC00A1BA97 /* cloud.png in Resources */,
 				A79246C8170F11DF0036AAF2 /* Localizable.strings in Resources */,
 				A7CB0DB11716F72600050CF3 /* PlayingExternally@2x~iphone.png in Resources */,
 				7D71395C186B197800D54EDA /* darkButtonHighlight@2x.png in Resources */,
@@ -2456,7 +2495,6 @@
 				9B9231C4185A703700F89498 /* VLCFutureNetworkLoginViewController.xib in Resources */,
 				7DF3B77319DF01550041A02E /* fsarrow-aspectratio.png in Resources */,
 				7D1516431868D7E0004B18F3 /* VLCFirstStepsFirstPageViewController~iphone.xib in Resources */,
-				7D63C19318774BFB00BD5256 /* VLCFirstStepsSecondPageViewController~ipad.xib in Resources */,
 				7DF04F4E1961F2B8004A5429 /* web-download.png in Resources */,
 				7DBBF1A8183AB4300009A339 /* VLCOpenNetworkStreamViewController.xib in Resources */,
 				A7CB0DB31716F72600050CF3 /* PlayingExternally~ipad.png in Resources */,
@@ -2466,56 +2504,65 @@
 				7DA8B0FB173318E80029698C /* SourceCodePro-Regular.ttf in Resources */,
 				A7FF9F3E17428C1900999819 /* DeleteButton.png in Resources */,
 				A7FF9F4017428C3800999819 /* DeleteButton@2x.png in Resources */,
+				7D27EC0919DF30CB00EF0370 /* cloud@2x.png in Resources */,
 				4115E60219797B660071C4B9 /* collectionViewIcon.png in Resources */,
 				A7035BBE174519600057DFA7 /* iTunesArtwork in Resources */,
-				7D53D521187729EC00A1BA97 /* pad@2x.png in Resources */,
 				29125E5617492219003F03E5 /* index.html in Resources */,
 				7DB638AB185BC0890003887C /* Images.xcassets in Resources */,
 				7D6B08C2174A831900A05173 /* vlc-xmas.png in Resources */,
 				7D6B08C3174A831900A05173 /* vlc-xmas@2x.png in Resources */,
+				7D27EC1619DF30CB00EF0370 /* pad@3x.png in Resources */,
 				7D27EB9419DEE11900EF0370 /* Launch Screen.xib in Resources */,
+				7D27EC0F19DF30CB00EF0370 /* filledcloud@2x.png in Resources */,
 				7D6B08FC174D773C00A05173 /* Settings.bundle in Resources */,
 				7D5E39CA174FC2F3007DAFA1 /* dropbox-white.png in Resources */,
 				7D5E39CB174FC2F3007DAFA1 /* dropbox-white@2x.png in Resources */,
 				7D07F708175665ED00CDE21C /* navBarBackground@2x.png in Resources */,
 				7D07F709175665ED00CDE21C /* navBarBackground.png in Resources */,
+				7D27EC3519DF315E00EF0370 /* browser.png in Resources */,
 				493B1A22195D0EBE000A491A /* TVBroadcastIcon@2x.png in Resources */,
 				7D07F70C175669A800CDE21C /* button.png in Resources */,
-				7D53D51E187729EC00A1BA97 /* sidebar-cutout.png in Resources */,
 				7D07F70D175669A800CDE21C /* button@2x.png in Resources */,
 				7D07F710175669D800CDE21C /* buttonHighlight.png in Resources */,
 				7DBBF1A4183AB4300009A339 /* VLCLocalNetworkListCell~iphone.xib in Resources */,
 				7D07F711175669D800CDE21C /* buttonHighlight@2x.png in Resources */,
-				7D53D527187729EC00A1BA97 /* connector-cable.png in Resources */,
+				7D27EC1E19DF30CB00EF0370 /* sidebar@2x.png in Resources */,
 				7D07F71417566C4A00CDE21C /* menuCone.png in Resources */,
 				7D07F71517566C4A00CDE21C /* menuCone@2x.png in Resources */,
 				7DF04F501961F2B8004A5429 /* web-open.png in Resources */,
 				7D588D64187DD9B700469FCF /* modernSliderKnob@2x.png in Resources */,
 				7D278D6F18E9D6750063E109 /* tvShow@2x~ipad.png in Resources */,
 				7DBBF1A7183AB4300009A339 /* VLCNetworkLoginViewController.xib in Resources */,
+				7D27EC0C19DF30CB00EF0370 /* connector-cable@2x.png in Resources */,
 				7D07F726175688D300CDE21C /* doneButton.png in Resources */,
 				7D588D65187DD9B700469FCF /* modernSliderKnob.png in Resources */,
 				7D07F727175688D300CDE21C /* doneButton@2x.png in Resources */,
-				7D53D524187729EC00A1BA97 /* laptop.png in Resources */,
 				7D07F728175688D300CDE21C /* doneButtonHighlight.png in Resources */,
+				7D27EC0819DF30CB00EF0370 /* cloud.png in Resources */,
 				7D66225E1871F29000CA9496 /* checkbox-legacy.png in Resources */,
 				7D07F729175688D300CDE21C /* doneButtonHighlight@2x.png in Resources */,
 				7D07F72E175691CC00CDE21C /* backButton.png in Resources */,
+				7D27EC3219DF314F00EF0370 /* wifi@3x.png in Resources */,
 				9BF07090185122AA009B23DD /* audio@2x~ipad.png in Resources */,
 				7D07F72F175691CC00CDE21C /* backButton@2x.png in Resources */,
+				7D27EC2019DF30CB00EF0370 /* uploadarrow.png in Resources */,
 				7D32B384185E293D006CA474 /* Raleway.woff in Resources */,
 				49CC60B6195F4F3F00ACB586 /* TVBroadcastIcon~ipad.png in Resources */,
 				7D07F730175691CC00CDE21C /* backButtonHighlight.png in Resources */,
 				9BD3F368185DEC0A00569ADC /* arrows@2x.png in Resources */,
 				9BF0708E185122AA009B23DD /* audio.png in Resources */,
 				7D07F731175691CC00CDE21C /* backButtonHighlight@2x.png in Resources */,
+				7D27EC3019DF314F00EF0370 /* wifi.png in Resources */,
+				7D27EC0B19DF30CB00EF0370 /* connector-cable.png in Resources */,
 				7D5DD5C717590ABF001421E3 /* About Contents.html in Resources */,
 				7DE18629175BA9A5006C0173 /* badgeUnread@2x~ipad.png in Resources */,
 				7DE1862C175BA9A9006C0173 /* badgeUnread@2x~iphone.png in Resources */,
 				7DE1862F175BA9AC006C0173 /* badgeUnread~ipad.png in Resources */,
 				26FAE63919240C2E00A43737 /* PlexServerIcon@1x.png in Resources */,
+				7D27EC1419DF30CB00EF0370 /* pad.png in Resources */,
 				7DBBF19B183AB4300009A339 /* VLCCloudStorageTableViewCell~iphone.xib in Resources */,
 				4115E5FE197977850071C4B9 /* tableViewIcon.png in Resources */,
+				7D27EC1319DF30CB00EF0370 /* laptop@3x.png in Resources */,
 				7DE18632175BA9AF006C0173 /* badgeUnread~iphone.png in Resources */,
 				7D47D6F91760CD8700E86BAD /* subtitleIcon.png in Resources */,
 				7D47D6FA1760CD8700E86BAD /* subtitleIcon@2x.png in Resources */,
@@ -2529,13 +2576,11 @@
 				9BADAF49185FC66700108BD8 /* playbackControllerBg@2x.png in Resources */,
 				41F475D21899A438001B919F /* folderIcon.png in Resources */,
 				7D47D6FE1760CD8700E86BAD /* slidermaximumTrack.png in Resources */,
-				7D53D519187729EC00A1BA97 /* sidebar@2x.png in Resources */,
 				493B1A23195D0EBE000A491A /* TVBroadcastIcon@2x~ipad.png in Resources */,
 				7D47D6FF1760CD8700E86BAD /* slidermaximumTrack@2x.png in Resources */,
 				7D47D7001760CD8700E86BAD /* slidermaxValue.png in Resources */,
 				7D47D7011760CD8700E86BAD /* slidermaxValue@2x.png in Resources */,
 				7DBBF19F183AB4300009A339 /* VLCEmptyLibraryView~iphone.xib in Resources */,
-				7D63C19118774B1700BD5256 /* VLCFirstStepsSecondPageViewController~iphone.xib in Resources */,
 				7D47D7021760CD8700E86BAD /* sliderminiValue.png in Resources */,
 				7D47D7031760CD8700E86BAD /* sliderminiValue@2x.png in Resources */,
 				7D47D7061760CD8700E86BAD /* speedIcon.png in Resources */,
@@ -2546,22 +2591,22 @@
 				493B1A21195D0EBE000A491A /* TVBroadcastIcon.png in Resources */,
 				7DF3B78B19DF01550041A02E /* fsarrow-volume.png in Resources */,
 				7D47D70B1760CD8700E86BAD /* playbackDoneButtonHighlight.png in Resources */,
-				7D1B0682187DAF6A00F8BCD8 /* vlcsnap@2x.jpg in Resources */,
 				7D897874185DEF79009BAB5D /* repeat.png in Resources */,
-				7D1B0683187DAF6A00F8BCD8 /* vlcsnap.jpg in Resources */,
 				7D47D70C1760CD8700E86BAD /* playbackDoneButtonHighlight@2x.png in Resources */,
 				7D278D7018E9D6750063E109 /* tvShow~iPad.png in Resources */,
 				7D47D70D1760CD8700E86BAD /* ratioButton.png in Resources */,
+				7D27EC1D19DF30CB00EF0370 /* sidebar.png in Resources */,
 				7D92897B1877467E009108FD /* VLCFirstStepsFourthPageViewController~iphone.xib in Resources */,
-				7D53D51F187729EC00A1BA97 /* phone@2x.png in Resources */,
 				7DA7C906186324FA00B56120 /* serverIcon@2x.png in Resources */,
 				7D47D70E1760CD8700E86BAD /* ratioButton@2x.png in Resources */,
 				7D1516461868D7E0004B18F3 /* VLCFirstStepsSixthPageViewController~iphone.xib in Resources */,
 				7D47D70F1760CD8700E86BAD /* ratioButtonHighlight.png in Resources */,
 				7D47D7101760CD8700E86BAD /* ratioButtonHighlight@2x.png in Resources */,
+				7D27EC1A19DF30CB00EF0370 /* sidebar-cutout.png in Resources */,
 				7D47D7111760CD8700E86BAD /* seekbarBg.png in Resources */,
 				7D47D7151760CD8700E86BAD /* knobSlider.png in Resources */,
 				7D47D7161760CD8700E86BAD /* knobSlider@2x.png in Resources */,
+				7D27EC2619DF30EA00EF0370 /* vlcsnap.png in Resources */,
 				7D47D71A1760CD8700E86BAD /* playIcon.png in Resources */,
 				7D47D71B1760CD8700E86BAD /* playIcon@2x.png in Resources */,
 				7D47D71C1760CD8700E86BAD /* audioTrackIcon.png in Resources */,
@@ -2594,7 +2639,6 @@
 				7D1AC3041762996100BD2EB5 /* resetIcon.png in Resources */,
 				7D1AC3051762996100BD2EB5 /* resetIcon@2x.png in Resources */,
 				26FAE63A19240C2E00A43737 /* PlexServerIcon@2x.png in Resources */,
-				7D53D526187729EC00A1BA97 /* cloud@2x.png in Resources */,
 				7D1AC30817629AB600BD2EB5 /* ratioIcon.png in Resources */,
 				7D1AC30917629AB600BD2EB5 /* ratioIcon@2x.png in Resources */,
 				7D1AC30C17629D4600BD2EB5 /* title.png in Resources */,
@@ -2607,32 +2651,35 @@
 				7DBBF1AC183AB4300009A339 /* VLCWiFiUploadTableViewCell.xib in Resources */,
 				7DEB3B5E17647B240038FC70 /* bottomBlackBar.png in Resources */,
 				7DBBF19C183AB4300009A339 /* VLCDownloadViewController.xib in Resources */,
+				7D27EC1119DF30CB00EF0370 /* laptop.png in Resources */,
 				7D63C19718774F1000BD5256 /* VLCFirstStepsFourthPageViewController~ipad.xib in Resources */,
 				7DEB3B6017647DE30038FC70 /* iTunesArtwork@2x in Resources */,
 				7DBBF1A3183AB4300009A339 /* VLCLocalNetworkListCell~ipad.xib in Resources */,
+				7D27EC1919DF30CB00EF0370 /* phone@3x.png in Resources */,
 				7DBBF1A5183AB4300009A339 /* VLCMovieViewController~ipad.xib in Resources */,
 				7DEB3B7517649F2C0038FC70 /* menuButton.png in Resources */,
 				7DEB3B7617649F2C0038FC70 /* menuButton@2x.png in Resources */,
 				7DEB3B791764A4040038FC70 /* input@2x.png in Resources */,
+				7D27EC2219DF30CB00EF0370 /* uploadarrow@3x.png in Resources */,
 				7DF3B77E19DF01550041A02E /* fsarrow-position@3x.png in Resources */,
 				7DEB3B7A1764A4040038FC70 /* input.png in Resources */,
 				7DBBF1A6183AB4300009A339 /* VLCMovieViewController~iphone.xib in Resources */,
-				7D53D51D187729EC00A1BA97 /* sidebar.png in Resources */,
 				7DF3B78119DF01550041A02E /* fsarrow-repeat@3x.png in Resources */,
+				7D27EC0D19DF30CB00EF0370 /* connector-cable@3x.png in Resources */,
 				7D89787D185DF794009BAB5D /* VLCFutureOpenNetworkStreamViewController.xib in Resources */,
 				7DEB3B851764A4F40038FC70 /* movie@2x.png in Resources */,
 				7DEB3B861764A4F40038FC70 /* movie@2x~ipad.png in Resources */,
 				7DEB3B871764A4F40038FC70 /* blank@2x~ipad.png in Resources */,
+				7D27EC1519DF30CB00EF0370 /* pad@2x.png in Resources */,
 				7DEB3B881764A4F40038FC70 /* folder.png in Resources */,
 				7DF3B78019DF01550041A02E /* fsarrow-repeat@2x.png in Resources */,
+				7D27EC1719DF30CB00EF0370 /* phone.png in Resources */,
 				7DEB3B891764A4F40038FC70 /* folder@2x.png in Resources */,
-				7D53D522187729EC00A1BA97 /* pad.png in Resources */,
 				9B1A164F185E0821001A99D9 /* backIcon@2x.png in Resources */,
 				7DEB3B8A1764A4F40038FC70 /* folder@2x~ipad.png in Resources */,
 				7DEB3B8B1764A4F40038FC70 /* movie.png in Resources */,
-				7D53D529187729EC00A1BA97 /* browser@2x.png in Resources */,
+				7D27EC2C19DF310300EF0370 /* VLCFirstStepsSecondPageViewController~iphone.xib in Resources */,
 				7DEB3B8C1764A4F40038FC70 /* blank.png in Resources */,
-				7D53D520187729EC00A1BA97 /* phone.png in Resources */,
 				7DEB3B8D1764A4F40038FC70 /* blank@2x.png in Resources */,
 				7DF3B78719DF01550041A02E /* fsarrow-subtitles@3x.png in Resources */,
 				4115E5FF197977850071C4B9 /* tableViewIcon@2x.png in Resources */,
@@ -2640,14 +2687,19 @@
 				7AC8629D1765DC560011611A /* style.css in Resources */,
 				7DF3B78319DF01550041A02E /* fsarrow-speed@2x.png in Resources */,
 				7DF1166C176CC69A009EC05C /* volumeballslider.png in Resources */,
+				7D27EC1F19DF30CB00EF0370 /* sidebar@3x.png in Resources */,
+				7D27EC1B19DF30CB00EF0370 /* sidebar-cutout@2x.png in Resources */,
 				7DF1166D176CC69A009EC05C /* volumeballslider@2x.png in Resources */,
 				7DD2A3A9179C04A7003EB537 /* OpenSans-Regular.ttf in Resources */,
+				7D27EC1019DF30CB00EF0370 /* filledcloud@3x.png in Resources */,
 				7DA7C907186324FA00B56120 /* serverIcon@4x.png in Resources */,
 				7DF3B78819DF01550041A02E /* fsarrow-time.png in Resources */,
+				7D27EC2B19DF310300EF0370 /* VLCFirstStepsSecondPageViewController~ipad.xib in Resources */,
 				7D3E6CE518589EE000D584E7 /* AppIcon512x512.png in Resources */,
 				7D2A34A41805CDBA004078AA /* gradient-cell-ios7.png in Resources */,
 				7DC72D5E17B7E7C7008A26D0 /* download@4x.png in Resources */,
 				7DC72D5F17B7E7C7008A26D0 /* download.png in Resources */,
+				7D27EC0E19DF30CB00EF0370 /* filledcloud.png in Resources */,
 				7D897877185DEF79009BAB5D /* repeatOne@2x.png in Resources */,
 				7D6622611871F29000CA9496 /* checkbox-legacy-empty@2x.png in Resources */,
 				7D89787B185DEFB5009BAB5D /* flatDeleteButton@2x.png in Resources */,
@@ -2672,17 +2724,17 @@
 				7D0699DA17CB1FAE00713BEB /* WifiUp@2x.png in Resources */,
 				7DF04F4F1961F2B8004A5429 /* web-open-fixed.png in Resources */,
 				7DF3B77B19DF01550041A02E /* fsarrow-effects@3x.png in Resources */,
-				7D53D51C187729EC00A1BA97 /* sidebar-cutout@2x.png in Resources */,
 				7D713959186B197800D54EDA /* darkButton.png in Resources */,
 				7D0699DB17CB1FAE00713BEB /* WifiUpOn.png in Resources */,
 				7D0699DC17CB1FAE00713BEB /* WifiUpOn@2x.png in Resources */,
 				7D0699DD17CB1FAE00713BEB /* Dropbox@2x.png in Resources */,
 				7DBBF19A183AB4300009A339 /* VLCCloudStorageTableViewCell~ipad.xib in Resources */,
+				7D27EC1819DF30CB00EF0370 /* phone@2x.png in Resources */,
 				7D897883185E00C3009BAB5D /* checkbox@2x.png in Resources */,
-				7D53D528187729EC00A1BA97 /* connector-cable@2x.png in Resources */,
 				9BF0708F185122AA009B23DD /* audio@2x.png in Resources */,
 				7D0699DE17CB1FAE00713BEB /* Local.png in Resources */,
 				7D0699DF17CB1FAE00713BEB /* Local@2x.png in Resources */,
+				7D27EC2719DF30EA00EF0370 /* vlcsnap@2x.png in Resources */,
 				7D1516421868D7E0004B18F3 /* VLCFirstStepsFifthPageViewController.xib in Resources */,
 				7D0699E017CB1FAE00713BEB /* MusicAlbums.png in Resources */,
 				9B1A1653185E08B4001A99D9 /* forwardIcon@2x.png in Resources */,
@@ -2690,15 +2742,14 @@
 				7D0699E217CB1FAE00713BEB /* OpenNetStream.png in Resources */,
 				7D71395A186B197800D54EDA /* darkButton@2x.png in Resources */,
 				7DA7C905186324FA00B56120 /* serverIcon@1x.png in Resources */,
-				7D53D523187729EC00A1BA97 /* laptop@2x.png in Resources */,
 				7D0699E317CB1FAE00713BEB /* OpenNetStream@2x.png in Resources */,
 				7D0699E417CB1FAE00713BEB /* Settings.png in Resources */,
 				9B1A164E185E0821001A99D9 /* backIcon.png in Resources */,
-				7D53D5381877355700A1BA97 /* filledcloud@2x.png in Resources */,
 				7D0699E517CB1FAE00713BEB /* About.png in Resources */,
 				7D0699E617CB1FAE00713BEB /* About@2x.png in Resources */,
 				7D0699E717CB1FAE00713BEB /* AllFiles.png in Resources */,
 				7DF3B78A19DF01550041A02E /* fsarrow-time@3x.png in Resources */,
+				7D27EC2819DF30EA00EF0370 /* vlcsnap@3x.png in Resources */,
 				7D0699E817CB1FAE00713BEB /* AllFiles@2x.png in Resources */,
 				7D0699E917CB1FAE00713BEB /* Downloads.png in Resources */,
 				7D0117F1187F4BA400C5671C /* VLCFirstStepsFirstPageViewController~ipad.xib in Resources */,
@@ -2707,22 +2758,23 @@
 				7D0699EB17CB1FAE00713BEB /* Dropbox.png in Resources */,
 				7D514D4117F779C6007B960C /* Drive@2x.png in Resources */,
 				7DF3B77919DF01550041A02E /* fsarrow-effects.png in Resources */,
-				7D53D5371877355700A1BA97 /* filledcloud.png in Resources */,
 				9B1A1652185E08B4001A99D9 /* forwardIcon.png in Resources */,
 				7D514D4217F779C6007B960C /* DriveWhite.png in Resources */,
 				7D514D4317F779C6007B960C /* DriveWhite@2x.png in Resources */,
+				7D27EC1219DF30CB00EF0370 /* laptop@2x.png in Resources */,
 				7D63C1991877504B00BD5256 /* VLCFirstStepsSixthPageViewController~ipad.xib in Resources */,
 				7D897882185E00C3009BAB5D /* checkbox.png in Resources */,
 				7D514D4417F779C6007B960C /* Drive.png in Resources */,
 				7D3784DF183A99D2009EE944 /* papasscode_background.png in Resources */,
 				7D278D6C18E9D5EF0063E109 /* tvShow@2x.png in Resources */,
+				7D27EC0A19DF30CB00EF0370 /* cloud@3x.png in Resources */,
 				7DF04F4D1961F2B8004A5429 /* web-download-fixed.png in Resources */,
+				7D27EC2119DF30CB00EF0370 /* uploadarrow@2x.png in Resources */,
+				7D27EC3119DF314F00EF0370 /* wifi@2x.png in Resources */,
 				7D3784E0183A99D2009EE944 /* papasscode_background@2x.png in Resources */,
 				7D3784E1183A99D2009EE944 /* papasscode_failed_bg.png in Resources */,
-				7D53D52A187729EC00A1BA97 /* browser.png in Resources */,
 				7D3784E2183A99D2009EE944 /* papasscode_failed_bg@2x.png in Resources */,
 				7D6622601871F29000CA9496 /* checkbox-legacy-empty.png in Resources */,
-				7D53D517187729EC00A1BA97 /* wifi@2x.png in Resources */,
 				7D3784E3183A99D2009EE944 /* papasscode_marker.png in Resources */,
 				8F91EC7D195DF9D200F5BCBA /* OpenInActivityIcon@2x.png in Resources */,
 				7D3784E4183A99D2009EE944 /* papasscode_marker@2x.png in Resources */,