project.pbxproj 18 KB

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