소스 검색

ios2: move resource files to separate folder

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Gleb Pinigin 12 년 전
부모
커밋
a15943d673

+ 60 - 59
AspenProject.xcodeproj/project.pbxproj

@@ -10,22 +10,21 @@
 		7D94FCDF16DE7D1000F2623B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCDE16DE7D1000F2623B /* UIKit.framework */; };
 		7D94FCE116DE7D1000F2623B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCE016DE7D1000F2623B /* Foundation.framework */; };
 		7D94FCE316DE7D1000F2623B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */; };
-		7D94FCE916DE7D1000F2623B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCE716DE7D1000F2623B /* InfoPlist.strings */; };
 		7D94FCEB16DE7D1000F2623B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCEA16DE7D1000F2623B /* main.m */; };
 		7D94FCEF16DE7D1000F2623B /* VLCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */; };
-		7D94FCF116DE7D1000F2623B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCF016DE7D1000F2623B /* Default.png */; };
-		7D94FCF316DE7D1000F2623B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCF216DE7D1000F2623B /* Default@2x.png */; };
-		7D94FCF516DE7D1100F2623B /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCF416DE7D1100F2623B /* Default-568h@2x.png */; };
 		7D94FCF816DE7D1100F2623B /* VLCPlaylistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */; };
 		7D94FCFB16DE7D1100F2623B /* VLCMovieViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */; };
-		7D94FCFE16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCFC16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib */; };
-		7D94FD0116DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCFF16DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib */; };
-		7D94FD0416DE7D1100F2623B /* VLCMovieViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FD0216DE7D1100F2623B /* VLCMovieViewController_iPhone.xib */; };
-		7D94FD0716DE7D1100F2623B /* VLCMovieViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FD0516DE7D1100F2623B /* VLCMovieViewController_iPad.xib */; };
-		7DA62098170A0A8900643D11 /* VLCPlaylistTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DA62096170A0A8900643D11 /* VLCPlaylistTableViewCell.xib */; };
 		7DA6209B170A0CE500643D11 /* VLCPlaylistTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */; };
 		7DADC55F1704FABF001DAC63 /* OBSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DADC55E1704FABF001DAC63 /* OBSlider.m */; };
 		A7924696170F0BA90036AAF2 /* libMediaLibraryKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */; };
+		A79246A7170F0ED20036AAF2 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7924698170F0ED20036AAF2 /* Default-568h@2x.png */; };
+		A79246A8170F0ED20036AAF2 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = A7924699170F0ED20036AAF2 /* Default.png */; };
+		A79246A9170F0ED20036AAF2 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A792469A170F0ED20036AAF2 /* Default@2x.png */; };
+		A79246AB170F0ED20036AAF2 /* VLCMovieViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = A792469D170F0ED20036AAF2 /* VLCMovieViewController_iPad.xib */; };
+		A79246AC170F0ED20036AAF2 /* VLCMovieViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = A792469F170F0ED20036AAF2 /* VLCMovieViewController_iPhone.xib */; };
+		A79246AD170F0ED20036AAF2 /* VLCPlaylistTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246A1170F0ED20036AAF2 /* VLCPlaylistTableViewCell.xib */; };
+		A79246AE170F0ED20036AAF2 /* VLCPlaylistViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246A3170F0ED20036AAF2 /* VLCPlaylistViewController_iPad.xib */; };
+		A79246AF170F0ED20036AAF2 /* VLCPlaylistViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246A5170F0ED20036AAF2 /* VLCPlaylistViewController_iPhone.xib */; };
 		CC1BBC3F1704934300A20CBF /* libMobileVLCKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */; };
 		CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */ = {isa = PBXBuildFile; fileRef = CC1BBC421704935E00A20CBF /* MediaLibrary.mom */; };
 		CC1BBC461704938300A20CBF /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC451704938300A20CBF /* libiconv.dylib */; };
