project.pbxproj 95 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 29125E5617492219003F03E5 /* index.html in Resources */ = {isa = PBXBuildFile; fileRef = 29125E5417492219003F03E5 /* index.html */; };
  10. 29125E5717492219003F03E5 /* upload.html in Resources */ = {isa = PBXBuildFile; fileRef = 29125E5517492219003F03E5 /* upload.html */; };
  11. 2915540117490A1E00B86CAD /* DDData.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553EB17490A1E00B86CAD /* DDData.m */; };
  12. 2915540217490A1E00B86CAD /* DDNumber.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553ED17490A1E00B86CAD /* DDNumber.m */; };
  13. 2915540317490A1E00B86CAD /* DDRange.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553EF17490A1E00B86CAD /* DDRange.m */; };
  14. 2915540417490A1E00B86CAD /* HTTPAuthenticationRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553F117490A1E00B86CAD /* HTTPAuthenticationRequest.m */; };
  15. 2915540517490A1E00B86CAD /* HTTPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553F317490A1E00B86CAD /* HTTPConnection.m */; };
  16. 2915540617490A1E00B86CAD /* HTTPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553F617490A1E00B86CAD /* HTTPMessage.m */; };
  17. 2915540717490A1E00B86CAD /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553F917490A1E00B86CAD /* HTTPServer.m */; };
  18. 2915540817490A1E00B86CAD /* MultipartFormDataParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553FC17490A1E00B86CAD /* MultipartFormDataParser.m */; };
  19. 2915540917490A1E00B86CAD /* MultipartMessageHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 291553FE17490A1E00B86CAD /* MultipartMessageHeader.m */; };
  20. 2915540A17490A1E00B86CAD /* MultipartMessageHeaderField.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915540017490A1E00B86CAD /* MultipartMessageHeaderField.m */; };
  21. 2915542217490A9C00B86CAD /* GCDAsyncSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915540E17490A9C00B86CAD /* GCDAsyncSocket.m */; };
  22. 2915542317490A9C00B86CAD /* About.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2915541017490A9C00B86CAD /* About.txt */; };
  23. 2915542417490A9C00B86CAD /* DDAbstractDatabaseLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915541217490A9C00B86CAD /* DDAbstractDatabaseLogger.m */; };
  24. 2915542517490A9C00B86CAD /* DDASLLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915541417490A9C00B86CAD /* DDASLLogger.m */; };
  25. 2915542617490A9C00B86CAD /* DDFileLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915541617490A9C00B86CAD /* DDFileLogger.m */; };
  26. 2915542717490A9C00B86CAD /* DDLog.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915541817490A9C00B86CAD /* DDLog.m */; };
  27. 2915542817490A9C00B86CAD /* DDTTYLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915541A17490A9C00B86CAD /* DDTTYLogger.m */; };
  28. 2915542917490A9C00B86CAD /* ContextFilterLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915541D17490A9C00B86CAD /* ContextFilterLogFormatter.m */; };
  29. 2915542A17490A9C00B86CAD /* DispatchQueueLogFormatter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915541F17490A9C00B86CAD /* DispatchQueueLogFormatter.m */; };
  30. 2915542B17490A9C00B86CAD /* README.txt in Resources */ = {isa = PBXBuildFile; fileRef = 2915542017490A9C00B86CAD /* README.txt */; };
  31. 2915543B17490B9C00B86CAD /* HTTPAsyncFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915542E17490B9C00B86CAD /* HTTPAsyncFileResponse.m */; };
  32. 2915543C17490B9C00B86CAD /* HTTPDataResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915543017490B9C00B86CAD /* HTTPDataResponse.m */; };
  33. 2915543D17490B9C00B86CAD /* HTTPDynamicFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915543217490B9C00B86CAD /* HTTPDynamicFileResponse.m */; };
  34. 2915543E17490B9C00B86CAD /* HTTPErrorResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915543417490B9C00B86CAD /* HTTPErrorResponse.m */; };
  35. 2915543F17490B9C00B86CAD /* HTTPFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915543617490B9C00B86CAD /* HTTPFileResponse.m */; };
  36. 2915544017490B9C00B86CAD /* HTTPRedirectResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915543817490B9C00B86CAD /* HTTPRedirectResponse.m */; };
  37. 2915544117490B9C00B86CAD /* WebSocket.m in Sources */ = {isa = PBXBuildFile; fileRef = 2915543A17490B9C00B86CAD /* WebSocket.m */; };
  38. 2915544317490D4A00B86CAD /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2915544217490D4A00B86CAD /* Security.framework */; };
  39. 293DF2F417494F8200BB880F /* DropboxSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D05ADEA174945CE0087550C /* DropboxSDK.framework */; };
  40. 29CE2D44174912C600922D8F /* VLCHTTPUploaderController.m in Sources */ = {isa = PBXBuildFile; fileRef = 29CE2D42174912C600922D8F /* VLCHTTPUploaderController.m */; };
  41. 7D10BC761743FA0F00DA7059 /* audio.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6A1743FA0F00DA7059 /* audio.png */; };
  42. 7D10BC771743FA0F00DA7059 /* audio@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6B1743FA0F00DA7059 /* audio@2x.png */; };
  43. 7D10BC781743FA0F00DA7059 /* backward.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6C1743FA0F00DA7059 /* backward.png */; };
  44. 7D10BC791743FA0F00DA7059 /* backward@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6D1743FA0F00DA7059 /* backward@2x.png */; };
  45. 7D10BC7A1743FA0F00DA7059 /* forward.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6E1743FA0F00DA7059 /* forward.png */; };
  46. 7D10BC7B1743FA0F00DA7059 /* forward@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6F1743FA0F00DA7059 /* forward@2x.png */; };
  47. 7D10BC7C1743FA0F00DA7059 /* pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC701743FA0F00DA7059 /* pause.png */; };
  48. 7D10BC7D1743FA0F00DA7059 /* pause@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC711743FA0F00DA7059 /* pause@2x.png */; };
  49. 7D10BC7E1743FA0F00DA7059 /* play.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC721743FA0F00DA7059 /* play.png */; };
  50. 7D10BC7F1743FA0F00DA7059 /* play@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC731743FA0F00DA7059 /* play@2x.png */; };
  51. 7D10BC801743FA0F00DA7059 /* subtitles.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC741743FA0F00DA7059 /* subtitles.png */; };
  52. 7D10BC811743FA0F00DA7059 /* subtitles@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC751743FA0F00DA7059 /* subtitles@2x.png */; };
  53. 7D10BCA01743FE7B00DA7059 /* aspectratio.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC961743FE7B00DA7059 /* aspectratio.png */; };
  54. 7D10BCA11743FE7B00DA7059 /* aspectratio@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC971743FE7B00DA7059 /* aspectratio@2x.png */; };
  55. 7D10BCA21743FE7B00DA7059 /* crop.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC981743FE7B00DA7059 /* crop.png */; };
  56. 7D10BCA31743FE7B00DA7059 /* crop@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC991743FE7B00DA7059 /* crop@2x.png */; };
  57. 7D10BCA41743FE7B00DA7059 /* effects.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC9A1743FE7B00DA7059 /* effects.png */; };
  58. 7D10BCA51743FE7B00DA7059 /* effects@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC9B1743FE7B00DA7059 /* effects@2x.png */; };
  59. 7D10BCA61743FE7B00DA7059 /* reset.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC9C1743FE7B00DA7059 /* reset.png */; };
  60. 7D10BCA71743FE7B00DA7059 /* reset@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC9D1743FE7B00DA7059 /* reset@2x.png */; };
  61. 7D10BCA81743FE7B00DA7059 /* speed.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC9E1743FE7B00DA7059 /* speed.png */; };
  62. 7D10BCA91743FE7B00DA7059 /* speed@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC9F1743FE7B00DA7059 /* speed@2x.png */; };
  63. 7D31CF091746AF09005997E0 /* VLCStatusLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D31CF081746AF09005997E0 /* VLCStatusLabel.m */; };
  64. 7D33D41617182615008AF0E0 /* VLCMovieViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D33D41517182615008AF0E0 /* VLCMovieViewController~ipad.xib */; };
  65. 7D3EAFF8174A2651002062C2 /* vlcetix512.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D3EAFF7174A2651002062C2 /* vlcetix512.png */; };
  66. 7D3EAFFD174A265C002062C2 /* vlcetix57.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D3EAFF9174A265C002062C2 /* vlcetix57.png */; };
  67. 7D3EAFFE174A265C002062C2 /* vlcetix72.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D3EAFFA174A265C002062C2 /* vlcetix72.png */; };
  68. 7D3EAFFF174A265C002062C2 /* vlcetix114.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D3EAFFB174A265C002062C2 /* vlcetix114.png */; };
  69. 7D3EB000174A265C002062C2 /* vlcetix144.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D3EAFFC174A265C002062C2 /* vlcetix144.png */; };
  70. 7D3EB012174A3530002062C2 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3EB011174A3530002062C2 /* Reachability.m */; };
  71. 7D3EB014174A353E002062C2 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D3EB013174A353E002062C2 /* SystemConfiguration.framework */; };
  72. 7D3EB017174A46FB002062C2 /* VLCHTTPFileDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D3EB016174A46FB002062C2 /* VLCHTTPFileDownloader.m */; };
  73. 7D6B07BC1716C9B8003280C4 /* AQGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07A61716C9B8003280C4 /* AQGridView.m */; };
  74. 7D6B07BD1716C9B8003280C4 /* AQGridViewAnimatorItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07AA1716C9B8003280C4 /* AQGridViewAnimatorItem.m */; };
  75. 7D6B07BE1716C9B8003280C4 /* AQGridViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07AC1716C9B8003280C4 /* AQGridViewCell.m */; };
  76. 7D6B07BF1716C9B8003280C4 /* AQGridViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07AF1716C9B8003280C4 /* AQGridViewController.m */; };
  77. 7D6B07C01716C9B8003280C4 /* AQGridViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B11716C9B8003280C4 /* AQGridViewData.m */; };
  78. 7D6B07C11716C9B8003280C4 /* AQGridViewUpdateInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B31716C9B8003280C4 /* AQGridViewUpdateInfo.m */; };
  79. 7D6B07C21716C9B8003280C4 /* AQGridViewUpdateItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B51716C9B8003280C4 /* AQGridViewUpdateItem.m */; };
  80. 7D6B07C31716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B71716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m */; };
  81. 7D6B07C41716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B91716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m */; };
  82. 7D6B07C51716C9B8003280C4 /* UIColor+AQGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07BB1716C9B8003280C4 /* UIColor+AQGridView.m */; };
  83. 7D6B07F71716D45C003280C4 /* VLCPlaylistGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07F61716D45B003280C4 /* VLCPlaylistGridView.m */; };
  84. 7D6BA10E1747F26300C0E203 /* VLCPasscodeLockViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6BA10C1747F26300C0E203 /* VLCPasscodeLockViewController.m */; };
  85. 7D6BA10F1747F26300C0E203 /* VLCPasscodeLockViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D6BA10D1747F26300C0E203 /* VLCPasscodeLockViewController.xib */; };
  86. 7D6BA1121748EA8300C0E203 /* playback_background.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D6BA1101748EA8300C0E203 /* playback_background.png */; };
  87. 7D6BA1131748EA8300C0E203 /* playback_background@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D6BA1111748EA8300C0E203 /* playback_background@2x.png */; };
  88. 7D6BA1171748EFE100C0E203 /* VLCAddMediaViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6BA1151748EFE100C0E203 /* VLCAddMediaViewController.m */; };
  89. 7D6BA1181748EFE100C0E203 /* VLCAddMediaViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D6BA1161748EFE100C0E203 /* VLCAddMediaViewController~ipad.xib */; };
  90. 7D6BA11A174911C200C0E203 /* VLCAddMediaViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D6BA119174911C200C0E203 /* VLCAddMediaViewController~iphone.xib */; };
  91. 7D6BA11E17491F5F00C0E203 /* VLCSettingsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6BA11C17491F5F00C0E203 /* VLCSettingsViewController.m */; };
  92. 7D6BA11F17491F5F00C0E203 /* VLCSettingsViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D6BA11D17491F5F00C0E203 /* VLCSettingsViewController.xib */; };
  93. 7D94FCDF16DE7D1000F2623B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCDE16DE7D1000F2623B /* UIKit.framework */; };
  94. 7D94FCE116DE7D1000F2623B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCE016DE7D1000F2623B /* Foundation.framework */; };
  95. 7D94FCE316DE7D1000F2623B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */; };
  96. 7D94FCEB16DE7D1000F2623B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCEA16DE7D1000F2623B /* main.m */; };
  97. 7D94FCEF16DE7D1000F2623B /* VLCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */; };
  98. 7D94FCF816DE7D1100F2623B /* VLCPlaylistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */; };
  99. 7D94FCFB16DE7D1100F2623B /* VLCMovieViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */; };
  100. 7D9529531732EFCA006F5B40 /* VLCAboutViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D9529521732EFCA006F5B40 /* VLCAboutViewController~ipad.xib */; };
  101. 7DA6209B170A0CE500643D11 /* VLCPlaylistTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */; };
  102. 7DA8B0FB173318E80029698C /* SourceCodePro-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7DA8B0F9173318E80029698C /* SourceCodePro-Regular.ttf */; };
  103. 7DA8B0FC173318E80029698C /* SourceSansPro-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7DA8B0FA173318E80029698C /* SourceSansPro-Regular.ttf */; };
  104. 7DADC55F1704FABF001DAC63 /* OBSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DADC55E1704FABF001DAC63 /* OBSlider.m */; };
  105. 7DBC3B351711DC1200DCF688 /* Aspen72.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B341711DC1200DCF688 /* Aspen72.png */; };
  106. 7DBC3B371711DCAB00DCF688 /* Aspen144.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B361711DCAB00DCF688 /* Aspen144.png */; };
  107. 7DBC3B391711DD0200DCF688 /* Aspen114.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B381711DD0200DCF688 /* Aspen114.png */; };
  108. 7DBC3B3B1711DD0900DCF688 /* Aspen57.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B3A1711DD0900DCF688 /* Aspen57.png */; };
  109. 7DBC3B441711FC6C00DCF688 /* VLCAboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DBC3B421711FC6C00DCF688 /* VLCAboutViewController.m */; };
  110. 7DBC3B451711FC6C00DCF688 /* VLCAboutViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B431711FC6C00DCF688 /* VLCAboutViewController~iphone.xib */; };
  111. 7DBC3B49171204ED00DCF688 /* About Contents.txt in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B48171204EC00DCF688 /* About Contents.txt */; };
  112. 7DC87AEE17412A1F009DC250 /* VLCLinearProgressIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC87AED17412A1F009DC250 /* VLCLinearProgressIndicator.m */; };
  113. 7DC87AF217413EE3009DC250 /* VLCPlaylistGridView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DC87AF117413EE3009DC250 /* VLCPlaylistGridView.xib */; };
  114. 7DDD0429172D98E5005A7B10 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DDD0428172D98E5005A7B10 /* CFNetwork.framework */; };
  115. 7DE480D1173FEA30003613E0 /* VLCCircularProgressIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE480D0173FEA30003613E0 /* VLCCircularProgressIndicator.m */; };
  116. A7035BBE174519600057DFA7 /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = A7035BBD174519600057DFA7 /* iTunesArtwork */; };
  117. A7035BC217451D4A0057DFA7 /* Aspen.png in Resources */ = {isa = PBXBuildFile; fileRef = A7035BC117451D4A0057DFA7 /* Aspen.png */; };
  118. A7924696170F0BA90036AAF2 /* libMediaLibraryKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */; };
  119. A79246A7170F0ED20036AAF2 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7924698170F0ED20036AAF2 /* Default-568h@2x.png */; };
  120. A79246A8170F0ED20036AAF2 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = A7924699170F0ED20036AAF2 /* Default.png */; };
  121. A79246A9170F0ED20036AAF2 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A792469A170F0ED20036AAF2 /* Default@2x.png */; };
  122. A79246C1170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246BC170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib */; };
  123. A79246C2170F114E0036AAF2 /* VLCMovieViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246BD170F114E0036AAF2 /* VLCMovieViewController~iphone.xib */; };
  124. A79246C3170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246BE170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib */; };
  125. A79246C5170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246C0170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib */; };
  126. A79246C8170F11DF0036AAF2 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A79246C6170F11DF0036AAF2 /* Localizable.strings */; };
  127. A7CB0DB11716F72600050CF3 /* PlayingExternally@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = A7CB0DAD1716F72600050CF3 /* PlayingExternally@2x~iphone.png */; };
  128. A7CB0DB21716F72600050CF3 /* PlayingExternally~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = A7CB0DAE1716F72600050CF3 /* PlayingExternally~iphone.png */; };
  129. A7CB0DB31716F72600050CF3 /* PlayingExternally~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = A7CB0DAF1716F72600050CF3 /* PlayingExternally~ipad.png */; };
  130. A7CB0DB41716F72600050CF3 /* PlayingExternally@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = A7CB0DB01716F72600050CF3 /* PlayingExternally@2x~ipad.png */; };
  131. A7DA16D1171083DF00D6FED9 /* VLCExternalDisplayController.m in Sources */ = {isa = PBXBuildFile; fileRef = A7DA16D0171083DF00D6FED9 /* VLCExternalDisplayController.m */; };
  132. A7FF9F3E17428C1900999819 /* DeleteButton.png in Resources */ = {isa = PBXBuildFile; fileRef = A7FF9F3D17428C1900999819 /* DeleteButton.png */; };
  133. A7FF9F4017428C3800999819 /* DeleteButton@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7FF9F3F17428C3800999819 /* DeleteButton@2x.png */; };
  134. CC1BBC3F1704934300A20CBF /* libMobileVLCKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */; };
  135. CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */ = {isa = PBXBuildFile; fileRef = CC1BBC421704935E00A20CBF /* MediaLibrary.mom */; };
  136. CC1BBC461704938300A20CBF /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC451704938300A20CBF /* libiconv.dylib */; };
  137. CC1BBC481704938B00A20CBF /* libstdc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC471704938B00A20CBF /* libstdc++.dylib */; };
  138. CC1BBC4C1704939B00A20CBF /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */; };
  139. CC1BBC4E170493A300A20CBF /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4D170493A300A20CBF /* libbz2.dylib */; };
  140. CC1BBC50170493AA00A20CBF /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4F170493AA00A20CBF /* libxml2.dylib */; };
  141. CC1BBC52170493B100A20CBF /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC51170493B100A20CBF /* OpenGLES.framework */; };
  142. CC1BBC54170493B800A20CBF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC53170493B800A20CBF /* AudioToolbox.framework */; };
  143. CC1BBC56170493C100A20CBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC55170493C100A20CBF /* QuartzCore.framework */; };
  144. CC1BBC58170493E100A20CBF /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC57170493E100A20CBF /* CoreData.framework */; };
  145. /* End PBXBuildFile section */
  146. /* Begin PBXFileReference section */
  147. 29125E5417492219003F03E5 /* index.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
  148. 29125E5517492219003F03E5 /* upload.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = upload.html; sourceTree = "<group>"; };
  149. 291553EA17490A1E00B86CAD /* DDData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDData.h; sourceTree = "<group>"; };
  150. 291553EB17490A1E00B86CAD /* DDData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDData.m; sourceTree = "<group>"; };
  151. 291553EC17490A1E00B86CAD /* DDNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDNumber.h; sourceTree = "<group>"; };
  152. 291553ED17490A1E00B86CAD /* DDNumber.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDNumber.m; sourceTree = "<group>"; };
  153. 291553EE17490A1E00B86CAD /* DDRange.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDRange.h; sourceTree = "<group>"; };
  154. 291553EF17490A1E00B86CAD /* DDRange.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDRange.m; sourceTree = "<group>"; };
  155. 291553F017490A1E00B86CAD /* HTTPAuthenticationRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPAuthenticationRequest.h; path = ImportedSources/CocoaHTTPServer/Core/HTTPAuthenticationRequest.h; sourceTree = SOURCE_ROOT; };
  156. 291553F117490A1E00B86CAD /* HTTPAuthenticationRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPAuthenticationRequest.m; path = ImportedSources/CocoaHTTPServer/Core/HTTPAuthenticationRequest.m; sourceTree = SOURCE_ROOT; };
  157. 291553F217490A1E00B86CAD /* HTTPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPConnection.h; path = ImportedSources/CocoaHTTPServer/Core/HTTPConnection.h; sourceTree = SOURCE_ROOT; };
  158. 291553F317490A1E00B86CAD /* HTTPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPConnection.m; path = ImportedSources/CocoaHTTPServer/Core/HTTPConnection.m; sourceTree = SOURCE_ROOT; };
  159. 291553F417490A1E00B86CAD /* HTTPLogging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPLogging.h; path = ImportedSources/CocoaHTTPServer/Core/HTTPLogging.h; sourceTree = SOURCE_ROOT; };
  160. 291553F517490A1E00B86CAD /* HTTPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPMessage.h; path = ImportedSources/CocoaHTTPServer/Core/HTTPMessage.h; sourceTree = SOURCE_ROOT; };
  161. 291553F617490A1E00B86CAD /* HTTPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPMessage.m; path = ImportedSources/CocoaHTTPServer/Core/HTTPMessage.m; sourceTree = SOURCE_ROOT; };
  162. 291553F717490A1E00B86CAD /* HTTPResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponse.h; path = ImportedSources/CocoaHTTPServer/Core/HTTPResponse.h; sourceTree = SOURCE_ROOT; };
  163. 291553F817490A1E00B86CAD /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = ImportedSources/CocoaHTTPServer/Core/HTTPServer.h; sourceTree = SOURCE_ROOT; };
  164. 291553F917490A1E00B86CAD /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = ImportedSources/CocoaHTTPServer/Core/HTTPServer.m; sourceTree = SOURCE_ROOT; };
  165. 291553FB17490A1E00B86CAD /* MultipartFormDataParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MultipartFormDataParser.h; sourceTree = "<group>"; };
  166. 291553FC17490A1E00B86CAD /* MultipartFormDataParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MultipartFormDataParser.m; sourceTree = "<group>"; };
  167. 291553FD17490A1E00B86CAD /* MultipartMessageHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MultipartMessageHeader.h; sourceTree = "<group>"; };
  168. 291553FE17490A1E00B86CAD /* MultipartMessageHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MultipartMessageHeader.m; sourceTree = "<group>"; };
  169. 291553FF17490A1E00B86CAD /* MultipartMessageHeaderField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MultipartMessageHeaderField.h; sourceTree = "<group>"; };
  170. 2915540017490A1E00B86CAD /* MultipartMessageHeaderField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MultipartMessageHeaderField.m; sourceTree = "<group>"; };
  171. 2915540D17490A9C00B86CAD /* GCDAsyncSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GCDAsyncSocket.h; sourceTree = "<group>"; };
  172. 2915540E17490A9C00B86CAD /* GCDAsyncSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GCDAsyncSocket.m; sourceTree = "<group>"; };
  173. 2915541017490A9C00B86CAD /* About.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = About.txt; sourceTree = "<group>"; };
  174. 2915541117490A9C00B86CAD /* DDAbstractDatabaseLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDAbstractDatabaseLogger.h; sourceTree = "<group>"; };
  175. 2915541217490A9C00B86CAD /* DDAbstractDatabaseLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDAbstractDatabaseLogger.m; sourceTree = "<group>"; };
  176. 2915541317490A9C00B86CAD /* DDASLLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDASLLogger.h; sourceTree = "<group>"; };
  177. 2915541417490A9C00B86CAD /* DDASLLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDASLLogger.m; sourceTree = "<group>"; };
  178. 2915541517490A9C00B86CAD /* DDFileLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDFileLogger.h; sourceTree = "<group>"; };
  179. 2915541617490A9C00B86CAD /* DDFileLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDFileLogger.m; sourceTree = "<group>"; };
  180. 2915541717490A9C00B86CAD /* DDLog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDLog.h; sourceTree = "<group>"; };
  181. 2915541817490A9C00B86CAD /* DDLog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDLog.m; sourceTree = "<group>"; };
  182. 2915541917490A9C00B86CAD /* DDTTYLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DDTTYLogger.h; sourceTree = "<group>"; };
  183. 2915541A17490A9C00B86CAD /* DDTTYLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DDTTYLogger.m; sourceTree = "<group>"; };
  184. 2915541C17490A9C00B86CAD /* ContextFilterLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContextFilterLogFormatter.h; sourceTree = "<group>"; };
  185. 2915541D17490A9C00B86CAD /* ContextFilterLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ContextFilterLogFormatter.m; sourceTree = "<group>"; };
  186. 2915541E17490A9C00B86CAD /* DispatchQueueLogFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchQueueLogFormatter.h; sourceTree = "<group>"; };
  187. 2915541F17490A9C00B86CAD /* DispatchQueueLogFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DispatchQueueLogFormatter.m; sourceTree = "<group>"; };
  188. 2915542017490A9C00B86CAD /* README.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
  189. 2915542D17490B9C00B86CAD /* HTTPAsyncFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPAsyncFileResponse.h; sourceTree = "<group>"; };
  190. 2915542E17490B9C00B86CAD /* HTTPAsyncFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPAsyncFileResponse.m; sourceTree = "<group>"; };
  191. 2915542F17490B9C00B86CAD /* HTTPDataResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDataResponse.h; sourceTree = "<group>"; };
  192. 2915543017490B9C00B86CAD /* HTTPDataResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPDataResponse.m; sourceTree = "<group>"; };
  193. 2915543117490B9C00B86CAD /* HTTPDynamicFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPDynamicFileResponse.h; sourceTree = "<group>"; };
  194. 2915543217490B9C00B86CAD /* HTTPDynamicFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPDynamicFileResponse.m; sourceTree = "<group>"; };
  195. 2915543317490B9C00B86CAD /* HTTPErrorResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPErrorResponse.h; sourceTree = "<group>"; };
  196. 2915543417490B9C00B86CAD /* HTTPErrorResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPErrorResponse.m; sourceTree = "<group>"; };
  197. 2915543517490B9C00B86CAD /* HTTPFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPFileResponse.h; sourceTree = "<group>"; };
  198. 2915543617490B9C00B86CAD /* HTTPFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPFileResponse.m; sourceTree = "<group>"; };
  199. 2915543717490B9C00B86CAD /* HTTPRedirectResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTTPRedirectResponse.h; sourceTree = "<group>"; };
  200. 2915543817490B9C00B86CAD /* HTTPRedirectResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HTTPRedirectResponse.m; sourceTree = "<group>"; };
  201. 2915543917490B9C00B86CAD /* WebSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = WebSocket.h; path = ImportedSources/CocoaHTTPServer/Core/WebSocket.h; sourceTree = SOURCE_ROOT; };
  202. 2915543A17490B9C00B86CAD /* WebSocket.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WebSocket.m; path = ImportedSources/CocoaHTTPServer/Core/WebSocket.m; sourceTree = SOURCE_ROOT; };
  203. 2915544217490D4A00B86CAD /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
  204. 29CE2D41174912C600922D8F /* VLCHTTPUploaderController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCHTTPUploaderController.h; sourceTree = "<group>"; };
  205. 29CE2D42174912C600922D8F /* VLCHTTPUploaderController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCHTTPUploaderController.m; sourceTree = "<group>"; };
  206. 7D05ADEA174945CE0087550C /* DropboxSDK.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DropboxSDK.framework; path = ImportedSources/Dropbox/DropboxSDK.framework; sourceTree = "<group>"; };
  207. 7D10BC6A1743FA0F00DA7059 /* audio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = audio.png; sourceTree = "<group>"; };
  208. 7D10BC6B1743FA0F00DA7059 /* audio@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "audio@2x.png"; sourceTree = "<group>"; };
  209. 7D10BC6C1743FA0F00DA7059 /* backward.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = backward.png; sourceTree = "<group>"; };
  210. 7D10BC6D1743FA0F00DA7059 /* backward@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "backward@2x.png"; sourceTree = "<group>"; };
  211. 7D10BC6E1743FA0F00DA7059 /* forward.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = forward.png; sourceTree = "<group>"; };
  212. 7D10BC6F1743FA0F00DA7059 /* forward@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "forward@2x.png"; sourceTree = "<group>"; };
  213. 7D10BC701743FA0F00DA7059 /* pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pause.png; sourceTree = "<group>"; };
  214. 7D10BC711743FA0F00DA7059 /* pause@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pause@2x.png"; sourceTree = "<group>"; };
  215. 7D10BC721743FA0F00DA7059 /* play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = play.png; sourceTree = "<group>"; };
  216. 7D10BC731743FA0F00DA7059 /* play@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "play@2x.png"; sourceTree = "<group>"; };
  217. 7D10BC741743FA0F00DA7059 /* subtitles.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = subtitles.png; sourceTree = "<group>"; };
  218. 7D10BC751743FA0F00DA7059 /* subtitles@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "subtitles@2x.png"; sourceTree = "<group>"; };
  219. 7D10BC961743FE7B00DA7059 /* aspectratio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = aspectratio.png; path = Resources/aspectratio.png; sourceTree = SOURCE_ROOT; };
  220. 7D10BC971743FE7B00DA7059 /* aspectratio@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "aspectratio@2x.png"; path = "Resources/aspectratio@2x.png"; sourceTree = SOURCE_ROOT; };
  221. 7D10BC981743FE7B00DA7059 /* crop.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = crop.png; path = Resources/crop.png; sourceTree = SOURCE_ROOT; };
  222. 7D10BC991743FE7B00DA7059 /* crop@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "crop@2x.png"; path = "Resources/crop@2x.png"; sourceTree = SOURCE_ROOT; };
  223. 7D10BC9A1743FE7B00DA7059 /* effects.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = effects.png; path = Resources/effects.png; sourceTree = SOURCE_ROOT; };
  224. 7D10BC9B1743FE7B00DA7059 /* effects@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "effects@2x.png"; path = "Resources/effects@2x.png"; sourceTree = SOURCE_ROOT; };
  225. 7D10BC9C1743FE7B00DA7059 /* reset.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = reset.png; path = Resources/reset.png; sourceTree = SOURCE_ROOT; };
  226. 7D10BC9D1743FE7B00DA7059 /* reset@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "reset@2x.png"; path = "Resources/reset@2x.png"; sourceTree = SOURCE_ROOT; };
  227. 7D10BC9E1743FE7B00DA7059 /* speed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = speed.png; path = Resources/speed.png; sourceTree = SOURCE_ROOT; };
  228. 7D10BC9F1743FE7B00DA7059 /* speed@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "speed@2x.png"; path = "Resources/speed@2x.png"; sourceTree = SOURCE_ROOT; };
  229. 7D31CF071746AF09005997E0 /* VLCStatusLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCStatusLabel.h; sourceTree = "<group>"; };
  230. 7D31CF081746AF09005997E0 /* VLCStatusLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCStatusLabel.m; sourceTree = "<group>"; };
  231. 7D33D41517182615008AF0E0 /* VLCMovieViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCMovieViewController~ipad.xib"; path = "Resources/VLCMovieViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
  232. 7D3EAFF7174A2651002062C2 /* vlcetix512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = vlcetix512.png; sourceTree = "<group>"; };
  233. 7D3EAFF9174A265C002062C2 /* vlcetix57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = vlcetix57.png; sourceTree = "<group>"; };
  234. 7D3EAFFA174A265C002062C2 /* vlcetix72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = vlcetix72.png; sourceTree = "<group>"; };
  235. 7D3EAFFB174A265C002062C2 /* vlcetix114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = vlcetix114.png; sourceTree = "<group>"; };
  236. 7D3EAFFC174A265C002062C2 /* vlcetix144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = vlcetix144.png; sourceTree = "<group>"; };
  237. 7D3EB00A174A280C002062C2 /* vlcetix1024.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = vlcetix1024.png; sourceTree = "<group>"; };
  238. 7D3EB010174A3530002062C2 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
  239. 7D3EB011174A3530002062C2 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
  240. 7D3EB013174A353E002062C2 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
  241. 7D3EB015174A46FB002062C2 /* VLCHTTPFileDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCHTTPFileDownloader.h; sourceTree = "<group>"; };
  242. 7D3EB016174A46FB002062C2 /* VLCHTTPFileDownloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCHTTPFileDownloader.m; sourceTree = "<group>"; };
  243. 7D6B07A51716C9B8003280C4 /* AQGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridView.h; path = ImportedSources/AQGridView/Classes/AQGridView.h; sourceTree = SOURCE_ROOT; };
  244. 7D6B07A61716C9B8003280C4 /* AQGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridView.m; path = ImportedSources/AQGridView/Classes/AQGridView.m; sourceTree = SOURCE_ROOT; };
  245. 7D6B07A71716C9B8003280C4 /* AQGridView+CellLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "AQGridView+CellLayout.h"; path = "ImportedSources/AQGridView/Classes/AQGridView+CellLayout.h"; sourceTree = SOURCE_ROOT; };
  246. 7D6B07A81716C9B8003280C4 /* AQGridView+CellLocationDelegation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "AQGridView+CellLocationDelegation.h"; path = "ImportedSources/AQGridView/Classes/AQGridView+CellLocationDelegation.h"; sourceTree = SOURCE_ROOT; };
  247. 7D6B07A91716C9B8003280C4 /* AQGridViewAnimatorItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewAnimatorItem.h; path = ImportedSources/AQGridView/Classes/AQGridViewAnimatorItem.h; sourceTree = SOURCE_ROOT; };
  248. 7D6B07AA1716C9B8003280C4 /* AQGridViewAnimatorItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewAnimatorItem.m; path = ImportedSources/AQGridView/Classes/AQGridViewAnimatorItem.m; sourceTree = SOURCE_ROOT; };
  249. 7D6B07AB1716C9B8003280C4 /* AQGridViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewCell.h; path = ImportedSources/AQGridView/Classes/AQGridViewCell.h; sourceTree = SOURCE_ROOT; };
  250. 7D6B07AC1716C9B8003280C4 /* AQGridViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewCell.m; path = ImportedSources/AQGridView/Classes/AQGridViewCell.m; sourceTree = SOURCE_ROOT; };
  251. 7D6B07AD1716C9B8003280C4 /* AQGridViewCell+AQGridViewCellPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "AQGridViewCell+AQGridViewCellPrivate.h"; path = "ImportedSources/AQGridView/Classes/AQGridViewCell+AQGridViewCellPrivate.h"; sourceTree = SOURCE_ROOT; };
  252. 7D6B07AE1716C9B8003280C4 /* AQGridViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewController.h; path = ImportedSources/AQGridView/Classes/AQGridViewController.h; sourceTree = SOURCE_ROOT; };
  253. 7D6B07AF1716C9B8003280C4 /* AQGridViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewController.m; path = ImportedSources/AQGridView/Classes/AQGridViewController.m; sourceTree = SOURCE_ROOT; };
  254. 7D6B07B01716C9B8003280C4 /* AQGridViewData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewData.h; path = ImportedSources/AQGridView/Classes/AQGridViewData.h; sourceTree = SOURCE_ROOT; };
  255. 7D6B07B11716C9B8003280C4 /* AQGridViewData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewData.m; path = ImportedSources/AQGridView/Classes/AQGridViewData.m; sourceTree = SOURCE_ROOT; };
  256. 7D6B07B21716C9B8003280C4 /* AQGridViewUpdateInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewUpdateInfo.h; path = ImportedSources/AQGridView/Classes/AQGridViewUpdateInfo.h; sourceTree = SOURCE_ROOT; };
  257. 7D6B07B31716C9B8003280C4 /* AQGridViewUpdateInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewUpdateInfo.m; path = ImportedSources/AQGridView/Classes/AQGridViewUpdateInfo.m; sourceTree = SOURCE_ROOT; };
  258. 7D6B07B41716C9B8003280C4 /* AQGridViewUpdateItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewUpdateItem.h; path = ImportedSources/AQGridView/Classes/AQGridViewUpdateItem.h; sourceTree = SOURCE_ROOT; };
  259. 7D6B07B51716C9B8003280C4 /* AQGridViewUpdateItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewUpdateItem.m; path = ImportedSources/AQGridView/Classes/AQGridViewUpdateItem.m; sourceTree = SOURCE_ROOT; };
  260. 7D6B07B61716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+AQIndexesOutsideSet.h"; path = "ImportedSources/AQGridView/Classes/NSIndexSet+AQIndexesOutsideSet.h"; sourceTree = SOURCE_ROOT; };
  261. 7D6B07B71716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+AQIndexesOutsideSet.m"; path = "ImportedSources/AQGridView/Classes/NSIndexSet+AQIndexesOutsideSet.m"; sourceTree = SOURCE_ROOT; };
  262. 7D6B07B81716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSIndexSet+AQIsSetContiguous.h"; path = "ImportedSources/AQGridView/Classes/NSIndexSet+AQIsSetContiguous.h"; sourceTree = SOURCE_ROOT; };
  263. 7D6B07B91716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSIndexSet+AQIsSetContiguous.m"; path = "ImportedSources/AQGridView/Classes/NSIndexSet+AQIsSetContiguous.m"; sourceTree = SOURCE_ROOT; };
  264. 7D6B07BA1716C9B8003280C4 /* UIColor+AQGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "UIColor+AQGridView.h"; path = "ImportedSources/AQGridView/Classes/UIColor+AQGridView.h"; sourceTree = SOURCE_ROOT; };
  265. 7D6B07BB1716C9B8003280C4 /* UIColor+AQGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "UIColor+AQGridView.m"; path = "ImportedSources/AQGridView/Classes/UIColor+AQGridView.m"; sourceTree = SOURCE_ROOT; };
  266. 7D6B07F51716D45B003280C4 /* VLCPlaylistGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistGridView.h; sourceTree = "<group>"; };
  267. 7D6B07F61716D45B003280C4 /* VLCPlaylistGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistGridView.m; sourceTree = "<group>"; };
  268. 7D6B08BB174A72A900A05173 /* VLCConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCConstants.h; sourceTree = "<group>"; };
  269. 7D6BA10B1747F26300C0E203 /* VLCPasscodeLockViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPasscodeLockViewController.h; sourceTree = "<group>"; };
  270. 7D6BA10C1747F26300C0E203 /* VLCPasscodeLockViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPasscodeLockViewController.m; sourceTree = "<group>"; };
  271. 7D6BA10D1747F26300C0E203 /* VLCPasscodeLockViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = VLCPasscodeLockViewController.xib; path = ../Resources/VLCPasscodeLockViewController.xib; sourceTree = "<group>"; };
  272. 7D6BA1101748EA8300C0E203 /* playback_background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = playback_background.png; sourceTree = "<group>"; };
  273. 7D6BA1111748EA8300C0E203 /* playback_background@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "playback_background@2x.png"; sourceTree = "<group>"; };
  274. 7D6BA1141748EFE100C0E203 /* VLCAddMediaViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCAddMediaViewController.h; sourceTree = "<group>"; };
  275. 7D6BA1151748EFE100C0E203 /* VLCAddMediaViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAddMediaViewController.m; sourceTree = "<group>"; };
  276. 7D6BA1161748EFE100C0E203 /* VLCAddMediaViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCAddMediaViewController~ipad.xib"; path = "../Resources/VLCAddMediaViewController~ipad.xib"; sourceTree = "<group>"; };
  277. 7D6BA119174911C200C0E203 /* VLCAddMediaViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCAddMediaViewController~iphone.xib"; path = "Resources/VLCAddMediaViewController~iphone.xib"; sourceTree = SOURCE_ROOT; };
  278. 7D6BA11B17491F5F00C0E203 /* VLCSettingsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCSettingsViewController.h; sourceTree = "<group>"; };
  279. 7D6BA11C17491F5F00C0E203 /* VLCSettingsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCSettingsViewController.m; sourceTree = "<group>"; };
  280. 7D6BA11D17491F5F00C0E203 /* VLCSettingsViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = VLCSettingsViewController.xib; path = ../Resources/VLCSettingsViewController.xib; sourceTree = "<group>"; };
  281. 7D94FCDB16DE7D1000F2623B /* VLC for iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "VLC for iOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  282. 7D94FCDE16DE7D1000F2623B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  283. 7D94FCE016DE7D1000F2623B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  284. 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  285. 7D94FCE616DE7D1000F2623B /* VLC for iOS-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "VLC for iOS-Info.plist"; sourceTree = "<group>"; };
  286. 7D94FCEA16DE7D1000F2623B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  287. 7D94FCEC16DE7D1000F2623B /* VLC for iOS-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "VLC for iOS-Prefix.pch"; sourceTree = "<group>"; };
  288. 7D94FCED16DE7D1000F2623B /* VLCAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCAppDelegate.h; sourceTree = "<group>"; };
  289. 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCAppDelegate.m; sourceTree = "<group>"; };
  290. 7D94FCF616DE7D1100F2623B /* VLCPlaylistViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistViewController.h; sourceTree = "<group>"; };
  291. 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistViewController.m; sourceTree = "<group>"; };
  292. 7D94FCF916DE7D1100F2623B /* VLCMovieViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCMovieViewController.h; sourceTree = "<group>"; };
  293. 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCMovieViewController.m; sourceTree = "<group>"; };
  294. 7D9529521732EFCA006F5B40 /* VLCAboutViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCAboutViewController~ipad.xib"; path = "Resources/VLCAboutViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
  295. 7DA62099170A0CE500643D11 /* VLCPlaylistTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistTableViewCell.h; sourceTree = "<group>"; };
  296. 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistTableViewCell.m; sourceTree = "<group>"; };
  297. 7DA8B0F9173318E80029698C /* SourceCodePro-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceCodePro-Regular.ttf"; sourceTree = "<group>"; };
  298. 7DA8B0FA173318E80029698C /* SourceSansPro-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-Regular.ttf"; sourceTree = "<group>"; };
  299. 7DADC55D1704FABF001DAC63 /* OBSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OBSlider.h; path = ImportedSources/OBSlider/OBSlider/OBSlider.h; sourceTree = SOURCE_ROOT; };
  300. 7DADC55E1704FABF001DAC63 /* OBSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OBSlider.m; path = ImportedSources/OBSlider/OBSlider/OBSlider.m; sourceTree = SOURCE_ROOT; };
  301. 7DBC3B341711DC1200DCF688 /* Aspen72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen72.png; sourceTree = "<group>"; };
  302. 7DBC3B361711DCAB00DCF688 /* Aspen144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen144.png; sourceTree = "<group>"; };
  303. 7DBC3B381711DD0200DCF688 /* Aspen114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen114.png; sourceTree = "<group>"; };
  304. 7DBC3B3A1711DD0900DCF688 /* Aspen57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen57.png; sourceTree = "<group>"; };
  305. 7DBC3B411711FC6C00DCF688 /* VLCAboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCAboutViewController.h; sourceTree = "<group>"; };
  306. 7DBC3B421711FC6C00DCF688 /* VLCAboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAboutViewController.m; sourceTree = "<group>"; };
  307. 7DBC3B431711FC6C00DCF688 /* VLCAboutViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCAboutViewController~iphone.xib"; path = "../Resources/VLCAboutViewController~iphone.xib"; sourceTree = "<group>"; };
  308. 7DBC3B48171204EC00DCF688 /* About Contents.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "About Contents.txt"; sourceTree = "<group>"; };
  309. 7DC87AEC17412A1F009DC250 /* VLCLinearProgressIndicator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCLinearProgressIndicator.h; sourceTree = "<group>"; };
  310. 7DC87AED17412A1F009DC250 /* VLCLinearProgressIndicator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCLinearProgressIndicator.m; sourceTree = "<group>"; };
  311. 7DC87AEF17413634009DC250 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
  312. 7DC87AF017413A17009DC250 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
  313. 7DC87AF117413EE3009DC250 /* VLCPlaylistGridView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = VLCPlaylistGridView.xib; path = ../Resources/VLCPlaylistGridView.xib; sourceTree = "<group>"; };
  314. 7DDD0428172D98E5005A7B10 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  315. 7DE480CF173FEA30003613E0 /* VLCCircularProgressIndicator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCCircularProgressIndicator.h; sourceTree = "<group>"; };
  316. 7DE480D0173FEA30003613E0 /* VLCCircularProgressIndicator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCCircularProgressIndicator.m; sourceTree = "<group>"; };
  317. A7035BBD174519600057DFA7 /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; path = iTunesArtwork; sourceTree = "<group>"; };
  318. A7035BC117451D4A0057DFA7 /* Aspen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen.png; sourceTree = "<group>"; };
  319. A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMediaLibraryKit.a; path = External/MediaLibraryKit/libMediaLibraryKit.a; sourceTree = "<group>"; };
  320. A7924698170F0ED20036AAF2 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  321. A7924699170F0ED20036AAF2 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
  322. A792469A170F0ED20036AAF2 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
  323. A79246BC170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCPlaylistViewController~ipad.xib"; path = "Resources/VLCPlaylistViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
  324. A79246BD170F114E0036AAF2 /* VLCMovieViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCMovieViewController~iphone.xib"; path = "Resources/VLCMovieViewController~iphone.xib"; sourceTree = SOURCE_ROOT; };
  325. A79246BE170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = VLCPlaylistTableViewCell.xib; path = Resources/VLCPlaylistTableViewCell.xib; sourceTree = SOURCE_ROOT; };
  326. A79246C0170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCPlaylistViewController~iphone.xib"; path = "Resources/VLCPlaylistViewController~iphone.xib"; sourceTree = SOURCE_ROOT; };
  327. A79246C7170F11DF0036AAF2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  328. A79246C9170F11E40036AAF2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
  329. A7CB0DAD1716F72600050CF3 /* PlayingExternally@2x~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally@2x~iphone.png"; sourceTree = "<group>"; };
  330. A7CB0DAE1716F72600050CF3 /* PlayingExternally~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally~iphone.png"; sourceTree = "<group>"; };
  331. A7CB0DAF1716F72600050CF3 /* PlayingExternally~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally~ipad.png"; sourceTree = "<group>"; };
  332. A7CB0DB01716F72600050CF3 /* PlayingExternally@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally@2x~ipad.png"; sourceTree = "<group>"; };
  333. A7DA16CF171083DF00D6FED9 /* VLCExternalDisplayController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCExternalDisplayController.h; sourceTree = "<group>"; };
  334. A7DA16D0171083DF00D6FED9 /* VLCExternalDisplayController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExternalDisplayController.m; sourceTree = "<group>"; };
  335. A7FF9F3D17428C1900999819 /* DeleteButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeleteButton.png; sourceTree = "<group>"; };
  336. A7FF9F3F17428C3800999819 /* DeleteButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DeleteButton@2x.png"; sourceTree = "<group>"; };
  337. CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMobileVLCKit.a; path = External/MobileVLCKit/libMobileVLCKit.a; sourceTree = "<group>"; };
  338. CC1BBC421704935E00A20CBF /* MediaLibrary.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = MediaLibrary.mom; path = External/MediaLibraryKit/MediaLibrary.mom; sourceTree = "<group>"; };
  339. CC1BBC451704938300A20CBF /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
  340. CC1BBC471704938B00A20CBF /* libstdc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libstdc++.dylib"; path = "usr/lib/libstdc++.dylib"; sourceTree = SDKROOT; };
  341. CC1BBC491704939300A20CBF /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  342. CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
  343. CC1BBC4D170493A300A20CBF /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; };
  344. CC1BBC4F170493AA00A20CBF /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
  345. CC1BBC51170493B100A20CBF /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  346. CC1BBC53170493B800A20CBF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  347. CC1BBC55170493C100A20CBF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  348. CC1BBC57170493E100A20CBF /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  349. /* End PBXFileReference section */
  350. /* Begin PBXFrameworksBuildPhase section */
  351. 7D94FCD816DE7D1000F2623B /* Frameworks */ = {
  352. isa = PBXFrameworksBuildPhase;
  353. buildActionMask = 2147483647;
  354. files = (
  355. 7D3EB014174A353E002062C2 /* SystemConfiguration.framework in Frameworks */,
  356. 293DF2F417494F8200BB880F /* DropboxSDK.framework in Frameworks */,
  357. 2915544317490D4A00B86CAD /* Security.framework in Frameworks */,
  358. 7DDD0429172D98E5005A7B10 /* CFNetwork.framework in Frameworks */,
  359. CC1BBC58170493E100A20CBF /* CoreData.framework in Frameworks */,
  360. CC1BBC56170493C100A20CBF /* QuartzCore.framework in Frameworks */,
  361. CC1BBC54170493B800A20CBF /* AudioToolbox.framework in Frameworks */,
  362. CC1BBC52170493B100A20CBF /* OpenGLES.framework in Frameworks */,
  363. CC1BBC50170493AA00A20CBF /* libxml2.dylib in Frameworks */,
  364. CC1BBC4E170493A300A20CBF /* libbz2.dylib in Frameworks */,
  365. CC1BBC4C1704939B00A20CBF /* libsqlite3.dylib in Frameworks */,
  366. CC1BBC481704938B00A20CBF /* libstdc++.dylib in Frameworks */,
  367. CC1BBC461704938300A20CBF /* libiconv.dylib in Frameworks */,
  368. CC1BBC3F1704934300A20CBF /* libMobileVLCKit.a in Frameworks */,
  369. 7D94FCDF16DE7D1000F2623B /* UIKit.framework in Frameworks */,
  370. 7D94FCE116DE7D1000F2623B /* Foundation.framework in Frameworks */,
  371. 7D94FCE316DE7D1000F2623B /* CoreGraphics.framework in Frameworks */,
  372. A7924696170F0BA90036AAF2 /* libMediaLibraryKit.a in Frameworks */,
  373. );
  374. runOnlyForDeploymentPostprocessing = 0;
  375. };
  376. /* End PBXFrameworksBuildPhase section */
  377. /* Begin PBXGroup section */
  378. 29125E5317492219003F03E5 /* web */ = {
  379. isa = PBXGroup;
  380. children = (
  381. 29125E5417492219003F03E5 /* index.html */,
  382. 29125E5517492219003F03E5 /* upload.html */,
  383. );
  384. path = web;
  385. sourceTree = "<group>";
  386. };
  387. 291553E817490A0400B86CAD /* CocoaHTTPServer */ = {
  388. isa = PBXGroup;
  389. children = (
  390. 2915542C17490B9C00B86CAD /* Responses */,
  391. 2915543917490B9C00B86CAD /* WebSocket.h */,
  392. 2915543A17490B9C00B86CAD /* WebSocket.m */,
  393. 2915540B17490A9C00B86CAD /* CocoaAsyncSocket */,
  394. 2915540F17490A9C00B86CAD /* CocoaLumberjack */,
  395. 291553E917490A1E00B86CAD /* Categories */,
  396. 291553F017490A1E00B86CAD /* HTTPAuthenticationRequest.h */,
  397. 291553F117490A1E00B86CAD /* HTTPAuthenticationRequest.m */,
  398. 291553F217490A1E00B86CAD /* HTTPConnection.h */,
  399. 291553F317490A1E00B86CAD /* HTTPConnection.m */,
  400. 291553F417490A1E00B86CAD /* HTTPLogging.h */,
  401. 291553F517490A1E00B86CAD /* HTTPMessage.h */,
  402. 291553F617490A1E00B86CAD /* HTTPMessage.m */,
  403. 291553F717490A1E00B86CAD /* HTTPResponse.h */,
  404. 291553F817490A1E00B86CAD /* HTTPServer.h */,
  405. 291553F917490A1E00B86CAD /* HTTPServer.m */,
  406. 291553FA17490A1E00B86CAD /* Mime */,
  407. );
  408. name = CocoaHTTPServer;
  409. sourceTree = "<group>";
  410. };
  411. 291553E917490A1E00B86CAD /* Categories */ = {
  412. isa = PBXGroup;
  413. children = (
  414. 291553EA17490A1E00B86CAD /* DDData.h */,
  415. 291553EB17490A1E00B86CAD /* DDData.m */,
  416. 291553EC17490A1E00B86CAD /* DDNumber.h */,
  417. 291553ED17490A1E00B86CAD /* DDNumber.m */,
  418. 291553EE17490A1E00B86CAD /* DDRange.h */,
  419. 291553EF17490A1E00B86CAD /* DDRange.m */,
  420. );
  421. name = Categories;
  422. path = ImportedSources/CocoaHTTPServer/Core/Categories;
  423. sourceTree = SOURCE_ROOT;
  424. };
  425. 291553FA17490A1E00B86CAD /* Mime */ = {
  426. isa = PBXGroup;
  427. children = (
  428. 291553FB17490A1E00B86CAD /* MultipartFormDataParser.h */,
  429. 291553FC17490A1E00B86CAD /* MultipartFormDataParser.m */,
  430. 291553FD17490A1E00B86CAD /* MultipartMessageHeader.h */,
  431. 291553FE17490A1E00B86CAD /* MultipartMessageHeader.m */,
  432. 291553FF17490A1E00B86CAD /* MultipartMessageHeaderField.h */,
  433. 2915540017490A1E00B86CAD /* MultipartMessageHeaderField.m */,
  434. );
  435. name = Mime;
  436. path = ImportedSources/CocoaHTTPServer/Core/Mime;
  437. sourceTree = SOURCE_ROOT;
  438. };
  439. 2915540B17490A9C00B86CAD /* CocoaAsyncSocket */ = {
  440. isa = PBXGroup;
  441. children = (
  442. 2915540D17490A9C00B86CAD /* GCDAsyncSocket.h */,
  443. 2915540E17490A9C00B86CAD /* GCDAsyncSocket.m */,
  444. );
  445. name = CocoaAsyncSocket;
  446. path = ImportedSources/CocoaHTTPServer/Vendor/CocoaAsyncSocket;
  447. sourceTree = SOURCE_ROOT;
  448. };
  449. 2915540F17490A9C00B86CAD /* CocoaLumberjack */ = {
  450. isa = PBXGroup;
  451. children = (
  452. 2915541017490A9C00B86CAD /* About.txt */,
  453. 2915541117490A9C00B86CAD /* DDAbstractDatabaseLogger.h */,
  454. 2915541217490A9C00B86CAD /* DDAbstractDatabaseLogger.m */,
  455. 2915541317490A9C00B86CAD /* DDASLLogger.h */,
  456. 2915541417490A9C00B86CAD /* DDASLLogger.m */,
  457. 2915541517490A9C00B86CAD /* DDFileLogger.h */,
  458. 2915541617490A9C00B86CAD /* DDFileLogger.m */,
  459. 2915541717490A9C00B86CAD /* DDLog.h */,
  460. 2915541817490A9C00B86CAD /* DDLog.m */,
  461. 2915541917490A9C00B86CAD /* DDTTYLogger.h */,
  462. 2915541A17490A9C00B86CAD /* DDTTYLogger.m */,
  463. 2915541B17490A9C00B86CAD /* Extensions */,
  464. );
  465. name = CocoaLumberjack;
  466. path = ImportedSources/CocoaHTTPServer/Vendor/CocoaLumberjack;
  467. sourceTree = SOURCE_ROOT;
  468. };
  469. 2915541B17490A9C00B86CAD /* Extensions */ = {
  470. isa = PBXGroup;
  471. children = (
  472. 2915541C17490A9C00B86CAD /* ContextFilterLogFormatter.h */,
  473. 2915541D17490A9C00B86CAD /* ContextFilterLogFormatter.m */,
  474. 2915541E17490A9C00B86CAD /* DispatchQueueLogFormatter.h */,
  475. 2915541F17490A9C00B86CAD /* DispatchQueueLogFormatter.m */,
  476. 2915542017490A9C00B86CAD /* README.txt */,
  477. );
  478. path = Extensions;
  479. sourceTree = "<group>";
  480. };
  481. 2915542C17490B9C00B86CAD /* Responses */ = {
  482. isa = PBXGroup;
  483. children = (
  484. 2915542D17490B9C00B86CAD /* HTTPAsyncFileResponse.h */,
  485. 2915542E17490B9C00B86CAD /* HTTPAsyncFileResponse.m */,
  486. 2915542F17490B9C00B86CAD /* HTTPDataResponse.h */,
  487. 2915543017490B9C00B86CAD /* HTTPDataResponse.m */,
  488. 2915543117490B9C00B86CAD /* HTTPDynamicFileResponse.h */,
  489. 2915543217490B9C00B86CAD /* HTTPDynamicFileResponse.m */,
  490. 2915543317490B9C00B86CAD /* HTTPErrorResponse.h */,
  491. 2915543417490B9C00B86CAD /* HTTPErrorResponse.m */,
  492. 2915543517490B9C00B86CAD /* HTTPFileResponse.h */,
  493. 2915543617490B9C00B86CAD /* HTTPFileResponse.m */,
  494. 2915543717490B9C00B86CAD /* HTTPRedirectResponse.h */,
  495. 2915543817490B9C00B86CAD /* HTTPRedirectResponse.m */,
  496. );
  497. name = Responses;
  498. path = ImportedSources/CocoaHTTPServer/Core/Responses;
  499. sourceTree = SOURCE_ROOT;
  500. };
  501. 7D10BC651743F9A100DA7059 /* External Playback */ = {
  502. isa = PBXGroup;
  503. children = (
  504. A7CB0DAD1716F72600050CF3 /* PlayingExternally@2x~iphone.png */,
  505. A7CB0DAE1716F72600050CF3 /* PlayingExternally~iphone.png */,
  506. A7CB0DAF1716F72600050CF3 /* PlayingExternally~ipad.png */,
  507. A7CB0DB01716F72600050CF3 /* PlayingExternally@2x~ipad.png */,
  508. );
  509. name = "External Playback";
  510. sourceTree = "<group>";
  511. };
  512. 7D10BC661743F9AC00DA7059 /* Library View */ = {
  513. isa = PBXGroup;
  514. children = (
  515. A7FF9F3D17428C1900999819 /* DeleteButton.png */,
  516. A7FF9F3F17428C3800999819 /* DeleteButton@2x.png */,
  517. );
  518. name = "Library View";
  519. sourceTree = "<group>";
  520. };
  521. 7D10BC671743F9BA00DA7059 /* Launch Screen */ = {
  522. isa = PBXGroup;
  523. children = (
  524. A7924698170F0ED20036AAF2 /* Default-568h@2x.png */,
  525. A7924699170F0ED20036AAF2 /* Default.png */,
  526. A792469A170F0ED20036AAF2 /* Default@2x.png */,
  527. );
  528. name = "Launch Screen";
  529. sourceTree = "<group>";
  530. };
  531. 7D10BC681743F9C300DA7059 /* Playback Controls */ = {
  532. isa = PBXGroup;
  533. children = (
  534. 7D6BA1101748EA8300C0E203 /* playback_background.png */,
  535. 7D6BA1111748EA8300C0E203 /* playback_background@2x.png */,
  536. 7D10BC6A1743FA0F00DA7059 /* audio.png */,
  537. 7D10BC6B1743FA0F00DA7059 /* audio@2x.png */,
  538. 7D10BC6C1743FA0F00DA7059 /* backward.png */,
  539. 7D10BC6D1743FA0F00DA7059 /* backward@2x.png */,
  540. 7D10BC6E1743FA0F00DA7059 /* forward.png */,
  541. 7D10BC6F1743FA0F00DA7059 /* forward@2x.png */,
  542. 7D10BC701743FA0F00DA7059 /* pause.png */,
  543. 7D10BC711743FA0F00DA7059 /* pause@2x.png */,
  544. 7D10BC721743FA0F00DA7059 /* play.png */,
  545. 7D10BC731743FA0F00DA7059 /* play@2x.png */,
  546. 7D10BC741743FA0F00DA7059 /* subtitles.png */,
  547. 7D10BC751743FA0F00DA7059 /* subtitles@2x.png */,
  548. );
  549. name = "Playback Controls";
  550. sourceTree = "<group>";
  551. };
  552. 7D10BC691743F9CB00DA7059 /* Filters and stuff */ = {
  553. isa = PBXGroup;
  554. children = (
  555. 7D10BC961743FE7B00DA7059 /* aspectratio.png */,
  556. 7D10BC971743FE7B00DA7059 /* aspectratio@2x.png */,
  557. 7D10BC981743FE7B00DA7059 /* crop.png */,
  558. 7D10BC991743FE7B00DA7059 /* crop@2x.png */,
  559. 7D10BC9A1743FE7B00DA7059 /* effects.png */,
  560. 7D10BC9B1743FE7B00DA7059 /* effects@2x.png */,
  561. 7D10BC9C1743FE7B00DA7059 /* reset.png */,
  562. 7D10BC9D1743FE7B00DA7059 /* reset@2x.png */,
  563. 7D10BC9E1743FE7B00DA7059 /* speed.png */,
  564. 7D10BC9F1743FE7B00DA7059 /* speed@2x.png */,
  565. );
  566. name = "Filters and stuff";
  567. path = ../AspenProject;
  568. sourceTree = "<group>";
  569. };
  570. 7D31CF061746AEF2005997E0 /* UI Elements */ = {
  571. isa = PBXGroup;
  572. children = (
  573. 7DE480CF173FEA30003613E0 /* VLCCircularProgressIndicator.h */,
  574. 7DE480D0173FEA30003613E0 /* VLCCircularProgressIndicator.m */,
  575. 7DC87AEC17412A1F009DC250 /* VLCLinearProgressIndicator.h */,
  576. 7DC87AED17412A1F009DC250 /* VLCLinearProgressIndicator.m */,
  577. 7D31CF071746AF09005997E0 /* VLCStatusLabel.h */,
  578. 7D31CF081746AF09005997E0 /* VLCStatusLabel.m */,
  579. );
  580. name = "UI Elements";
  581. sourceTree = "<group>";
  582. };
  583. 7D6B07A31716C9A6003280C4 /* OBSlider */ = {
  584. isa = PBXGroup;
  585. children = (
  586. 7DADC55D1704FABF001DAC63 /* OBSlider.h */,
  587. 7DADC55E1704FABF001DAC63 /* OBSlider.m */,
  588. );
  589. name = OBSlider;
  590. sourceTree = "<group>";
  591. };
  592. 7D6B07A41716C9AD003280C4 /* AQGridView */ = {
  593. isa = PBXGroup;
  594. children = (
  595. 7D6B07A51716C9B8003280C4 /* AQGridView.h */,
  596. 7D6B07A61716C9B8003280C4 /* AQGridView.m */,
  597. 7D6B07A71716C9B8003280C4 /* AQGridView+CellLayout.h */,
  598. 7D6B07A81716C9B8003280C4 /* AQGridView+CellLocationDelegation.h */,
  599. 7D6B07A91716C9B8003280C4 /* AQGridViewAnimatorItem.h */,
  600. 7D6B07AA1716C9B8003280C4 /* AQGridViewAnimatorItem.m */,
  601. 7D6B07AB1716C9B8003280C4 /* AQGridViewCell.h */,
  602. 7D6B07AC1716C9B8003280C4 /* AQGridViewCell.m */,
  603. 7D6B07AD1716C9B8003280C4 /* AQGridViewCell+AQGridViewCellPrivate.h */,
  604. 7D6B07AE1716C9B8003280C4 /* AQGridViewController.h */,
  605. 7D6B07AF1716C9B8003280C4 /* AQGridViewController.m */,
  606. 7D6B07B01716C9B8003280C4 /* AQGridViewData.h */,
  607. 7D6B07B11716C9B8003280C4 /* AQGridViewData.m */,
  608. 7D6B07B21716C9B8003280C4 /* AQGridViewUpdateInfo.h */,
  609. 7D6B07B31716C9B8003280C4 /* AQGridViewUpdateInfo.m */,
  610. 7D6B07B41716C9B8003280C4 /* AQGridViewUpdateItem.h */,
  611. 7D6B07B51716C9B8003280C4 /* AQGridViewUpdateItem.m */,
  612. 7D6B07B61716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.h */,
  613. 7D6B07B71716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m */,
  614. 7D6B07B81716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.h */,
  615. 7D6B07B91716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m */,
  616. 7D6B07BA1716C9B8003280C4 /* UIColor+AQGridView.h */,
  617. 7D6B07BB1716C9B8003280C4 /* UIColor+AQGridView.m */,
  618. );
  619. name = AQGridView;
  620. sourceTree = "<group>";
  621. };
  622. 7D94FCD216DE7D1000F2623B = {
  623. isa = PBXGroup;
  624. children = (
  625. 7D94FCE416DE7D1000F2623B /* AspenProject */,
  626. CC1BBC441704936500A20CBF /* External VLC Libraries */,
  627. 7D94FCDD16DE7D1000F2623B /* Frameworks */,
  628. 7D94FCDC16DE7D1000F2623B /* Products */,
  629. );
  630. sourceTree = "<group>";
  631. };
  632. 7D94FCDC16DE7D1000F2623B /* Products */ = {
  633. isa = PBXGroup;
  634. children = (
  635. 7D94FCDB16DE7D1000F2623B /* VLC for iOS.app */,
  636. );
  637. name = Products;
  638. sourceTree = "<group>";
  639. };
  640. 7D94FCDD16DE7D1000F2623B /* Frameworks */ = {
  641. isa = PBXGroup;
  642. children = (
  643. 7D3EB013174A353E002062C2 /* SystemConfiguration.framework */,
  644. 7D05ADEA174945CE0087550C /* DropboxSDK.framework */,
  645. 2915544217490D4A00B86CAD /* Security.framework */,
  646. 7DDD0428172D98E5005A7B10 /* CFNetwork.framework */,
  647. CC1BBC57170493E100A20CBF /* CoreData.framework */,
  648. CC1BBC55170493C100A20CBF /* QuartzCore.framework */,
  649. CC1BBC53170493B800A20CBF /* AudioToolbox.framework */,
  650. CC1BBC51170493B100A20CBF /* OpenGLES.framework */,
  651. CC1BBC4F170493AA00A20CBF /* libxml2.dylib */,
  652. CC1BBC4D170493A300A20CBF /* libbz2.dylib */,
  653. CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */,
  654. CC1BBC491704939300A20CBF /* libz.dylib */,
  655. CC1BBC471704938B00A20CBF /* libstdc++.dylib */,
  656. CC1BBC451704938300A20CBF /* libiconv.dylib */,
  657. 7D94FCDE16DE7D1000F2623B /* UIKit.framework */,
  658. 7D94FCE016DE7D1000F2623B /* Foundation.framework */,
  659. 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */,
  660. );
  661. name = Frameworks;
  662. sourceTree = "<group>";
  663. };
  664. 7D94FCE416DE7D1000F2623B /* AspenProject */ = {
  665. isa = PBXGroup;
  666. children = (
  667. 7D6B08BB174A72A900A05173 /* VLCConstants.h */,
  668. 7D94FCED16DE7D1000F2623B /* VLCAppDelegate.h */,
  669. 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */,
  670. 7D94FCF616DE7D1100F2623B /* VLCPlaylistViewController.h */,
  671. 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */,
  672. 7DBC3B411711FC6C00DCF688 /* VLCAboutViewController.h */,
  673. 7DBC3B421711FC6C00DCF688 /* VLCAboutViewController.m */,
  674. 7D94FCF916DE7D1100F2623B /* VLCMovieViewController.h */,
  675. 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */,
  676. 7DA62099170A0CE500643D11 /* VLCPlaylistTableViewCell.h */,
  677. 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */,
  678. 7D6B07F51716D45B003280C4 /* VLCPlaylistGridView.h */,
  679. 7D6B07F61716D45B003280C4 /* VLCPlaylistGridView.m */,
  680. 29CE2D41174912C600922D8F /* VLCHTTPUploaderController.h */,
  681. 29CE2D42174912C600922D8F /* VLCHTTPUploaderController.m */,
  682. A7DA16CF171083DF00D6FED9 /* VLCExternalDisplayController.h */,
  683. A7DA16D0171083DF00D6FED9 /* VLCExternalDisplayController.m */,
  684. 7D6BA1141748EFE100C0E203 /* VLCAddMediaViewController.h */,
  685. 7D6BA1151748EFE100C0E203 /* VLCAddMediaViewController.m */,
  686. 7D3EB015174A46FB002062C2 /* VLCHTTPFileDownloader.h */,
  687. 7D3EB016174A46FB002062C2 /* VLCHTTPFileDownloader.m */,
  688. 7D6BA10B1747F26300C0E203 /* VLCPasscodeLockViewController.h */,
  689. 7D6BA10C1747F26300C0E203 /* VLCPasscodeLockViewController.m */,
  690. 7D6BA11B17491F5F00C0E203 /* VLCSettingsViewController.h */,
  691. 7D6BA11C17491F5F00C0E203 /* VLCSettingsViewController.m */,
  692. 7D31CF061746AEF2005997E0 /* UI Elements */,
  693. 7DADC5601704FACC001DAC63 /* Imported */,
  694. 7DADC55C1704FAA8001DAC63 /* XIBs */,
  695. A7924697170F0ED20036AAF2 /* Resources */,
  696. 7D94FCE516DE7D1000F2623B /* Supporting Files */,
  697. );
  698. path = AspenProject;
  699. sourceTree = "<group>";
  700. };
  701. 7D94FCE516DE7D1000F2623B /* Supporting Files */ = {
  702. isa = PBXGroup;
  703. children = (
  704. 7D94FCE616DE7D1000F2623B /* VLC for iOS-Info.plist */,
  705. 7D94FCEA16DE7D1000F2623B /* main.m */,
  706. 7D94FCEC16DE7D1000F2623B /* VLC for iOS-Prefix.pch */,
  707. );
  708. name = "Supporting Files";
  709. sourceTree = "<group>";
  710. };
  711. 7DADC55C1704FAA8001DAC63 /* XIBs */ = {
  712. isa = PBXGroup;
  713. children = (
  714. 7DBC3B431711FC6C00DCF688 /* VLCAboutViewController~iphone.xib */,
  715. 7D9529521732EFCA006F5B40 /* VLCAboutViewController~ipad.xib */,
  716. 7D6BA1161748EFE100C0E203 /* VLCAddMediaViewController~ipad.xib */,
  717. 7D6BA119174911C200C0E203 /* VLCAddMediaViewController~iphone.xib */,
  718. 7D6BA11D17491F5F00C0E203 /* VLCSettingsViewController.xib */,
  719. A79246BD170F114E0036AAF2 /* VLCMovieViewController~iphone.xib */,
  720. A79246C0170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib */,
  721. A79246BC170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib */,
  722. A79246BE170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib */,
  723. 7DC87AF117413EE3009DC250 /* VLCPlaylistGridView.xib */,
  724. 7D33D41517182615008AF0E0 /* VLCMovieViewController~ipad.xib */,
  725. 7D6BA10D1747F26300C0E203 /* VLCPasscodeLockViewController.xib */,
  726. );
  727. name = XIBs;
  728. sourceTree = "<group>";
  729. };
  730. 7DADC5601704FACC001DAC63 /* Imported */ = {
  731. isa = PBXGroup;
  732. children = (
  733. 7D3EB010174A3530002062C2 /* Reachability.h */,
  734. 7D3EB011174A3530002062C2 /* Reachability.m */,
  735. 291553E817490A0400B86CAD /* CocoaHTTPServer */,
  736. 7D6B07A41716C9AD003280C4 /* AQGridView */,
  737. 7D6B07A31716C9A6003280C4 /* OBSlider */,
  738. );
  739. name = Imported;
  740. sourceTree = "<group>";
  741. };
  742. 7DBC3B3C1711DD1E00DCF688 /* Icons */ = {
  743. isa = PBXGroup;
  744. children = (
  745. 7D3EAFF9174A265C002062C2 /* vlcetix57.png */,
  746. 7D3EAFFA174A265C002062C2 /* vlcetix72.png */,
  747. 7D3EAFFB174A265C002062C2 /* vlcetix114.png */,
  748. 7D3EAFFC174A265C002062C2 /* vlcetix144.png */,
  749. 7D3EAFF7174A2651002062C2 /* vlcetix512.png */,
  750. 7D3EB00A174A280C002062C2 /* vlcetix1024.png */,
  751. A7035BC117451D4A0057DFA7 /* Aspen.png */,
  752. 7DBC3B341711DC1200DCF688 /* Aspen72.png */,
  753. 7DBC3B361711DCAB00DCF688 /* Aspen144.png */,
  754. 7DBC3B3A1711DD0900DCF688 /* Aspen57.png */,
  755. 7DBC3B381711DD0200DCF688 /* Aspen114.png */,
  756. );
  757. name = Icons;
  758. sourceTree = "<group>";
  759. };
  760. A7924697170F0ED20036AAF2 /* Resources */ = {
  761. isa = PBXGroup;
  762. children = (
  763. 29125E5317492219003F03E5 /* web */,
  764. A7035BBD174519600057DFA7 /* iTunesArtwork */,
  765. 7D10BC691743F9CB00DA7059 /* Filters and stuff */,
  766. 7D10BC681743F9C300DA7059 /* Playback Controls */,
  767. 7DA8B0F9173318E80029698C /* SourceCodePro-Regular.ttf */,
  768. 7DA8B0FA173318E80029698C /* SourceSansPro-Regular.ttf */,
  769. 7DBC3B48171204EC00DCF688 /* About Contents.txt */,
  770. 7DBC3B3C1711DD1E00DCF688 /* Icons */,
  771. A79246C6170F11DF0036AAF2 /* Localizable.strings */,
  772. 7D10BC651743F9A100DA7059 /* External Playback */,
  773. 7D10BC671743F9BA00DA7059 /* Launch Screen */,
  774. 7D10BC661743F9AC00DA7059 /* Library View */,
  775. );
  776. path = Resources;
  777. sourceTree = SOURCE_ROOT;
  778. };
  779. CC1BBC441704936500A20CBF /* External VLC Libraries */ = {
  780. isa = PBXGroup;
  781. children = (
  782. A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */,
  783. CC1BBC421704935E00A20CBF /* MediaLibrary.mom */,
  784. CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */,
  785. );
  786. name = "External VLC Libraries";
  787. sourceTree = "<group>";
  788. };
  789. /* End PBXGroup section */
  790. /* Begin PBXNativeTarget section */
  791. 7D94FCDA16DE7D1000F2623B /* vlc-ios */ = {
  792. isa = PBXNativeTarget;
  793. buildConfigurationList = 7D94FD0A16DE7D1100F2623B /* Build configuration list for PBXNativeTarget "vlc-ios" */;
  794. buildPhases = (
  795. 7D94FCD716DE7D1000F2623B /* Sources */,
  796. 7D94FCD816DE7D1000F2623B /* Frameworks */,
  797. 7D94FCD916DE7D1000F2623B /* Resources */,
  798. );
  799. buildRules = (
  800. );
  801. dependencies = (
  802. );
  803. name = "vlc-ios";
  804. productName = AspenProject;
  805. productReference = 7D94FCDB16DE7D1000F2623B /* VLC for iOS.app */;
  806. productType = "com.apple.product-type.application";
  807. };
  808. /* End PBXNativeTarget section */
  809. /* Begin PBXProject section */
  810. 7D94FCD316DE7D1000F2623B /* Project object */ = {
  811. isa = PBXProject;
  812. attributes = {
  813. CLASSPREFIX = VLC;
  814. LastUpgradeCheck = 0460;
  815. ORGANIZATIONNAME = VideoLAN;
  816. };
  817. buildConfigurationList = 7D94FCD616DE7D1000F2623B /* Build configuration list for PBXProject "VLC for iOS" */;
  818. compatibilityVersion = "Xcode 3.2";
  819. developmentRegion = English;
  820. hasScannedForEncodings = 0;
  821. knownRegions = (
  822. en,
  823. ru,
  824. de,
  825. fr,
  826. );
  827. mainGroup = 7D94FCD216DE7D1000F2623B;
  828. productRefGroup = 7D94FCDC16DE7D1000F2623B /* Products */;
  829. projectDirPath = "";
  830. projectRoot = "";
  831. targets = (
  832. 7D94FCDA16DE7D1000F2623B /* vlc-ios */,
  833. );
  834. };
  835. /* End PBXProject section */
  836. /* Begin PBXResourcesBuildPhase section */
  837. 7D94FCD916DE7D1000F2623B /* Resources */ = {
  838. isa = PBXResourcesBuildPhase;
  839. buildActionMask = 2147483647;
  840. files = (
  841. CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */,
  842. A79246A7170F0ED20036AAF2 /* Default-568h@2x.png in Resources */,
  843. A79246A8170F0ED20036AAF2 /* Default.png in Resources */,
  844. A79246A9170F0ED20036AAF2 /* Default@2x.png in Resources */,
  845. A79246C1170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib in Resources */,
  846. A79246C2170F114E0036AAF2 /* VLCMovieViewController~iphone.xib in Resources */,
  847. A79246C3170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib in Resources */,
  848. A79246C5170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib in Resources */,
  849. A79246C8170F11DF0036AAF2 /* Localizable.strings in Resources */,
  850. 7DBC3B351711DC1200DCF688 /* Aspen72.png in Resources */,
  851. 7DBC3B371711DCAB00DCF688 /* Aspen144.png in Resources */,
  852. 7DBC3B391711DD0200DCF688 /* Aspen114.png in Resources */,
  853. 7DBC3B3B1711DD0900DCF688 /* Aspen57.png in Resources */,
  854. 7DBC3B451711FC6C00DCF688 /* VLCAboutViewController~iphone.xib in Resources */,
  855. 7DBC3B49171204ED00DCF688 /* About Contents.txt in Resources */,
  856. A7CB0DB11716F72600050CF3 /* PlayingExternally@2x~iphone.png in Resources */,
  857. A7CB0DB21716F72600050CF3 /* PlayingExternally~iphone.png in Resources */,
  858. A7CB0DB31716F72600050CF3 /* PlayingExternally~ipad.png in Resources */,
  859. A7CB0DB41716F72600050CF3 /* PlayingExternally@2x~ipad.png in Resources */,
  860. 7D33D41617182615008AF0E0 /* VLCMovieViewController~ipad.xib in Resources */,
  861. 7D9529531732EFCA006F5B40 /* VLCAboutViewController~ipad.xib in Resources */,
  862. 7DA8B0FB173318E80029698C /* SourceCodePro-Regular.ttf in Resources */,
  863. 7DA8B0FC173318E80029698C /* SourceSansPro-Regular.ttf in Resources */,
  864. 7DC87AF217413EE3009DC250 /* VLCPlaylistGridView.xib in Resources */,
  865. A7FF9F3E17428C1900999819 /* DeleteButton.png in Resources */,
  866. A7FF9F4017428C3800999819 /* DeleteButton@2x.png in Resources */,
  867. 7D10BC761743FA0F00DA7059 /* audio.png in Resources */,
  868. 7D10BC771743FA0F00DA7059 /* audio@2x.png in Resources */,
  869. 7D10BC781743FA0F00DA7059 /* backward.png in Resources */,
  870. 7D10BC791743FA0F00DA7059 /* backward@2x.png in Resources */,
  871. 7D10BC7A1743FA0F00DA7059 /* forward.png in Resources */,
  872. 7D10BC7B1743FA0F00DA7059 /* forward@2x.png in Resources */,
  873. 7D10BC7C1743FA0F00DA7059 /* pause.png in Resources */,
  874. 7D10BC7D1743FA0F00DA7059 /* pause@2x.png in Resources */,
  875. 7D10BC7E1743FA0F00DA7059 /* play.png in Resources */,
  876. 7D10BC7F1743FA0F00DA7059 /* play@2x.png in Resources */,
  877. 7D10BC801743FA0F00DA7059 /* subtitles.png in Resources */,
  878. 7D10BC811743FA0F00DA7059 /* subtitles@2x.png in Resources */,
  879. 7D10BCA01743FE7B00DA7059 /* aspectratio.png in Resources */,
  880. 7D10BCA11743FE7B00DA7059 /* aspectratio@2x.png in Resources */,
  881. 7D10BCA21743FE7B00DA7059 /* crop.png in Resources */,
  882. 7D10BCA31743FE7B00DA7059 /* crop@2x.png in Resources */,
  883. 7D10BCA41743FE7B00DA7059 /* effects.png in Resources */,
  884. 7D10BCA51743FE7B00DA7059 /* effects@2x.png in Resources */,
  885. 7D10BCA61743FE7B00DA7059 /* reset.png in Resources */,
  886. 7D10BCA71743FE7B00DA7059 /* reset@2x.png in Resources */,
  887. 7D10BCA81743FE7B00DA7059 /* speed.png in Resources */,
  888. 7D10BCA91743FE7B00DA7059 /* speed@2x.png in Resources */,
  889. A7035BBE174519600057DFA7 /* iTunesArtwork in Resources */,
  890. A7035BC217451D4A0057DFA7 /* Aspen.png in Resources */,
  891. 7D6BA10F1747F26300C0E203 /* VLCPasscodeLockViewController.xib in Resources */,
  892. 7D6BA1121748EA8300C0E203 /* playback_background.png in Resources */,
  893. 7D6BA1131748EA8300C0E203 /* playback_background@2x.png in Resources */,
  894. 2915542317490A9C00B86CAD /* About.txt in Resources */,
  895. 2915542B17490A9C00B86CAD /* README.txt in Resources */,
  896. 7D6BA1181748EFE100C0E203 /* VLCAddMediaViewController~ipad.xib in Resources */,
  897. 7D6BA11A174911C200C0E203 /* VLCAddMediaViewController~iphone.xib in Resources */,
  898. 29125E5617492219003F03E5 /* index.html in Resources */,
  899. 29125E5717492219003F03E5 /* upload.html in Resources */,
  900. 7D6BA11F17491F5F00C0E203 /* VLCSettingsViewController.xib in Resources */,
  901. 7D3EAFF8174A2651002062C2 /* vlcetix512.png in Resources */,
  902. 7D3EAFFD174A265C002062C2 /* vlcetix57.png in Resources */,
  903. 7D3EAFFE174A265C002062C2 /* vlcetix72.png in Resources */,
  904. 7D3EAFFF174A265C002062C2 /* vlcetix114.png in Resources */,
  905. 7D3EB000174A265C002062C2 /* vlcetix144.png in Resources */,
  906. );
  907. runOnlyForDeploymentPostprocessing = 0;
  908. };
  909. /* End PBXResourcesBuildPhase section */
  910. /* Begin PBXSourcesBuildPhase section */
  911. 7D94FCD716DE7D1000F2623B /* Sources */ = {
  912. isa = PBXSourcesBuildPhase;
  913. buildActionMask = 2147483647;
  914. files = (
  915. 7D94FCEB16DE7D1000F2623B /* main.m in Sources */,
  916. 7D94FCEF16DE7D1000F2623B /* VLCAppDelegate.m in Sources */,
  917. 7D94FCF816DE7D1100F2623B /* VLCPlaylistViewController.m in Sources */,
  918. 7D94FCFB16DE7D1100F2623B /* VLCMovieViewController.m in Sources */,
  919. 7DADC55F1704FABF001DAC63 /* OBSlider.m in Sources */,
  920. 7DA6209B170A0CE500643D11 /* VLCPlaylistTableViewCell.m in Sources */,
  921. A7DA16D1171083DF00D6FED9 /* VLCExternalDisplayController.m in Sources */,
  922. 7DBC3B441711FC6C00DCF688 /* VLCAboutViewController.m in Sources */,
  923. 7D6B07BC1716C9B8003280C4 /* AQGridView.m in Sources */,
  924. 7D6B07BD1716C9B8003280C4 /* AQGridViewAnimatorItem.m in Sources */,
  925. 7D6B07BE1716C9B8003280C4 /* AQGridViewCell.m in Sources */,
  926. 7D6B07BF1716C9B8003280C4 /* AQGridViewController.m in Sources */,
  927. 7D6B07C01716C9B8003280C4 /* AQGridViewData.m in Sources */,
  928. 7D6B07C11716C9B8003280C4 /* AQGridViewUpdateInfo.m in Sources */,
  929. 7D6B07C21716C9B8003280C4 /* AQGridViewUpdateItem.m in Sources */,
  930. 7D6B07C31716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m in Sources */,
  931. 7D6B07C41716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m in Sources */,
  932. 7D6B07C51716C9B8003280C4 /* UIColor+AQGridView.m in Sources */,
  933. 7D6B07F71716D45C003280C4 /* VLCPlaylistGridView.m in Sources */,
  934. 7DE480D1173FEA30003613E0 /* VLCCircularProgressIndicator.m in Sources */,
  935. 7DC87AEE17412A1F009DC250 /* VLCLinearProgressIndicator.m in Sources */,
  936. 7D31CF091746AF09005997E0 /* VLCStatusLabel.m in Sources */,
  937. 7D6BA10E1747F26300C0E203 /* VLCPasscodeLockViewController.m in Sources */,
  938. 2915540117490A1E00B86CAD /* DDData.m in Sources */,
  939. 2915540217490A1E00B86CAD /* DDNumber.m in Sources */,
  940. 2915540317490A1E00B86CAD /* DDRange.m in Sources */,
  941. 2915540417490A1E00B86CAD /* HTTPAuthenticationRequest.m in Sources */,
  942. 2915540517490A1E00B86CAD /* HTTPConnection.m in Sources */,
  943. 2915540617490A1E00B86CAD /* HTTPMessage.m in Sources */,
  944. 2915540717490A1E00B86CAD /* HTTPServer.m in Sources */,
  945. 2915540817490A1E00B86CAD /* MultipartFormDataParser.m in Sources */,
  946. 2915540917490A1E00B86CAD /* MultipartMessageHeader.m in Sources */,
  947. 2915540A17490A1E00B86CAD /* MultipartMessageHeaderField.m in Sources */,
  948. 2915542217490A9C00B86CAD /* GCDAsyncSocket.m in Sources */,
  949. 2915542417490A9C00B86CAD /* DDAbstractDatabaseLogger.m in Sources */,
  950. 2915542517490A9C00B86CAD /* DDASLLogger.m in Sources */,
  951. 2915542617490A9C00B86CAD /* DDFileLogger.m in Sources */,
  952. 2915542717490A9C00B86CAD /* DDLog.m in Sources */,
  953. 2915542817490A9C00B86CAD /* DDTTYLogger.m in Sources */,
  954. 2915542917490A9C00B86CAD /* ContextFilterLogFormatter.m in Sources */,
  955. 2915542A17490A9C00B86CAD /* DispatchQueueLogFormatter.m in Sources */,
  956. 2915543B17490B9C00B86CAD /* HTTPAsyncFileResponse.m in Sources */,
  957. 2915543C17490B9C00B86CAD /* HTTPDataResponse.m in Sources */,
  958. 2915543D17490B9C00B86CAD /* HTTPDynamicFileResponse.m in Sources */,
  959. 2915543E17490B9C00B86CAD /* HTTPErrorResponse.m in Sources */,
  960. 2915543F17490B9C00B86CAD /* HTTPFileResponse.m in Sources */,
  961. 2915544017490B9C00B86CAD /* HTTPRedirectResponse.m in Sources */,
  962. 2915544117490B9C00B86CAD /* WebSocket.m in Sources */,
  963. 7D6BA1171748EFE100C0E203 /* VLCAddMediaViewController.m in Sources */,
  964. 29CE2D44174912C600922D8F /* VLCHTTPUploaderController.m in Sources */,
  965. 7D6BA11E17491F5F00C0E203 /* VLCSettingsViewController.m in Sources */,
  966. 7D3EB012174A3530002062C2 /* Reachability.m in Sources */,
  967. 7D3EB017174A46FB002062C2 /* VLCHTTPFileDownloader.m in Sources */,
  968. );
  969. runOnlyForDeploymentPostprocessing = 0;
  970. };
  971. /* End PBXSourcesBuildPhase section */
  972. /* Begin PBXVariantGroup section */
  973. A79246C6170F11DF0036AAF2 /* Localizable.strings */ = {
  974. isa = PBXVariantGroup;
  975. children = (
  976. A79246C7170F11DF0036AAF2 /* en */,
  977. A79246C9170F11E40036AAF2 /* ru */,
  978. 7DC87AEF17413634009DC250 /* de */,
  979. 7DC87AF017413A17009DC250 /* fr */,
  980. );
  981. name = Localizable.strings;
  982. sourceTree = "<group>";
  983. };
  984. /* End PBXVariantGroup section */
  985. /* Begin XCBuildConfiguration section */
  986. 7D94FD0816DE7D1100F2623B /* Debug */ = {
  987. isa = XCBuildConfiguration;
  988. buildSettings = {
  989. ALWAYS_SEARCH_USER_PATHS = NO;
  990. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  991. CLANG_CXX_LIBRARY = "libc++";
  992. CLANG_WARN_CONSTANT_CONVERSION = YES;
  993. CLANG_WARN_EMPTY_BODY = YES;
  994. CLANG_WARN_ENUM_CONVERSION = YES;
  995. CLANG_WARN_INT_CONVERSION = YES;
  996. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  997. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  998. COPY_PHASE_STRIP = NO;
  999. GCC_C_LANGUAGE_STANDARD = gnu99;
  1000. GCC_DYNAMIC_NO_PIC = NO;
  1001. GCC_OPTIMIZATION_LEVEL = 0;
  1002. GCC_PREPROCESSOR_DEFINITIONS = (
  1003. "DEBUG=1",
  1004. "$(inherited)",
  1005. );
  1006. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1007. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1008. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1009. GCC_WARN_UNUSED_VARIABLE = YES;
  1010. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  1011. ONLY_ACTIVE_ARCH = YES;
  1012. SDKROOT = iphoneos;
  1013. TARGETED_DEVICE_FAMILY = "1,2";
  1014. };
  1015. name = Debug;
  1016. };
  1017. 7D94FD0916DE7D1100F2623B /* Release */ = {
  1018. isa = XCBuildConfiguration;
  1019. buildSettings = {
  1020. ALWAYS_SEARCH_USER_PATHS = NO;
  1021. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1022. CLANG_CXX_LIBRARY = "libc++";
  1023. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1024. CLANG_WARN_EMPTY_BODY = YES;
  1025. CLANG_WARN_ENUM_CONVERSION = YES;
  1026. CLANG_WARN_INT_CONVERSION = YES;
  1027. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1028. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1029. COPY_PHASE_STRIP = YES;
  1030. GCC_C_LANGUAGE_STANDARD = gnu99;
  1031. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1032. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1033. GCC_WARN_UNUSED_VARIABLE = YES;
  1034. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  1035. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  1036. SDKROOT = iphoneos;
  1037. TARGETED_DEVICE_FAMILY = "1,2";
  1038. VALIDATE_PRODUCT = YES;
  1039. };
  1040. name = Release;
  1041. };
  1042. 7D94FD0B16DE7D1100F2623B /* Debug */ = {
  1043. isa = XCBuildConfiguration;
  1044. buildSettings = {
  1045. CLANG_ENABLE_OBJC_ARC = YES;
  1046. COPY_PHASE_STRIP = NO;
  1047. DEAD_CODE_STRIPPING = NO;
  1048. EXCLUDED_SOURCE_FILE_NAMES = "";
  1049. FRAMEWORK_SEARCH_PATHS = (
  1050. "$(inherited)",
  1051. "\"$(SRCROOT)/ImportedSources/Dropbox\"",
  1052. );
  1053. GCC_C_LANGUAGE_STANDARD = c99;
  1054. GCC_OPTIMIZATION_LEVEL = 2;
  1055. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1056. GCC_PREFIX_HEADER = "AspenProject/VLC for iOS-Prefix.pch";
  1057. HEADER_SEARCH_PATHS = (
  1058. "$(SRCROOT)/External/MobileVLCKit/include",
  1059. "$(SRCROOT)/External/MediaLibraryKit/include",
  1060. );
  1061. INFOPLIST_FILE = "AspenProject/VLC for iOS-Info.plist";
  1062. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  1063. LIBRARY_SEARCH_PATHS = (
  1064. "$(inherited)",
  1065. "\"$(SRCROOT)/External/MediaLibraryKit\"",
  1066. "\"$(SRCROOT)/External/MobileVLCKit\"",
  1067. );
  1068. ONLY_ACTIVE_ARCH = YES;
  1069. PRODUCT_NAME = "VLC for iOS";
  1070. };
  1071. name = Debug;
  1072. };
  1073. 7D94FD0C16DE7D1100F2623B /* Release */ = {
  1074. isa = XCBuildConfiguration;
  1075. buildSettings = {
  1076. CLANG_ENABLE_OBJC_ARC = YES;
  1077. CODE_SIGN_IDENTITY = "iPhone Distribution";
  1078. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
  1079. COPY_PHASE_STRIP = YES;
  1080. DEAD_CODE_STRIPPING = NO;
  1081. EXCLUDED_SOURCE_FILE_NAMES = "";
  1082. FRAMEWORK_SEARCH_PATHS = (
  1083. "$(inherited)",
  1084. "\"$(SRCROOT)/ImportedSources/Dropbox\"",
  1085. );
  1086. GCC_C_LANGUAGE_STANDARD = c99;
  1087. GCC_OPTIMIZATION_LEVEL = 3;
  1088. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1089. GCC_PREFIX_HEADER = "AspenProject/VLC for iOS-Prefix.pch";
  1090. HEADER_SEARCH_PATHS = (
  1091. "$(SRCROOT)/External/MobileVLCKit/include",
  1092. "$(SRCROOT)/External/MediaLibraryKit/include",
  1093. );
  1094. INFOPLIST_FILE = "AspenProject/VLC for iOS-Info.plist";
  1095. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  1096. LIBRARY_SEARCH_PATHS = (
  1097. "$(inherited)",
  1098. "\"$(SRCROOT)/External/MediaLibraryKit\"",
  1099. "\"$(SRCROOT)/External/MobileVLCKit\"",
  1100. );
  1101. ONLY_ACTIVE_ARCH = NO;
  1102. PRODUCT_NAME = "VLC for iOS";
  1103. PROVISIONING_PROFILE = "";
  1104. "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
  1105. };
  1106. name = Release;
  1107. };
  1108. A7035BBF174519E40057DFA7 /* Distribution */ = {
  1109. isa = XCBuildConfiguration;
  1110. buildSettings = {
  1111. ALWAYS_SEARCH_USER_PATHS = NO;
  1112. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1113. CLANG_CXX_LIBRARY = "libc++";
  1114. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1115. CLANG_WARN_EMPTY_BODY = YES;
  1116. CLANG_WARN_ENUM_CONVERSION = YES;
  1117. CLANG_WARN_INT_CONVERSION = YES;
  1118. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1119. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1120. COPY_PHASE_STRIP = YES;
  1121. GCC_C_LANGUAGE_STANDARD = gnu99;
  1122. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1123. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1124. GCC_WARN_UNUSED_VARIABLE = YES;
  1125. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  1126. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  1127. SDKROOT = iphoneos;
  1128. TARGETED_DEVICE_FAMILY = "1,2";
  1129. VALIDATE_PRODUCT = YES;
  1130. };
  1131. name = Distribution;
  1132. };
  1133. A7035BC0174519E40057DFA7 /* Distribution */ = {
  1134. isa = XCBuildConfiguration;
  1135. buildSettings = {
  1136. CLANG_ENABLE_OBJC_ARC = YES;
  1137. CODE_SIGN_IDENTITY = "iPhone Distribution";
  1138. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
  1139. COPY_PHASE_STRIP = YES;
  1140. DEAD_CODE_STRIPPING = NO;
  1141. EXCLUDED_SOURCE_FILE_NAMES = "iTunesArtwork*";
  1142. FRAMEWORK_SEARCH_PATHS = (
  1143. "$(inherited)",
  1144. "\"$(SRCROOT)/ImportedSources/Dropbox\"",
  1145. );
  1146. GCC_C_LANGUAGE_STANDARD = c99;
  1147. GCC_OPTIMIZATION_LEVEL = 3;
  1148. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  1149. GCC_PREFIX_HEADER = "AspenProject/VLC for iOS-Prefix.pch";
  1150. HEADER_SEARCH_PATHS = (
  1151. "$(SRCROOT)/External/MobileVLCKit/include",
  1152. "$(SRCROOT)/External/MediaLibraryKit/include",
  1153. );
  1154. INFOPLIST_FILE = "AspenProject/VLC for iOS-Info.plist";
  1155. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  1156. LIBRARY_SEARCH_PATHS = (
  1157. "$(inherited)",
  1158. "\"$(SRCROOT)/External/MediaLibraryKit\"",
  1159. "\"$(SRCROOT)/External/MobileVLCKit\"",
  1160. );
  1161. ONLY_ACTIVE_ARCH = NO;
  1162. PRODUCT_NAME = "VLC for iOS";
  1163. PROVISIONING_PROFILE = "";
  1164. "PROVISIONING_PROFILE[sdk=iphoneos*]" = "";
  1165. };
  1166. name = Distribution;
  1167. };
  1168. /* End XCBuildConfiguration section */
  1169. /* Begin XCConfigurationList section */
  1170. 7D94FCD616DE7D1000F2623B /* Build configuration list for PBXProject "VLC for iOS" */ = {
  1171. isa = XCConfigurationList;
  1172. buildConfigurations = (
  1173. 7D94FD0816DE7D1100F2623B /* Debug */,
  1174. 7D94FD0916DE7D1100F2623B /* Release */,
  1175. A7035BBF174519E40057DFA7 /* Distribution */,
  1176. );
  1177. defaultConfigurationIsVisible = 0;
  1178. defaultConfigurationName = Release;
  1179. };
  1180. 7D94FD0A16DE7D1100F2623B /* Build configuration list for PBXNativeTarget "vlc-ios" */ = {
  1181. isa = XCConfigurationList;
  1182. buildConfigurations = (
  1183. 7D94FD0B16DE7D1100F2623B /* Debug */,
  1184. 7D94FD0C16DE7D1100F2623B /* Release */,
  1185. A7035BC0174519E40057DFA7 /* Distribution */,
  1186. );
  1187. defaultConfigurationIsVisible = 0;
  1188. defaultConfigurationName = Release;
  1189. };
  1190. /* End XCConfigurationList section */
  1191. };
  1192. rootObject = 7D94FCD316DE7D1000F2623B /* Project object */;
  1193. }