project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5EC212E30AED603F72156F79 /* testnative.c in Sources */ = {isa = PBXBuildFile; fileRef = 09311D5367FC66771E7318D5 /* testnative.c */; };
  10. 54C15326088436A9230D5110 /* testnativecocoa.m in Sources */ = {isa = PBXBuildFile; fileRef = 58C035895DB74E9E16235E30 /* testnativecocoa.m */; };
  11. 53004AB405F2758E5F973390 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 398B5D33413B2EA22832188D /* AudioToolbox.framework */; };
  12. 5D2E2E7061411EC95AB73306 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 65EF5B09498E4845494156E5 /* AudioUnit.framework */; };
  13. 578965B01D175CCE5E6A3667 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 61ED3686206E555C44447010 /* Cocoa.framework */; };
  14. 0E714C95788701897D85483A /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A2145ED01C1668742F17812 /* CoreAudio.framework */; };
  15. 76DF3AB76EE102CE2CA06EA1 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 00ED617A1D6227434FE4036B /* IOKit.framework */; };
  16. 24DA1FED051540F92B287CC8 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 146A6DCA7E40436331FB6839 /* Carbon.framework */; };
  17. 59821B8B6F45341B150737E7 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6E7629D50C845B0E2DF27603 /* ForceFeedback.framework */; };
  18. 6A5672E00D543C3552A02044 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3D8D0094770E755A149D738A /* CoreFoundation.framework */; };
  19. 4AD6442630A52E0104FE44D7 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7061781356DF74BA7B237006 /* OpenGL.framework */; };
  20. 685B4AD90CD939916E816111 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 40DA60C67C1300EF5B1838BA /* libSDL2main.a */; };
  21. 7CC725510C3049A02F9D2DF7 /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7DCC0E6E045C707338B77A34 /* libSDL2.a */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. 2735469863225AF730987CB3 /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = 7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */;
  27. proxyType = 2;
  28. remoteGlobalIDString = 58DC62993160374E09FF7AD6;
  29. remoteInfo = "libSDL2main.a";
  30. };
  31. 01C352BF24C13C2215AB3050 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = 7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */;
  34. proxyType = 1;
  35. remoteGlobalIDString = 0E7126A94A11494963D3548B;
  36. remoteInfo = "libSDL2main.a";
  37. };
  38. 3E3252EC174805026BC969CB /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = 2950670A4677313F2FF316E4 /* SDL2.xcodeproj */;
  41. proxyType = 2;
  42. remoteGlobalIDString = 07D004B11E733F1F0EA93105;
  43. remoteInfo = "libSDL2.a";
  44. };
  45. 170A1F2539EA4C7A6C3C69FA /* PBXContainerItemProxy */ = {
  46. isa = PBXContainerItemProxy;
  47. containerPortal = 2950670A4677313F2FF316E4 /* SDL2.xcodeproj */;
  48. proxyType = 1;
  49. remoteGlobalIDString = 58C10ED14175754444033E0E;
  50. remoteInfo = "libSDL2.a";
  51. };
  52. /* End PBXContainerItemProxy section */
  53. /* Begin PBXFileReference section */
  54. 09311D5367FC66771E7318D5 /* testnative.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testnative.c"; path = "../../../../../test/testnative.c"; sourceTree = "<group>"; };
  55. 2933635A47D86E8509A140D4 /* testnative.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "testnative.h"; path = "../../../../../test/testnative.h"; sourceTree = "<group>"; };
  56. 58C035895DB74E9E16235E30 /* testnativecocoa.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "testnativecocoa.m"; path = "../../../../../test/testnativecocoa.m"; sourceTree = "<group>"; };
  57. 398B5D33413B2EA22832188D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
  58. 65EF5B09498E4845494156E5 /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
  59. 61ED3686206E555C44447010 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
  60. 5A2145ED01C1668742F17812 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
  61. 00ED617A1D6227434FE4036B /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
  62. 146A6DCA7E40436331FB6839 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
  63. 6E7629D50C845B0E2DF27603 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
  64. 3D8D0094770E755A149D738A /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
  65. 7061781356DF74BA7B237006 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
  66. 0D926DF4640E0E9F783911A8 /* testnative */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testnative"; path = "testnative"; sourceTree = BUILT_PRODUCTS_DIR; };
  67. 7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
  68. 2950670A4677313F2FF316E4 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
  69. /* End PBXFileReference section */
  70. /* Begin PBXFrameworksBuildPhase section */
  71. 373900501DE06E5C026B626E /* Frameworks */ = {
  72. isa = PBXFrameworksBuildPhase;
  73. buildActionMask = 2147483647;
  74. files = (
  75. 53004AB405F2758E5F973390 /* AudioToolbox.framework in Frameworks */,
  76. 5D2E2E7061411EC95AB73306 /* AudioUnit.framework in Frameworks */,
  77. 578965B01D175CCE5E6A3667 /* Cocoa.framework in Frameworks */,
  78. 0E714C95788701897D85483A /* CoreAudio.framework in Frameworks */,
  79. 76DF3AB76EE102CE2CA06EA1 /* IOKit.framework in Frameworks */,
  80. 24DA1FED051540F92B287CC8 /* Carbon.framework in Frameworks */,
  81. 59821B8B6F45341B150737E7 /* ForceFeedback.framework in Frameworks */,
  82. 6A5672E00D543C3552A02044 /* CoreFoundation.framework in Frameworks */,
  83. 4AD6442630A52E0104FE44D7 /* OpenGL.framework in Frameworks */,
  84. 685B4AD90CD939916E816111 /* libSDL2main.a in Frameworks */,
  85. 7CC725510C3049A02F9D2DF7 /* libSDL2.a in Frameworks */,
  86. );
  87. runOnlyForDeploymentPostprocessing = 0;
  88. };
  89. /* End PBXFrameworksBuildPhase section */
  90. /* Begin PBXGroup section */
  91. 4ADA31FF6F7A5AB540AB2A7C /* testnative */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 67E37B81581E57B94BB41EB3 /* test */,
  95. 7BC83D9325F529F07B133ACA /* Frameworks */,
  96. 1A9A2CC746EF074819147013 /* Products */,
  97. 0F6539B53F4A4F2651E470AF /* Projects */,
  98. );
  99. name = "testnative";
  100. sourceTree = "<group>";
  101. };
  102. 67E37B81581E57B94BB41EB3 /* test */ = {
  103. isa = PBXGroup;
  104. children = (
  105. 09311D5367FC66771E7318D5 /* testnative.c */,
  106. 2933635A47D86E8509A140D4 /* testnative.h */,
  107. 58C035895DB74E9E16235E30 /* testnativecocoa.m */,
  108. );
  109. name = "test";
  110. sourceTree = "<group>";
  111. };
  112. 7BC83D9325F529F07B133ACA /* Frameworks */ = {
  113. isa = PBXGroup;
  114. children = (
  115. 398B5D33413B2EA22832188D /* AudioToolbox.framework */,
  116. 65EF5B09498E4845494156E5 /* AudioUnit.framework */,
  117. 61ED3686206E555C44447010 /* Cocoa.framework */,
  118. 5A2145ED01C1668742F17812 /* CoreAudio.framework */,
  119. 00ED617A1D6227434FE4036B /* IOKit.framework */,
  120. 146A6DCA7E40436331FB6839 /* Carbon.framework */,
  121. 6E7629D50C845B0E2DF27603 /* ForceFeedback.framework */,
  122. 3D8D0094770E755A149D738A /* CoreFoundation.framework */,
  123. 7061781356DF74BA7B237006 /* OpenGL.framework */,
  124. );
  125. name = "Frameworks";
  126. sourceTree = "<group>";
  127. };
  128. 1A9A2CC746EF074819147013 /* Products */ = {
  129. isa = PBXGroup;
  130. children = (
  131. 0D926DF4640E0E9F783911A8 /* testnative */,
  132. );
  133. name = "Products";
  134. sourceTree = "<group>";
  135. };
  136. 0F6539B53F4A4F2651E470AF /* Projects */ = {
  137. isa = PBXGroup;
  138. children = (
  139. 7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */,
  140. 2950670A4677313F2FF316E4 /* SDL2.xcodeproj */,
  141. );
  142. name = "Projects";
  143. sourceTree = "<group>";
  144. };
  145. 725A2D5E32C078CE504C3C61 /* Products */ = {
  146. isa = PBXGroup;
  147. children = (
  148. 40DA60C67C1300EF5B1838BA /* libSDL2main.a */,
  149. );
  150. name = Products;
  151. sourceTree = "<group>";
  152. };
  153. 5EE66A6330A730AB30CA3133 /* Products */ = {
  154. isa = PBXGroup;
  155. children = (
  156. 7DCC0E6E045C707338B77A34 /* libSDL2.a */,
  157. );
  158. name = Products;
  159. sourceTree = "<group>";
  160. };
  161. /* End PBXGroup section */
  162. /* Begin PBXNativeTarget section */
  163. 42D82EF966E007C60AD159EA /* testnative */ = {
  164. isa = PBXNativeTarget;
  165. buildConfigurationList = 4EF95E4A743605676714614B /* Build configuration list for PBXNativeTarget "testnative" */;
  166. buildPhases = (
  167. 200B45E75C6636E46DB91829 /* Resources */,
  168. 68E85E5734AC2ED06161420A /* Sources */,
  169. 373900501DE06E5C026B626E /* Frameworks */,
  170. 9607AE3710C85E8F00CD1376 /* Postbuild */,
  171. );
  172. buildRules = (
  173. );
  174. dependencies = (
  175. 551212EB306B4C5701755CAB /* PBXTargetDependency */,
  176. 20ED52B908931F992E0363EC /* PBXTargetDependency */,
  177. );
  178. name = "testnative";
  179. productInstallPath = "$(HOME)/bin";
  180. productName = "testnative";
  181. productReference = 0D926DF4640E0E9F783911A8 /* testnative */;
  182. productType = "com.apple.product-type.tool";
  183. };
  184. /* End PBXNativeTarget section */
  185. /* Begin PBXProject section */
  186. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  187. isa = PBXProject;
  188. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testnative" */;
  189. compatibilityVersion = "Xcode 3.2";
  190. hasScannedForEncodings = 1;
  191. mainGroup = 4ADA31FF6F7A5AB540AB2A7C /* testnative */;
  192. projectDirPath = "";
  193. projectReferences = (
  194. {
  195. ProductGroup = 725A2D5E32C078CE504C3C61 /* Products */;
  196. ProjectRef = 7ED026D100095D0D18BD4051 /* SDL2main.xcodeproj */;
  197. },
  198. {
  199. ProductGroup = 5EE66A6330A730AB30CA3133 /* Products */;
  200. ProjectRef = 2950670A4677313F2FF316E4 /* SDL2.xcodeproj */;
  201. },
  202. );
  203. projectRoot = "";
  204. targets = (
  205. 42D82EF966E007C60AD159EA /* testnative */,
  206. );
  207. };
  208. /* End PBXProject section */
  209. /* Begin PBXReferenceProxy section */
  210. 40DA60C67C1300EF5B1838BA /* libSDL2main.a */ = {
  211. isa = PBXReferenceProxy;
  212. fileType = archive.ar;
  213. path = "Build/Debug/libSDL2main.a";
  214. remoteRef = 2735469863225AF730987CB3 /* PBXContainerItemProxy */;
  215. sourceTree = BUILT_PRODUCTS_DIR;
  216. };
  217. 7DCC0E6E045C707338B77A34 /* libSDL2.a */ = {
  218. isa = PBXReferenceProxy;
  219. fileType = archive.ar;
  220. path = "Build/Debug/libSDL2.a";
  221. remoteRef = 3E3252EC174805026BC969CB /* PBXContainerItemProxy */;
  222. sourceTree = BUILT_PRODUCTS_DIR;
  223. };
  224. /* End PBXReferenceProxy section */
  225. /* Begin PBXResourcesBuildPhase section */
  226. 200B45E75C6636E46DB91829 /* Resources */ = {
  227. isa = PBXResourcesBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. /* End PBXResourcesBuildPhase section */
  234. /* Begin PBXShellScriptBuildPhase section */
  235. 9607AE3710C85E8F00CD1376 /* Postbuild */ = {
  236. isa = PBXShellScriptBuildPhase;
  237. buildActionMask = 2147483647;
  238. files = (
  239. );
  240. inputPaths = (
  241. );
  242. name = Postbuild;
  243. outputPaths = (
  244. );
  245. runOnlyForDeploymentPostprocessing = 0;
  246. shellPath = /bin/sh;
  247. shellScript = "if [ \"${CONFIGURATION}\" = \"Debug Universal\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Debug Native\" ]; then\nif [ ! -d \"./Build/Debug\" ]; then mkdir -p \"./Build/Debug\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Debug/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Universal\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi\nif [ \"${CONFIGURATION}\" = \"Release Native\" ]; then\nif [ ! -d \"./Build/Release\" ]; then mkdir -p \"./Build/Release\"; fi\ncp \"./../../../../../test/icon.bmp\" \"./Build/Release/icon.bmp\"\nfi";
  248. };
  249. /* End PBXShellScriptBuildPhase section */
  250. /* Begin PBXSourcesBuildPhase section */
  251. 68E85E5734AC2ED06161420A /* Sources */ = {
  252. isa = PBXSourcesBuildPhase;
  253. buildActionMask = 2147483647;
  254. files = (
  255. 5EC212E30AED603F72156F79 /* testnative.c in Sources */,
  256. 54C15326088436A9230D5110 /* testnativecocoa.m in Sources */,
  257. );
  258. runOnlyForDeploymentPostprocessing = 0;
  259. };
  260. /* End PBXSourcesBuildPhase section */
  261. /* Begin PBXVariantGroup section */
  262. /* End PBXVariantGroup section */
  263. /* Begin PBXTargetDependency section */
  264. 551212EB306B4C5701755CAB /* PBXTargetDependency */ = {
  265. isa = PBXTargetDependency;
  266. name = "libSDL2main.a";
  267. targetProxy = 01C352BF24C13C2215AB3050 /* PBXContainerItemProxy */;
  268. };
  269. 20ED52B908931F992E0363EC /* PBXTargetDependency */ = {
  270. isa = PBXTargetDependency;
  271. name = "libSDL2.a";
  272. targetProxy = 170A1F2539EA4C7A6C3C69FA /* PBXContainerItemProxy */;
  273. };
  274. /* End PBXTargetDependency section */
  275. /* Begin XCBuildConfiguration section */
  276. 5F8D5EDA7589112E1FB214A7 /* Debug Universal */ = {
  277. isa = XCBuildConfiguration;
  278. buildSettings = {
  279. ALWAYS_SEARCH_USER_PATHS = NO;
  280. CONFIGURATION_BUILD_DIR = Build/Debug;
  281. GCC_DYNAMIC_NO_PIC = NO;
  282. GCC_MODEL_TUNING = G5;
  283. INSTALL_PATH = /usr/local/bin;
  284. PRODUCT_NAME = "testnative";
  285. };
  286. name = "Debug Universal";
  287. };
  288. 64EB32DB64506BDC5F3F42EB /* Debug Native */ = {
  289. isa = XCBuildConfiguration;
  290. buildSettings = {
  291. ALWAYS_SEARCH_USER_PATHS = NO;
  292. CONFIGURATION_BUILD_DIR = Build/Debug;
  293. GCC_DYNAMIC_NO_PIC = NO;
  294. GCC_MODEL_TUNING = G5;
  295. INSTALL_PATH = /usr/local/bin;
  296. PRODUCT_NAME = "testnative";
  297. };
  298. name = "Debug Native";
  299. };
  300. 395F4A027F9D310E1C6D449E /* Release Universal */ = {
  301. isa = XCBuildConfiguration;
  302. buildSettings = {
  303. ALWAYS_SEARCH_USER_PATHS = NO;
  304. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  305. CONFIGURATION_BUILD_DIR = Build/Release;
  306. GCC_DYNAMIC_NO_PIC = NO;
  307. GCC_MODEL_TUNING = G5;
  308. INSTALL_PATH = /usr/local/bin;
  309. PRODUCT_NAME = "testnative";
  310. };
  311. name = "Release Universal";
  312. };
  313. 23BA406F6A802F5313C16D3D /* Release Native */ = {
  314. isa = XCBuildConfiguration;
  315. buildSettings = {
  316. ALWAYS_SEARCH_USER_PATHS = NO;
  317. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  318. CONFIGURATION_BUILD_DIR = Build/Release;
  319. GCC_DYNAMIC_NO_PIC = NO;
  320. GCC_MODEL_TUNING = G5;
  321. INSTALL_PATH = /usr/local/bin;
  322. PRODUCT_NAME = "testnative";
  323. };
  324. name = "Release Native";
  325. };
  326. 702334BF761E35DC10EE09ED /* Debug Universal */ = {
  327. isa = XCBuildConfiguration;
  328. buildSettings = {
  329. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  330. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  331. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  332. COPY_PHASE_STRIP = NO;
  333. GCC_C_LANGUAGE_STANDARD = gnu99;
  334. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  335. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  336. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  337. GCC_OPTIMIZATION_LEVEL = 0;
  338. GCC_PREPROCESSOR_DEFINITIONS = (
  339. "USING_PREMAKE_CONFIG_H",
  340. "_DEBUG",
  341. );
  342. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  343. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  344. GCC_WARN_UNUSED_VARIABLE = YES;
  345. HEADER_SEARCH_PATHS = (
  346. "../..",
  347. "../../../../../include",
  348. );
  349. OBJROOT = "obj/Universal/Debug";
  350. ONLY_ACTIVE_ARCH = YES;
  351. SYMROOT = "Build/Debug";
  352. };
  353. name = "Debug Universal";
  354. };
  355. 0AF518B073C802B9001B02A9 /* Debug Native */ = {
  356. isa = XCBuildConfiguration;
  357. buildSettings = {
  358. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  359. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  360. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  361. COPY_PHASE_STRIP = NO;
  362. GCC_C_LANGUAGE_STANDARD = gnu99;
  363. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  364. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  365. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  366. GCC_OPTIMIZATION_LEVEL = 0;
  367. GCC_PREPROCESSOR_DEFINITIONS = (
  368. "USING_PREMAKE_CONFIG_H",
  369. "_DEBUG",
  370. );
  371. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  372. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  373. GCC_WARN_UNUSED_VARIABLE = YES;
  374. HEADER_SEARCH_PATHS = (
  375. "../..",
  376. "../../../../../include",
  377. );
  378. OBJROOT = "obj/Debug";
  379. ONLY_ACTIVE_ARCH = YES;
  380. SYMROOT = "Build/Debug";
  381. };
  382. name = "Debug Native";
  383. };
  384. 1EF44D5D482E57B747E4508A /* Release Universal */ = {
  385. isa = XCBuildConfiguration;
  386. buildSettings = {
  387. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  388. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  389. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  390. GCC_C_LANGUAGE_STANDARD = gnu99;
  391. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  392. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  393. GCC_OPTIMIZATION_LEVEL = 3;
  394. GCC_PREPROCESSOR_DEFINITIONS = (
  395. "USING_PREMAKE_CONFIG_H",
  396. "NDEBUG",
  397. );
  398. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  399. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  400. GCC_WARN_UNUSED_VARIABLE = YES;
  401. HEADER_SEARCH_PATHS = (
  402. "../..",
  403. "../../../../../include",
  404. );
  405. OBJROOT = "obj/Universal/Release";
  406. ONLY_ACTIVE_ARCH = NO;
  407. SYMROOT = "Build/Release";
  408. };
  409. name = "Release Universal";
  410. };
  411. 4C9C187221FC3B8926A8741E /* Release Native */ = {
  412. isa = XCBuildConfiguration;
  413. buildSettings = {
  414. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  415. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  416. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  417. GCC_C_LANGUAGE_STANDARD = gnu99;
  418. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  419. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  420. GCC_OPTIMIZATION_LEVEL = 3;
  421. GCC_PREPROCESSOR_DEFINITIONS = (
  422. "USING_PREMAKE_CONFIG_H",
  423. "NDEBUG",
  424. );
  425. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  426. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  427. GCC_WARN_UNUSED_VARIABLE = YES;
  428. HEADER_SEARCH_PATHS = (
  429. "../..",
  430. "../../../../../include",
  431. );
  432. OBJROOT = "obj/Release";
  433. ONLY_ACTIVE_ARCH = NO;
  434. SYMROOT = "Build/Release";
  435. };
  436. name = "Release Native";
  437. };
  438. /* End XCBuildConfiguration section */
  439. /* Begin XCConfigurationList section */
  440. 4EF95E4A743605676714614B /* Build configuration list for PBXNativeTarget "testnative" */ = {
  441. isa = XCConfigurationList;
  442. buildConfigurations = (
  443. 5F8D5EDA7589112E1FB214A7 /* Debug Universal */,
  444. 64EB32DB64506BDC5F3F42EB /* Debug Native */,
  445. 395F4A027F9D310E1C6D449E /* Release Universal */,
  446. 23BA406F6A802F5313C16D3D /* Release Native */,
  447. );
  448. defaultConfigurationIsVisible = 0;
  449. defaultConfigurationName = "Debug Universal";
  450. };
  451. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testnative" */ = {
  452. isa = XCConfigurationList;
  453. buildConfigurations = (
  454. 702334BF761E35DC10EE09ED /* Debug Universal */,
  455. 0AF518B073C802B9001B02A9 /* Debug Native */,
  456. 1EF44D5D482E57B747E4508A /* Release Universal */,
  457. 4C9C187221FC3B8926A8741E /* Release Native */,
  458. );
  459. defaultConfigurationIsVisible = 0;
  460. defaultConfigurationName = "Debug Universal";
  461. };
  462. /* End XCConfigurationList section */
  463. };
  464. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  465. }