project.pbxproj 94 KB

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