project.pbxproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. CD2973D31D7B684400E37217 /* expect.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD2973D21D7B684400E37217 /* expect.hpp */; };
  10. /* End PBXBuildFile section */
  11. /* Begin PBXFileReference section */
  12. CD2973C41D7B67EF00E37217 /* libexpect.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libexpect.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  13. CD2973D21D7B684400E37217 /* expect.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = expect.hpp; sourceTree = "<group>"; };
  14. /* End PBXFileReference section */
  15. /* Begin PBXFrameworksBuildPhase section */
  16. CD2973C11D7B67EF00E37217 /* Frameworks */ = {
  17. isa = PBXFrameworksBuildPhase;
  18. buildActionMask = 2147483647;
  19. files = (
  20. );
  21. runOnlyForDeploymentPostprocessing = 0;
  22. };
  23. /* End PBXFrameworksBuildPhase section */
  24. /* Begin PBXGroup section */
  25. CD2973BB1D7B67EF00E37217 = {
  26. isa = PBXGroup;
  27. children = (
  28. CD2973D21D7B684400E37217 /* expect.hpp */,
  29. CD2973C51D7B67EF00E37217 /* Products */,
  30. );
  31. sourceTree = "<group>";
  32. };
  33. CD2973C51D7B67EF00E37217 /* Products */ = {
  34. isa = PBXGroup;
  35. children = (
  36. CD2973C41D7B67EF00E37217 /* libexpect.dylib */,
  37. );
  38. name = Products;
  39. sourceTree = "<group>";
  40. };
  41. /* End PBXGroup section */
  42. /* Begin PBXHeadersBuildPhase section */
  43. CD2973C21D7B67EF00E37217 /* Headers */ = {
  44. isa = PBXHeadersBuildPhase;
  45. buildActionMask = 2147483647;
  46. files = (
  47. CD2973D31D7B684400E37217 /* expect.hpp in Headers */,
  48. );
  49. runOnlyForDeploymentPostprocessing = 0;
  50. };
  51. /* End PBXHeadersBuildPhase section */
  52. /* Begin PBXNativeTarget section */
  53. CD2973C31D7B67EF00E37217 /* expect */ = {
  54. isa = PBXNativeTarget;
  55. buildConfigurationList = CD2973CF1D7B67EF00E37217 /* Build configuration list for PBXNativeTarget "expect" */;
  56. buildPhases = (
  57. CD2973C01D7B67EF00E37217 /* Sources */,
  58. CD2973C11D7B67EF00E37217 /* Frameworks */,
  59. CD2973C21D7B67EF00E37217 /* Headers */,
  60. );
  61. buildRules = (
  62. );
  63. dependencies = (
  64. );
  65. name = expect;
  66. productName = expect;
  67. productReference = CD2973C41D7B67EF00E37217 /* libexpect.dylib */;
  68. productType = "com.apple.product-type.library.dynamic";
  69. };
  70. /* End PBXNativeTarget section */
  71. /* Begin PBXProject section */
  72. CD2973BC1D7B67EF00E37217 /* Project object */ = {
  73. isa = PBXProject;
  74. attributes = {
  75. LastUpgradeCheck = 0720;
  76. ORGANIZATIONNAME = "Sam Jaffe";
  77. TargetAttributes = {
  78. CD2973C31D7B67EF00E37217 = {
  79. CreatedOnToolsVersion = 7.2.1;
  80. };
  81. };
  82. };
  83. buildConfigurationList = CD2973BF1D7B67EF00E37217 /* Build configuration list for PBXProject "expect" */;
  84. compatibilityVersion = "Xcode 3.2";
  85. developmentRegion = English;
  86. hasScannedForEncodings = 0;
  87. knownRegions = (
  88. en,
  89. );
  90. mainGroup = CD2973BB1D7B67EF00E37217;
  91. productRefGroup = CD2973C51D7B67EF00E37217 /* Products */;
  92. projectDirPath = "";
  93. projectRoot = "";
  94. targets = (
  95. CD2973C31D7B67EF00E37217 /* expect */,
  96. );
  97. };
  98. /* End PBXProject section */
  99. /* Begin PBXSourcesBuildPhase section */
  100. CD2973C01D7B67EF00E37217 /* Sources */ = {
  101. isa = PBXSourcesBuildPhase;
  102. buildActionMask = 2147483647;
  103. files = (
  104. );
  105. runOnlyForDeploymentPostprocessing = 0;
  106. };
  107. /* End PBXSourcesBuildPhase section */
  108. /* Begin XCBuildConfiguration section */
  109. CD2973CD1D7B67EF00E37217 /* Debug */ = {
  110. isa = XCBuildConfiguration;
  111. buildSettings = {
  112. ALWAYS_SEARCH_USER_PATHS = NO;
  113. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  114. CLANG_CXX_LIBRARY = "libc++";
  115. CLANG_ENABLE_MODULES = YES;
  116. CLANG_ENABLE_OBJC_ARC = YES;
  117. CLANG_WARN_BOOL_CONVERSION = YES;
  118. CLANG_WARN_CONSTANT_CONVERSION = YES;
  119. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  120. CLANG_WARN_EMPTY_BODY = YES;
  121. CLANG_WARN_ENUM_CONVERSION = YES;
  122. CLANG_WARN_INT_CONVERSION = YES;
  123. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  124. CLANG_WARN_UNREACHABLE_CODE = YES;
  125. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  126. CODE_SIGN_IDENTITY = "-";
  127. COPY_PHASE_STRIP = NO;
  128. DEBUG_INFORMATION_FORMAT = dwarf;
  129. ENABLE_STRICT_OBJC_MSGSEND = YES;
  130. ENABLE_TESTABILITY = YES;
  131. GCC_C_LANGUAGE_STANDARD = gnu99;
  132. GCC_DYNAMIC_NO_PIC = NO;
  133. GCC_NO_COMMON_BLOCKS = YES;
  134. GCC_OPTIMIZATION_LEVEL = 0;
  135. GCC_PREPROCESSOR_DEFINITIONS = (
  136. "DEBUG=1",
  137. "$(inherited)",
  138. );
  139. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  140. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  141. GCC_WARN_UNDECLARED_SELECTOR = YES;
  142. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  143. GCC_WARN_UNUSED_FUNCTION = YES;
  144. GCC_WARN_UNUSED_VARIABLE = YES;
  145. MACOSX_DEPLOYMENT_TARGET = 10.10;
  146. MTL_ENABLE_DEBUG_INFO = YES;
  147. ONLY_ACTIVE_ARCH = YES;
  148. SDKROOT = macosx;
  149. };
  150. name = Debug;
  151. };
  152. CD2973CE1D7B67EF00E37217 /* Release */ = {
  153. isa = XCBuildConfiguration;
  154. buildSettings = {
  155. ALWAYS_SEARCH_USER_PATHS = NO;
  156. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  157. CLANG_CXX_LIBRARY = "libc++";
  158. CLANG_ENABLE_MODULES = YES;
  159. CLANG_ENABLE_OBJC_ARC = YES;
  160. CLANG_WARN_BOOL_CONVERSION = YES;
  161. CLANG_WARN_CONSTANT_CONVERSION = YES;
  162. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  163. CLANG_WARN_EMPTY_BODY = YES;
  164. CLANG_WARN_ENUM_CONVERSION = YES;
  165. CLANG_WARN_INT_CONVERSION = YES;
  166. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  167. CLANG_WARN_UNREACHABLE_CODE = YES;
  168. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  169. CODE_SIGN_IDENTITY = "-";
  170. COPY_PHASE_STRIP = NO;
  171. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  172. ENABLE_NS_ASSERTIONS = NO;
  173. ENABLE_STRICT_OBJC_MSGSEND = YES;
  174. GCC_C_LANGUAGE_STANDARD = gnu99;
  175. GCC_NO_COMMON_BLOCKS = YES;
  176. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  177. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  178. GCC_WARN_UNDECLARED_SELECTOR = YES;
  179. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  180. GCC_WARN_UNUSED_FUNCTION = YES;
  181. GCC_WARN_UNUSED_VARIABLE = YES;
  182. MACOSX_DEPLOYMENT_TARGET = 10.10;
  183. MTL_ENABLE_DEBUG_INFO = NO;
  184. SDKROOT = macosx;
  185. };
  186. name = Release;
  187. };
  188. CD2973D01D7B67EF00E37217 /* Debug */ = {
  189. isa = XCBuildConfiguration;
  190. buildSettings = {
  191. DYLIB_COMPATIBILITY_VERSION = 1;
  192. DYLIB_CURRENT_VERSION = 1;
  193. EXECUTABLE_PREFIX = lib;
  194. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  195. GCC_ENABLE_CPP_RTTI = YES;
  196. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  197. PRODUCT_NAME = "$(TARGET_NAME)";
  198. };
  199. name = Debug;
  200. };
  201. CD2973D11D7B67EF00E37217 /* Release */ = {
  202. isa = XCBuildConfiguration;
  203. buildSettings = {
  204. DYLIB_COMPATIBILITY_VERSION = 1;
  205. DYLIB_CURRENT_VERSION = 1;
  206. EXECUTABLE_PREFIX = lib;
  207. GCC_ENABLE_CPP_EXCEPTIONS = YES;
  208. GCC_ENABLE_CPP_RTTI = YES;
  209. GCC_SYMBOLS_PRIVATE_EXTERN = YES;
  210. PRODUCT_NAME = "$(TARGET_NAME)";
  211. };
  212. name = Release;
  213. };
  214. /* End XCBuildConfiguration section */
  215. /* Begin XCConfigurationList section */
  216. CD2973BF1D7B67EF00E37217 /* Build configuration list for PBXProject "expect" */ = {
  217. isa = XCConfigurationList;
  218. buildConfigurations = (
  219. CD2973CD1D7B67EF00E37217 /* Debug */,
  220. CD2973CE1D7B67EF00E37217 /* Release */,
  221. );
  222. defaultConfigurationIsVisible = 0;
  223. defaultConfigurationName = Release;
  224. };
  225. CD2973CF1D7B67EF00E37217 /* Build configuration list for PBXNativeTarget "expect" */ = {
  226. isa = XCConfigurationList;
  227. buildConfigurations = (
  228. CD2973D01D7B67EF00E37217 /* Debug */,
  229. CD2973D11D7B67EF00E37217 /* Release */,
  230. );
  231. defaultConfigurationIsVisible = 0;
  232. };
  233. /* End XCConfigurationList section */
  234. };
  235. rootObject = CD2973BC1D7B67EF00E37217 /* Project object */;
  236. }