project.pbxproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD0C76D01E2AB8F10096E269 /* rotate_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0E9E98B71BBC8DB8004FFE25 /* rotate_tc.cpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXCopyFilesBuildPhase section */
  12. CD0C76C61E2AB8DF0096E269 /* CopyFiles */ = {
  13. isa = PBXCopyFilesBuildPhase;
  14. buildActionMask = 2147483647;
  15. dstPath = /usr/share/man/man1/;
  16. dstSubfolderSpec = 0;
  17. files = (
  18. );
  19. runOnlyForDeploymentPostprocessing = 1;
  20. };
  21. /* End PBXCopyFilesBuildPhase section */
  22. /* Begin PBXFileReference section */
  23. 0E9E98B11BBC8A02004FFE25 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
  24. 0E9E98B21BBC8A03004FFE25 /* rotate.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = rotate.hpp; sourceTree = "<group>"; };
  25. 0E9E98B61BBC8A35004FFE25 /* rotate.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = rotate.t.h; sourceTree = "<group>"; };
  26. 0E9E98B71BBC8DB8004FFE25 /* rotate_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rotate_tc.cpp; sourceTree = "<group>"; };
  27. CD0C76C81E2AB8DF0096E269 /* rotate_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = rotate_tc; sourceTree = BUILT_PRODUCTS_DIR; };
  28. /* End PBXFileReference section */
  29. /* Begin PBXFrameworksBuildPhase section */
  30. CD0C76C51E2AB8DF0096E269 /* Frameworks */ = {
  31. isa = PBXFrameworksBuildPhase;
  32. buildActionMask = 2147483647;
  33. files = (
  34. );
  35. runOnlyForDeploymentPostprocessing = 0;
  36. };
  37. /* End PBXFrameworksBuildPhase section */
  38. /* Begin PBXGroup section */
  39. 0E9E98AB1BBC8A02004FFE25 = {
  40. isa = PBXGroup;
  41. children = (
  42. 0E9E98B11BBC8A02004FFE25 /* Makefile */,
  43. 0E9E98B21BBC8A03004FFE25 /* rotate.hpp */,
  44. 0E9E98B61BBC8A35004FFE25 /* rotate.t.h */,
  45. 0E9E98B71BBC8DB8004FFE25 /* rotate_tc.cpp */,
  46. CD0C76C91E2AB8DF0096E269 /* Products */,
  47. );
  48. sourceTree = "<group>";
  49. };
  50. CD0C76C91E2AB8DF0096E269 /* Products */ = {
  51. isa = PBXGroup;
  52. children = (
  53. CD0C76C81E2AB8DF0096E269 /* rotate_tc */,
  54. );
  55. name = Products;
  56. sourceTree = "<group>";
  57. };
  58. /* End PBXGroup section */
  59. /* Begin PBXLegacyTarget section */
  60. 0E9E98B01BBC8A02004FFE25 /* rotate */ = {
  61. isa = PBXLegacyTarget;
  62. buildArgumentsString = "$(ACTION)";
  63. buildConfigurationList = 0E9E98B31BBC8A03004FFE25 /* Build configuration list for PBXLegacyTarget "rotate" */;
  64. buildPhases = (
  65. );
  66. buildToolPath = /usr/bin/make;
  67. buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/datamodel";
  68. dependencies = (
  69. );
  70. name = rotate;
  71. passBuildSettingsInEnvironment = 1;
  72. productName = datamodel;
  73. };
  74. /* End PBXLegacyTarget section */
  75. /* Begin PBXNativeTarget section */
  76. CD0C76C71E2AB8DF0096E269 /* rotate_tc */ = {
  77. isa = PBXNativeTarget;
  78. buildConfigurationList = CD0C76CF1E2AB8DF0096E269 /* Build configuration list for PBXNativeTarget "rotate_tc" */;
  79. buildPhases = (
  80. CD0C76D11E2AC29B0096E269 /* ShellScript */,
  81. CD0C76C41E2AB8DF0096E269 /* Sources */,
  82. CD0C76C51E2AB8DF0096E269 /* Frameworks */,
  83. CD0C76C61E2AB8DF0096E269 /* CopyFiles */,
  84. );
  85. buildRules = (
  86. );
  87. dependencies = (
  88. );
  89. name = rotate_tc;
  90. productName = rotate_tc;
  91. productReference = CD0C76C81E2AB8DF0096E269 /* rotate_tc */;
  92. productType = "com.apple.product-type.tool";
  93. };
  94. /* End PBXNativeTarget section */
  95. /* Begin PBXProject section */
  96. 0E9E98AC1BBC8A02004FFE25 /* Project object */ = {
  97. isa = PBXProject;
  98. attributes = {
  99. LastUpgradeCheck = 0720;
  100. TargetAttributes = {
  101. CD0C76C71E2AB8DF0096E269 = {
  102. CreatedOnToolsVersion = 7.2.1;
  103. };
  104. };
  105. };
  106. buildConfigurationList = 0E9E98AF1BBC8A02004FFE25 /* Build configuration list for PBXProject "rotate" */;
  107. compatibilityVersion = "Xcode 3.2";
  108. developmentRegion = English;
  109. hasScannedForEncodings = 0;
  110. knownRegions = (
  111. en,
  112. );
  113. mainGroup = 0E9E98AB1BBC8A02004FFE25;
  114. productRefGroup = CD0C76C91E2AB8DF0096E269 /* Products */;
  115. projectDirPath = "";
  116. projectRoot = "";
  117. targets = (
  118. 0E9E98B01BBC8A02004FFE25 /* rotate */,
  119. CD0C76C71E2AB8DF0096E269 /* rotate_tc */,
  120. );
  121. };
  122. /* End PBXProject section */
  123. /* Begin PBXShellScriptBuildPhase section */
  124. CD0C76D11E2AC29B0096E269 /* ShellScript */ = {
  125. isa = PBXShellScriptBuildPhase;
  126. buildActionMask = 2147483647;
  127. files = (
  128. );
  129. inputPaths = (
  130. "$(SRCROOT)/rotate.t.h",
  131. );
  132. outputPaths = (
  133. "$(SRCROOT)/rotate_tc.cpp",
  134. );
  135. runOnlyForDeploymentPostprocessing = 0;
  136. shellPath = /bin/sh;
  137. shellScript = "cxxtestgen --error-printer -o rotate_tc.cpp rotate.t.h";
  138. };
  139. /* End PBXShellScriptBuildPhase section */
  140. /* Begin PBXSourcesBuildPhase section */
  141. CD0C76C41E2AB8DF0096E269 /* Sources */ = {
  142. isa = PBXSourcesBuildPhase;
  143. buildActionMask = 2147483647;
  144. files = (
  145. CD0C76D01E2AB8F10096E269 /* rotate_tc.cpp in Sources */,
  146. );
  147. runOnlyForDeploymentPostprocessing = 0;
  148. };
  149. /* End PBXSourcesBuildPhase section */
  150. /* Begin XCBuildConfiguration section */
  151. 0E9E98AD1BBC8A02004FFE25 /* Debug */ = {
  152. isa = XCBuildConfiguration;
  153. buildSettings = {
  154. COPY_PHASE_STRIP = NO;
  155. ENABLE_TESTABILITY = YES;
  156. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  157. GCC_WARN_UNUSED_VARIABLE = YES;
  158. ONLY_ACTIVE_ARCH = YES;
  159. SDKROOT = macosx;
  160. };
  161. name = Debug;
  162. };
  163. 0E9E98AE1BBC8A02004FFE25 /* Release */ = {
  164. isa = XCBuildConfiguration;
  165. buildSettings = {
  166. COPY_PHASE_STRIP = YES;
  167. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  168. GCC_WARN_UNUSED_VARIABLE = YES;
  169. SDKROOT = macosx;
  170. };
  171. name = Release;
  172. };
  173. 0E9E98B41BBC8A03004FFE25 /* Debug */ = {
  174. isa = XCBuildConfiguration;
  175. buildSettings = {
  176. COPY_PHASE_STRIP = NO;
  177. DEBUGGING_SYMBOLS = YES;
  178. GCC_DYNAMIC_NO_PIC = NO;
  179. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  180. GCC_OPTIMIZATION_LEVEL = 0;
  181. OTHER_CFLAGS = "";
  182. OTHER_LDFLAGS = "";
  183. PRODUCT_NAME = rotate;
  184. };
  185. name = Debug;
  186. };
  187. 0E9E98B51BBC8A03004FFE25 /* Release */ = {
  188. isa = XCBuildConfiguration;
  189. buildSettings = {
  190. COPY_PHASE_STRIP = YES;
  191. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  192. OTHER_CFLAGS = "";
  193. OTHER_LDFLAGS = "";
  194. PRODUCT_NAME = rotate;
  195. };
  196. name = Release;
  197. };
  198. CD0C76CD1E2AB8DF0096E269 /* Debug */ = {
  199. isa = XCBuildConfiguration;
  200. buildSettings = {
  201. ALWAYS_SEARCH_USER_PATHS = NO;
  202. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  203. CLANG_CXX_LIBRARY = "libc++";
  204. CLANG_ENABLE_MODULES = YES;
  205. CLANG_ENABLE_OBJC_ARC = YES;
  206. CLANG_WARN_BOOL_CONVERSION = YES;
  207. CLANG_WARN_CONSTANT_CONVERSION = YES;
  208. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  209. CLANG_WARN_EMPTY_BODY = YES;
  210. CLANG_WARN_ENUM_CONVERSION = YES;
  211. CLANG_WARN_INT_CONVERSION = YES;
  212. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  213. CLANG_WARN_UNREACHABLE_CODE = YES;
  214. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  215. CODE_SIGN_IDENTITY = "-";
  216. DEBUG_INFORMATION_FORMAT = dwarf;
  217. ENABLE_STRICT_OBJC_MSGSEND = YES;
  218. ENABLE_TESTABILITY = YES;
  219. GCC_C_LANGUAGE_STANDARD = gnu99;
  220. GCC_DYNAMIC_NO_PIC = NO;
  221. GCC_NO_COMMON_BLOCKS = YES;
  222. GCC_OPTIMIZATION_LEVEL = 0;
  223. GCC_PREPROCESSOR_DEFINITIONS = (
  224. "DEBUG=1",
  225. "$(inherited)",
  226. );
  227. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  228. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  229. GCC_WARN_UNDECLARED_SELECTOR = YES;
  230. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  231. GCC_WARN_UNUSED_FUNCTION = YES;
  232. HEADER_SEARCH_PATHS = (
  233. /usr/local/include,
  234. /opt/local/include,
  235. );
  236. MACOSX_DEPLOYMENT_TARGET = 10.10;
  237. MTL_ENABLE_DEBUG_INFO = YES;
  238. PRODUCT_NAME = "$(TARGET_NAME)";
  239. SDKROOT = macosx;
  240. };
  241. name = Debug;
  242. };
  243. CD0C76CE1E2AB8DF0096E269 /* Release */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. ALWAYS_SEARCH_USER_PATHS = NO;
  247. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  248. CLANG_CXX_LIBRARY = "libc++";
  249. CLANG_ENABLE_MODULES = YES;
  250. CLANG_ENABLE_OBJC_ARC = YES;
  251. CLANG_WARN_BOOL_CONVERSION = YES;
  252. CLANG_WARN_CONSTANT_CONVERSION = YES;
  253. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  254. CLANG_WARN_EMPTY_BODY = YES;
  255. CLANG_WARN_ENUM_CONVERSION = YES;
  256. CLANG_WARN_INT_CONVERSION = YES;
  257. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  258. CLANG_WARN_UNREACHABLE_CODE = YES;
  259. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  260. CODE_SIGN_IDENTITY = "-";
  261. COPY_PHASE_STRIP = NO;
  262. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  263. ENABLE_NS_ASSERTIONS = NO;
  264. ENABLE_STRICT_OBJC_MSGSEND = YES;
  265. GCC_C_LANGUAGE_STANDARD = gnu99;
  266. GCC_NO_COMMON_BLOCKS = YES;
  267. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  268. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  269. GCC_WARN_UNDECLARED_SELECTOR = YES;
  270. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  271. GCC_WARN_UNUSED_FUNCTION = YES;
  272. HEADER_SEARCH_PATHS = (
  273. /usr/local/include,
  274. /opt/local/include,
  275. );
  276. MACOSX_DEPLOYMENT_TARGET = 10.10;
  277. MTL_ENABLE_DEBUG_INFO = NO;
  278. PRODUCT_NAME = "$(TARGET_NAME)";
  279. SDKROOT = macosx;
  280. };
  281. name = Release;
  282. };
  283. /* End XCBuildConfiguration section */
  284. /* Begin XCConfigurationList section */
  285. 0E9E98AF1BBC8A02004FFE25 /* Build configuration list for PBXProject "rotate" */ = {
  286. isa = XCConfigurationList;
  287. buildConfigurations = (
  288. 0E9E98AD1BBC8A02004FFE25 /* Debug */,
  289. 0E9E98AE1BBC8A02004FFE25 /* Release */,
  290. );
  291. defaultConfigurationIsVisible = 0;
  292. defaultConfigurationName = Release;
  293. };
  294. 0E9E98B31BBC8A03004FFE25 /* Build configuration list for PBXLegacyTarget "rotate" */ = {
  295. isa = XCConfigurationList;
  296. buildConfigurations = (
  297. 0E9E98B41BBC8A03004FFE25 /* Debug */,
  298. 0E9E98B51BBC8A03004FFE25 /* Release */,
  299. );
  300. defaultConfigurationIsVisible = 0;
  301. defaultConfigurationName = Release;
  302. };
  303. CD0C76CF1E2AB8DF0096E269 /* Build configuration list for PBXNativeTarget "rotate_tc" */ = {
  304. isa = XCConfigurationList;
  305. buildConfigurations = (
  306. CD0C76CD1E2AB8DF0096E269 /* Debug */,
  307. CD0C76CE1E2AB8DF0096E269 /* Release */,
  308. );
  309. defaultConfigurationIsVisible = 0;
  310. };
  311. /* End XCConfigurationList section */
  312. };
  313. rootObject = 0E9E98AC1BBC8A02004FFE25 /* Project object */;
  314. }