Browse Source

Deploy @3x graphics

Felix Paul Kühne 10 years ago
parent
commit
2a252c20de
1 changed files with 71 additions and 3 deletions
  1. 71 3
      VLC for iOS.xcodeproj/project.pbxproj

+ 71 - 3
VLC for iOS.xcodeproj/project.pbxproj

@@ -412,6 +412,23 @@
 		7DF7CA0717650C2A00C61739 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DF7CA0617650C2A00C61739 /* AVFoundation.framework */; };
 		7DF7E791175F47DC0018858D /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DF7E790175F47DC0018858D /* MediaPlayer.framework */; };
 		7DF9352F1958AB0600E60FD4 /* UIColor+Presets.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DF9352E1958AB0600E60FD4 /* UIColor+Presets.m */; };
+		7DFC38C51A45F061002476CB /* title@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38C41A45F061002476CB /* title@3x.png */; };
+		7DFC38C71A45F071002476CB /* backIcon@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38C61A45F071002476CB /* backIcon@3x.png */; };
+		7DFC38C91A45F0DD002476CB /* collectionViewIcon@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38C81A45F0DD002476CB /* collectionViewIcon@3x.png */; };
+		7DFC38CB1A45F0E4002476CB /* tableViewIcon@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38CA1A45F0E4002476CB /* tableViewIcon@3x.png */; };
+		7DFC38CD1A45F0F8002476CB /* DriveWhite@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38CC1A45F0F8002476CB /* DriveWhite@3x.png */; };
+		7DFC38CF1A45F10E002476CB /* bottomBlackBar@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38CE1A45F10E002476CB /* bottomBlackBar@3x.png */; };
+		7DFC38D11A45F117002476CB /* dropbox-white@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38D01A45F117002476CB /* dropbox-white@3x.png */; };
+		7DFC38D31A45F12F002476CB /* blank@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38D21A45F12F002476CB /* blank@3x.png */; };
+		7DFC38D51A45F139002476CB /* folder@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38D41A45F139002476CB /* folder@3x.png */; };
+		7DFC38D71A45F142002476CB /* movie@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38D61A45F142002476CB /* movie@3x.png */; };
+		7DFC38D91A45F14B002476CB /* audio@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38D81A45F14B002476CB /* audio@3x.png */; };
+		7DFC38DB1A45F1C9002476CB /* PlayingExternally@3x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38DA1A45F1C9002476CB /* PlayingExternally@3x~iphone.png */; };
+		7DFC38DD1A45F222002476CB /* menuCone@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38DC1A45F222002476CB /* menuCone@3x.png */; };
+		7DFC38DF1A45F23A002476CB /* headerSidebar@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38DE1A45F23A002476CB /* headerSidebar@3x.png */; };
+		7DFC38E11A45F243002476CB /* sudHeaderBg@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38E01A45F243002476CB /* sudHeaderBg@3x.png */; };
+		7DFC38E31A45F24D002476CB /* checkbox@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38E21A45F24D002476CB /* checkbox@3x.png */; };
+		7DFC38E51A45F254002476CB /* checkboxEmpty@3x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DFC38E41A45F254002476CB /* checkboxEmpty@3x.png */; };
 		8F91EC79195CEC7900F5BCBA /* VLCOpenInActivity.m in Sources */ = {isa = PBXBuildFile; fileRef = 8F91EC78195CEC7900F5BCBA /* VLCOpenInActivity.m */; };
 		8F91EC7C195DF9D200F5BCBA /* OpenInActivityIcon.png in Resources */ = {isa = PBXBuildFile; fileRef = 8F91EC7A195DF9D200F5BCBA /* OpenInActivityIcon.png */; };
 		8F91EC7D195DF9D200F5BCBA /* OpenInActivityIcon@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 8F91EC7B195DF9D200F5BCBA /* OpenInActivityIcon@2x.png */; };
