project.pbxproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXFileReference section */
  9. 0E5DFDCB1BB4D3360063976E /* bound_number.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = bound_number.hpp; sourceTree = "<group>"; };
  10. /* End PBXFileReference section */
  11. /* Begin PBXGroup section */
  12. 0E5DFDC51BB4D3360063976E = {
  13. isa = PBXGroup;
  14. children = (
  15. 0E5DFDCB1BB4D3360063976E /* bound_number.hpp */,
  16. 0E5DFE1C1BB4DB740063976E /* Products */,
  17. );
  18. sourceTree = "<group>";
  19. };
  20. 0E5DFE1C1BB4DB740063976E /* Products */ = {
  21. isa = PBXGroup;
  22. children = (
  23. );
  24. name = Products;
  25. sourceTree = "<group>";
  26. };
  27. /* End PBXGroup section */
  28. /* Begin PBXLegacyTarget section */
  29. 0E5DFDCA1BB4D3360063976E /* limit */ = {
  30. isa = PBXLegacyTarget;
  31. buildArgumentsString = "$(ACTION)";
  32. buildConfigurationList = 0E5DFDCD1BB4D3360063976E /* Build configuration list for PBXLegacyTarget "limit" */;
  33. buildPhases = (
  34. );
  35. buildToolPath = /usr/bin/make;
  36. buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/math/limit";
  37. dependencies = (
  38. );
  39. name = limit;
  40. passBuildSettingsInEnvironment = 1;
  41. productName = limit;
  42. };
  43. /* End PBXLegacyTarget section */
  44. /* Begin PBXProject section */
  45. 0E5DFDC61BB4D3360063976E /* Project object */ = {
  46. isa = PBXProject;
  47. attributes = {
  48. LastUpgradeCheck = 0720;
  49. };
  50. buildConfigurationList = 0E5DFDC91BB4D3360063976E /* Build configuration list for PBXProject "limit" */;
  51. compatibilityVersion = "Xcode 3.2";
  52. developmentRegion = English;
  53. hasScannedForEncodings = 0;
  54. knownRegions = (
  55. en,
  56. );
  57. mainGroup = 0E5DFDC51BB4D3360063976E;
  58. productRefGroup = 0E5DFE1C1BB4DB740063976E /* Products */;
  59. projectDirPath = "";
  60. projectRoot = "";
  61. targets = (
  62. 0E5DFDCA1BB4D3360063976E /* limit */,
  63. );
  64. };
  65. /* End PBXProject section */
  66. /* Begin XCBuildConfiguration section */
  67. 0E5DFDC71BB4D3360063976E /* Debug */ = {
  68. isa = XCBuildConfiguration;
  69. buildSettings = {
  70. COPY_PHASE_STRIP = NO;
  71. ENABLE_TESTABILITY = YES;
  72. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  73. GCC_WARN_UNUSED_VARIABLE = YES;
  74. ONLY_ACTIVE_ARCH = YES;
  75. SDKROOT = macosx;
  76. };
  77. name = Debug;
  78. };
  79. 0E5DFDC81BB4D3360063976E /* Release */ = {
  80. isa = XCBuildConfiguration;
  81. buildSettings = {
  82. COPY_PHASE_STRIP = YES;
  83. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  84. GCC_WARN_UNUSED_VARIABLE = YES;
  85. SDKROOT = macosx;
  86. };
  87. name = Release;
  88. };
  89. 0E5DFDCE1BB4D3360063976E /* Debug */ = {
  90. isa = XCBuildConfiguration;
  91. buildSettings = {
  92. COPY_PHASE_STRIP = NO;
  93. DEBUGGING_SYMBOLS = YES;
  94. GCC_DYNAMIC_NO_PIC = NO;
  95. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  96. GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
  97. GCC_OPTIMIZATION_LEVEL = 0;
  98. OTHER_CFLAGS = "";
  99. OTHER_LDFLAGS = "";
  100. PRODUCT_NAME = limit;
  101. };
  102. name = Debug;
  103. };
  104. 0E5DFDCF1BB4D3360063976E /* Release */ = {
  105. isa = XCBuildConfiguration;
  106. buildSettings = {
  107. COPY_PHASE_STRIP = YES;
  108. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  109. GCC_ENABLE_FIX_AND_CONTINUE = NO;
  110. OTHER_CFLAGS = "";
  111. OTHER_LDFLAGS = "";
  112. PRODUCT_NAME = limit;
  113. };
  114. name = Release;
  115. };
  116. /* End XCBuildConfiguration section */
  117. /* Begin XCConfigurationList section */
  118. 0E5DFDC91BB4D3360063976E /* Build configuration list for PBXProject "limit" */ = {
  119. isa = XCConfigurationList;
  120. buildConfigurations = (
  121. 0E5DFDC71BB4D3360063976E /* Debug */,
  122. 0E5DFDC81BB4D3360063976E /* Release */,
  123. );
  124. defaultConfigurationIsVisible = 0;
  125. defaultConfigurationName = Release;
  126. };
  127. 0E5DFDCD1BB4D3360063976E /* Build configuration list for PBXLegacyTarget "limit" */ = {
  128. isa = XCConfigurationList;
  129. buildConfigurations = (
  130. 0E5DFDCE1BB4D3360063976E /* Debug */,
  131. 0E5DFDCF1BB4D3360063976E /* Release */,
  132. );
  133. defaultConfigurationIsVisible = 0;
  134. defaultConfigurationName = Release;
  135. };
  136. /* End XCConfigurationList section */
  137. };
  138. rootObject = 0E5DFDC61BB4D3360063976E /* Project object */;
  139. }