project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 6D2800BC13760D3E00BD8D0D /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D2800BB13760D3E00BD8D0D /* Cocoa.framework */; };
  10. 6D2800C613760D3E00BD8D0D /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6D2800C413760D3E00BD8D0D /* InfoPlist.strings */; };
  11. 6D2800C913760D3E00BD8D0D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D2800C813760D3E00BD8D0D /* main.m */; };
  12. 6D2800CC13760D3E00BD8D0D /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 6D2800CA13760D3E00BD8D0D /* Credits.rtf */; };
  13. 6D2800CF13760D3E00BD8D0D /* PolycodeTemplateAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D2800CE13760D3E00BD8D0D /* PolycodeTemplateAppDelegate.mm */; };
  14. 6D2800D213760D3E00BD8D0D /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6D2800D013760D3E00BD8D0D /* MainMenu.xib */; };
  15. 6D2800E113760D7400BD8D0D /* libPolyCore.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D2800E013760D7400BD8D0D /* libPolyCore.a */; };
  16. 6D2800F213760DD500BD8D0D /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D2800F113760DD500BD8D0D /* OpenGL.framework */; };
  17. 6D2800F413760DDA00BD8D0D /* OpenAL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D2800F313760DDA00BD8D0D /* OpenAL.framework */; };
  18. 6D2800F613760DE400BD8D0D /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6D2800F513760DE400BD8D0D /* IOKit.framework */; };
  19. 6D2800F913760E7C00BD8D0D /* PolycodeView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D2800F813760E7C00BD8D0D /* PolycodeView.mm */; };
  20. 6D2800FC13760F2C00BD8D0D /* PolycodeTemplateApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6D2800FA13760F2C00BD8D0D /* PolycodeTemplateApp.mm */; };
  21. 6D2800FE13760FC400BD8D0D /* default.pak in Resources */ = {isa = PBXBuildFile; fileRef = 6D2800FD13760FC400BD8D0D /* default.pak */; };
  22. 6DE4C7F513E24B92009A9862 /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DE4C7EE13E24B92009A9862 /* libfreetype.a */; };
  23. 6DE4C7F613E24B92009A9862 /* liblibogg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DE4C7EF13E24B92009A9862 /* liblibogg.a */; };
  24. 6DE4C7F713E24B92009A9862 /* liblibvorbis.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DE4C7F013E24B92009A9862 /* liblibvorbis.a */; };
  25. 6DE4C7F813E24B92009A9862 /* liblibvorbisfile.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DE4C7F113E24B92009A9862 /* liblibvorbisfile.a */; };
  26. 6DE4C7F913E24B92009A9862 /* libphysfs.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DE4C7F213E24B92009A9862 /* libphysfs.a */; };
  27. 6DE4C7FA13E24B92009A9862 /* libpng15.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DE4C7F313E24B92009A9862 /* libpng15.a */; };
  28. 6DE4C7FB13E24B92009A9862 /* libz.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DE4C7F413E24B92009A9862 /* libz.a */; };
  29. /* End PBXBuildFile section */
  30. /* Begin PBXFileReference section */
  31. 6D2800B713760D3E00BD8D0D /* PolycodeTemplate.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PolycodeTemplate.app; sourceTree = BUILT_PRODUCTS_DIR; };
  32. 6D2800BB13760D3E00BD8D0D /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
  33. 6D2800BE13760D3E00BD8D0D /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
  34. 6D2800BF13760D3E00BD8D0D /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
  35. 6D2800C013760D3E00BD8D0D /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  36. 6D2800C313760D3E00BD8D0D /* PolycodeTemplate-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PolycodeTemplate-Info.plist"; sourceTree = "<group>"; };
  37. 6D2800C513760D3E00BD8D0D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  38. 6D2800C713760D3E00BD8D0D /* PolycodeTemplate-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PolycodeTemplate-Prefix.pch"; sourceTree = "<group>"; };
  39. 6D2800C813760D3E00BD8D0D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  40. 6D2800CB13760D3E00BD8D0D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
  41. 6D2800CD13760D3E00BD8D0D /* PolycodeTemplateAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PolycodeTemplateAppDelegate.h; sourceTree = "<group>"; };
  42. 6D2800CE13760D3E00BD8D0D /* PolycodeTemplateAppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = PolycodeTemplateAppDelegate.mm; sourceTree = "<group>"; };
  43. 6D2800D113760D3E00BD8D0D /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
  44. 6D2800E013760D7400BD8D0D /* libPolyCore.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libPolyCore.a; path = ../../Core/Lib/libPolyCore.a; sourceTree = "<group>"; };
  45. 6D2800F113760DD500BD8D0D /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = System/Library/Frameworks/OpenGL.framework; sourceTree = SDKROOT; };
  46. 6D2800F313760DDA00BD8D0D /* OpenAL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenAL.framework; path = System/Library/Frameworks/OpenAL.framework; sourceTree = SDKROOT; };
  47. 6D2800F513760DE400BD8D0D /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = IOKit.framework; path = System/Library/Frameworks/IOKit.framework; sourceTree = SDKROOT; };
  48. 6D2800F713760E7C00BD8D0D /* PolycodeView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PolycodeView.h; path = ../../../Core/PolycodeView/PolycodeView.h; sourceTree = "<group>"; };
  49. 6D2800F813760E7C00BD8D0D /* PolycodeView.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = PolycodeView.mm; path = ../../../Core/PolycodeView/PolycodeView.mm; sourceTree = "<group>"; };
  50. 6D2800FA13760F2C00BD8D0D /* PolycodeTemplateApp.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = PolycodeTemplateApp.mm; sourceTree = "<group>"; };
  51. 6D2800FB13760F2C00BD8D0D /* PolycodeTemplateApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PolycodeTemplateApp.h; sourceTree = "<group>"; };
  52. 6D2800FD13760FC400BD8D0D /* default.pak */ = {isa = PBXFileReference; lastKnownFileType = file; name = default.pak; path = ../../../Core/Assets/default.pak; sourceTree = "<group>"; };
  53. 6DE4C7EE13E24B92009A9862 /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = ../../Core/Dependencies/lib/libfreetype.a; sourceTree = "<group>"; };
  54. 6DE4C7EF13E24B92009A9862 /* liblibogg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblibogg.a; path = ../../Core/Dependencies/lib/liblibogg.a; sourceTree = "<group>"; };
  55. 6DE4C7F013E24B92009A9862 /* liblibvorbis.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblibvorbis.a; path = ../../Core/Dependencies/lib/liblibvorbis.a; sourceTree = "<group>"; };
  56. 6DE4C7F113E24B92009A9862 /* liblibvorbisfile.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = liblibvorbisfile.a; path = ../../Core/Dependencies/lib/liblibvorbisfile.a; sourceTree = "<group>"; };
  57. 6DE4C7F213E24B92009A9862 /* libphysfs.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libphysfs.a; path = ../../Core/Dependencies/lib/libphysfs.a; sourceTree = "<group>"; };
  58. 6DE4C7F313E24B92009A9862 /* libpng15.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libpng15.a; path = ../../Core/Dependencies/lib/libpng15.a; sourceTree = "<group>"; };
  59. 6DE4C7F413E24B92009A9862 /* libz.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libz.a; path = ../../Core/Dependencies/lib/libz.a; sourceTree = "<group>"; };
  60. /* End PBXFileReference section */
  61. /* Begin PBXFrameworksBuildPhase section */
  62. 6D2800B413760D3E00BD8D0D /* Frameworks */ = {
  63. isa = PBXFrameworksBuildPhase;
  64. buildActionMask = 2147483647;
  65. files = (
  66. 6D2800F613760DE400BD8D0D /* IOKit.framework in Frameworks */,
  67. 6D2800F413760DDA00BD8D0D /* OpenAL.framework in Frameworks */,
  68. 6D2800F213760DD500BD8D0D /* OpenGL.framework in Frameworks */,
  69. 6D2800BC13760D3E00BD8D0D /* Cocoa.framework in Frameworks */,
  70. 6D2800E113760D7400BD8D0D /* libPolyCore.a in Frameworks */,
  71. 6DE4C7F513E24B92009A9862 /* libfreetype.a in Frameworks */,
  72. 6DE4C7F613E24B92009A9862 /* liblibogg.a in Frameworks */,
  73. 6DE4C7F713E24B92009A9862 /* liblibvorbis.a in Frameworks */,
  74. 6DE4C7F813E24B92009A9862 /* liblibvorbisfile.a in Frameworks */,
  75. 6DE4C7F913E24B92009A9862 /* libphysfs.a in Frameworks */,
  76. 6DE4C7FA13E24B92009A9862 /* libpng15.a in Frameworks */,
  77. 6DE4C7FB13E24B92009A9862 /* libz.a in Frameworks */,
  78. );
  79. runOnlyForDeploymentPostprocessing = 0;
  80. };
  81. /* End PBXFrameworksBuildPhase section */
  82. /* Begin PBXGroup section */
  83. 6D2800AC13760D3E00BD8D0D = {
  84. isa = PBXGroup;
  85. children = (
  86. 6D2800C113760D3E00BD8D0D /* PolycodeTemplate */,
  87. 6D2800BA13760D3E00BD8D0D /* Frameworks */,
  88. 6D2800B813760D3E00BD8D0D /* Products */,
  89. );
  90. sourceTree = "<group>";
  91. };
  92. 6D2800B813760D3E00BD8D0D /* Products */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 6D2800B713760D3E00BD8D0D /* PolycodeTemplate.app */,
  96. );
  97. name = Products;
  98. sourceTree = "<group>";
  99. };
  100. 6D2800BA13760D3E00BD8D0D /* Frameworks */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 6DE4C7EE13E24B92009A9862 /* libfreetype.a */,
  104. 6DE4C7EF13E24B92009A9862 /* liblibogg.a */,
  105. 6DE4C7F013E24B92009A9862 /* liblibvorbis.a */,
  106. 6DE4C7F113E24B92009A9862 /* liblibvorbisfile.a */,
  107. 6DE4C7F213E24B92009A9862 /* libphysfs.a */,
  108. 6DE4C7F313E24B92009A9862 /* libpng15.a */,
  109. 6DE4C7F413E24B92009A9862 /* libz.a */,
  110. 6D2800F513760DE400BD8D0D /* IOKit.framework */,
  111. 6D2800F313760DDA00BD8D0D /* OpenAL.framework */,
  112. 6D2800F113760DD500BD8D0D /* OpenGL.framework */,
  113. 6D2800E013760D7400BD8D0D /* libPolyCore.a */,
  114. 6D2800BB13760D3E00BD8D0D /* Cocoa.framework */,
  115. 6D2800BD13760D3E00BD8D0D /* Other Frameworks */,
  116. );
  117. name = Frameworks;
  118. sourceTree = "<group>";
  119. };
  120. 6D2800BD13760D3E00BD8D0D /* Other Frameworks */ = {
  121. isa = PBXGroup;
  122. children = (
  123. 6D2800BE13760D3E00BD8D0D /* AppKit.framework */,
  124. 6D2800BF13760D3E00BD8D0D /* CoreData.framework */,
  125. 6D2800C013760D3E00BD8D0D /* Foundation.framework */,
  126. );
  127. name = "Other Frameworks";
  128. sourceTree = "<group>";
  129. };
  130. 6D2800C113760D3E00BD8D0D /* PolycodeTemplate */ = {
  131. isa = PBXGroup;
  132. children = (
  133. 6D2800C213760D3E00BD8D0D /* Supporting Files */,
  134. 6D2800FA13760F2C00BD8D0D /* PolycodeTemplateApp.mm */,
  135. 6D2800FB13760F2C00BD8D0D /* PolycodeTemplateApp.h */,
  136. );
  137. path = PolycodeTemplate;
  138. sourceTree = "<group>";
  139. };
  140. 6D2800C213760D3E00BD8D0D /* Supporting Files */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 6D2800FD13760FC400BD8D0D /* default.pak */,
  144. 6D2800F713760E7C00BD8D0D /* PolycodeView.h */,
  145. 6D2800F813760E7C00BD8D0D /* PolycodeView.mm */,
  146. 6D2800CD13760D3E00BD8D0D /* PolycodeTemplateAppDelegate.h */,
  147. 6D2800CE13760D3E00BD8D0D /* PolycodeTemplateAppDelegate.mm */,
  148. 6D2800D013760D3E00BD8D0D /* MainMenu.xib */,
  149. 6D2800C313760D3E00BD8D0D /* PolycodeTemplate-Info.plist */,
  150. 6D2800C413760D3E00BD8D0D /* InfoPlist.strings */,
  151. 6D2800C713760D3E00BD8D0D /* PolycodeTemplate-Prefix.pch */,
  152. 6D2800C813760D3E00BD8D0D /* main.m */,
  153. 6D2800CA13760D3E00BD8D0D /* Credits.rtf */,
  154. );
  155. name = "Supporting Files";
  156. sourceTree = "<group>";
  157. };
  158. /* End PBXGroup section */
  159. /* Begin PBXNativeTarget section */
  160. 6D2800B613760D3E00BD8D0D /* PolycodeTemplate */ = {
  161. isa = PBXNativeTarget;
  162. buildConfigurationList = 6D2800D513760D3E00BD8D0D /* Build configuration list for PBXNativeTarget "PolycodeTemplate" */;
  163. buildPhases = (
  164. 6D2800B313760D3E00BD8D0D /* Sources */,
  165. 6D2800B413760D3E00BD8D0D /* Frameworks */,
  166. 6D2800B513760D3E00BD8D0D /* Resources */,
  167. );
  168. buildRules = (
  169. );
  170. dependencies = (
  171. );
  172. name = PolycodeTemplate;
  173. productName = PolycodeTemplate;
  174. productReference = 6D2800B713760D3E00BD8D0D /* PolycodeTemplate.app */;
  175. productType = "com.apple.product-type.application";
  176. };
  177. /* End PBXNativeTarget section */
  178. /* Begin PBXProject section */
  179. 6D2800AE13760D3E00BD8D0D /* Project object */ = {
  180. isa = PBXProject;
  181. attributes = {
  182. ORGANIZATIONNAME = Tomatogon;
  183. };
  184. buildConfigurationList = 6D2800B113760D3E00BD8D0D /* Build configuration list for PBXProject "PolycodeTemplate" */;
  185. compatibilityVersion = "Xcode 3.2";
  186. developmentRegion = English;
  187. hasScannedForEncodings = 0;
  188. knownRegions = (
  189. en,
  190. );
  191. mainGroup = 6D2800AC13760D3E00BD8D0D;
  192. productRefGroup = 6D2800B813760D3E00BD8D0D /* Products */;
  193. projectDirPath = "";
  194. projectRoot = "";
  195. targets = (
  196. 6D2800B613760D3E00BD8D0D /* PolycodeTemplate */,
  197. );
  198. };
  199. /* End PBXProject section */
  200. /* Begin PBXResourcesBuildPhase section */
  201. 6D2800B513760D3E00BD8D0D /* Resources */ = {
  202. isa = PBXResourcesBuildPhase;
  203. buildActionMask = 2147483647;
  204. files = (
  205. 6D2800C613760D3E00BD8D0D /* InfoPlist.strings in Resources */,
  206. 6D2800CC13760D3E00BD8D0D /* Credits.rtf in Resources */,
  207. 6D2800D213760D3E00BD8D0D /* MainMenu.xib in Resources */,
  208. 6D2800FE13760FC400BD8D0D /* default.pak in Resources */,
  209. );
  210. runOnlyForDeploymentPostprocessing = 0;
  211. };
  212. /* End PBXResourcesBuildPhase section */
  213. /* Begin PBXSourcesBuildPhase section */
  214. 6D2800B313760D3E00BD8D0D /* Sources */ = {
  215. isa = PBXSourcesBuildPhase;
  216. buildActionMask = 2147483647;
  217. files = (
  218. 6D2800C913760D3E00BD8D0D /* main.m in Sources */,
  219. 6D2800CF13760D3E00BD8D0D /* PolycodeTemplateAppDelegate.mm in Sources */,
  220. 6D2800F913760E7C00BD8D0D /* PolycodeView.mm in Sources */,
  221. 6D2800FC13760F2C00BD8D0D /* PolycodeTemplateApp.mm in Sources */,
  222. );
  223. runOnlyForDeploymentPostprocessing = 0;
  224. };
  225. /* End PBXSourcesBuildPhase section */
  226. /* Begin PBXVariantGroup section */
  227. 6D2800C413760D3E00BD8D0D /* InfoPlist.strings */ = {
  228. isa = PBXVariantGroup;
  229. children = (
  230. 6D2800C513760D3E00BD8D0D /* en */,
  231. );
  232. name = InfoPlist.strings;
  233. sourceTree = "<group>";
  234. };
  235. 6D2800CA13760D3E00BD8D0D /* Credits.rtf */ = {
  236. isa = PBXVariantGroup;
  237. children = (
  238. 6D2800CB13760D3E00BD8D0D /* en */,
  239. );
  240. name = Credits.rtf;
  241. sourceTree = "<group>";
  242. };
  243. 6D2800D013760D3E00BD8D0D /* MainMenu.xib */ = {
  244. isa = PBXVariantGroup;
  245. children = (
  246. 6D2800D113760D3E00BD8D0D /* en */,
  247. );
  248. name = MainMenu.xib;
  249. sourceTree = "<group>";
  250. };
  251. /* End PBXVariantGroup section */
  252. /* Begin XCBuildConfiguration section */
  253. 6D2800D313760D3E00BD8D0D /* Debug */ = {
  254. isa = XCBuildConfiguration;
  255. buildSettings = {
  256. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  257. GCC_C_LANGUAGE_STANDARD = gnu99;
  258. GCC_OPTIMIZATION_LEVEL = 0;
  259. GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
  260. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  261. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  262. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  263. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  264. GCC_WARN_UNUSED_VARIABLE = YES;
  265. MACOSX_DEPLOYMENT_TARGET = 10.6;
  266. ONLY_ACTIVE_ARCH = YES;
  267. SDKROOT = macosx;
  268. };
  269. name = Debug;
  270. };
  271. 6D2800D413760D3E00BD8D0D /* Release */ = {
  272. isa = XCBuildConfiguration;
  273. buildSettings = {
  274. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  275. GCC_C_LANGUAGE_STANDARD = gnu99;
  276. GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
  277. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  278. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  279. GCC_WARN_UNUSED_VARIABLE = YES;
  280. MACOSX_DEPLOYMENT_TARGET = 10.6;
  281. SDKROOT = macosx;
  282. };
  283. name = Release;
  284. };
  285. 6D2800D613760D3E00BD8D0D /* Debug */ = {
  286. isa = XCBuildConfiguration;
  287. buildSettings = {
  288. ALWAYS_SEARCH_USER_PATHS = NO;
  289. COPY_PHASE_STRIP = NO;
  290. GCC_DYNAMIC_NO_PIC = NO;
  291. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  292. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  293. GCC_PREFIX_HEADER = "PolycodeTemplate/PolycodeTemplate-Prefix.pch";
  294. HEADER_SEARCH_PATHS = (
  295. "\"$(SRCROOT)/../../Core/Include\"",
  296. "\"$(SRCROOT)/../../Core/Dependencies/Include\"",
  297. /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
  298. );
  299. INFOPLIST_FILE = "PolycodeTemplate/PolycodeTemplate-Info.plist";
  300. LIBRARY_SEARCH_PATHS = (
  301. "$(inherited)",
  302. "\"$(SRCROOT)/../../Core/Lib\"",
  303. "\"$(SRCROOT)/../../Dependencies/Lib\"",
  304. "\"$(SRCROOT)/../../Core/Dependencies/lib\"",
  305. );
  306. PRODUCT_NAME = "$(TARGET_NAME)";
  307. WRAPPER_EXTENSION = app;
  308. };
  309. name = Debug;
  310. };
  311. 6D2800D713760D3E00BD8D0D /* Release */ = {
  312. isa = XCBuildConfiguration;
  313. buildSettings = {
  314. ALWAYS_SEARCH_USER_PATHS = NO;
  315. COPY_PHASE_STRIP = YES;
  316. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  317. GCC_ENABLE_OBJC_EXCEPTIONS = YES;
  318. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  319. GCC_PREFIX_HEADER = "PolycodeTemplate/PolycodeTemplate-Prefix.pch";
  320. HEADER_SEARCH_PATHS = (
  321. "\"$(SRCROOT)/../../Core/Include\"",
  322. "\"$(SRCROOT)/../../Core/Dependencies/Include\"",
  323. /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/OpenAL.framework/Headers,
  324. );
  325. INFOPLIST_FILE = "PolycodeTemplate/PolycodeTemplate-Info.plist";
  326. LIBRARY_SEARCH_PATHS = (
  327. "$(inherited)",
  328. "\"$(SRCROOT)/../../Core/Lib\"",
  329. "\"$(SRCROOT)/../../Dependencies/Lib\"",
  330. "\"$(SRCROOT)/../../Core/Dependencies/lib\"",
  331. );
  332. PRODUCT_NAME = "$(TARGET_NAME)";
  333. WRAPPER_EXTENSION = app;
  334. };
  335. name = Release;
  336. };
  337. /* End XCBuildConfiguration section */
  338. /* Begin XCConfigurationList section */
  339. 6D2800B113760D3E00BD8D0D /* Build configuration list for PBXProject "PolycodeTemplate" */ = {
  340. isa = XCConfigurationList;
  341. buildConfigurations = (
  342. 6D2800D313760D3E00BD8D0D /* Debug */,
  343. 6D2800D413760D3E00BD8D0D /* Release */,
  344. );
  345. defaultConfigurationIsVisible = 0;
  346. defaultConfigurationName = Release;
  347. };
  348. 6D2800D513760D3E00BD8D0D /* Build configuration list for PBXNativeTarget "PolycodeTemplate" */ = {
  349. isa = XCConfigurationList;
  350. buildConfigurations = (
  351. 6D2800D613760D3E00BD8D0D /* Debug */,
  352. 6D2800D713760D3E00BD8D0D /* Release */,
  353. );
  354. defaultConfigurationIsVisible = 0;
  355. defaultConfigurationName = Release;
  356. };
  357. /* End XCConfigurationList section */
  358. };
  359. rootObject = 6D2800AE13760D3E00BD8D0D /* Project object */;
  360. }