project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 45;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 59F50E2B39BC77DC3ECD4640 /* testhaptic.c in Sources */ = {isa = PBXBuildFile; fileRef = 1DB847C427EA0F444B4B4FC0 /* testhaptic.c */; };
  10. 6179774414C80B03771B4D1F /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1408403C2E7331A83879467D /* AudioToolbox.framework */; };
  11. 45CE764402F40F97189A30FC /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6BDE62C2453138766EB542CF /* AudioUnit.framework */; };
  12. 24D54CFC45B1005E536540FE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B1586B0BFB4A074B0F5B3B /* Cocoa.framework */; };
  13. 2E9633335EE7194733506087 /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1B1F202D013748602EA96A1F /* CoreAudio.framework */; };
  14. 793C655802C108DC5A1603CC /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7032139D43855B2A3DA345CC /* IOKit.framework */; };
  15. 68864CB73A65629C2D34335C /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 06AF7E814C06487468C37716 /* Carbon.framework */; };
  16. 27BA615E079D63396FEC23A4 /* ForceFeedback.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 126F3704120B219353BF4AE3 /* ForceFeedback.framework */; };
  17. 160736E258B964640D9D79BA /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 01544B8A7A1F37C115280446 /* CoreFoundation.framework */; };
  18. 558E796E47515366631902B9 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5F3120474431725B4CF4428B /* OpenGL.framework */; };
  19. 541C26D102115FD4093A47F8 /* libSDL2main.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 6CB511B1018C4FBD1F19617E /* libSDL2main.a */; };
  20. 60C53756713009886F8129EA /* libSDL2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 29897FFF7AE350C831F9065D /* libSDL2.a */; };
  21. /* End PBXBuildFile section */
  22. /* Begin PBXContainerItemProxy section */
  23. 450D67A300D33EF705491E89 /* PBXContainerItemProxy */ = {
  24. isa = PBXContainerItemProxy;
  25. containerPortal = 0C0F4A6E7D62458863F431FF /* SDL2main.xcodeproj */;
  26. proxyType = 2;
  27. remoteGlobalIDString = 58DC62993160374E09FF7AD6;
  28. remoteInfo = "libSDL2main.a";
  29. };
  30. 645E5AAE6C712DF335755293 /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = 0C0F4A6E7D62458863F431FF /* SDL2main.xcodeproj */;
  33. proxyType = 1;
  34. remoteGlobalIDString = 0E7126A94A11494963D3548B;
  35. remoteInfo = "libSDL2main.a";
  36. };
  37. 71F0553C5BBA1AE570F02A60 /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = 03181F213C260D2457796F54 /* SDL2.xcodeproj */;
  40. proxyType = 2;
  41. remoteGlobalIDString = 07D004B11E733F1F0EA93105;
  42. remoteInfo = "libSDL2.a";
  43. };
  44. 34C636D75FB114266D774F34 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = 03181F213C260D2457796F54 /* SDL2.xcodeproj */;
  47. proxyType = 1;
  48. remoteGlobalIDString = 58C10ED14175754444033E0E;
  49. remoteInfo = "libSDL2.a";
  50. };
  51. /* End PBXContainerItemProxy section */
  52. /* Begin PBXFileReference section */
  53. 1DB847C427EA0F444B4B4FC0 /* testhaptic.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = "testhaptic.c"; path = "../../../../../test/testhaptic.c"; sourceTree = "<group>"; };
  54. 1408403C2E7331A83879467D /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioToolbox.framework"; path = "/System/Library/Frameworks/AudioToolbox.framework"; sourceTree = "<absolute>"; };
  55. 6BDE62C2453138766EB542CF /* AudioUnit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "AudioUnit.framework"; path = "/System/Library/Frameworks/AudioUnit.framework"; sourceTree = "<absolute>"; };
  56. 29B1586B0BFB4A074B0F5B3B /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Cocoa.framework"; path = "/System/Library/Frameworks/Cocoa.framework"; sourceTree = "<absolute>"; };
  57. 1B1F202D013748602EA96A1F /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreAudio.framework"; path = "/System/Library/Frameworks/CoreAudio.framework"; sourceTree = "<absolute>"; };
  58. 7032139D43855B2A3DA345CC /* IOKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "IOKit.framework"; path = "/System/Library/Frameworks/IOKit.framework"; sourceTree = "<absolute>"; };
  59. 06AF7E814C06487468C37716 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "Carbon.framework"; path = "/System/Library/Frameworks/Carbon.framework"; sourceTree = "<absolute>"; };
  60. 126F3704120B219353BF4AE3 /* ForceFeedback.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "ForceFeedback.framework"; path = "/System/Library/Frameworks/ForceFeedback.framework"; sourceTree = "<absolute>"; };
  61. 01544B8A7A1F37C115280446 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "CoreFoundation.framework"; path = "/System/Library/Frameworks/CoreFoundation.framework"; sourceTree = "<absolute>"; };
  62. 5F3120474431725B4CF4428B /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = "OpenGL.framework"; path = "/System/Library/Frameworks/OpenGL.framework"; sourceTree = "<absolute>"; };
  63. 12140D0C4C6D44C900626222 /* testhaptic */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = "testhaptic"; path = "testhaptic"; sourceTree = BUILT_PRODUCTS_DIR; };
  64. 0C0F4A6E7D62458863F431FF /* SDL2main.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2main.xcodeproj"; path = "../../SDL2main/SDL2main.xcodeproj"; sourceTree = SOURCE_ROOT; };
  65. 03181F213C260D2457796F54 /* SDL2.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "SDL2.xcodeproj"; path = "../../SDL2/SDL2.xcodeproj"; sourceTree = SOURCE_ROOT; };
  66. /* End PBXFileReference section */
  67. /* Begin PBXFrameworksBuildPhase section */
  68. 5EA00FC55C7A5EDF384F5EDD /* Frameworks */ = {
  69. isa = PBXFrameworksBuildPhase;
  70. buildActionMask = 2147483647;
  71. files = (
  72. 6179774414C80B03771B4D1F /* AudioToolbox.framework in Frameworks */,
  73. 45CE764402F40F97189A30FC /* AudioUnit.framework in Frameworks */,
  74. 24D54CFC45B1005E536540FE /* Cocoa.framework in Frameworks */,
  75. 2E9633335EE7194733506087 /* CoreAudio.framework in Frameworks */,
  76. 793C655802C108DC5A1603CC /* IOKit.framework in Frameworks */,
  77. 68864CB73A65629C2D34335C /* Carbon.framework in Frameworks */,
  78. 27BA615E079D63396FEC23A4 /* ForceFeedback.framework in Frameworks */,
  79. 160736E258B964640D9D79BA /* CoreFoundation.framework in Frameworks */,
  80. 558E796E47515366631902B9 /* OpenGL.framework in Frameworks */,
  81. 541C26D102115FD4093A47F8 /* libSDL2main.a in Frameworks */,
  82. 60C53756713009886F8129EA /* libSDL2.a in Frameworks */,
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. /* End PBXFrameworksBuildPhase section */
  87. /* Begin PBXGroup section */
  88. 67B45C0D66CA748F0507306F /* testhaptic */ = {
  89. isa = PBXGroup;
  90. children = (
  91. 66DE1C0E69BF3B2849D5642A /* test */,
  92. 14E414A5128A5A3D7B2023E1 /* Frameworks */,
  93. 48AC304A038C162A29342369 /* Products */,
  94. 010E474B30072FBF3CFC63E2 /* Projects */,
  95. );
  96. name = "testhaptic";
  97. sourceTree = "<group>";
  98. };
  99. 66DE1C0E69BF3B2849D5642A /* test */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 1DB847C427EA0F444B4B4FC0 /* testhaptic.c */,
  103. );
  104. name = "test";
  105. sourceTree = "<group>";
  106. };
  107. 14E414A5128A5A3D7B2023E1 /* Frameworks */ = {
  108. isa = PBXGroup;
  109. children = (
  110. 1408403C2E7331A83879467D /* AudioToolbox.framework */,
  111. 6BDE62C2453138766EB542CF /* AudioUnit.framework */,
  112. 29B1586B0BFB4A074B0F5B3B /* Cocoa.framework */,
  113. 1B1F202D013748602EA96A1F /* CoreAudio.framework */,
  114. 7032139D43855B2A3DA345CC /* IOKit.framework */,
  115. 06AF7E814C06487468C37716 /* Carbon.framework */,
  116. 126F3704120B219353BF4AE3 /* ForceFeedback.framework */,
  117. 01544B8A7A1F37C115280446 /* CoreFoundation.framework */,
  118. 5F3120474431725B4CF4428B /* OpenGL.framework */,
  119. );
  120. name = "Frameworks";
  121. sourceTree = "<group>";
  122. };
  123. 48AC304A038C162A29342369 /* Products */ = {
  124. isa = PBXGroup;
  125. children = (
  126. 12140D0C4C6D44C900626222 /* testhaptic */,
  127. );
  128. name = "Products";
  129. sourceTree = "<group>";
  130. };
  131. 010E474B30072FBF3CFC63E2 /* Projects */ = {
  132. isa = PBXGroup;
  133. children = (
  134. 0C0F4A6E7D62458863F431FF /* SDL2main.xcodeproj */,
  135. 03181F213C260D2457796F54 /* SDL2.xcodeproj */,
  136. );
  137. name = "Projects";
  138. sourceTree = "<group>";
  139. };
  140. 480439CD75176D0E386C6BDC /* Products */ = {
  141. isa = PBXGroup;
  142. children = (
  143. 6CB511B1018C4FBD1F19617E /* libSDL2main.a */,
  144. );
  145. name = Products;
  146. sourceTree = "<group>";
  147. };
  148. 1F065A3302AD32D00BE23A4A /* Products */ = {
  149. isa = PBXGroup;
  150. children = (
  151. 29897FFF7AE350C831F9065D /* libSDL2.a */,
  152. );
  153. name = Products;
  154. sourceTree = "<group>";
  155. };
  156. /* End PBXGroup section */
  157. /* Begin PBXNativeTarget section */
  158. 312F0ABB19C846A84CB53A27 /* testhaptic */ = {
  159. isa = PBXNativeTarget;
  160. buildConfigurationList = 4D7D730D605E45A010DF3481 /* Build configuration list for PBXNativeTarget "testhaptic" */;
  161. buildPhases = (
  162. 3A0D5AAE05F46B2A13675B25 /* Resources */,
  163. 6E7D06AC1504471B4E3B32E5 /* Sources */,
  164. 5EA00FC55C7A5EDF384F5EDD /* Frameworks */,
  165. );
  166. buildRules = (
  167. );
  168. dependencies = (
  169. 3D383CDA1C2B78E100F63058 /* PBXTargetDependency */,
  170. 107B2B3356DF78FF5A9302A6 /* PBXTargetDependency */,
  171. );
  172. name = "testhaptic";
  173. productInstallPath = "$(HOME)/bin";
  174. productName = "testhaptic";
  175. productReference = 12140D0C4C6D44C900626222 /* testhaptic */;
  176. productType = "com.apple.product-type.tool";
  177. };
  178. /* End PBXNativeTarget section */
  179. /* Begin PBXProject section */
  180. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  181. isa = PBXProject;
  182. buildConfigurationList = 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testhaptic" */;
  183. compatibilityVersion = "Xcode 3.2";
  184. hasScannedForEncodings = 1;
  185. mainGroup = 67B45C0D66CA748F0507306F /* testhaptic */;
  186. projectDirPath = "";
  187. projectReferences = (
  188. {
  189. ProductGroup = 480439CD75176D0E386C6BDC /* Products */;
  190. ProjectRef = 0C0F4A6E7D62458863F431FF /* SDL2main.xcodeproj */;
  191. },
  192. {
  193. ProductGroup = 1F065A3302AD32D00BE23A4A /* Products */;
  194. ProjectRef = 03181F213C260D2457796F54 /* SDL2.xcodeproj */;
  195. },
  196. );
  197. projectRoot = "";
  198. targets = (
  199. 312F0ABB19C846A84CB53A27 /* testhaptic */,
  200. );
  201. };
  202. /* End PBXProject section */
  203. /* Begin PBXReferenceProxy section */
  204. 6CB511B1018C4FBD1F19617E /* libSDL2main.a */ = {
  205. isa = PBXReferenceProxy;
  206. fileType = archive.ar;
  207. path = "Build/Debug/libSDL2main.a";
  208. remoteRef = 450D67A300D33EF705491E89 /* PBXContainerItemProxy */;
  209. sourceTree = BUILT_PRODUCTS_DIR;
  210. };
  211. 29897FFF7AE350C831F9065D /* libSDL2.a */ = {
  212. isa = PBXReferenceProxy;
  213. fileType = archive.ar;
  214. path = "Build/Debug/libSDL2.a";
  215. remoteRef = 71F0553C5BBA1AE570F02A60 /* PBXContainerItemProxy */;
  216. sourceTree = BUILT_PRODUCTS_DIR;
  217. };
  218. /* End PBXReferenceProxy section */
  219. /* Begin PBXResourcesBuildPhase section */
  220. 3A0D5AAE05F46B2A13675B25 /* Resources */ = {
  221. isa = PBXResourcesBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. /* End PBXResourcesBuildPhase section */
  228. /* Begin PBXSourcesBuildPhase section */
  229. 6E7D06AC1504471B4E3B32E5 /* Sources */ = {
  230. isa = PBXSourcesBuildPhase;
  231. buildActionMask = 2147483647;
  232. files = (
  233. 59F50E2B39BC77DC3ECD4640 /* testhaptic.c in Sources */,
  234. );
  235. runOnlyForDeploymentPostprocessing = 0;
  236. };
  237. /* End PBXSourcesBuildPhase section */
  238. /* Begin PBXVariantGroup section */
  239. /* End PBXVariantGroup section */
  240. /* Begin PBXTargetDependency section */
  241. 3D383CDA1C2B78E100F63058 /* PBXTargetDependency */ = {
  242. isa = PBXTargetDependency;
  243. name = "libSDL2main.a";
  244. targetProxy = 645E5AAE6C712DF335755293 /* PBXContainerItemProxy */;
  245. };
  246. 107B2B3356DF78FF5A9302A6 /* PBXTargetDependency */ = {
  247. isa = PBXTargetDependency;
  248. name = "libSDL2.a";
  249. targetProxy = 34C636D75FB114266D774F34 /* PBXContainerItemProxy */;
  250. };
  251. /* End PBXTargetDependency section */
  252. /* Begin XCBuildConfiguration section */
  253. 068534B70F1E26297830190C /* Debug Universal */ = {
  254. isa = XCBuildConfiguration;
  255. buildSettings = {
  256. ALWAYS_SEARCH_USER_PATHS = NO;
  257. CONFIGURATION_BUILD_DIR = Build/Debug;
  258. GCC_DYNAMIC_NO_PIC = NO;
  259. GCC_MODEL_TUNING = G5;
  260. INSTALL_PATH = /usr/local/bin;
  261. PRODUCT_NAME = "testhaptic";
  262. };
  263. name = "Debug Universal";
  264. };
  265. 26CE5B804873277736E51BD0 /* Debug Native */ = {
  266. isa = XCBuildConfiguration;
  267. buildSettings = {
  268. ALWAYS_SEARCH_USER_PATHS = NO;
  269. CONFIGURATION_BUILD_DIR = Build/Debug;
  270. GCC_DYNAMIC_NO_PIC = NO;
  271. GCC_MODEL_TUNING = G5;
  272. INSTALL_PATH = /usr/local/bin;
  273. PRODUCT_NAME = "testhaptic";
  274. };
  275. name = "Debug Native";
  276. };
  277. 0A706DF51C7E14FD1AD05E03 /* Release Universal */ = {
  278. isa = XCBuildConfiguration;
  279. buildSettings = {
  280. ALWAYS_SEARCH_USER_PATHS = NO;
  281. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  282. CONFIGURATION_BUILD_DIR = Build/Release;
  283. GCC_DYNAMIC_NO_PIC = NO;
  284. GCC_MODEL_TUNING = G5;
  285. INSTALL_PATH = /usr/local/bin;
  286. PRODUCT_NAME = "testhaptic";
  287. };
  288. name = "Release Universal";
  289. };
  290. 373D05D241F56D402BDA7F09 /* Release Native */ = {
  291. isa = XCBuildConfiguration;
  292. buildSettings = {
  293. ALWAYS_SEARCH_USER_PATHS = NO;
  294. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  295. CONFIGURATION_BUILD_DIR = Build/Release;
  296. GCC_DYNAMIC_NO_PIC = NO;
  297. GCC_MODEL_TUNING = G5;
  298. INSTALL_PATH = /usr/local/bin;
  299. PRODUCT_NAME = "testhaptic";
  300. };
  301. name = "Release Native";
  302. };
  303. 7E65562D5FE678C57E314BC1 /* Debug Universal */ = {
  304. isa = XCBuildConfiguration;
  305. buildSettings = {
  306. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  307. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  308. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  309. COPY_PHASE_STRIP = NO;
  310. GCC_C_LANGUAGE_STANDARD = gnu99;
  311. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  312. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  313. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  314. GCC_OPTIMIZATION_LEVEL = 0;
  315. GCC_PREPROCESSOR_DEFINITIONS = (
  316. "USING_PREMAKE_CONFIG_H",
  317. "_DEBUG",
  318. );
  319. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  320. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  321. GCC_WARN_UNUSED_VARIABLE = YES;
  322. HEADER_SEARCH_PATHS = (
  323. "../..",
  324. "../../../../../include",
  325. );
  326. OBJROOT = "obj/Universal/Debug";
  327. ONLY_ACTIVE_ARCH = YES;
  328. SYMROOT = "Build/Debug";
  329. };
  330. name = "Debug Universal";
  331. };
  332. 1F071C371D63041C56C5244C /* Debug Native */ = {
  333. isa = XCBuildConfiguration;
  334. buildSettings = {
  335. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  336. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  337. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  338. COPY_PHASE_STRIP = NO;
  339. GCC_C_LANGUAGE_STANDARD = gnu99;
  340. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  341. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  342. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  343. GCC_OPTIMIZATION_LEVEL = 0;
  344. GCC_PREPROCESSOR_DEFINITIONS = (
  345. "USING_PREMAKE_CONFIG_H",
  346. "_DEBUG",
  347. );
  348. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  349. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  350. GCC_WARN_UNUSED_VARIABLE = YES;
  351. HEADER_SEARCH_PATHS = (
  352. "../..",
  353. "../../../../../include",
  354. );
  355. OBJROOT = "obj/Debug";
  356. ONLY_ACTIVE_ARCH = YES;
  357. SYMROOT = "Build/Debug";
  358. };
  359. name = "Debug Native";
  360. };
  361. 37451B5D01EF1CE448BC5895 /* Release Universal */ = {
  362. isa = XCBuildConfiguration;
  363. buildSettings = {
  364. ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
  365. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  366. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  367. GCC_C_LANGUAGE_STANDARD = gnu99;
  368. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  369. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  370. GCC_OPTIMIZATION_LEVEL = 3;
  371. GCC_PREPROCESSOR_DEFINITIONS = (
  372. "USING_PREMAKE_CONFIG_H",
  373. "NDEBUG",
  374. );
  375. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  376. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  377. GCC_WARN_UNUSED_VARIABLE = YES;
  378. HEADER_SEARCH_PATHS = (
  379. "../..",
  380. "../../../../../include",
  381. );
  382. OBJROOT = "obj/Universal/Release";
  383. ONLY_ACTIVE_ARCH = NO;
  384. SYMROOT = "Build/Release";
  385. };
  386. name = "Release Universal";
  387. };
  388. 528722B270F72709528E28F6 /* Release Native */ = {
  389. isa = XCBuildConfiguration;
  390. buildSettings = {
  391. ARCHS = "$(NATIVE_ARCH_ACTUAL)";
  392. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  393. CONFIGURATION_TEMP_DIR = "$(OBJROOT)";
  394. GCC_C_LANGUAGE_STANDARD = gnu99;
  395. GCC_ENABLE_CPP_EXCEPTIONS = NO;
  396. GCC_ENABLE_OBJC_EXCEPTIONS = NO;
  397. GCC_OPTIMIZATION_LEVEL = 3;
  398. GCC_PREPROCESSOR_DEFINITIONS = (
  399. "USING_PREMAKE_CONFIG_H",
  400. "NDEBUG",
  401. );
  402. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  403. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  404. GCC_WARN_UNUSED_VARIABLE = YES;
  405. HEADER_SEARCH_PATHS = (
  406. "../..",
  407. "../../../../../include",
  408. );
  409. OBJROOT = "obj/Release";
  410. ONLY_ACTIVE_ARCH = NO;
  411. SYMROOT = "Build/Release";
  412. };
  413. name = "Release Native";
  414. };
  415. /* End XCBuildConfiguration section */
  416. /* Begin XCConfigurationList section */
  417. 4D7D730D605E45A010DF3481 /* Build configuration list for PBXNativeTarget "testhaptic" */ = {
  418. isa = XCConfigurationList;
  419. buildConfigurations = (
  420. 068534B70F1E26297830190C /* Debug Universal */,
  421. 26CE5B804873277736E51BD0 /* Debug Native */,
  422. 0A706DF51C7E14FD1AD05E03 /* Release Universal */,
  423. 373D05D241F56D402BDA7F09 /* Release Native */,
  424. );
  425. defaultConfigurationIsVisible = 0;
  426. defaultConfigurationName = "Debug Universal";
  427. };
  428. 1DEB928908733DD80010E9CD /* Build configuration list for PBXProject "testhaptic" */ = {
  429. isa = XCConfigurationList;
  430. buildConfigurations = (
  431. 7E65562D5FE678C57E314BC1 /* Debug Universal */,
  432. 1F071C371D63041C56C5244C /* Debug Native */,
  433. 37451B5D01EF1CE448BC5895 /* Release Universal */,
  434. 528722B270F72709528E28F6 /* Release Native */,
  435. );
  436. defaultConfigurationIsVisible = 0;
  437. defaultConfigurationName = "Debug Universal";
  438. };
  439. /* End XCConfigurationList section */
  440. };
  441. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  442. }