project.pbxproj 54 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7D10BC761743FA0F00DA7059 /* audio.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6A1743FA0F00DA7059 /* audio.png */; };
  10. 7D10BC771743FA0F00DA7059 /* audio@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6B1743FA0F00DA7059 /* audio@2x.png */; };
  11. 7D10BC781743FA0F00DA7059 /* backward.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6C1743FA0F00DA7059 /* backward.png */; };
  12. 7D10BC791743FA0F00DA7059 /* backward@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6D1743FA0F00DA7059 /* backward@2x.png */; };
  13. 7D10BC7A1743FA0F00DA7059 /* forward.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6E1743FA0F00DA7059 /* forward.png */; };
  14. 7D10BC7B1743FA0F00DA7059 /* forward@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC6F1743FA0F00DA7059 /* forward@2x.png */; };
  15. 7D10BC7C1743FA0F00DA7059 /* pause.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC701743FA0F00DA7059 /* pause.png */; };
  16. 7D10BC7D1743FA0F00DA7059 /* pause@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC711743FA0F00DA7059 /* pause@2x.png */; };
  17. 7D10BC7E1743FA0F00DA7059 /* play.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC721743FA0F00DA7059 /* play.png */; };
  18. 7D10BC7F1743FA0F00DA7059 /* play@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC731743FA0F00DA7059 /* play@2x.png */; };
  19. 7D10BC801743FA0F00DA7059 /* subtitles.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC741743FA0F00DA7059 /* subtitles.png */; };
  20. 7D10BC811743FA0F00DA7059 /* subtitles@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D10BC751743FA0F00DA7059 /* subtitles@2x.png */; };
  21. 7D33D41617182615008AF0E0 /* VLCMovieViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D33D41517182615008AF0E0 /* VLCMovieViewController~ipad.xib */; };
  22. 7D6B07BC1716C9B8003280C4 /* AQGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07A61716C9B8003280C4 /* AQGridView.m */; };
  23. 7D6B07BD1716C9B8003280C4 /* AQGridViewAnimatorItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07AA1716C9B8003280C4 /* AQGridViewAnimatorItem.m */; };
  24. 7D6B07BE1716C9B8003280C4 /* AQGridViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07AC1716C9B8003280C4 /* AQGridViewCell.m */; };
  25. 7D6B07BF1716C9B8003280C4 /* AQGridViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07AF1716C9B8003280C4 /* AQGridViewController.m */; };
  26. 7D6B07C01716C9B8003280C4 /* AQGridViewData.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B11716C9B8003280C4 /* AQGridViewData.m */; };
  27. 7D6B07C11716C9B8003280C4 /* AQGridViewUpdateInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B31716C9B8003280C4 /* AQGridViewUpdateInfo.m */; };
  28. 7D6B07C21716C9B8003280C4 /* AQGridViewUpdateItem.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B51716C9B8003280C4 /* AQGridViewUpdateItem.m */; };
  29. 7D6B07C31716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B71716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m */; };
  30. 7D6B07C41716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07B91716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m */; };
  31. 7D6B07C51716C9B8003280C4 /* UIColor+AQGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07BB1716C9B8003280C4 /* UIColor+AQGridView.m */; };
  32. 7D6B07F71716D45C003280C4 /* VLCPlaylistGridView.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D6B07F61716D45B003280C4 /* VLCPlaylistGridView.m */; };
  33. 7D94FCDF16DE7D1000F2623B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCDE16DE7D1000F2623B /* UIKit.framework */; };
  34. 7D94FCE116DE7D1000F2623B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCE016DE7D1000F2623B /* Foundation.framework */; };
  35. 7D94FCE316DE7D1000F2623B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */; };
  36. 7D94FCEB16DE7D1000F2623B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCEA16DE7D1000F2623B /* main.m */; };
  37. 7D94FCEF16DE7D1000F2623B /* VLCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */; };
  38. 7D94FCF816DE7D1100F2623B /* VLCPlaylistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */; };
  39. 7D94FCFB16DE7D1100F2623B /* VLCMovieViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */; };
  40. 7D9529531732EFCA006F5B40 /* VLCAboutViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D9529521732EFCA006F5B40 /* VLCAboutViewController~ipad.xib */; };
  41. 7DA6209B170A0CE500643D11 /* VLCPlaylistTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */; };
  42. 7DA8B0FB173318E80029698C /* SourceCodePro-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7DA8B0F9173318E80029698C /* SourceCodePro-Regular.ttf */; };
  43. 7DA8B0FC173318E80029698C /* SourceSansPro-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7DA8B0FA173318E80029698C /* SourceSansPro-Regular.ttf */; };
  44. 7DADC55F1704FABF001DAC63 /* OBSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DADC55E1704FABF001DAC63 /* OBSlider.m */; };
  45. 7DBC3B311711DB1E00DCF688 /* Aspen.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B301711DB1E00DCF688 /* Aspen.png */; };
  46. 7DBC3B351711DC1200DCF688 /* Aspen72.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B341711DC1200DCF688 /* Aspen72.png */; };
  47. 7DBC3B371711DCAB00DCF688 /* Aspen144.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B361711DCAB00DCF688 /* Aspen144.png */; };
  48. 7DBC3B391711DD0200DCF688 /* Aspen114.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B381711DD0200DCF688 /* Aspen114.png */; };
  49. 7DBC3B3B1711DD0900DCF688 /* Aspen57.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B3A1711DD0900DCF688 /* Aspen57.png */; };
  50. 7DBC3B441711FC6C00DCF688 /* VLCAboutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DBC3B421711FC6C00DCF688 /* VLCAboutViewController.m */; };
  51. 7DBC3B451711FC6C00DCF688 /* VLCAboutViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B431711FC6C00DCF688 /* VLCAboutViewController~iphone.xib */; };
  52. 7DBC3B49171204ED00DCF688 /* About Contents.txt in Resources */ = {isa = PBXBuildFile; fileRef = 7DBC3B48171204EC00DCF688 /* About Contents.txt */; };
  53. 7DC87AEE17412A1F009DC250 /* VLCLinearProgressIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DC87AED17412A1F009DC250 /* VLCLinearProgressIndicator.m */; };
  54. 7DC87AF217413EE3009DC250 /* VLCPlaylistGridView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DC87AF117413EE3009DC250 /* VLCPlaylistGridView.xib */; };
  55. 7DDD0429172D98E5005A7B10 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DDD0428172D98E5005A7B10 /* CFNetwork.framework */; };
  56. 7DE480D1173FEA30003613E0 /* VLCCircularProgressIndicator.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DE480D0173FEA30003613E0 /* VLCCircularProgressIndicator.m */; };
  57. A7924696170F0BA90036AAF2 /* libMediaLibraryKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */; };
  58. A79246A7170F0ED20036AAF2 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7924698170F0ED20036AAF2 /* Default-568h@2x.png */; };
  59. A79246A8170F0ED20036AAF2 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = A7924699170F0ED20036AAF2 /* Default.png */; };
  60. A79246A9170F0ED20036AAF2 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A792469A170F0ED20036AAF2 /* Default@2x.png */; };
  61. A79246C1170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246BC170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib */; };
  62. A79246C2170F114E0036AAF2 /* VLCMovieViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246BD170F114E0036AAF2 /* VLCMovieViewController~iphone.xib */; };
  63. A79246C3170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246BE170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib */; };
  64. A79246C5170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib in Resources */ = {isa = PBXBuildFile; fileRef = A79246C0170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib */; };
  65. A79246C8170F11DF0036AAF2 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A79246C6170F11DF0036AAF2 /* Localizable.strings */; };
  66. A7CB0DB11716F72600050CF3 /* PlayingExternally@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = A7CB0DAD1716F72600050CF3 /* PlayingExternally@2x~iphone.png */; };
  67. A7CB0DB21716F72600050CF3 /* PlayingExternally~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = A7CB0DAE1716F72600050CF3 /* PlayingExternally~iphone.png */; };
  68. A7CB0DB31716F72600050CF3 /* PlayingExternally~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = A7CB0DAF1716F72600050CF3 /* PlayingExternally~ipad.png */; };
  69. A7CB0DB41716F72600050CF3 /* PlayingExternally@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = A7CB0DB01716F72600050CF3 /* PlayingExternally@2x~ipad.png */; };
  70. A7DA16D1171083DF00D6FED9 /* VLCExternalDisplayController.m in Sources */ = {isa = PBXBuildFile; fileRef = A7DA16D0171083DF00D6FED9 /* VLCExternalDisplayController.m */; };
  71. A7FF9F3E17428C1900999819 /* DeleteButton.png in Resources */ = {isa = PBXBuildFile; fileRef = A7FF9F3D17428C1900999819 /* DeleteButton.png */; };
  72. A7FF9F4017428C3800999819 /* DeleteButton@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A7FF9F3F17428C3800999819 /* DeleteButton@2x.png */; };
  73. CC1BBC3F1704934300A20CBF /* libMobileVLCKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */; };
  74. CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */ = {isa = PBXBuildFile; fileRef = CC1BBC421704935E00A20CBF /* MediaLibrary.mom */; };
  75. CC1BBC461704938300A20CBF /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC451704938300A20CBF /* libiconv.dylib */; };
  76. CC1BBC481704938B00A20CBF /* libstdc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC471704938B00A20CBF /* libstdc++.dylib */; };
  77. CC1BBC4C1704939B00A20CBF /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */; };
  78. CC1BBC4E170493A300A20CBF /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4D170493A300A20CBF /* libbz2.dylib */; };
  79. CC1BBC50170493AA00A20CBF /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4F170493AA00A20CBF /* libxml2.dylib */; };
  80. CC1BBC52170493B100A20CBF /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC51170493B100A20CBF /* OpenGLES.framework */; };
  81. CC1BBC54170493B800A20CBF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC53170493B800A20CBF /* AudioToolbox.framework */; };
  82. CC1BBC56170493C100A20CBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC55170493C100A20CBF /* QuartzCore.framework */; };
  83. CC1BBC58170493E100A20CBF /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC57170493E100A20CBF /* CoreData.framework */; };
  84. /* End PBXBuildFile section */
  85. /* Begin PBXFileReference section */
  86. 7D10BC6A1743FA0F00DA7059 /* audio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = audio.png; sourceTree = "<group>"; };
  87. 7D10BC6B1743FA0F00DA7059 /* audio@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "audio@2x.png"; sourceTree = "<group>"; };
  88. 7D10BC6C1743FA0F00DA7059 /* backward.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = backward.png; sourceTree = "<group>"; };
  89. 7D10BC6D1743FA0F00DA7059 /* backward@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "backward@2x.png"; sourceTree = "<group>"; };
  90. 7D10BC6E1743FA0F00DA7059 /* forward.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = forward.png; sourceTree = "<group>"; };
  91. 7D10BC6F1743FA0F00DA7059 /* forward@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "forward@2x.png"; sourceTree = "<group>"; };
  92. 7D10BC701743FA0F00DA7059 /* pause.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pause.png; sourceTree = "<group>"; };
  93. 7D10BC711743FA0F00DA7059 /* pause@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pause@2x.png"; sourceTree = "<group>"; };
  94. 7D10BC721743FA0F00DA7059 /* play.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = play.png; sourceTree = "<group>"; };
  95. 7D10BC731743FA0F00DA7059 /* play@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "play@2x.png"; sourceTree = "<group>"; };
  96. 7D10BC741743FA0F00DA7059 /* subtitles.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = subtitles.png; sourceTree = "<group>"; };
  97. 7D10BC751743FA0F00DA7059 /* subtitles@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "subtitles@2x.png"; sourceTree = "<group>"; };
  98. 7D33D41517182615008AF0E0 /* VLCMovieViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCMovieViewController~ipad.xib"; path = "Resources/VLCMovieViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
  99. 7D6B07A51716C9B8003280C4 /* AQGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridView.h; path = ImportedSources/AQGridView/Classes/AQGridView.h; sourceTree = SOURCE_ROOT; };
  100. 7D6B07A61716C9B8003280C4 /* AQGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridView.m; path = ImportedSources/AQGridView/Classes/AQGridView.m; sourceTree = SOURCE_ROOT; };
  101. 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; };
  102. 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; };
  103. 7D6B07A91716C9B8003280C4 /* AQGridViewAnimatorItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewAnimatorItem.h; path = ImportedSources/AQGridView/Classes/AQGridViewAnimatorItem.h; sourceTree = SOURCE_ROOT; };
  104. 7D6B07AA1716C9B8003280C4 /* AQGridViewAnimatorItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewAnimatorItem.m; path = ImportedSources/AQGridView/Classes/AQGridViewAnimatorItem.m; sourceTree = SOURCE_ROOT; };
  105. 7D6B07AB1716C9B8003280C4 /* AQGridViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewCell.h; path = ImportedSources/AQGridView/Classes/AQGridViewCell.h; sourceTree = SOURCE_ROOT; };
  106. 7D6B07AC1716C9B8003280C4 /* AQGridViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewCell.m; path = ImportedSources/AQGridView/Classes/AQGridViewCell.m; sourceTree = SOURCE_ROOT; };
  107. 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; };
  108. 7D6B07AE1716C9B8003280C4 /* AQGridViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewController.h; path = ImportedSources/AQGridView/Classes/AQGridViewController.h; sourceTree = SOURCE_ROOT; };
  109. 7D6B07AF1716C9B8003280C4 /* AQGridViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewController.m; path = ImportedSources/AQGridView/Classes/AQGridViewController.m; sourceTree = SOURCE_ROOT; };
  110. 7D6B07B01716C9B8003280C4 /* AQGridViewData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewData.h; path = ImportedSources/AQGridView/Classes/AQGridViewData.h; sourceTree = SOURCE_ROOT; };
  111. 7D6B07B11716C9B8003280C4 /* AQGridViewData.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewData.m; path = ImportedSources/AQGridView/Classes/AQGridViewData.m; sourceTree = SOURCE_ROOT; };
  112. 7D6B07B21716C9B8003280C4 /* AQGridViewUpdateInfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewUpdateInfo.h; path = ImportedSources/AQGridView/Classes/AQGridViewUpdateInfo.h; sourceTree = SOURCE_ROOT; };
  113. 7D6B07B31716C9B8003280C4 /* AQGridViewUpdateInfo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewUpdateInfo.m; path = ImportedSources/AQGridView/Classes/AQGridViewUpdateInfo.m; sourceTree = SOURCE_ROOT; };
  114. 7D6B07B41716C9B8003280C4 /* AQGridViewUpdateItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AQGridViewUpdateItem.h; path = ImportedSources/AQGridView/Classes/AQGridViewUpdateItem.h; sourceTree = SOURCE_ROOT; };
  115. 7D6B07B51716C9B8003280C4 /* AQGridViewUpdateItem.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AQGridViewUpdateItem.m; path = ImportedSources/AQGridView/Classes/AQGridViewUpdateItem.m; sourceTree = SOURCE_ROOT; };
  116. 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; };
  117. 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; };
  118. 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; };
  119. 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; };
  120. 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; };
  121. 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; };
  122. 7D6B07F51716D45B003280C4 /* VLCPlaylistGridView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistGridView.h; sourceTree = "<group>"; };
  123. 7D6B07F61716D45B003280C4 /* VLCPlaylistGridView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistGridView.m; sourceTree = "<group>"; };
  124. 7D94FCDB16DE7D1000F2623B /* AspenProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AspenProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
  125. 7D94FCDE16DE7D1000F2623B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  126. 7D94FCE016DE7D1000F2623B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  127. 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  128. 7D94FCE616DE7D1000F2623B /* AspenProject-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "AspenProject-Info.plist"; sourceTree = "<group>"; };
  129. 7D94FCEA16DE7D1000F2623B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  130. 7D94FCEC16DE7D1000F2623B /* AspenProject-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AspenProject-Prefix.pch"; sourceTree = "<group>"; };
  131. 7D94FCED16DE7D1000F2623B /* VLCAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCAppDelegate.h; sourceTree = "<group>"; };
  132. 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCAppDelegate.m; sourceTree = "<group>"; };
  133. 7D94FCF616DE7D1100F2623B /* VLCPlaylistViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistViewController.h; sourceTree = "<group>"; };
  134. 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistViewController.m; sourceTree = "<group>"; };
  135. 7D94FCF916DE7D1100F2623B /* VLCMovieViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCMovieViewController.h; sourceTree = "<group>"; };
  136. 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCMovieViewController.m; sourceTree = "<group>"; };
  137. 7D9529521732EFCA006F5B40 /* VLCAboutViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCAboutViewController~ipad.xib"; path = "Resources/VLCAboutViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
  138. 7DA62099170A0CE500643D11 /* VLCPlaylistTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistTableViewCell.h; sourceTree = "<group>"; };
  139. 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistTableViewCell.m; sourceTree = "<group>"; };
  140. 7DA8B0F9173318E80029698C /* SourceCodePro-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceCodePro-Regular.ttf"; sourceTree = "<group>"; };
  141. 7DA8B0FA173318E80029698C /* SourceSansPro-Regular.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceSansPro-Regular.ttf"; sourceTree = "<group>"; };
  142. 7DADC55D1704FABF001DAC63 /* OBSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OBSlider.h; path = ImportedSources/OBSlider/OBSlider/OBSlider.h; sourceTree = SOURCE_ROOT; };
  143. 7DADC55E1704FABF001DAC63 /* OBSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OBSlider.m; path = ImportedSources/OBSlider/OBSlider/OBSlider.m; sourceTree = SOURCE_ROOT; };
  144. 7DBC3B301711DB1E00DCF688 /* Aspen.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen.png; sourceTree = "<group>"; };
  145. 7DBC3B341711DC1200DCF688 /* Aspen72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen72.png; sourceTree = "<group>"; };
  146. 7DBC3B361711DCAB00DCF688 /* Aspen144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen144.png; sourceTree = "<group>"; };
  147. 7DBC3B381711DD0200DCF688 /* Aspen114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen114.png; sourceTree = "<group>"; };
  148. 7DBC3B3A1711DD0900DCF688 /* Aspen57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Aspen57.png; sourceTree = "<group>"; };
  149. 7DBC3B411711FC6C00DCF688 /* VLCAboutViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCAboutViewController.h; sourceTree = "<group>"; };
  150. 7DBC3B421711FC6C00DCF688 /* VLCAboutViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCAboutViewController.m; sourceTree = "<group>"; };
  151. 7DBC3B431711FC6C00DCF688 /* VLCAboutViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCAboutViewController~iphone.xib"; path = "../Resources/VLCAboutViewController~iphone.xib"; sourceTree = "<group>"; };
  152. 7DBC3B48171204EC00DCF688 /* About Contents.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "About Contents.txt"; sourceTree = "<group>"; };
  153. 7DC87AEC17412A1F009DC250 /* VLCLinearProgressIndicator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCLinearProgressIndicator.h; sourceTree = "<group>"; };
  154. 7DC87AED17412A1F009DC250 /* VLCLinearProgressIndicator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCLinearProgressIndicator.m; sourceTree = "<group>"; };
  155. 7DC87AEF17413634009DC250 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
  156. 7DC87AF017413A17009DC250 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
  157. 7DC87AF117413EE3009DC250 /* VLCPlaylistGridView.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = VLCPlaylistGridView.xib; sourceTree = "<group>"; };
  158. 7DDD0428172D98E5005A7B10 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  159. 7DE480CF173FEA30003613E0 /* VLCCircularProgressIndicator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCCircularProgressIndicator.h; sourceTree = "<group>"; };
  160. 7DE480D0173FEA30003613E0 /* VLCCircularProgressIndicator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCCircularProgressIndicator.m; sourceTree = "<group>"; };
  161. A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMediaLibraryKit.a; path = External/MediaLibraryKit/libMediaLibraryKit.a; sourceTree = "<group>"; };
  162. A7924698170F0ED20036AAF2 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  163. A7924699170F0ED20036AAF2 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
  164. A792469A170F0ED20036AAF2 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
  165. A79246BC170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCPlaylistViewController~ipad.xib"; path = "Resources/VLCPlaylistViewController~ipad.xib"; sourceTree = SOURCE_ROOT; };
  166. A79246BD170F114E0036AAF2 /* VLCMovieViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCMovieViewController~iphone.xib"; path = "Resources/VLCMovieViewController~iphone.xib"; sourceTree = SOURCE_ROOT; };
  167. A79246BE170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = VLCPlaylistTableViewCell.xib; path = Resources/VLCPlaylistTableViewCell.xib; sourceTree = SOURCE_ROOT; };
  168. A79246C0170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; name = "VLCPlaylistViewController~iphone.xib"; path = "Resources/VLCPlaylistViewController~iphone.xib"; sourceTree = SOURCE_ROOT; };
  169. A79246C7170F11DF0036AAF2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
  170. A79246C9170F11E40036AAF2 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
  171. A7CB0DAD1716F72600050CF3 /* PlayingExternally@2x~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally@2x~iphone.png"; sourceTree = "<group>"; };
  172. A7CB0DAE1716F72600050CF3 /* PlayingExternally~iphone.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally~iphone.png"; sourceTree = "<group>"; };
  173. A7CB0DAF1716F72600050CF3 /* PlayingExternally~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally~ipad.png"; sourceTree = "<group>"; };
  174. A7CB0DB01716F72600050CF3 /* PlayingExternally@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PlayingExternally@2x~ipad.png"; sourceTree = "<group>"; };
  175. A7DA16CF171083DF00D6FED9 /* VLCExternalDisplayController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCExternalDisplayController.h; sourceTree = "<group>"; };
  176. A7DA16D0171083DF00D6FED9 /* VLCExternalDisplayController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCExternalDisplayController.m; sourceTree = "<group>"; };
  177. A7FF9F3D17428C1900999819 /* DeleteButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = DeleteButton.png; sourceTree = "<group>"; };
  178. A7FF9F3F17428C3800999819 /* DeleteButton@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "DeleteButton@2x.png"; sourceTree = "<group>"; };
  179. CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMobileVLCKit.a; path = External/MobileVLCKit/libMobileVLCKit.a; sourceTree = "<group>"; };
  180. CC1BBC421704935E00A20CBF /* MediaLibrary.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = MediaLibrary.mom; path = External/MediaLibraryKit/MediaLibrary.mom; sourceTree = "<group>"; };
  181. CC1BBC451704938300A20CBF /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
  182. CC1BBC471704938B00A20CBF /* libstdc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libstdc++.dylib"; path = "usr/lib/libstdc++.dylib"; sourceTree = SDKROOT; };
  183. CC1BBC491704939300A20CBF /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  184. CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
  185. CC1BBC4D170493A300A20CBF /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; };
  186. CC1BBC4F170493AA00A20CBF /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
  187. CC1BBC51170493B100A20CBF /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  188. CC1BBC53170493B800A20CBF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  189. CC1BBC55170493C100A20CBF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  190. CC1BBC57170493E100A20CBF /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  191. /* End PBXFileReference section */
  192. /* Begin PBXFrameworksBuildPhase section */
  193. 7D94FCD816DE7D1000F2623B /* Frameworks */ = {
  194. isa = PBXFrameworksBuildPhase;
  195. buildActionMask = 2147483647;
  196. files = (
  197. 7DDD0429172D98E5005A7B10 /* CFNetwork.framework in Frameworks */,
  198. CC1BBC58170493E100A20CBF /* CoreData.framework in Frameworks */,
  199. CC1BBC56170493C100A20CBF /* QuartzCore.framework in Frameworks */,
  200. CC1BBC54170493B800A20CBF /* AudioToolbox.framework in Frameworks */,
  201. CC1BBC52170493B100A20CBF /* OpenGLES.framework in Frameworks */,
  202. CC1BBC50170493AA00A20CBF /* libxml2.dylib in Frameworks */,
  203. CC1BBC4E170493A300A20CBF /* libbz2.dylib in Frameworks */,
  204. CC1BBC4C1704939B00A20CBF /* libsqlite3.dylib in Frameworks */,
  205. CC1BBC481704938B00A20CBF /* libstdc++.dylib in Frameworks */,
  206. CC1BBC461704938300A20CBF /* libiconv.dylib in Frameworks */,
  207. CC1BBC3F1704934300A20CBF /* libMobileVLCKit.a in Frameworks */,
  208. 7D94FCDF16DE7D1000F2623B /* UIKit.framework in Frameworks */,
  209. 7D94FCE116DE7D1000F2623B /* Foundation.framework in Frameworks */,
  210. 7D94FCE316DE7D1000F2623B /* CoreGraphics.framework in Frameworks */,
  211. A7924696170F0BA90036AAF2 /* libMediaLibraryKit.a in Frameworks */,
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. };
  215. /* End PBXFrameworksBuildPhase section */
  216. /* Begin PBXGroup section */
  217. 7D10BC651743F9A100DA7059 /* External Playback */ = {
  218. isa = PBXGroup;
  219. children = (
  220. A7CB0DAD1716F72600050CF3 /* PlayingExternally@2x~iphone.png */,
  221. A7CB0DAE1716F72600050CF3 /* PlayingExternally~iphone.png */,
  222. A7CB0DAF1716F72600050CF3 /* PlayingExternally~ipad.png */,
  223. A7CB0DB01716F72600050CF3 /* PlayingExternally@2x~ipad.png */,
  224. );
  225. name = "External Playback";
  226. sourceTree = "<group>";
  227. };
  228. 7D10BC661743F9AC00DA7059 /* Library View */ = {
  229. isa = PBXGroup;
  230. children = (
  231. A7FF9F3D17428C1900999819 /* DeleteButton.png */,
  232. A7FF9F3F17428C3800999819 /* DeleteButton@2x.png */,
  233. );
  234. name = "Library View";
  235. sourceTree = "<group>";
  236. };
  237. 7D10BC671743F9BA00DA7059 /* Launch Screen */ = {
  238. isa = PBXGroup;
  239. children = (
  240. A7924698170F0ED20036AAF2 /* Default-568h@2x.png */,
  241. A7924699170F0ED20036AAF2 /* Default.png */,
  242. A792469A170F0ED20036AAF2 /* Default@2x.png */,
  243. );
  244. name = "Launch Screen";
  245. sourceTree = "<group>";
  246. };
  247. 7D10BC681743F9C300DA7059 /* Playback Controls */ = {
  248. isa = PBXGroup;
  249. children = (
  250. 7D10BC6A1743FA0F00DA7059 /* audio.png */,
  251. 7D10BC6B1743FA0F00DA7059 /* audio@2x.png */,
  252. 7D10BC6C1743FA0F00DA7059 /* backward.png */,
  253. 7D10BC6D1743FA0F00DA7059 /* backward@2x.png */,
  254. 7D10BC6E1743FA0F00DA7059 /* forward.png */,
  255. 7D10BC6F1743FA0F00DA7059 /* forward@2x.png */,
  256. 7D10BC701743FA0F00DA7059 /* pause.png */,
  257. 7D10BC711743FA0F00DA7059 /* pause@2x.png */,
  258. 7D10BC721743FA0F00DA7059 /* play.png */,
  259. 7D10BC731743FA0F00DA7059 /* play@2x.png */,
  260. 7D10BC741743FA0F00DA7059 /* subtitles.png */,
  261. 7D10BC751743FA0F00DA7059 /* subtitles@2x.png */,
  262. );
  263. name = "Playback Controls";
  264. sourceTree = "<group>";
  265. };
  266. 7D10BC691743F9CB00DA7059 /* Filters and stuff */ = {
  267. isa = PBXGroup;
  268. children = (
  269. );
  270. name = "Filters and stuff";
  271. path = ../AspenProject;
  272. sourceTree = "<group>";
  273. };
  274. 7D6B07A31716C9A6003280C4 /* OBSlider */ = {
  275. isa = PBXGroup;
  276. children = (
  277. 7DADC55D1704FABF001DAC63 /* OBSlider.h */,
  278. 7DADC55E1704FABF001DAC63 /* OBSlider.m */,
  279. );
  280. name = OBSlider;
  281. sourceTree = "<group>";
  282. };
  283. 7D6B07A41716C9AD003280C4 /* AQGridView */ = {
  284. isa = PBXGroup;
  285. children = (
  286. 7D6B07A51716C9B8003280C4 /* AQGridView.h */,
  287. 7D6B07A61716C9B8003280C4 /* AQGridView.m */,
  288. 7D6B07A71716C9B8003280C4 /* AQGridView+CellLayout.h */,
  289. 7D6B07A81716C9B8003280C4 /* AQGridView+CellLocationDelegation.h */,
  290. 7D6B07A91716C9B8003280C4 /* AQGridViewAnimatorItem.h */,
  291. 7D6B07AA1716C9B8003280C4 /* AQGridViewAnimatorItem.m */,
  292. 7D6B07AB1716C9B8003280C4 /* AQGridViewCell.h */,
  293. 7D6B07AC1716C9B8003280C4 /* AQGridViewCell.m */,
  294. 7D6B07AD1716C9B8003280C4 /* AQGridViewCell+AQGridViewCellPrivate.h */,
  295. 7D6B07AE1716C9B8003280C4 /* AQGridViewController.h */,
  296. 7D6B07AF1716C9B8003280C4 /* AQGridViewController.m */,
  297. 7D6B07B01716C9B8003280C4 /* AQGridViewData.h */,
  298. 7D6B07B11716C9B8003280C4 /* AQGridViewData.m */,
  299. 7D6B07B21716C9B8003280C4 /* AQGridViewUpdateInfo.h */,
  300. 7D6B07B31716C9B8003280C4 /* AQGridViewUpdateInfo.m */,
  301. 7D6B07B41716C9B8003280C4 /* AQGridViewUpdateItem.h */,
  302. 7D6B07B51716C9B8003280C4 /* AQGridViewUpdateItem.m */,
  303. 7D6B07B61716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.h */,
  304. 7D6B07B71716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m */,
  305. 7D6B07B81716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.h */,
  306. 7D6B07B91716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m */,
  307. 7D6B07BA1716C9B8003280C4 /* UIColor+AQGridView.h */,
  308. 7D6B07BB1716C9B8003280C4 /* UIColor+AQGridView.m */,
  309. );
  310. name = AQGridView;
  311. sourceTree = "<group>";
  312. };
  313. 7D94FCD216DE7D1000F2623B = {
  314. isa = PBXGroup;
  315. children = (
  316. 7D94FCE416DE7D1000F2623B /* AspenProject */,
  317. CC1BBC441704936500A20CBF /* External VLC Libraries */,
  318. 7D94FCDD16DE7D1000F2623B /* Frameworks */,
  319. 7D94FCDC16DE7D1000F2623B /* Products */,
  320. );
  321. sourceTree = "<group>";
  322. };
  323. 7D94FCDC16DE7D1000F2623B /* Products */ = {
  324. isa = PBXGroup;
  325. children = (
  326. 7D94FCDB16DE7D1000F2623B /* AspenProject.app */,
  327. );
  328. name = Products;
  329. sourceTree = "<group>";
  330. };
  331. 7D94FCDD16DE7D1000F2623B /* Frameworks */ = {
  332. isa = PBXGroup;
  333. children = (
  334. 7DDD0428172D98E5005A7B10 /* CFNetwork.framework */,
  335. CC1BBC57170493E100A20CBF /* CoreData.framework */,
  336. CC1BBC55170493C100A20CBF /* QuartzCore.framework */,
  337. CC1BBC53170493B800A20CBF /* AudioToolbox.framework */,
  338. CC1BBC51170493B100A20CBF /* OpenGLES.framework */,
  339. CC1BBC4F170493AA00A20CBF /* libxml2.dylib */,
  340. CC1BBC4D170493A300A20CBF /* libbz2.dylib */,
  341. CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */,
  342. CC1BBC491704939300A20CBF /* libz.dylib */,
  343. CC1BBC471704938B00A20CBF /* libstdc++.dylib */,
  344. CC1BBC451704938300A20CBF /* libiconv.dylib */,
  345. 7D94FCDE16DE7D1000F2623B /* UIKit.framework */,
  346. 7D94FCE016DE7D1000F2623B /* Foundation.framework */,
  347. 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */,
  348. );
  349. name = Frameworks;
  350. sourceTree = "<group>";
  351. };
  352. 7D94FCE416DE7D1000F2623B /* AspenProject */ = {
  353. isa = PBXGroup;
  354. children = (
  355. 7D94FCED16DE7D1000F2623B /* VLCAppDelegate.h */,
  356. 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */,
  357. 7D94FCF616DE7D1100F2623B /* VLCPlaylistViewController.h */,
  358. 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */,
  359. 7DBC3B411711FC6C00DCF688 /* VLCAboutViewController.h */,
  360. 7DBC3B421711FC6C00DCF688 /* VLCAboutViewController.m */,
  361. 7D94FCF916DE7D1100F2623B /* VLCMovieViewController.h */,
  362. 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */,
  363. 7DA62099170A0CE500643D11 /* VLCPlaylistTableViewCell.h */,
  364. 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */,
  365. 7D6B07F51716D45B003280C4 /* VLCPlaylistGridView.h */,
  366. 7D6B07F61716D45B003280C4 /* VLCPlaylistGridView.m */,
  367. A7DA16CF171083DF00D6FED9 /* VLCExternalDisplayController.h */,
  368. A7DA16D0171083DF00D6FED9 /* VLCExternalDisplayController.m */,
  369. 7DE480CF173FEA30003613E0 /* VLCCircularProgressIndicator.h */,
  370. 7DE480D0173FEA30003613E0 /* VLCCircularProgressIndicator.m */,
  371. 7DC87AEC17412A1F009DC250 /* VLCLinearProgressIndicator.h */,
  372. 7DC87AED17412A1F009DC250 /* VLCLinearProgressIndicator.m */,
  373. 7DADC5601704FACC001DAC63 /* Imported */,
  374. 7DADC55C1704FAA8001DAC63 /* XIBs */,
  375. A7924697170F0ED20036AAF2 /* Resources */,
  376. 7D94FCE516DE7D1000F2623B /* Supporting Files */,
  377. );
  378. path = AspenProject;
  379. sourceTree = "<group>";
  380. };
  381. 7D94FCE516DE7D1000F2623B /* Supporting Files */ = {
  382. isa = PBXGroup;
  383. children = (
  384. 7D94FCE616DE7D1000F2623B /* AspenProject-Info.plist */,
  385. 7D94FCEA16DE7D1000F2623B /* main.m */,
  386. 7D94FCEC16DE7D1000F2623B /* AspenProject-Prefix.pch */,
  387. );
  388. name = "Supporting Files";
  389. sourceTree = "<group>";
  390. };
  391. 7DADC55C1704FAA8001DAC63 /* XIBs */ = {
  392. isa = PBXGroup;
  393. children = (
  394. 7DBC3B431711FC6C00DCF688 /* VLCAboutViewController~iphone.xib */,
  395. 7D9529521732EFCA006F5B40 /* VLCAboutViewController~ipad.xib */,
  396. A79246BD170F114E0036AAF2 /* VLCMovieViewController~iphone.xib */,
  397. A79246BE170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib */,
  398. A79246C0170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib */,
  399. 7DC87AF117413EE3009DC250 /* VLCPlaylistGridView.xib */,
  400. 7D33D41517182615008AF0E0 /* VLCMovieViewController~ipad.xib */,
  401. A79246BC170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib */,
  402. );
  403. name = XIBs;
  404. sourceTree = "<group>";
  405. };
  406. 7DADC5601704FACC001DAC63 /* Imported */ = {
  407. isa = PBXGroup;
  408. children = (
  409. 7D6B07A41716C9AD003280C4 /* AQGridView */,
  410. 7D6B07A31716C9A6003280C4 /* OBSlider */,
  411. );
  412. name = Imported;
  413. sourceTree = "<group>";
  414. };
  415. 7DBC3B3C1711DD1E00DCF688 /* Icons */ = {
  416. isa = PBXGroup;
  417. children = (
  418. 7DBC3B301711DB1E00DCF688 /* Aspen.png */,
  419. 7DBC3B341711DC1200DCF688 /* Aspen72.png */,
  420. 7DBC3B361711DCAB00DCF688 /* Aspen144.png */,
  421. 7DBC3B3A1711DD0900DCF688 /* Aspen57.png */,
  422. 7DBC3B381711DD0200DCF688 /* Aspen114.png */,
  423. );
  424. name = Icons;
  425. sourceTree = "<group>";
  426. };
  427. A7924697170F0ED20036AAF2 /* Resources */ = {
  428. isa = PBXGroup;
  429. children = (
  430. 7D10BC691743F9CB00DA7059 /* Filters and stuff */,
  431. 7D10BC681743F9C300DA7059 /* Playback Controls */,
  432. 7DA8B0F9173318E80029698C /* SourceCodePro-Regular.ttf */,
  433. 7DA8B0FA173318E80029698C /* SourceSansPro-Regular.ttf */,
  434. 7DBC3B48171204EC00DCF688 /* About Contents.txt */,
  435. 7DBC3B3C1711DD1E00DCF688 /* Icons */,
  436. A79246C6170F11DF0036AAF2 /* Localizable.strings */,
  437. 7D10BC651743F9A100DA7059 /* External Playback */,
  438. 7D10BC671743F9BA00DA7059 /* Launch Screen */,
  439. 7D10BC661743F9AC00DA7059 /* Library View */,
  440. );
  441. path = Resources;
  442. sourceTree = SOURCE_ROOT;
  443. };
  444. CC1BBC441704936500A20CBF /* External VLC Libraries */ = {
  445. isa = PBXGroup;
  446. children = (
  447. A7924695170F0BA90036AAF2 /* libMediaLibraryKit.a */,
  448. CC1BBC421704935E00A20CBF /* MediaLibrary.mom */,
  449. CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */,
  450. );
  451. name = "External VLC Libraries";
  452. sourceTree = "<group>";
  453. };
  454. /* End PBXGroup section */
  455. /* Begin PBXNativeTarget section */
  456. 7D94FCDA16DE7D1000F2623B /* AspenProject */ = {
  457. isa = PBXNativeTarget;
  458. buildConfigurationList = 7D94FD0A16DE7D1100F2623B /* Build configuration list for PBXNativeTarget "AspenProject" */;
  459. buildPhases = (
  460. 7D94FCD716DE7D1000F2623B /* Sources */,
  461. 7D94FCD816DE7D1000F2623B /* Frameworks */,
  462. 7D94FCD916DE7D1000F2623B /* Resources */,
  463. );
  464. buildRules = (
  465. );
  466. dependencies = (
  467. );
  468. name = AspenProject;
  469. productName = AspenProject;
  470. productReference = 7D94FCDB16DE7D1000F2623B /* AspenProject.app */;
  471. productType = "com.apple.product-type.application";
  472. };
  473. /* End PBXNativeTarget section */
  474. /* Begin PBXProject section */
  475. 7D94FCD316DE7D1000F2623B /* Project object */ = {
  476. isa = PBXProject;
  477. attributes = {
  478. CLASSPREFIX = VLC;
  479. LastUpgradeCheck = 0460;
  480. ORGANIZATIONNAME = VideoLAN;
  481. };
  482. buildConfigurationList = 7D94FCD616DE7D1000F2623B /* Build configuration list for PBXProject "AspenProject" */;
  483. compatibilityVersion = "Xcode 3.2";
  484. developmentRegion = English;
  485. hasScannedForEncodings = 0;
  486. knownRegions = (
  487. en,
  488. ru,
  489. de,
  490. fr,
  491. );
  492. mainGroup = 7D94FCD216DE7D1000F2623B;
  493. productRefGroup = 7D94FCDC16DE7D1000F2623B /* Products */;
  494. projectDirPath = "";
  495. projectRoot = "";
  496. targets = (
  497. 7D94FCDA16DE7D1000F2623B /* AspenProject */,
  498. );
  499. };
  500. /* End PBXProject section */
  501. /* Begin PBXResourcesBuildPhase section */
  502. 7D94FCD916DE7D1000F2623B /* Resources */ = {
  503. isa = PBXResourcesBuildPhase;
  504. buildActionMask = 2147483647;
  505. files = (
  506. CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */,
  507. A79246A7170F0ED20036AAF2 /* Default-568h@2x.png in Resources */,
  508. A79246A8170F0ED20036AAF2 /* Default.png in Resources */,
  509. A79246A9170F0ED20036AAF2 /* Default@2x.png in Resources */,
  510. A79246C1170F114E0036AAF2 /* VLCPlaylistViewController~ipad.xib in Resources */,
  511. A79246C2170F114E0036AAF2 /* VLCMovieViewController~iphone.xib in Resources */,
  512. A79246C3170F114E0036AAF2 /* VLCPlaylistTableViewCell.xib in Resources */,
  513. A79246C5170F114E0036AAF2 /* VLCPlaylistViewController~iphone.xib in Resources */,
  514. A79246C8170F11DF0036AAF2 /* Localizable.strings in Resources */,
  515. 7DBC3B311711DB1E00DCF688 /* Aspen.png in Resources */,
  516. 7DBC3B351711DC1200DCF688 /* Aspen72.png in Resources */,
  517. 7DBC3B371711DCAB00DCF688 /* Aspen144.png in Resources */,
  518. 7DBC3B391711DD0200DCF688 /* Aspen114.png in Resources */,
  519. 7DBC3B3B1711DD0900DCF688 /* Aspen57.png in Resources */,
  520. 7DBC3B451711FC6C00DCF688 /* VLCAboutViewController~iphone.xib in Resources */,
  521. 7DBC3B49171204ED00DCF688 /* About Contents.txt in Resources */,
  522. A7CB0DB11716F72600050CF3 /* PlayingExternally@2x~iphone.png in Resources */,
  523. A7CB0DB21716F72600050CF3 /* PlayingExternally~iphone.png in Resources */,
  524. A7CB0DB31716F72600050CF3 /* PlayingExternally~ipad.png in Resources */,
  525. A7CB0DB41716F72600050CF3 /* PlayingExternally@2x~ipad.png in Resources */,
  526. 7D33D41617182615008AF0E0 /* VLCMovieViewController~ipad.xib in Resources */,
  527. 7D9529531732EFCA006F5B40 /* VLCAboutViewController~ipad.xib in Resources */,
  528. 7DA8B0FB173318E80029698C /* SourceCodePro-Regular.ttf in Resources */,
  529. 7DA8B0FC173318E80029698C /* SourceSansPro-Regular.ttf in Resources */,
  530. 7DC87AF217413EE3009DC250 /* VLCPlaylistGridView.xib in Resources */,
  531. A7FF9F3E17428C1900999819 /* DeleteButton.png in Resources */,
  532. A7FF9F4017428C3800999819 /* DeleteButton@2x.png in Resources */,
  533. 7D10BC761743FA0F00DA7059 /* audio.png in Resources */,
  534. 7D10BC771743FA0F00DA7059 /* audio@2x.png in Resources */,
  535. 7D10BC781743FA0F00DA7059 /* backward.png in Resources */,
  536. 7D10BC791743FA0F00DA7059 /* backward@2x.png in Resources */,
  537. 7D10BC7A1743FA0F00DA7059 /* forward.png in Resources */,
  538. 7D10BC7B1743FA0F00DA7059 /* forward@2x.png in Resources */,
  539. 7D10BC7C1743FA0F00DA7059 /* pause.png in Resources */,
  540. 7D10BC7D1743FA0F00DA7059 /* pause@2x.png in Resources */,
  541. 7D10BC7E1743FA0F00DA7059 /* play.png in Resources */,
  542. 7D10BC7F1743FA0F00DA7059 /* play@2x.png in Resources */,
  543. 7D10BC801743FA0F00DA7059 /* subtitles.png in Resources */,
  544. 7D10BC811743FA0F00DA7059 /* subtitles@2x.png in Resources */,
  545. );
  546. runOnlyForDeploymentPostprocessing = 0;
  547. };
  548. /* End PBXResourcesBuildPhase section */
  549. /* Begin PBXSourcesBuildPhase section */
  550. 7D94FCD716DE7D1000F2623B /* Sources */ = {
  551. isa = PBXSourcesBuildPhase;
  552. buildActionMask = 2147483647;
  553. files = (
  554. 7D94FCEB16DE7D1000F2623B /* main.m in Sources */,
  555. 7D94FCEF16DE7D1000F2623B /* VLCAppDelegate.m in Sources */,
  556. 7D94FCF816DE7D1100F2623B /* VLCPlaylistViewController.m in Sources */,
  557. 7D94FCFB16DE7D1100F2623B /* VLCMovieViewController.m in Sources */,
  558. 7DADC55F1704FABF001DAC63 /* OBSlider.m in Sources */,
  559. 7DA6209B170A0CE500643D11 /* VLCPlaylistTableViewCell.m in Sources */,
  560. A7DA16D1171083DF00D6FED9 /* VLCExternalDisplayController.m in Sources */,
  561. 7DBC3B441711FC6C00DCF688 /* VLCAboutViewController.m in Sources */,
  562. 7D6B07BC1716C9B8003280C4 /* AQGridView.m in Sources */,
  563. 7D6B07BD1716C9B8003280C4 /* AQGridViewAnimatorItem.m in Sources */,
  564. 7D6B07BE1716C9B8003280C4 /* AQGridViewCell.m in Sources */,
  565. 7D6B07BF1716C9B8003280C4 /* AQGridViewController.m in Sources */,
  566. 7D6B07C01716C9B8003280C4 /* AQGridViewData.m in Sources */,
  567. 7D6B07C11716C9B8003280C4 /* AQGridViewUpdateInfo.m in Sources */,
  568. 7D6B07C21716C9B8003280C4 /* AQGridViewUpdateItem.m in Sources */,
  569. 7D6B07C31716C9B8003280C4 /* NSIndexSet+AQIndexesOutsideSet.m in Sources */,
  570. 7D6B07C41716C9B8003280C4 /* NSIndexSet+AQIsSetContiguous.m in Sources */,
  571. 7D6B07C51716C9B8003280C4 /* UIColor+AQGridView.m in Sources */,
  572. 7D6B07F71716D45C003280C4 /* VLCPlaylistGridView.m in Sources */,
  573. 7DE480D1173FEA30003613E0 /* VLCCircularProgressIndicator.m in Sources */,
  574. 7DC87AEE17412A1F009DC250 /* VLCLinearProgressIndicator.m in Sources */,
  575. );
  576. runOnlyForDeploymentPostprocessing = 0;
  577. };
  578. /* End PBXSourcesBuildPhase section */
  579. /* Begin PBXVariantGroup section */
  580. A79246C6170F11DF0036AAF2 /* Localizable.strings */ = {
  581. isa = PBXVariantGroup;
  582. children = (
  583. A79246C7170F11DF0036AAF2 /* en */,
  584. A79246C9170F11E40036AAF2 /* ru */,
  585. 7DC87AEF17413634009DC250 /* de */,
  586. 7DC87AF017413A17009DC250 /* fr */,
  587. );
  588. name = Localizable.strings;
  589. sourceTree = "<group>";
  590. };
  591. /* End PBXVariantGroup section */
  592. /* Begin XCBuildConfiguration section */
  593. 7D94FD0816DE7D1100F2623B /* Debug */ = {
  594. isa = XCBuildConfiguration;
  595. buildSettings = {
  596. ALWAYS_SEARCH_USER_PATHS = NO;
  597. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  598. CLANG_CXX_LIBRARY = "libc++";
  599. CLANG_WARN_CONSTANT_CONVERSION = YES;
  600. CLANG_WARN_EMPTY_BODY = YES;
  601. CLANG_WARN_ENUM_CONVERSION = YES;
  602. CLANG_WARN_INT_CONVERSION = YES;
  603. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  604. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  605. COPY_PHASE_STRIP = NO;
  606. GCC_C_LANGUAGE_STANDARD = gnu99;
  607. GCC_DYNAMIC_NO_PIC = NO;
  608. GCC_OPTIMIZATION_LEVEL = 0;
  609. GCC_PREPROCESSOR_DEFINITIONS = (
  610. "DEBUG=1",
  611. "$(inherited)",
  612. );
  613. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  614. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  615. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  616. GCC_WARN_UNUSED_VARIABLE = YES;
  617. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  618. ONLY_ACTIVE_ARCH = YES;
  619. SDKROOT = iphoneos;
  620. TARGETED_DEVICE_FAMILY = "1,2";
  621. };
  622. name = Debug;
  623. };
  624. 7D94FD0916DE7D1100F2623B /* Release */ = {
  625. isa = XCBuildConfiguration;
  626. buildSettings = {
  627. ALWAYS_SEARCH_USER_PATHS = NO;
  628. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  629. CLANG_CXX_LIBRARY = "libc++";
  630. CLANG_WARN_CONSTANT_CONVERSION = YES;
  631. CLANG_WARN_EMPTY_BODY = YES;
  632. CLANG_WARN_ENUM_CONVERSION = YES;
  633. CLANG_WARN_INT_CONVERSION = YES;
  634. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  635. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  636. COPY_PHASE_STRIP = YES;
  637. GCC_C_LANGUAGE_STANDARD = gnu99;
  638. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  639. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  640. GCC_WARN_UNUSED_VARIABLE = YES;
  641. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  642. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  643. SDKROOT = iphoneos;
  644. TARGETED_DEVICE_FAMILY = "1,2";
  645. VALIDATE_PRODUCT = YES;
  646. };
  647. name = Release;
  648. };
  649. 7D94FD0B16DE7D1100F2623B /* Debug */ = {
  650. isa = XCBuildConfiguration;
  651. buildSettings = {
  652. CLANG_ENABLE_OBJC_ARC = YES;
  653. COPY_PHASE_STRIP = NO;
  654. DEAD_CODE_STRIPPING = NO;
  655. GCC_C_LANGUAGE_STANDARD = c99;
  656. GCC_OPTIMIZATION_LEVEL = 3;
  657. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  658. GCC_PREFIX_HEADER = "AspenProject/AspenProject-Prefix.pch";
  659. HEADER_SEARCH_PATHS = (
  660. "$(SRCROOT)/External/MobileVLCKit/include",
  661. "$(SRCROOT)/External/MediaLibraryKit/include",
  662. );
  663. INFOPLIST_FILE = "AspenProject/AspenProject-Info.plist";
  664. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  665. LIBRARY_SEARCH_PATHS = (
  666. "$(inherited)",
  667. "\"$(SRCROOT)/External/MediaLibraryKit\"",
  668. "\"$(SRCROOT)/External/MobileVLCKit\"",
  669. );
  670. OTHER_LDFLAGS = "-Wl,-no_pie";
  671. PRODUCT_NAME = "$(TARGET_NAME)";
  672. WRAPPER_EXTENSION = app;
  673. };
  674. name = Debug;
  675. };
  676. 7D94FD0C16DE7D1100F2623B /* Release */ = {
  677. isa = XCBuildConfiguration;
  678. buildSettings = {
  679. CLANG_ENABLE_OBJC_ARC = YES;
  680. COPY_PHASE_STRIP = NO;
  681. DEAD_CODE_STRIPPING = NO;
  682. GCC_C_LANGUAGE_STANDARD = c99;
  683. GCC_OPTIMIZATION_LEVEL = 3;
  684. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  685. GCC_PREFIX_HEADER = "AspenProject/AspenProject-Prefix.pch";
  686. HEADER_SEARCH_PATHS = (
  687. "$(SRCROOT)/External/MobileVLCKit/include",
  688. "$(SRCROOT)/External/MediaLibraryKit/include",
  689. );
  690. INFOPLIST_FILE = "AspenProject/AspenProject-Info.plist";
  691. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  692. LIBRARY_SEARCH_PATHS = (
  693. "$(inherited)",
  694. "\"$(SRCROOT)/External/MediaLibraryKit\"",
  695. "\"$(SRCROOT)/External/MobileVLCKit\"",
  696. );
  697. OTHER_LDFLAGS = "-Wl,-no_pie";
  698. PRODUCT_NAME = "$(TARGET_NAME)";
  699. WRAPPER_EXTENSION = app;
  700. };
  701. name = Release;
  702. };
  703. /* End XCBuildConfiguration section */
  704. /* Begin XCConfigurationList section */
  705. 7D94FCD616DE7D1000F2623B /* Build configuration list for PBXProject "AspenProject" */ = {
  706. isa = XCConfigurationList;
  707. buildConfigurations = (
  708. 7D94FD0816DE7D1100F2623B /* Debug */,
  709. 7D94FD0916DE7D1100F2623B /* Release */,
  710. );
  711. defaultConfigurationIsVisible = 0;
  712. defaultConfigurationName = Release;
  713. };
  714. 7D94FD0A16DE7D1100F2623B /* Build configuration list for PBXNativeTarget "AspenProject" */ = {
  715. isa = XCConfigurationList;
  716. buildConfigurations = (
  717. 7D94FD0B16DE7D1100F2623B /* Debug */,
  718. 7D94FD0C16DE7D1100F2623B /* Release */,
  719. );
  720. defaultConfigurationIsVisible = 0;
  721. defaultConfigurationName = Release;
  722. };
  723. /* End XCConfigurationList section */
  724. };
  725. rootObject = 7D94FCD316DE7D1000F2623B /* Project object */;
  726. }