project.pbxproj 49 KB

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