@@ -1158,6 +1175,23 @@
 		7DF7E790175F47DC0018858D /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
 		7DF9352D1958AB0600E60FD4 /* UIColor+Presets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIColor+Presets.h"; path = "Sources/UIColor+Presets.h"; sourceTree = SOURCE_ROOT; };
 		7DF9352E1958AB0600E60FD4 /* UIColor+Presets.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIColor+Presets.m"; path = "Sources/UIColor+Presets.m"; sourceTree = SOURCE_ROOT; };
+		7DFC38C41A45F061002476CB /* title@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "title@3x.png"; sourceTree = "<group>"; };
+		7DFC38C61A45F071002476CB /* backIcon@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "backIcon@3x.png"; sourceTree = "<group>"; };
+		7DFC38C81A45F0DD002476CB /* collectionViewIcon@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "collectionViewIcon@3x.png"; sourceTree = "<group>"; };
+		7DFC38CA1A45F0E4002476CB /* tableViewIcon@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "tableViewIcon@3x.png"; sourceTree = "<group>"; };
+		7DFC38CC1A45F0F8002476CB /* DriveWhite@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DriveWhite@3x.png"; sourceTree = "<group>"; };
+		7DFC38CE1A45F10E002476CB /* bottomBlackBar@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "bottomBlackBar@3x.png"; sourceTree = "<group>"; };
+		7DFC38D01A45F117002476CB /* dropbox-white@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "dropbox-white@3x.png"; sourceTree = "<group>"; };
+		7DFC38D21A45F12F002476CB /* blank@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "blank@3x.png"; sourceTree = "<group>"; };
+		7DFC38D41A45F139002476CB /* folder@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "folder@3x.png"; sourceTree = "<group>"; };
+		7DFC38D61A45F142002476CB /* movie@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "movie@3x.png"; sourceTree = "<group>"; };
+		7DFC38D81A45F14B002476CB /* audio@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "audio@3x.png"; sourceTree = "<group>"; };
+		7DFC38DA1A45F1C9002476CB /* PlayingExternally@3x~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally@3x~iphone.png"; sourceTree = "<group>"; };
+		7DFC38DC1A45F222002476CB /* menuCone@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menuCone@3x.png"; sourceTree = "<group>"; };
+		7DFC38DE1A45F23A002476CB /* headerSidebar@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "headerSidebar@3x.png"; sourceTree = "<group>"; };
+		7DFC38E01A45F243002476CB /* sudHeaderBg@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "sudHeaderBg@3x.png"; sourceTree = "<group>"; };
+		7DFC38E21A45F24D002476CB /* checkbox@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "checkbox@3x.png"; sourceTree = "<group>"; };
+		7DFC38E41A45F254002476CB /* checkboxEmpty@3x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "checkboxEmpty@3x.png"; sourceTree = "<group>"; };
 		8F91EC77195CEC7900F5BCBA /* VLCOpenInActivity.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCOpenInActivity.h; path = Sources/VLCOpenInActivity.h; sourceTree = SOURCE_ROOT; };
 		8F91EC78195CEC7900F5BCBA /* VLCOpenInActivity.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCOpenInActivity.m; path = Sources/VLCOpenInActivity.m; sourceTree = SOURCE_ROOT; };
 		8F91EC7A195DF9D200F5BCBA /* OpenInActivityIcon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = OpenInActivityIcon.png; sourceTree = "<group>"; };
@@ -1507,6 +1541,7 @@
 		7D10BC651743F9A100DA7059 /* External Playback */ = {
 			isa = PBXGroup;
 			children = (
+				7DFC38DA1A45F1C9002476CB /* PlayingExternally@3x~iphone.png */,
 				A7CB0DAD1716F72600050CF3 /* PlayingExternally@2x~iphone.png */,
 				A7CB0DAE1716F72600050CF3 /* PlayingExternally~iphone.png */,
 				A7CB0DAF1716F72600050CF3 /* PlayingExternally~ipad.png */,
@@ -1528,6 +1563,7 @@
 				7D2A34A31805CDBA004078AA /* gradient-cell-ios7@2x.png */,
 				7D1AC30A17629D4600BD2EB5 /* title.png */,
 				7D1AC30B17629D4600BD2EB5 /* title@2x.png */,
+				7DFC38C41A45F061002476CB /* title@3x.png */,
 				7D6BD1801762026700AD311A /* thumbOverlayPhone@2x.png */,
 				7D6BD1811762026700AD311A /* thumbOverlay@2x.png */,
 				7D6BD1821762026700AD311A /* thumbOverlayPhone.png */,
@@ -1550,6 +1586,7 @@
 				7D07F725175688D300CDE21C /* doneButtonHighlight@2x.png */,
 				7D07F71217566C4A00CDE21C /* menuCone.png */,
 				7D07F71317566C4A00CDE21C /* menuCone@2x.png */,
+				7DFC38DC1A45F222002476CB /* menuCone@3x.png */,
 				7D66225A1871F29000CA9496 /* checkbox-legacy.png */,
 				7D66225B1871F29000CA9496 /* checkbox-legacy@2x.png */,
 				7D66225C1871F29000CA9496 /* checkbox-legacy-empty.png */,
@@ -1564,12 +1601,16 @@
 				A7FF9F3F17428C3800999819 /* DeleteButton@2x.png */,
 				7D16035917BF9FE600F29B34 /* sudHeaderBg.png */,
 				7D16035A17BF9FE600F29B34 /* sudHeaderBg@2x.png */,
+				7DFC38E01A45F243002476CB /* sudHeaderBg@3x.png */,
+				7DFC38DE1A45F23A002476CB /* headerSidebar@3x.png */,
 				7D16035B17BF9FE600F29B34 /* headerSidebar@2x.png */,
 				7D16035C17BF9FE600F29B34 /* headerSidebar.png */,
 				7D89787E185E00C3009BAB5D /* checkbox.png */,
 				7D89787F185E00C3009BAB5D /* checkbox@2x.png */,
+				7DFC38E21A45F24D002476CB /* checkbox@3x.png */,
 				7D897880185E00C3009BAB5D /* checkboxEmpty.png */,
 				7D897881185E00C3009BAB5D /* checkboxEmpty@2x.png */,
+				7DFC38E41A45F254002476CB /* checkboxEmpty@3x.png */,
 			);
 			name = "Library View";
 			sourceTree = "<group>";
@@ -1601,19 +1642,25 @@
 				9BF0708B185122AA009B23DD /* audio.png */,
 				9BF0708C185122AA009B23DD /* audio@2x.png */,
 				9BF0708D185122AA009B23DD /* audio@2x~ipad.png */,
+				7DFC38D81A45F14B002476CB /* audio@3x.png */,
+				7DEB3B821764A4F40038FC70 /* movie.png */,
 				7DEB3B7C1764A4F40038FC70 /* movie@2x.png */,
 				7DEB3B7D1764A4F40038FC70 /* movie@2x~ipad.png */,
-				7DEB3B7E1764A4F40038FC70 /* blank@2x~ipad.png */,
+				7DFC38D61A45F142002476CB /* movie@3x.png */,
 				7DEB3B7F1764A4F40038FC70 /* folder.png */,
 				7DEB3B801764A4F40038FC70 /* folder@2x.png */,
 				7DEB3B811764A4F40038FC70 /* folder@2x~ipad.png */,
-				7DEB3B821764A4F40038FC70 /* movie.png */,
+				7DFC38D41A45F139002476CB /* folder@3x.png */,
 				7DEB3B831764A4F40038FC70 /* blank.png */,
 				7DEB3B841764A4F40038FC70 /* blank@2x.png */,
-				7DEB3B5B17647B240038FC70 /* bottomBlackBar@2x.png */,
+				7DEB3B7E1764A4F40038FC70 /* blank@2x~ipad.png */,
+				7DFC38D21A45F12F002476CB /* blank@3x.png */,
 				7DEB3B5C17647B240038FC70 /* bottomBlackBar.png */,
+				7DEB3B5B17647B240038FC70 /* bottomBlackBar@2x.png */,
+				7DFC38CE1A45F10E002476CB /* bottomBlackBar@3x.png */,
 				7D5E39C8174FC2F3007DAFA1 /* dropbox-white.png */,
 				7D5E39C9174FC2F3007DAFA1 /* dropbox-white@2x.png */,
+				7DFC38D01A45F117002476CB /* dropbox-white@3x.png */,
 			);
 			name = Dropbox;
 			sourceTree = "<group>";