@@ -46,28 +45,27 @@
 		7D94FCE016DE7D1000F2623B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
 		7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
 		7D94FCE616DE7D1000F2623B /* AspenProject-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "AspenProject-Info.plist"; sourceTree = "<group>"; };
-		7D94FCE816DE7D1000F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
 		7D94FCEA16DE7D1000F2623B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
 		7D94FCEC16DE7D1000F2623B /* AspenProject-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AspenProject-Prefix.pch"; sourceTree = "<group>"; };
 		7D94FCED16DE7D1000F2623B /* VLCAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCAppDelegate.h; sourceTree = "<group>"; };
 		7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCAppDelegate.m; sourceTree = "<group>"; };
-		7D94FCF016DE7D1000F2623B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
-		7D94FCF216DE7D1000F2623B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
-		7D94FCF416DE7D1100F2623B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
 		7D94FCF616DE7D1100F2623B /* VLCPlaylistViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistViewController.h; sourceTree = "<group>"; };
 		7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistViewController.m; sourceTree = "<group>"; };
 		7D94FCF916DE7D1100F2623B /* VLCMovieViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCMovieViewController.h; sourceTree = "<group>"; };
 		7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCMovieViewController.m; sourceTree = "<group>"; };
-		7D94FCFD16DE7D1100F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistViewController_iPhone.xib; sourceTree = "<group>"; };
-		7D94FD0016DE7D1100F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistViewController_iPad.xib; sourceTree = "<group>"; };
-		7D94FD0316DE7D1100F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCMovieViewController_iPhone.xib; sourceTree = "<group>"; };
-		7D94FD0616DE7D1100F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCMovieViewController_iPad.xib; sourceTree = "<group>"; };
-		7DA62097170A0A8900643D11 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistTableViewCell.xib; sourceTree = "<group>"; };
 		7DA62099170A0CE500643D11 /* VLCPlaylistTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistTableViewCell.h; sourceTree = "<group>"; };
 		7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistTableViewCell.m; sourceTree = "<group>"; };
 		7DADC55D1704FABF001DAC63 /* OBSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OBSlider.h; path = ImportedSources/OBSlider/OBSlider/OBSlider.h; sourceTree = SOURCE_ROOT; };
 		7DADC55E1704FABF001DAC63 /* OBSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OBSlider.m; path = ImportedSources/OBSlider/OBSlider/OBSlider.m; sourceTree = SOURCE_ROOT; };
 		A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMediaLibraryKit.a; path = "ImportedSources/MediaLibraryKit/build/Release-iphonesimulator/libMediaLibraryKit.a"; sourceTree = "<group>"; };
+		A7924698170F0ED20036AAF2 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
+		A7924699170F0ED20036AAF2 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
+		A792469A170F0ED20036AAF2 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
+		A792469E170F0ED20036AAF2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCMovieViewController_iPad.xib; sourceTree = "<group>"; };
+		A79246A0170F0ED20036AAF2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCMovieViewController_iPhone.xib; sourceTree = "<group>"; };
+		A79246A2170F0ED20036AAF2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistTableViewCell.xib; sourceTree = "<group>"; };
+		A79246A4170F0ED20036AAF2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistViewController_iPad.xib; sourceTree = "<group>"; };
+		A79246A6170F0ED20036AAF2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistViewController_iPhone.xib; sourceTree = "<group>"; };
 		CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMobileVLCKit.a; path = "ImportedSources/VLCKit/build/Release-iphonesimulator/libMobileVLCKit.a"; sourceTree = "<group>"; };
 		CC1BBC421704935E00A20CBF /* MediaLibrary.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = MediaLibrary.mom; path = "ImportedSources/MediaLibraryKit/build/Release-iphonesimulator/MediaLibrary.mom"; sourceTree = "<group>"; };
 		CC1BBC451704938300A20CBF /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
@@ -159,6 +157,7 @@
 				7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */,
 				7DADC5601704FACC001DAC63 /* Imported */,
 				7DADC55C1704FAA8001DAC63 /* XIBs */,
+				A7924697170F0ED20036AAF2 /* Resources */,
 				7D94FCE516DE7D1000F2623B /* Supporting Files */,
 			);
 			path = AspenProject;
