project.pbxproj 96 KB

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