project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7D11B36A183BA71600FF0D25 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D11B369183BA71600FF0D25 /* UIKit.framework */; };
  10. 7D11B36C183BA71600FF0D25 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D11B36B183BA71600FF0D25 /* Foundation.framework */; };
  11. 7D8745B5183BA8F900FD09E0 /* libMobileVLCKit.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745B4183BA8F900FD09E0 /* libMobileVLCKit.a */; };
  12. 7D8745B8183BABE800FD09E0 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745B6183BABE800FD09E0 /* AudioToolbox.framework */; };
  13. 7D8745BB183BABEE00FD09E0 /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745BA183BABEE00FD09E0 /* OpenGLES.framework */; };
  14. 7D8745BD183BAC0D00FD09E0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745BC183BAC0D00FD09E0 /* CFNetwork.framework */; };
  15. 7D8745BF183BAC1200FD09E0 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745BE183BAC1200FD09E0 /* CoreText.framework */; };
  16. 7D8745C1183BAC2300FD09E0 /* libbz2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745C0183BAC2300FD09E0 /* libbz2.dylib */; };
  17. 7D8745C3183BAC2700FD09E0 /* libiconv.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745C2183BAC2700FD09E0 /* libiconv.dylib */; };
  18. 7D8745C5183BAC3100FD09E0 /* libstdc++.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745C4183BAC3100FD09E0 /* libstdc++.dylib */; };
  19. 7D8745C7183BACAE00FD09E0 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D8745C6183BACAE00FD09E0 /* QuartzCore.framework */; };
  20. 7D8745C8183BACBF00FD09E0 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7D11B36D183BA71600FF0D25 /* CoreGraphics.framework */; };
  21. 7DEBFE68183BEA9E00BC53D5 /* VDLAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DEBFE65183BEA9E00BC53D5 /* VDLAppDelegate.m */; };
  22. 7DEBFE69183BEA9E00BC53D5 /* VDLPlaybackViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DEBFE67183BEA9E00BC53D5 /* VDLPlaybackViewController.m */; };
  23. 7DEBFE6D183BEAB500BC53D5 /* VDLPlaybackViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DEBFE6B183BEAB500BC53D5 /* VDLPlaybackViewController.xib */; };
  24. 7DEBFE70183BEAC300BC53D5 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 7DEBFE6E183BEAC300BC53D5 /* InfoPlist.strings */; };
  25. 7DEBFE77183BEAD500BC53D5 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEBFE71183BEAD500BC53D5 /* Default-568h@2x.png */; };
  26. 7DEBFE78183BEAD500BC53D5 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEBFE72183BEAD500BC53D5 /* Default.png */; };
  27. 7DEBFE79183BEAD500BC53D5 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7DEBFE73183BEAD500BC53D5 /* Default@2x.png */; };
  28. 7DEBFE7B183BEAD500BC53D5 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DEBFE76183BEAD500BC53D5 /* main.m */; };
  29. 7DEBFE7F183BEE7500BC53D5 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DEBFE7E183BEE7500BC53D5 /* MediaPlayer.framework */; };
  30. 7DEBFE81183BF0AA00BC53D5 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DEBFE80183BF0AA00BC53D5 /* AVFoundation.framework */; };
  31. 7DEBFE85183BFC6300BC53D5 /* VDLMainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7DEBFE83183BFC6300BC53D5 /* VDLMainViewController.m */; };
  32. 7DEBFE86183BFC6300BC53D5 /* VDLMainViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 7DEBFE84183BFC6300BC53D5 /* VDLMainViewController.xib */; };
  33. D4771D93189848E70087441B /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D4771D92189848E70087441B /* Security.framework */; };
  34. /* End PBXBuildFile section */
  35. /* Begin PBXFileReference section */
  36. 7D11B366183BA71600FF0D25 /* Dropin-Player.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Dropin-Player.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  37. 7D11B369183BA71600FF0D25 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  38. 7D11B36B183BA71600FF0D25 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  39. 7D11B36D183BA71600FF0D25 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  40. 7D8745B4183BA8F900FD09E0 /* libMobileVLCKit.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libMobileVLCKit.a; path = "../../build/Release-iphonesimulator/libMobileVLCKit.a"; sourceTree = "<group>"; };
  41. 7D8745B6183BABE800FD09E0 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  42. 7D8745B7183BABE800FD09E0 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioUnit.framework; path = System/Library/Frameworks/AudioUnit.framework; sourceTree = SDKROOT; };
  43. 7D8745BA183BABEE00FD09E0 /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
  44. 7D8745BC183BAC0D00FD09E0 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
  45. 7D8745BE183BAC1200FD09E0 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
  46. 7D8745C0183BAC2300FD09E0 /* libbz2.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libbz2.dylib; path = usr/lib/libbz2.dylib; sourceTree = SDKROOT; };
  47. 7D8745C2183BAC2700FD09E0 /* libiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libiconv.dylib; path = usr/lib/libiconv.dylib; sourceTree = SDKROOT; };
  48. 7D8745C4183BAC3100FD09E0 /* libstdc++.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = "libstdc++.dylib"; path = "usr/lib/libstdc++.dylib"; sourceTree = SDKROOT; };
  49. 7D8745C6183BACAE00FD09E0 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
  50. 7DEBFE64183BEA9E00BC53D5 /* VDLAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VDLAppDelegate.h; path = "Dropin-Player/VDLAppDelegate.h"; sourceTree = SOURCE_ROOT; };
  51. 7DEBFE65183BEA9E00BC53D5 /* VDLAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VDLAppDelegate.m; path = "Dropin-Player/VDLAppDelegate.m"; sourceTree = SOURCE_ROOT; };
  52. 7DEBFE66183BEA9E00BC53D5 /* VDLPlaybackViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VDLPlaybackViewController.h; path = "Dropin-Player/VDLPlaybackViewController.h"; sourceTree = SOURCE_ROOT; };
  53. 7DEBFE67183BEA9E00BC53D5 /* VDLPlaybackViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VDLPlaybackViewController.m; path = "Dropin-Player/VDLPlaybackViewController.m"; sourceTree = SOURCE_ROOT; };
  54. 7DEBFE6C183BEAB500BC53D5 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = "Dropin-Player/en.lproj/VDLPlaybackViewController.xib"; sourceTree = SOURCE_ROOT; };
  55. 7DEBFE6F183BEAC300BC53D5 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = "Dropin-Player/en.lproj/InfoPlist.strings"; sourceTree = SOURCE_ROOT; };
  56. 7DEBFE71183BEAD500BC53D5 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default-568h@2x.png"; path = "Dropin-Player/Default-568h@2x.png"; sourceTree = SOURCE_ROOT; };
  57. 7DEBFE72183BEAD500BC53D5 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = "Dropin-Player/Default.png"; sourceTree = SOURCE_ROOT; };
  58. 7DEBFE73183BEAD500BC53D5 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Default@2x.png"; path = "Dropin-Player/Default@2x.png"; sourceTree = SOURCE_ROOT; };
  59. 7DEBFE75183BEAD500BC53D5 /* Dropin-Player-Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "Dropin-Player-Prefix.pch"; path = "Dropin-Player/Dropin-Player-Prefix.pch"; sourceTree = SOURCE_ROOT; };
  60. 7DEBFE76183BEAD500BC53D5 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "Dropin-Player/main.m"; sourceTree = SOURCE_ROOT; };
  61. 7DEBFE7C183BECDE00BC53D5 /* Dropin-Player-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Dropin-Player-Info.plist"; path = "Dropin-Player/Dropin-Player-Info.plist"; sourceTree = SOURCE_ROOT; };
  62. 7DEBFE7E183BEE7500BC53D5 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
  63. 7DEBFE80183BF0AA00BC53D5 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  64. 7DEBFE82183BFC6300BC53D5 /* VDLMainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VDLMainViewController.h; sourceTree = SOURCE_ROOT; };
  65. 7DEBFE83183BFC6300BC53D5 /* VDLMainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VDLMainViewController.m; sourceTree = SOURCE_ROOT; };
  66. 7DEBFE84183BFC6300BC53D5 /* VDLMainViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = VDLMainViewController.xib; sourceTree = SOURCE_ROOT; };
  67. D4771D92189848E70087441B /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
  68. /* End PBXFileReference section */
  69. /* Begin PBXFrameworksBuildPhase section */
  70. 7D11B363183BA71600FF0D25 /* Frameworks */ = {
  71. isa = PBXFrameworksBuildPhase;
  72. buildActionMask = 2147483647;
  73. files = (
  74. D4771D93189848E70087441B /* Security.framework in Frameworks */,
  75. 7DEBFE81183BF0AA00BC53D5 /* AVFoundation.framework in Frameworks */,
  76. 7DEBFE7F183BEE7500BC53D5 /* MediaPlayer.framework in Frameworks */,
  77. 7D8745C8183BACBF00FD09E0 /* CoreGraphics.framework in Frameworks */,
  78. 7D8745C7183BACAE00FD09E0 /* QuartzCore.framework in Frameworks */,
  79. 7D8745C5183BAC3100FD09E0 /* libstdc++.dylib in Frameworks */,
  80. 7D8745C3183BAC2700FD09E0 /* libiconv.dylib in Frameworks */,
  81. 7D8745C1183BAC2300FD09E0 /* libbz2.dylib in Frameworks */,
  82. 7D8745BF183BAC1200FD09E0 /* CoreText.framework in Frameworks */,
  83. 7D8745BD183BAC0D00FD09E0 /* CFNetwork.framework in Frameworks */,
  84. 7D8745BB183BABEE00FD09E0 /* OpenGLES.framework in Frameworks */,
  85. 7D8745B8183BABE800FD09E0 /* AudioToolbox.framework in Frameworks */,
  86. 7D11B36A183BA71600FF0D25 /* UIKit.framework in Frameworks */,
  87. 7D11B36C183BA71600FF0D25 /* Foundation.framework in Frameworks */,
  88. 7D8745B5183BA8F900FD09E0 /* libMobileVLCKit.a in Frameworks */,
  89. );
  90. runOnlyForDeploymentPostprocessing = 0;
  91. };
  92. /* End PBXFrameworksBuildPhase section */
  93. /* Begin PBXGroup section */
  94. 7D11B35D183BA71600FF0D25 = {
  95. isa = PBXGroup;
  96. children = (
  97. 7D11B36F183BA71600FF0D25 /* Dropin-Player */,
  98. 7D11B368183BA71600FF0D25 /* Frameworks */,
  99. 7D11B367183BA71600FF0D25 /* Products */,
  100. );
  101. sourceTree = "<group>";
  102. };
  103. 7D11B367183BA71600FF0D25 /* Products */ = {
  104. isa = PBXGroup;
  105. children = (
  106. 7D11B366183BA71600FF0D25 /* Dropin-Player.app */,
  107. );
  108. name = Products;
  109. sourceTree = "<group>";
  110. };
  111. 7D11B368183BA71600FF0D25 /* Frameworks */ = {
  112. isa = PBXGroup;
  113. children = (
  114. D4771D92189848E70087441B /* Security.framework */,
  115. 7DEBFE80183BF0AA00BC53D5 /* AVFoundation.framework */,
  116. 7DEBFE7E183BEE7500BC53D5 /* MediaPlayer.framework */,
  117. 7D8745B4183BA8F900FD09E0 /* libMobileVLCKit.a */,
  118. 7D8745C6183BACAE00FD09E0 /* QuartzCore.framework */,
  119. 7D8745C4183BAC3100FD09E0 /* libstdc++.dylib */,
  120. 7D8745C2183BAC2700FD09E0 /* libiconv.dylib */,
  121. 7D8745C0183BAC2300FD09E0 /* libbz2.dylib */,
  122. 7D8745BE183BAC1200FD09E0 /* CoreText.framework */,
  123. 7D8745BC183BAC0D00FD09E0 /* CFNetwork.framework */,
  124. 7D8745BA183BABEE00FD09E0 /* OpenGLES.framework */,
  125. 7D8745B6183BABE800FD09E0 /* AudioToolbox.framework */,
  126. 7D8745B7183BABE800FD09E0 /* AudioUnit.framework */,
  127. 7D11B369183BA71600FF0D25 /* UIKit.framework */,
  128. 7D11B36B183BA71600FF0D25 /* Foundation.framework */,
  129. 7D11B36D183BA71600FF0D25 /* CoreGraphics.framework */,
  130. );
  131. name = Frameworks;
  132. sourceTree = "<group>";
  133. };
  134. 7D11B36F183BA71600FF0D25 /* Dropin-Player */ = {
  135. isa = PBXGroup;
  136. children = (
  137. 7DEBFE64183BEA9E00BC53D5 /* VDLAppDelegate.h */,
  138. 7DEBFE65183BEA9E00BC53D5 /* VDLAppDelegate.m */,
  139. 7DEBFE82183BFC6300BC53D5 /* VDLMainViewController.h */,
  140. 7DEBFE83183BFC6300BC53D5 /* VDLMainViewController.m */,
  141. 7DEBFE84183BFC6300BC53D5 /* VDLMainViewController.xib */,
  142. 7DEBFE66183BEA9E00BC53D5 /* VDLPlaybackViewController.h */,
  143. 7DEBFE67183BEA9E00BC53D5 /* VDLPlaybackViewController.m */,
  144. 7DEBFE6B183BEAB500BC53D5 /* VDLPlaybackViewController.xib */,
  145. 7D11B370183BA71600FF0D25 /* Supporting Files */,
  146. );
  147. name = "Dropin-Player";
  148. path = SimplePlayback;
  149. sourceTree = "<group>";
  150. };
  151. 7D11B370183BA71600FF0D25 /* Supporting Files */ = {
  152. isa = PBXGroup;
  153. children = (
  154. 7DEBFE7C183BECDE00BC53D5 /* Dropin-Player-Info.plist */,
  155. 7DEBFE71183BEAD500BC53D5 /* Default-568h@2x.png */,
  156. 7DEBFE72183BEAD500BC53D5 /* Default.png */,
  157. 7DEBFE73183BEAD500BC53D5 /* Default@2x.png */,
  158. 7DEBFE75183BEAD500BC53D5 /* Dropin-Player-Prefix.pch */,
  159. 7DEBFE76183BEAD500BC53D5 /* main.m */,
  160. 7DEBFE6E183BEAC300BC53D5 /* InfoPlist.strings */,
  161. );
  162. name = "Supporting Files";
  163. sourceTree = "<group>";
  164. };
  165. /* End PBXGroup section */
  166. /* Begin PBXNativeTarget section */
  167. 7D11B365183BA71600FF0D25 /* Dropin-Player */ = {
  168. isa = PBXNativeTarget;
  169. buildConfigurationList = 7D11B389183BA71600FF0D25 /* Build configuration list for PBXNativeTarget "Dropin-Player" */;
  170. buildPhases = (
  171. 7D11B362183BA71600FF0D25 /* Sources */,
  172. 7D11B363183BA71600FF0D25 /* Frameworks */,
  173. 7D11B364183BA71600FF0D25 /* Resources */,
  174. );
  175. buildRules = (
  176. );
  177. dependencies = (
  178. );
  179. name = "Dropin-Player";
  180. productName = SimplePlayback;
  181. productReference = 7D11B366183BA71600FF0D25 /* Dropin-Player.app */;
  182. productType = "com.apple.product-type.application";
  183. };
  184. /* End PBXNativeTarget section */
  185. /* Begin PBXProject section */
  186. 7D11B35E183BA71600FF0D25 /* Project object */ = {
  187. isa = PBXProject;
  188. attributes = {
  189. CLASSPREFIX = VDL;
  190. LastUpgradeCheck = 0500;
  191. ORGANIZATIONNAME = VideoLAN;
  192. };
  193. buildConfigurationList = 7D11B361183BA71600FF0D25 /* Build configuration list for PBXProject "Dropin-Player" */;
  194. compatibilityVersion = "Xcode 3.2";
  195. developmentRegion = English;
  196. hasScannedForEncodings = 0;
  197. knownRegions = (
  198. en,
  199. );
  200. mainGroup = 7D11B35D183BA71600FF0D25;
  201. productRefGroup = 7D11B367183BA71600FF0D25 /* Products */;
  202. projectDirPath = "";
  203. projectRoot = "";
  204. targets = (
  205. 7D11B365183BA71600FF0D25 /* Dropin-Player */,
  206. );
  207. };
  208. /* End PBXProject section */
  209. /* Begin PBXResourcesBuildPhase section */
  210. 7D11B364183BA71600FF0D25 /* Resources */ = {
  211. isa = PBXResourcesBuildPhase;
  212. buildActionMask = 2147483647;
  213. files = (
  214. 7DEBFE70183BEAC300BC53D5 /* InfoPlist.strings in Resources */,
  215. 7DEBFE86183BFC6300BC53D5 /* VDLMainViewController.xib in Resources */,
  216. 7DEBFE6D183BEAB500BC53D5 /* VDLPlaybackViewController.xib in Resources */,
  217. 7DEBFE79183BEAD500BC53D5 /* Default@2x.png in Resources */,
  218. 7DEBFE77183BEAD500BC53D5 /* Default-568h@2x.png in Resources */,
  219. 7DEBFE78183BEAD500BC53D5 /* Default.png in Resources */,
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. /* End PBXResourcesBuildPhase section */
  224. /* Begin PBXSourcesBuildPhase section */
  225. 7D11B362183BA71600FF0D25 /* Sources */ = {
  226. isa = PBXSourcesBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. 7DEBFE85183BFC6300BC53D5 /* VDLMainViewController.m in Sources */,
  230. 7DEBFE68183BEA9E00BC53D5 /* VDLAppDelegate.m in Sources */,
  231. 7DEBFE7B183BEAD500BC53D5 /* main.m in Sources */,
  232. 7DEBFE69183BEA9E00BC53D5 /* VDLPlaybackViewController.m in Sources */,
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. /* End PBXSourcesBuildPhase section */
  237. /* Begin PBXVariantGroup section */
  238. 7DEBFE6B183BEAB500BC53D5 /* VDLPlaybackViewController.xib */ = {
  239. isa = PBXVariantGroup;
  240. children = (
  241. 7DEBFE6C183BEAB500BC53D5 /* en */,
  242. );
  243. name = VDLPlaybackViewController.xib;
  244. sourceTree = "<group>";
  245. };
  246. 7DEBFE6E183BEAC300BC53D5 /* InfoPlist.strings */ = {
  247. isa = PBXVariantGroup;
  248. children = (
  249. 7DEBFE6F183BEAC300BC53D5 /* en */,
  250. );
  251. name = InfoPlist.strings;
  252. sourceTree = "<group>";
  253. };
  254. /* End PBXVariantGroup section */
  255. /* Begin XCBuildConfiguration section */
  256. 7D11B387183BA71600FF0D25 /* Debug */ = {
  257. isa = XCBuildConfiguration;
  258. buildSettings = {
  259. ALWAYS_SEARCH_USER_PATHS = NO;
  260. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  261. CLANG_CXX_LIBRARY = "libc++";
  262. CLANG_ENABLE_OBJC_ARC = YES;
  263. CLANG_WARN_CONSTANT_CONVERSION = YES;
  264. CLANG_WARN_EMPTY_BODY = YES;
  265. CLANG_WARN_ENUM_CONVERSION = YES;
  266. CLANG_WARN_INT_CONVERSION = YES;
  267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  268. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  269. COPY_PHASE_STRIP = NO;
  270. GCC_C_LANGUAGE_STANDARD = gnu99;
  271. GCC_DYNAMIC_NO_PIC = NO;
  272. GCC_OPTIMIZATION_LEVEL = 0;
  273. GCC_PREPROCESSOR_DEFINITIONS = (
  274. "DEBUG=1",
  275. "$(inherited)",
  276. );
  277. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  278. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  279. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  280. GCC_WARN_UNUSED_VARIABLE = YES;
  281. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  282. ONLY_ACTIVE_ARCH = YES;
  283. SDKROOT = iphoneos;
  284. };
  285. name = Debug;
  286. };
  287. 7D11B388183BA71600FF0D25 /* Release */ = {
  288. isa = XCBuildConfiguration;
  289. buildSettings = {
  290. ALWAYS_SEARCH_USER_PATHS = NO;
  291. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  292. CLANG_CXX_LIBRARY = "libc++";
  293. CLANG_ENABLE_OBJC_ARC = YES;
  294. CLANG_WARN_CONSTANT_CONVERSION = YES;
  295. CLANG_WARN_EMPTY_BODY = YES;
  296. CLANG_WARN_ENUM_CONVERSION = YES;
  297. CLANG_WARN_INT_CONVERSION = YES;
  298. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  299. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  300. COPY_PHASE_STRIP = YES;
  301. GCC_C_LANGUAGE_STANDARD = gnu99;
  302. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  303. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  304. GCC_WARN_UNUSED_VARIABLE = YES;
  305. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  306. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  307. SDKROOT = iphoneos;
  308. VALIDATE_PRODUCT = YES;
  309. };
  310. name = Release;
  311. };
  312. 7D11B38A183BA71600FF0D25 /* Debug */ = {
  313. isa = XCBuildConfiguration;
  314. buildSettings = {
  315. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  316. GCC_PREFIX_HEADER = "Dropin-Player/Dropin-Player-Prefix.pch";
  317. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../build/Release-iphonesimulator/include\"";
  318. INFOPLIST_FILE = "Dropin-Player/Dropin-Player-Info.plist";
  319. LIBRARY_SEARCH_PATHS = (
  320. "\"$(SRCROOT)/../../build/Release-iphonesimulator\"",
  321. "\"$(SRCROOT)/../../build/Release-iphonesos\"",
  322. );
  323. PRODUCT_NAME = "Dropin-Player";
  324. WRAPPER_EXTENSION = app;
  325. };
  326. name = Debug;
  327. };
  328. 7D11B38B183BA71600FF0D25 /* Release */ = {
  329. isa = XCBuildConfiguration;
  330. buildSettings = {
  331. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  332. GCC_PREFIX_HEADER = "Dropin-Player/Dropin-Player-Prefix.pch";
  333. HEADER_SEARCH_PATHS = "\"$(SRCROOT)/../../build/Release-iphonesimulator/include\"";
  334. INFOPLIST_FILE = "Dropin-Player/Dropin-Player-Info.plist";
  335. LIBRARY_SEARCH_PATHS = (
  336. "\"$(SRCROOT)/../../build/Release-iphonesimulator\"",
  337. "\"$(SRCROOT)/../../build/Release-iphonesos\"",
  338. );
  339. PRODUCT_NAME = "Dropin-Player";
  340. WRAPPER_EXTENSION = app;
  341. };
  342. name = Release;
  343. };
  344. /* End XCBuildConfiguration section */
  345. /* Begin XCConfigurationList section */
  346. 7D11B361183BA71600FF0D25 /* Build configuration list for PBXProject "Dropin-Player" */ = {
  347. isa = XCConfigurationList;
  348. buildConfigurations = (
  349. 7D11B387183BA71600FF0D25 /* Debug */,
  350. 7D11B388183BA71600FF0D25 /* Release */,
  351. );
  352. defaultConfigurationIsVisible = 0;
  353. defaultConfigurationName = Release;
  354. };
  355. 7D11B389183BA71600FF0D25 /* Build configuration list for PBXNativeTarget "Dropin-Player" */ = {
  356. isa = XCConfigurationList;
  357. buildConfigurations = (
  358. 7D11B38A183BA71600FF0D25 /* Debug */,
  359. 7D11B38B183BA71600FF0D25 /* Release */,
  360. );
  361. defaultConfigurationIsVisible = 0;
  362. defaultConfigurationName = Release;
  363. };
  364. /* End XCConfigurationList section */
  365. };
  366. rootObject = 7D11B35E183BA71600FF0D25 /* Project object */;
  367. }