@@ -168,12 +167,8 @@
 			isa = PBXGroup;
 			children = (
 				7D94FCE616DE7D1000F2623B /* AspenProject-Info.plist */,
-				7D94FCE716DE7D1000F2623B /* InfoPlist.strings */,
 				7D94FCEA16DE7D1000F2623B /* main.m */,
 				7D94FCEC16DE7D1000F2623B /* AspenProject-Prefix.pch */,
-				7D94FCF016DE7D1000F2623B /* Default.png */,
-				7D94FCF216DE7D1000F2623B /* Default@2x.png */,
-				7D94FCF416DE7D1100F2623B /* Default-568h@2x.png */,
 			);
 			name = "Supporting Files";
 			sourceTree = "<group>";
@@ -181,11 +176,11 @@
 		7DADC55C1704FAA8001DAC63 /* XIBs */ = {
 			isa = PBXGroup;
 			children = (
-				7D94FCFC16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib */,
-				7D94FCFF16DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib */,
-				7D94FD0216DE7D1100F2623B /* VLCMovieViewController_iPhone.xib */,
-				7D94FD0516DE7D1100F2623B /* VLCMovieViewController_iPad.xib */,
-				7DA62096170A0A8900643D11 /* VLCPlaylistTableViewCell.xib */,
+				A792469D170F0ED20036AAF2 /* VLCMovieViewController_iPad.xib */,
+				A792469F170F0ED20036AAF2 /* VLCMovieViewController_iPhone.xib */,
+				A79246A1170F0ED20036AAF2 /* VLCPlaylistTableViewCell.xib */,
+				A79246A3170F0ED20036AAF2 /* VLCPlaylistViewController_iPad.xib */,
+				A79246A5170F0ED20036AAF2 /* VLCPlaylistViewController_iPhone.xib */,
 			);
 			name = XIBs;
 			sourceTree = "<group>";
@@ -199,6 +194,16 @@
 			name = Imported;
 			sourceTree = "<group>";
 		};