@@ -1697,6 +1744,7 @@
 				7D9870211A3DECA8009CF27D /* forwardIcon@3x.png */,
 				9B1A164C185E0821001A99D9 /* backIcon.png */,
 				9B1A164D185E0821001A99D9 /* backIcon@2x.png */,
+				7DFC38C61A45F071002476CB /* backIcon@3x.png */,
 				9BD3F365185DEC0900569ADC /* arrows.png */,
 				9BD3F366185DEC0A00569ADC /* arrows@2x.png */,
 				7D9870231A3DECB1009CF27D /* arrows@3x.png */,
@@ -2232,8 +2280,10 @@
 			children = (
 				4115E60019797B660071C4B9 /* collectionViewIcon.png */,
 				4115E60119797B660071C4B9 /* collectionViewIcon@2x.png */,
+				7DFC38C81A45F0DD002476CB /* collectionViewIcon@3x.png */,
 				4115E5FC197977850071C4B9 /* tableViewIcon.png */,
 				4115E5FD197977850071C4B9 /* tableViewIcon@2x.png */,
+				7DFC38CA1A45F0E4002476CB /* tableViewIcon@3x.png */,
 				7DA7C902186324FA00B56120 /* serverIcon@1x.png */,
 				7DA7C903186324FA00B56120 /* serverIcon@2x.png */,
 				7D98703B1A3DEDB2009CF27D /* serverIcon@3x.png */,
@@ -2288,6 +2338,7 @@
 				7D9870571A3DEE68009CF27D /* Drive@3x.png */,
 				7D514D3E17F779C6007B960C /* DriveWhite.png */,
 				7D514D3F17F779C6007B960C /* DriveWhite@2x.png */,
+				7DFC38CC1A45F0F8002476CB /* DriveWhite@3x.png */,
 				7D713955186B197800D54EDA /* darkButton.png */,
 				7D713956186B197800D54EDA /* darkButton@2x.png */,
 				7D713957186B197800D54EDA /* darkButtonHighlight.png */,
@@ -2602,12 +2653,17 @@
 				7AC862A61765E9510011611A /* jquery-1.10.1.min.js in Resources */,
 				7AC862A71765E9510011611A /* jquery.fileupload.js in Resources */,
 				7DF3B78419DF01550041A02E /* fsarrow-speed@3x.png in Resources */,
+				7DFC38CD1A45F0F8002476CB /* DriveWhite@3x.png in Resources */,
 				7AC862A81765E9510011611A /* jquery.iframe-transport.js in Resources */,
 				7AC862A91765E9510011611A /* jquery.ui.widget.js in Resources */,
+				7DFC38C71A45F071002476CB /* backIcon@3x.png in Resources */,
 				CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */,
+				7DFC38D71A45F142002476CB /* movie@3x.png in Resources */,
+				7DFC38CF1A45F10E002476CB /* bottomBlackBar@3x.png in Resources */,
 				7D27EC1C19DF30CB00EF0370 /* sidebar-cutout@3x.png in Resources */,
 				7D98702E1A3DECEA009CF27D /* videoEffectsIcon@3x.png in Resources */,
 				7D2A34A51805CDBA004078AA /* gradient-cell-ios7@2x.png in Resources */,
+				7DFC38D51A45F139002476CB /* folder@3x.png in Resources */,
 				4115E60319797B660071C4B9 /* collectionViewIcon@2x.png in Resources */,
 				7D66225F1871F29000CA9496 /* checkbox-legacy@2x.png in Resources */,
 				7DF3B77819DF01550041A02E /* fsarrow-audio@3x.png in Resources */,
@@ -2634,6 +2690,7 @@
 				7D27EC0919DF30CB00EF0370 /* cloud@2x.png in Resources */,
 				4115E60219797B660071C4B9 /* collectionViewIcon.png in Resources */,
 				A7035BBE174519600057DFA7 /* iTunesArtwork in Resources */,
+				7DFC38C91A45F0DD002476CB /* collectionViewIcon@3x.png in Resources */,
 				29125E5617492219003F03E5 /* index.html in Resources */,
 				7DB638AB185BC0890003887C /* Images.xcassets in Resources */,
 				7D6B08C2174A831900A05173 /* vlc-xmas.png in Resources */,
@@ -2652,6 +2709,7 @@
 				7D07F70D175669A800CDE21C /* button@2x.png in Resources */,
 				7D07F710175669D800CDE21C /* buttonHighlight.png in Resources */,
 				7DBBF1A4183AB4300009A339 /* VLCLocalNetworkListCell~iphone.xib in Resources */,
+				7DFC38E11A45F243002476CB /* sudHeaderBg@3x.png in Resources */,
 				7D07F711175669D800CDE21C /* buttonHighlight@2x.png in Resources */,
 				7D27EC1E19DF30CB00EF0370 /* sidebar@2x.png in Resources */,
 				7D07F71417566C4A00CDE21C /* menuCone.png in Resources */,
@@ -2659,6 +2717,7 @@
 				7DF04F501961F2B8004A5429 /* web-open.png in Resources */,
 				7D588D64187DD9B700469FCF /* modernSliderKnob@2x.png in Resources */,
 				7D278D6F18E9D6750063E109 /* tvShow@2x~ipad.png in Resources */,
+				7DFC38CB1A45F0E4002476CB /* tableViewIcon@3x.png in Resources */,
 				7DBBF1A7183AB4300009A339 /* VLCNetworkLoginViewController.xib in Resources */,
 				7D9870661A3E03D5009CF27D /* papasscode_failed_bg.png in Resources */,
 				7D27EC0C19DF30CB00EF0370 /* connector-cable@2x.png in Resources */,
@@ -2681,6 +2740,7 @@
 				7D9870521A3DEE30009CF27D /* AllFiles@3x.png in Resources */,
 				49CC60B6195F4F3F00ACB586 /* TVBroadcastIcon~ipad.png in Resources */,
 				7D07F730175691CC00CDE21C /* backButtonHighlight.png in Resources */,
+				7DFC38D11A45F117002476CB /* dropbox-white@3x.png in Resources */,
 				9BD3F368185DEC0A00569ADC /* arrows@2x.png in Resources */,
 				7D9870691A3E03D5009CF27D /* papasscode_marker@2x.png in Resources */,
 				9BF0708E185122AA009B23DD /* audio.png in Resources */,
@@ -2691,18 +2751,21 @@
 				7D9870441A3DEDDE009CF27D /* TVShowsIcon@3x.png in Resources */,
 				7DE18629175BA9A5006C0173 /* badgeUnread@2x~ipad.png in Resources */,
 				7DE1862C175BA9A9006C0173 /* badgeUnread@2x~iphone.png in Resources */,
+				7DFC38DB1A45F1C9002476CB /* PlayingExternally@3x~iphone.png in Resources */,
 				7D9870221A3DECA8009CF27D /* forwardIcon@3x.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 */,
+				7DFC38E31A45F24D002476CB /* checkbox@3x.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 */,
 				7DF3B77719DF01550041A02E /* fsarrow-audio@2x.png in Resources */,
 				7D47D6FB1760CD8700E86BAD /* videoEffectsIcon.png in Resources */,
+				7DFC38D31A45F12F002476CB /* blank@3x.png in Resources */,
 				7D47D6FC1760CD8700E86BAD /* videoEffectsIcon@2x.png in Resources */,
 				7D47D6FD1760CD8700E86BAD /* seekbarBg@2x.png in Resources */,
 				7DF3B78D19DF01550041A02E /* fsarrow-volume@3x.png in Resources */,
@@ -2760,6 +2823,7 @@
 				7D47D7211760CD8700E86BAD /* ballSlider@2x.png in Resources */,
 				7D897885185E00C3009BAB5D /* checkboxEmpty@2x.png in Resources */,
 				9BADAF48185FC66700108BD8 /* playbackControllerBg.png in Resources */,
+				7DFC38DD1A45F222002476CB /* menuCone@3x.png in Resources */,
 				7DBBF19D183AB4300009A339 /* VLCCloudStorageTableViewController.xib in Resources */,
 				8F91EC7C195DF9D200F5BCBA /* OpenInActivityIcon.png in Resources */,
 				7D278D6B18E9D5EF0063E109 /* tvShow.png in Resources */,
@@ -2798,6 +2862,7 @@
 				7DBBF19C183AB4300009A339 /* VLCDownloadViewController.xib in Resources */,
 				7D27EC1119DF30CB00EF0370 /* laptop.png in Resources */,
 				7D63C19718774F1000BD5256 /* VLCFirstStepsFourthPageViewController~ipad.xib in Resources */,
+				7DFC38E51A45F254002476CB /* checkboxEmpty@3x.png in Resources */,
 				7DEB3B6017647DE30038FC70 /* iTunesArtwork@2x in Resources */,
 				7DBBF1A3183AB4300009A339 /* VLCLocalNetworkListCell~ipad.xib in Resources */,
 				7D27EC1919DF30CB00EF0370 /* phone@3x.png in Resources */,
@@ -2841,6 +2906,7 @@
 				7DD2A3A9179C04A7003EB537 /* OpenSans-Regular.ttf in Resources */,
 				7D27EC1019DF30CB00EF0370 /* filledcloud@3x.png in Resources */,
 				7DA7C907186324FA00B56120 /* serverIcon@4x.png in Resources */,
+				7DFC38C51A45F061002476CB /* title@3x.png in Resources */,
 				7DF3B78819DF01550041A02E /* fsarrow-time.png in Resources */,
 				7D27EC2B19DF310300EF0370 /* VLCFirstStepsSecondPageViewController~ipad.xib in Resources */,
 				7D3E6CE518589EE000D584E7 /* AppIcon512x512.png in Resources */,
@@ -2891,6 +2957,7 @@
 				7D0699E017CB1FAE00713BEB /* MusicAlbums.png in Resources */,
 				9B1A1653185E08B4001A99D9 /* forwardIcon@2x.png in Resources */,
 				7D0699E117CB1FAE00713BEB /* MusicAlbums@2x.png in Resources */,
+				7DFC38D91A45F14B002476CB /* audio@3x.png in Resources */,
 				7D0699E217CB1FAE00713BEB /* OpenNetStream.png in Resources */,
 				7D71395A186B197800D54EDA /* darkButton@2x.png in Resources */,
 				7D9870201A3DEC99009CF27D /* modernSliderKnob@3x.png in Resources */,
@@ -2913,6 +2980,7 @@
 				7D0699EA17CB1FAE00713BEB /* Downloads@2x.png in Resources */,
 				7D0699EB17CB1FAE00713BEB /* Dropbox.png in Resources */,
 				7D514D4117F779C6007B960C /* Drive@2x.png in Resources */,
+				7DFC38DF1A45F23A002476CB /* headerSidebar@3x.png in Resources */,
 				7D9870501A3DEE22009CF27D /* OpenNetStream@3x.png in Resources */,
 				7DF3B77919DF01550041A02E /* fsarrow-effects.png in Resources */,
 				9B1A1652185E08B4001A99D9 /* forwardIcon.png in Resources */,