project.pbxproj 8.1 KB

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