project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7D94FCDF16DE7D1000F2623B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCDE16DE7D1000F2623B /* UIKit.framework */; };
  10. 7D94FCE116DE7D1000F2623B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCE016DE7D1000F2623B /* Foundation.framework */; };
  11. 7D94FCE316DE7D1000F2623B /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */; };
  12. 7D94FCE916DE7D1000F2623B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCE716DE7D1000F2623B /* InfoPlist.strings */; };
  13. 7D94FCEB16DE7D1000F2623B /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCEA16DE7D1000F2623B /* main.m */; };
  14. 7D94FCEF16DE7D1000F2623B /* VLCAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */; };
  15. 7D94FCF116DE7D1000F2623B /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCF016DE7D1000F2623B /* Default.png */; };
  16. 7D94FCF316DE7D1000F2623B /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCF216DE7D1000F2623B /* Default@2x.png */; };
  17. 7D94FCF516DE7D1100F2623B /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCF416DE7D1100F2623B /* Default-568h@2x.png */; };
  18. 7D94FCF816DE7D1100F2623B /* VLCPlaylistViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */; };
  19. 7D94FCFB16DE7D1100F2623B /* VLCMovieViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */; };
  20. 7D94FCFE16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCFC16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib */; };
  21. 7D94FD0116DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FCFF16DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib */; };
  22. 7D94FD0416DE7D1100F2623B /* VLCMovieViewController_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FD0216DE7D1100F2623B /* VLCMovieViewController_iPhone.xib */; };
  23. 7D94FD0716DE7D1100F2623B /* VLCMovieViewController_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7D94FD0516DE7D1100F2623B /* VLCMovieViewController_iPad.xib */; };
  24. 7DA62098170A0A8900643D11 /* VLCPlaylistTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DA62096170A0A8900643D11 /* VLCPlaylistTableViewCell.xib */; };
  25. 7DA6209B170A0CE500643D11 /* VLCPlaylistTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */; };
  26. 7DADC55F1704FABF001DAC63 /* OBSlider.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DADC55E1704FABF001DAC63 /* OBSlider.m */; };
  27. CC1BBC3F1704934300A20CBF /* libMobileVLCKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */; };
  28. CC1BBC411704934D00A20CBF /* libMobileMediaLibraryKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC401704934C00A20CBF /* libMobileMediaLibraryKit.a */; };
  29. CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */ = {isa = PBXBuildFile; fileRef = CC1BBC421704935E00A20CBF /* MediaLibrary.mom */; };
  30. CC1BBC461704938300A20CBF /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC451704938300A20CBF /* libiconv.dylib */; };
  31. CC1BBC481704938B00A20CBF /* libstdc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC471704938B00A20CBF /* libstdc++.dylib */; };
  32. CC1BBC4A1704939300A20CBF /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC491704939300A20CBF /* libz.dylib */; };
  33. CC1BBC4C1704939B00A20CBF /* libsqlite3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */; };
  34. CC1BBC4E170493A300A20CBF /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4D170493A300A20CBF /* libbz2.dylib */; };
  35. CC1BBC50170493AA00A20CBF /* libxml2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC4F170493AA00A20CBF /* libxml2.dylib */; };
  36. CC1BBC52170493B100A20CBF /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC51170493B100A20CBF /* OpenGLES.framework */; };
  37. CC1BBC54170493B800A20CBF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC53170493B800A20CBF /* AudioToolbox.framework */; };
  38. CC1BBC56170493C100A20CBF /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC55170493C100A20CBF /* QuartzCore.framework */; };
  39. CC1BBC58170493E100A20CBF /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC1BBC57170493E100A20CBF /* CoreData.framework */; };
  40. /* End PBXBuildFile section */
  41. /* Begin PBXFileReference section */
  42. 7D94FCDB16DE7D1000F2623B /* AspenProject.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = AspenProject.app; sourceTree = BUILT_PRODUCTS_DIR; };
  43. 7D94FCDE16DE7D1000F2623B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  44. 7D94FCE016DE7D1000F2623B /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  45. 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  46. 7D94FCE616DE7D1000F2623B /* AspenProject-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "AspenProject-Info.plist"; sourceTree = "<group>"; };
  47. 7D94FCE816DE7D1000F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  48. 7D94FCEA16DE7D1000F2623B /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  49. 7D94FCEC16DE7D1000F2623B /* AspenProject-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "AspenProject-Prefix.pch"; sourceTree = "<group>"; };
  50. 7D94FCED16DE7D1000F2623B /* VLCAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCAppDelegate.h; sourceTree = "<group>"; };
  51. 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCAppDelegate.m; sourceTree = "<group>"; };
  52. 7D94FCF016DE7D1000F2623B /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
  53. 7D94FCF216DE7D1000F2623B /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
  54. 7D94FCF416DE7D1100F2623B /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  55. 7D94FCF616DE7D1100F2623B /* VLCPlaylistViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistViewController.h; sourceTree = "<group>"; };
  56. 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistViewController.m; sourceTree = "<group>"; };
  57. 7D94FCF916DE7D1100F2623B /* VLCMovieViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = VLCMovieViewController.h; sourceTree = "<group>"; };
  58. 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = VLCMovieViewController.m; sourceTree = "<group>"; };
  59. 7D94FCFD16DE7D1100F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistViewController_iPhone.xib; sourceTree = "<group>"; };
  60. 7D94FD0016DE7D1100F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistViewController_iPad.xib; sourceTree = "<group>"; };
  61. 7D94FD0316DE7D1100F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCMovieViewController_iPhone.xib; sourceTree = "<group>"; };
  62. 7D94FD0616DE7D1100F2623B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCMovieViewController_iPad.xib; sourceTree = "<group>"; };
  63. 7DA62097170A0A8900643D11 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/VLCPlaylistTableViewCell.xib; sourceTree = "<group>"; };
  64. 7DA62099170A0CE500643D11 /* VLCPlaylistTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VLCPlaylistTableViewCell.h; sourceTree = "<group>"; };
  65. 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VLCPlaylistTableViewCell.m; sourceTree = "<group>"; };
  66. 7DADC55D1704FABF001DAC63 /* OBSlider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = OBSlider.h; path = ImportedSources/OBSlider/OBSlider/OBSlider.h; sourceTree = SOURCE_ROOT; };
  67. 7DADC55E1704FABF001DAC63 /* OBSlider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = OBSlider.m; path = ImportedSources/OBSlider/OBSlider/OBSlider.m; sourceTree = SOURCE_ROOT; };
  68. CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMobileVLCKit.a; path = "ImportedSources/VLCKit/build/Release-iphonesimulator/libMobileVLCKit.a"; sourceTree = "<group>"; };
  69. CC1BBC401704934C00A20CBF /* libMobileMediaLibraryKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMobileMediaLibraryKit.a; path = "ImportedSources/MediaLibraryKit/build/Release-iphonesimulator/libMobileMediaLibraryKit.a"; sourceTree = "<group>"; };
  70. CC1BBC421704935E00A20CBF /* MediaLibrary.mom */ = {isa = PBXFileReference; lastKnownFileType = file.bplist; name = MediaLibrary.mom; path = "ImportedSources/MediaLibraryKit/build/Release-iphonesimulator/MediaLibrary.mom"; sourceTree = "<group>"; };
  71. CC1BBC451704938300A20CBF /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
  72. CC1BBC471704938B00A20CBF /* libstdc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libstdc++.dylib"; path = "usr/lib/libstdc++.dylib"; sourceTree = SDKROOT; };
  73. CC1BBC491704939300A20CBF /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = usr/lib/libz.dylib; sourceTree = SDKROOT; };
  74. CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.dylib; path = usr/lib/libsqlite3.dylib; sourceTree = SDKROOT; };
  75. CC1BBC4D170493A300A20CBF /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; };
  76. CC1BBC4F170493AA00A20CBF /* libxml2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libxml2.dylib; path = usr/lib/libxml2.dylib; sourceTree = SDKROOT; };
  77. CC1BBC51170493B100A20CBF /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  78. CC1BBC53170493B800A20CBF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  79. CC1BBC55170493C100A20CBF /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  80. CC1BBC57170493E100A20CBF /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  81. /* End PBXFileReference section */
  82. /* Begin PBXFrameworksBuildPhase section */
  83. 7D94FCD816DE7D1000F2623B /* Frameworks */ = {
  84. isa = PBXFrameworksBuildPhase;
  85. buildActionMask = 2147483647;
  86. files = (
  87. CC1BBC58170493E100A20CBF /* CoreData.framework in Frameworks */,
  88. CC1BBC56170493C100A20CBF /* QuartzCore.framework in Frameworks */,
  89. CC1BBC54170493B800A20CBF /* AudioToolbox.framework in Frameworks */,
  90. CC1BBC52170493B100A20CBF /* OpenGLES.framework in Frameworks */,
  91. CC1BBC50170493AA00A20CBF /* libxml2.dylib in Frameworks */,
  92. CC1BBC4E170493A300A20CBF /* libbz2.dylib in Frameworks */,
  93. CC1BBC4C1704939B00A20CBF /* libsqlite3.dylib in Frameworks */,
  94. CC1BBC4A1704939300A20CBF /* libz.dylib in Frameworks */,
  95. CC1BBC481704938B00A20CBF /* libstdc++.dylib in Frameworks */,
  96. CC1BBC461704938300A20CBF /* libiconv.dylib in Frameworks */,
  97. CC1BBC411704934D00A20CBF /* libMobileMediaLibraryKit.a in Frameworks */,
  98. CC1BBC3F1704934300A20CBF /* libMobileVLCKit.a in Frameworks */,
  99. 7D94FCDF16DE7D1000F2623B /* UIKit.framework in Frameworks */,
  100. 7D94FCE116DE7D1000F2623B /* Foundation.framework in Frameworks */,
  101. 7D94FCE316DE7D1000F2623B /* CoreGraphics.framework in Frameworks */,
  102. );
  103. runOnlyForDeploymentPostprocessing = 0;
  104. };
  105. /* End PBXFrameworksBuildPhase section */
  106. /* Begin PBXGroup section */
  107. 7D94FCD216DE7D1000F2623B = {
  108. isa = PBXGroup;
  109. children = (
  110. 7D94FCE416DE7D1000F2623B /* AspenProject */,
  111. CC1BBC441704936500A20CBF /* External VLC Libraries */,
  112. 7D94FCDD16DE7D1000F2623B /* Frameworks */,
  113. 7D94FCDC16DE7D1000F2623B /* Products */,
  114. );
  115. sourceTree = "<group>";
  116. };
  117. 7D94FCDC16DE7D1000F2623B /* Products */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 7D94FCDB16DE7D1000F2623B /* AspenProject.app */,
  121. );
  122. name = Products;
  123. sourceTree = "<group>";
  124. };
  125. 7D94FCDD16DE7D1000F2623B /* Frameworks */ = {
  126. isa = PBXGroup;
  127. children = (
  128. CC1BBC57170493E100A20CBF /* CoreData.framework */,
  129. CC1BBC55170493C100A20CBF /* QuartzCore.framework */,
  130. CC1BBC53170493B800A20CBF /* AudioToolbox.framework */,
  131. CC1BBC51170493B100A20CBF /* OpenGLES.framework */,
  132. CC1BBC4F170493AA00A20CBF /* libxml2.dylib */,
  133. CC1BBC4D170493A300A20CBF /* libbz2.dylib */,
  134. CC1BBC4B1704939B00A20CBF /* libsqlite3.dylib */,
  135. CC1BBC491704939300A20CBF /* libz.dylib */,
  136. CC1BBC471704938B00A20CBF /* libstdc++.dylib */,
  137. CC1BBC451704938300A20CBF /* libiconv.dylib */,
  138. 7D94FCDE16DE7D1000F2623B /* UIKit.framework */,
  139. 7D94FCE016DE7D1000F2623B /* Foundation.framework */,
  140. 7D94FCE216DE7D1000F2623B /* CoreGraphics.framework */,
  141. );
  142. name = Frameworks;
  143. sourceTree = "<group>";
  144. };
  145. 7D94FCE416DE7D1000F2623B /* AspenProject */ = {
  146. isa = PBXGroup;
  147. children = (
  148. 7D94FCED16DE7D1000F2623B /* VLCAppDelegate.h */,
  149. 7D94FCEE16DE7D1000F2623B /* VLCAppDelegate.m */,
  150. 7D94FCF616DE7D1100F2623B /* VLCPlaylistViewController.h */,
  151. 7D94FCF716DE7D1100F2623B /* VLCPlaylistViewController.m */,
  152. 7D94FCF916DE7D1100F2623B /* VLCMovieViewController.h */,
  153. 7D94FCFA16DE7D1100F2623B /* VLCMovieViewController.m */,
  154. 7DA62099170A0CE500643D11 /* VLCPlaylistTableViewCell.h */,
  155. 7DA6209A170A0CE500643D11 /* VLCPlaylistTableViewCell.m */,
  156. 7DADC5601704FACC001DAC63 /* Imported */,
  157. 7DADC55C1704FAA8001DAC63 /* XIBs */,
  158. 7D94FCE516DE7D1000F2623B /* Supporting Files */,
  159. );
  160. path = AspenProject;
  161. sourceTree = "<group>";
  162. };
  163. 7D94FCE516DE7D1000F2623B /* Supporting Files */ = {
  164. isa = PBXGroup;
  165. children = (
  166. 7D94FCE616DE7D1000F2623B /* AspenProject-Info.plist */,
  167. 7D94FCE716DE7D1000F2623B /* InfoPlist.strings */,
  168. 7D94FCEA16DE7D1000F2623B /* main.m */,
  169. 7D94FCEC16DE7D1000F2623B /* AspenProject-Prefix.pch */,
  170. 7D94FCF016DE7D1000F2623B /* Default.png */,
  171. 7D94FCF216DE7D1000F2623B /* Default@2x.png */,
  172. 7D94FCF416DE7D1100F2623B /* Default-568h@2x.png */,
  173. );
  174. name = "Supporting Files";
  175. sourceTree = "<group>";
  176. };
  177. 7DADC55C1704FAA8001DAC63 /* XIBs */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 7D94FCFC16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib */,
  181. 7D94FCFF16DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib */,
  182. 7D94FD0216DE7D1100F2623B /* VLCMovieViewController_iPhone.xib */,
  183. 7D94FD0516DE7D1100F2623B /* VLCMovieViewController_iPad.xib */,
  184. 7DA62096170A0A8900643D11 /* VLCPlaylistTableViewCell.xib */,
  185. );
  186. name = XIBs;
  187. sourceTree = "<group>";
  188. };
  189. 7DADC5601704FACC001DAC63 /* Imported */ = {
  190. isa = PBXGroup;
  191. children = (
  192. 7DADC55D1704FABF001DAC63 /* OBSlider.h */,
  193. 7DADC55E1704FABF001DAC63 /* OBSlider.m */,
  194. );
  195. name = Imported;
  196. sourceTree = "<group>";
  197. };
  198. CC1BBC441704936500A20CBF /* External VLC Libraries */ = {
  199. isa = PBXGroup;
  200. children = (
  201. CC1BBC421704935E00A20CBF /* MediaLibrary.mom */,
  202. CC1BBC401704934C00A20CBF /* libMobileMediaLibraryKit.a */,
  203. CC1BBC3E1704934200A20CBF /* libMobileVLCKit.a */,
  204. );
  205. name = "External VLC Libraries";
  206. sourceTree = "<group>";
  207. };
  208. /* End PBXGroup section */
  209. /* Begin PBXNativeTarget section */
  210. 7D94FCDA16DE7D1000F2623B /* AspenProject */ = {
  211. isa = PBXNativeTarget;
  212. buildConfigurationList = 7D94FD0A16DE7D1100F2623B /* Build configuration list for PBXNativeTarget "AspenProject" */;
  213. buildPhases = (
  214. 7D94FCD716DE7D1000F2623B /* Sources */,
  215. 7D94FCD816DE7D1000F2623B /* Frameworks */,
  216. 7D94FCD916DE7D1000F2623B /* Resources */,
  217. );
  218. buildRules = (
  219. );
  220. dependencies = (
  221. );
  222. name = AspenProject;
  223. productName = AspenProject;
  224. productReference = 7D94FCDB16DE7D1000F2623B /* AspenProject.app */;
  225. productType = "com.apple.product-type.application";
  226. };
  227. /* End PBXNativeTarget section */
  228. /* Begin PBXProject section */
  229. 7D94FCD316DE7D1000F2623B /* Project object */ = {
  230. isa = PBXProject;
  231. attributes = {
  232. CLASSPREFIX = VLC;
  233. LastUpgradeCheck = 0460;
  234. ORGANIZATIONNAME = VideoLAN;
  235. };
  236. buildConfigurationList = 7D94FCD616DE7D1000F2623B /* Build configuration list for PBXProject "AspenProject" */;
  237. compatibilityVersion = "Xcode 3.2";
  238. developmentRegion = English;
  239. hasScannedForEncodings = 0;
  240. knownRegions = (
  241. en,
  242. );
  243. mainGroup = 7D94FCD216DE7D1000F2623B;
  244. productRefGroup = 7D94FCDC16DE7D1000F2623B /* Products */;
  245. projectDirPath = "";
  246. projectRoot = "";
  247. targets = (
  248. 7D94FCDA16DE7D1000F2623B /* AspenProject */,
  249. );
  250. };
  251. /* End PBXProject section */
  252. /* Begin PBXResourcesBuildPhase section */
  253. 7D94FCD916DE7D1000F2623B /* Resources */ = {
  254. isa = PBXResourcesBuildPhase;
  255. buildActionMask = 2147483647;
  256. files = (
  257. CC1BBC431704935E00A20CBF /* MediaLibrary.mom in Resources */,
  258. 7D94FCE916DE7D1000F2623B /* InfoPlist.strings in Resources */,
  259. 7D94FCF116DE7D1000F2623B /* Default.png in Resources */,
  260. 7D94FCF316DE7D1000F2623B /* Default@2x.png in Resources */,
  261. 7D94FCF516DE7D1100F2623B /* Default-568h@2x.png in Resources */,
  262. 7D94FCFE16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib in Resources */,
  263. 7D94FD0116DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib in Resources */,
  264. 7D94FD0416DE7D1100F2623B /* VLCMovieViewController_iPhone.xib in Resources */,
  265. 7D94FD0716DE7D1100F2623B /* VLCMovieViewController_iPad.xib in Resources */,
  266. 7DA62098170A0A8900643D11 /* VLCPlaylistTableViewCell.xib in Resources */,
  267. );
  268. runOnlyForDeploymentPostprocessing = 0;
  269. };
  270. /* End PBXResourcesBuildPhase section */
  271. /* Begin PBXSourcesBuildPhase section */
  272. 7D94FCD716DE7D1000F2623B /* Sources */ = {
  273. isa = PBXSourcesBuildPhase;
  274. buildActionMask = 2147483647;
  275. files = (
  276. 7D94FCEB16DE7D1000F2623B /* main.m in Sources */,
  277. 7D94FCEF16DE7D1000F2623B /* VLCAppDelegate.m in Sources */,
  278. 7D94FCF816DE7D1100F2623B /* VLCPlaylistViewController.m in Sources */,
  279. 7D94FCFB16DE7D1100F2623B /* VLCMovieViewController.m in Sources */,
  280. 7DADC55F1704FABF001DAC63 /* OBSlider.m in Sources */,
  281. 7DA6209B170A0CE500643D11 /* VLCPlaylistTableViewCell.m in Sources */,
  282. );
  283. runOnlyForDeploymentPostprocessing = 0;
  284. };
  285. /* End PBXSourcesBuildPhase section */
  286. /* Begin PBXVariantGroup section */
  287. 7D94FCE716DE7D1000F2623B /* InfoPlist.strings */ = {
  288. isa = PBXVariantGroup;
  289. children = (
  290. 7D94FCE816DE7D1000F2623B /* en */,
  291. );
  292. name = InfoPlist.strings;
  293. sourceTree = "<group>";
  294. };
  295. 7D94FCFC16DE7D1100F2623B /* VLCPlaylistViewController_iPhone.xib */ = {
  296. isa = PBXVariantGroup;
  297. children = (
  298. 7D94FCFD16DE7D1100F2623B /* en */,
  299. );
  300. name = VLCPlaylistViewController_iPhone.xib;
  301. sourceTree = "<group>";
  302. };
  303. 7D94FCFF16DE7D1100F2623B /* VLCPlaylistViewController_iPad.xib */ = {
  304. isa = PBXVariantGroup;
  305. children = (
  306. 7D94FD0016DE7D1100F2623B /* en */,
  307. );
  308. name = VLCPlaylistViewController_iPad.xib;
  309. sourceTree = "<group>";
  310. };
  311. 7D94FD0216DE7D1100F2623B /* VLCMovieViewController_iPhone.xib */ = {
  312. isa = PBXVariantGroup;
  313. children = (
  314. 7D94FD0316DE7D1100F2623B /* en */,
  315. );
  316. name = VLCMovieViewController_iPhone.xib;
  317. sourceTree = "<group>";
  318. };
  319. 7D94FD0516DE7D1100F2623B /* VLCMovieViewController_iPad.xib */ = {
  320. isa = PBXVariantGroup;
  321. children = (
  322. 7D94FD0616DE7D1100F2623B /* en */,
  323. );
  324. name = VLCMovieViewController_iPad.xib;
  325. sourceTree = "<group>";
  326. };
  327. 7DA62096170A0A8900643D11 /* VLCPlaylistTableViewCell.xib */ = {
  328. isa = PBXVariantGroup;
  329. children = (
  330. 7DA62097170A0A8900643D11 /* en */,
  331. );
  332. name = VLCPlaylistTableViewCell.xib;
  333. sourceTree = "<group>";
  334. };
  335. /* End PBXVariantGroup section */
  336. /* Begin XCBuildConfiguration section */
  337. 7D94FD0816DE7D1100F2623B /* Debug */ = {
  338. isa = XCBuildConfiguration;
  339. buildSettings = {
  340. ALWAYS_SEARCH_USER_PATHS = NO;
  341. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  342. CLANG_CXX_LIBRARY = "libc++";
  343. CLANG_WARN_CONSTANT_CONVERSION = YES;
  344. CLANG_WARN_EMPTY_BODY = YES;
  345. CLANG_WARN_ENUM_CONVERSION = YES;
  346. CLANG_WARN_INT_CONVERSION = YES;
  347. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  348. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  349. COPY_PHASE_STRIP = NO;
  350. GCC_C_LANGUAGE_STANDARD = gnu99;
  351. GCC_DYNAMIC_NO_PIC = NO;
  352. GCC_OPTIMIZATION_LEVEL = 0;
  353. GCC_PREPROCESSOR_DEFINITIONS = (
  354. "DEBUG=1",
  355. "$(inherited)",
  356. );
  357. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  358. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  359. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  360. GCC_WARN_UNUSED_VARIABLE = YES;
  361. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  362. ONLY_ACTIVE_ARCH = YES;
  363. SDKROOT = iphoneos;
  364. TARGETED_DEVICE_FAMILY = "1,2";
  365. };
  366. name = Debug;
  367. };
  368. 7D94FD0916DE7D1100F2623B /* Release */ = {
  369. isa = XCBuildConfiguration;
  370. buildSettings = {
  371. ALWAYS_SEARCH_USER_PATHS = NO;
  372. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  373. CLANG_CXX_LIBRARY = "libc++";
  374. CLANG_WARN_CONSTANT_CONVERSION = YES;
  375. CLANG_WARN_EMPTY_BODY = YES;
  376. CLANG_WARN_ENUM_CONVERSION = YES;
  377. CLANG_WARN_INT_CONVERSION = YES;
  378. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  379. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  380. COPY_PHASE_STRIP = YES;
  381. GCC_C_LANGUAGE_STANDARD = gnu99;
  382. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  383. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  384. GCC_WARN_UNUSED_VARIABLE = YES;
  385. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  386. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  387. SDKROOT = iphoneos;
  388. TARGETED_DEVICE_FAMILY = "1,2";
  389. VALIDATE_PRODUCT = YES;
  390. };
  391. name = Release;
  392. };
  393. 7D94FD0B16DE7D1100F2623B /* Debug */ = {
  394. isa = XCBuildConfiguration;
  395. buildSettings = {
  396. COPY_PHASE_STRIP = NO;
  397. DEAD_CODE_STRIPPING = NO;
  398. GCC_C_LANGUAGE_STANDARD = c99;
  399. GCC_OPTIMIZATION_LEVEL = 3;
  400. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  401. GCC_PREFIX_HEADER = "AspenProject/AspenProject-Prefix.pch";
  402. HEADER_SEARCH_PATHS = (
  403. "$(SRCROOT)/External/MobileVLCKit/include",
  404. "$(SRCROOT)/External/MediaLibraryKit/include",
  405. );
  406. INFOPLIST_FILE = "AspenProject/AspenProject-Info.plist";
  407. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  408. LIBRARY_SEARCH_PATHS = (
  409. "$(inherited)",
  410. "\"$(SRCROOT)/External/MediaLibraryKit\"",
  411. "\"$(SRCROOT)/External/MobileVLCKit\"",
  412. "\"$(SRCROOT)/ImportedSources/VLCKit/build/Release-iphonesimulator\"",
  413. "\"$(SRCROOT)/ImportedSources/MediaLibraryKit/build/Release-iphonesimulator\"",
  414. );
  415. OTHER_LDFLAGS = "-Wl,-no_pie";
  416. PRODUCT_NAME = "$(TARGET_NAME)";
  417. WRAPPER_EXTENSION = app;
  418. };
  419. name = Debug;
  420. };
  421. 7D94FD0C16DE7D1100F2623B /* Release */ = {
  422. isa = XCBuildConfiguration;
  423. buildSettings = {
  424. COPY_PHASE_STRIP = NO;
  425. DEAD_CODE_STRIPPING = NO;
  426. GCC_C_LANGUAGE_STANDARD = c99;
  427. GCC_OPTIMIZATION_LEVEL = 3;
  428. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  429. GCC_PREFIX_HEADER = "AspenProject/AspenProject-Prefix.pch";
  430. HEADER_SEARCH_PATHS = (
  431. "$(SRCROOT)/External/MobileVLCKit/include",
  432. "$(SRCROOT)/External/MediaLibraryKit/include",
  433. );
  434. INFOPLIST_FILE = "AspenProject/AspenProject-Info.plist";
  435. IPHONEOS_DEPLOYMENT_TARGET = 5.1;
  436. LIBRARY_SEARCH_PATHS = (
  437. "$(inherited)",
  438. "\"$(SRCROOT)/External/MediaLibraryKit\"",
  439. "\"$(SRCROOT)/External/MobileVLCKit\"",
  440. "\"$(SRCROOT)/ImportedSources/VLCKit/build/Release-iphonesimulator\"",
  441. "\"$(SRCROOT)/ImportedSources/MediaLibraryKit/build/Release-iphonesimulator\"",
  442. );
  443. OTHER_LDFLAGS = "-Wl,-no_pie";
  444. PRODUCT_NAME = "$(TARGET_NAME)";
  445. WRAPPER_EXTENSION = app;
  446. };
  447. name = Release;
  448. };
  449. /* End XCBuildConfiguration section */
  450. /* Begin XCConfigurationList section */
  451. 7D94FCD616DE7D1000F2623B /* Build configuration list for PBXProject "AspenProject" */ = {
  452. isa = XCConfigurationList;
  453. buildConfigurations = (
  454. 7D94FD0816DE7D1100F2623B /* Debug */,
  455. 7D94FD0916DE7D1100F2623B /* Release */,
  456. );
  457. defaultConfigurationIsVisible = 0;
  458. defaultConfigurationName = Release;
  459. };
  460. 7D94FD0A16DE7D1100F2623B /* Build configuration list for PBXNativeTarget "AspenProject" */ = {
  461. isa = XCConfigurationList;
  462. buildConfigurations = (
  463. 7D94FD0B16DE7D1100F2623B /* Debug */,
  464. 7D94FD0C16DE7D1100F2623B /* Release */,
  465. );
  466. defaultConfigurationIsVisible = 0;
  467. defaultConfigurationName = Release;
  468. };
  469. /* End XCConfigurationList section */
  470. };
  471. rootObject = 7D94FCD316DE7D1000F2623B /* Project object */;
  472. }