+		A7924697170F0ED20036AAF2 /* Resources */ = {
+			isa = PBXGroup;
+			children = (
+				A7924698170F0ED20036AAF2 /* Default-568h@2x.png */,
+				A7924699170F0ED20036AAF2 /* Default.png */,
+				A792469A170F0ED20036AAF2 /* Default@2x.png */,
+			);
+			path = Resources;
+			sourceTree = SOURCE_ROOT;
+		};
 		CC1BBC441704936500A20CBF /* External VLC Libraries */ = {
 			isa = PBXGroup;
 			children = (
@@ -262,15 +267,14 @@
 			buildActionMask = 2147483647;
 			files = (
 				CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */,
-				7D94FCE916DE7D1000F2623B /* InfoPlist.strings in Resources */,
-				7D94FCF116DE7D1000F2623B /* Default.png in Resources */,
-				7D94FCF316DE7D1000F2623B /* Default@2x.png in Resources */,
-				7D94FCF516DE7D1100F2623B /* Default-568h@2x.png in Resources */,
-				7D94FCFE16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib in Resources */,
-				7D94FD0116DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib in Resources */,
-				7D94FD0416DE7D1100F2623B /* VLCMovieViewController_iPhone.xib in Resources */,
-				7D94FD0716DE7D1100F2623B /* VLCMovieViewController_iPad.xib in Resources */,
-				7DA62098170A0A8900643D11 /* VLCPlaylistTableViewCell.xib in Resources */,
+				A79246A7170F0ED20036AAF2 /* Default-568h@2x.png in Resources */,
+				A79246A8170F0ED20036AAF2 /* Default.png in Resources */,
+				A79246A9170F0ED20036AAF2 /* Default@2x.png in Resources */,
+				A79246AB170F0ED20036AAF2 /* VLCMovieViewController_iPad.xib in Resources */,
+				A79246AC170F0ED20036AAF2 /* VLCMovieViewController_iPhone.xib in Resources */,
+				A79246AD170F0ED20036AAF2 /* VLCPlaylistTableViewCell.xib in Resources */,
+				A79246AE170F0ED20036AAF2 /* VLCPlaylistViewController_iPad.xib in Resources */,
+				A79246AF170F0ED20036AAF2 /* VLCPlaylistViewController_iPhone.xib in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -293,52 +297,49 @@
 /* End PBXSourcesBuildPhase section */
 
 /* Begin PBXVariantGroup section */
-		7D94FCE716DE7D1000F2623B /* InfoPlist.strings */ = {
-			isa = PBXVariantGroup;
-			children = (
-				7D94FCE816DE7D1000F2623B /* en */,
-			);
-			name = InfoPlist.strings;
-			sourceTree = "<group>";
-		};
-		7D94FCFC16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib */ = {
+		A792469D170F0ED20036AAF2 /* VLCMovieViewController_iPad.xib */ = {
 			isa = PBXVariantGroup;
 			children = (
-				7D94FCFD16DE7D1100F2623B /* en */,
+				A792469E170F0ED20036AAF2 /* en */,
 			);
-			name = VLCPlaylistViewController_iPhone.xib;
+			name = VLCMovieViewController_iPad.xib;
+			path = ../Resources;
 			sourceTree = "<group>";
 		};
-		7D94FCFF16DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib */ = {
+		A792469F170F0ED20036AAF2 /* VLCMovieViewController_iPhone.xib */ = {
 			isa = PBXVariantGroup;
 			children = (
-				7D94FD0016DE7D1100F2623B /* en */,
+				A79246A0170F0ED20036AAF2 /* en */,
 			);
-			name = VLCPlaylistViewController_iPad.xib;
+			name = VLCMovieViewController_iPhone.xib;
+			path = ../Resources;
 			sourceTree = "<group>";
 		};
-		7D94FD0216DE7D1100F2623B /* VLCMovieViewController_iPhone.xib */ = {
+		A79246A1170F0ED20036AAF2 /* VLCPlaylistTableViewCell.xib */ = {
 			isa = PBXVariantGroup;
 			children = (
-				7D94FD0316DE7D1100F2623B /* en */,
+				A79246A2170F0ED20036AAF2 /* en */,
 			);
-			name = VLCMovieViewController_iPhone.xib;
+			name = VLCPlaylistTableViewCell.xib;
+			path = ../Resources;
 			sourceTree = "<group>";
 		};
-		7D94FD0516DE7D1100F2623B /* VLCMovieViewController_iPad.xib */ = {
+		A79246A3170F0ED20036AAF2 /* VLCPlaylistViewController_iPad.xib */ = {
 			isa = PBXVariantGroup;
 			children = (
-				7D94FD0616DE7D1100F2623B /* en */,
+				A79246A4170F0ED20036AAF2 /* en */,
 			);
-			name = VLCMovieViewController_iPad.xib;
+			name = VLCPlaylistViewController_iPad.xib;
+			path = ../Resources;
 			sourceTree = "<group>";
 		};
-		7DA62096170A0A8900643D11 /* VLCPlaylistTableViewCell.xib */ = {
+		A79246A5170F0ED20036AAF2 /* VLCPlaylistViewController_iPhone.xib */ = {
 			isa = PBXVariantGroup;
 			children = (
-				7DA62097170A0A8900643D11 /* en */,
+				A79246A6170F0ED20036AAF2 /* en */,
 			);
-			name = VLCPlaylistTableViewCell.xib;
+			name = VLCPlaylistViewController_iPhone.xib;
+			path = ../Resources;
 			sourceTree = "<group>";
 		};
 /* End PBXVariantGroup section */

+ 0 - 2
AspenProject/en.lproj/InfoPlist.strings

@@ -1,2 +0,0 @@
-/* Localized versions of Info.plist keys */
-

AspenProject/Default-568h@2x.png → Resources/Default-568h@2x.png


AspenProject/Default.png → Resources/Default.png


AspenProject/Default@2x.png → Resources/Default@2x.png


AspenProject/en.lproj/VLCMovieViewController_iPad.xib → Resources/en.lproj/VLCMovieViewController_iPad.xib


AspenProject/en.lproj/VLCMovieViewController_iPhone.xib → Resources/en.lproj/VLCMovieViewController_iPhone.xib


AspenProject/en.lproj/VLCPlaylistTableViewCell.xib → Resources/en.lproj/VLCPlaylistTableViewCell.xib


AspenProject/en.lproj/VLCPlaylistViewController_iPad.xib → Resources/en.lproj/VLCPlaylistViewController_iPad.xib


AspenProject/en.lproj/VLCPlaylistViewController_iPhone.xib → Resources/en.lproj/VLCPlaylistViewController_iPhone.xib