project.pbxproj 19 KB

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