project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D7EE270F1685D817006F5196 /* Kache.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EE27021685D817006F5196 /* Kache.m */; };
  10. D7EE27101685D817006F5196 /* KHolder.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EE27061685D817006F5196 /* KHolder.m */; };
  11. D7EE27111685D817006F5196 /* KObject.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EE27081685D817006F5196 /* KObject.m */; };
  12. D7EE27121685D817006F5196 /* KPool.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EE270A1685D817006F5196 /* KPool.m */; };
  13. D7EE27131685D817006F5196 /* KQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EE270C1685D817006F5196 /* KQueue.m */; };
  14. D7EE27141685D817006F5196 /* KUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = D7EE270E1685D817006F5196 /* KUtil.m */; };
  15. D7FD8D0E1685BB2F00F24518 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7FD8D0D1685BB2F00F24518 /* UIKit.framework */; };
  16. D7FD8D101685BB2F00F24518 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7FD8D0F1685BB2F00F24518 /* Foundation.framework */; };
  17. D7FD8D121685BB2F00F24518 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7FD8D111685BB2F00F24518 /* CoreGraphics.framework */; };
  18. D7FD8D181685BB2F00F24518 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = D7FD8D161685BB2F00F24518 /* InfoPlist.strings */; };
  19. D7FD8D1A1685BB2F00F24518 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FD8D191685BB2F00F24518 /* main.m */; };
  20. D7FD8D1E1685BB2F00F24518 /* KCHAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FD8D1D1685BB2F00F24518 /* KCHAppDelegate.m */; };
  21. D7FD8D201685BB2F00F24518 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = D7FD8D1F1685BB2F00F24518 /* Default.png */; };
  22. D7FD8D221685BB2F00F24518 /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D7FD8D211685BB2F00F24518 /* Default@2x.png */; };
  23. D7FD8D241685BB2F00F24518 /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D7FD8D231685BB2F00F24518 /* Default-568h@2x.png */; };
  24. D7FD8D411685CA6B00F24518 /* KCHMainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D7FD8D401685BBBA00F24518 /* KCHMainViewController.m */; };
  25. /* End PBXBuildFile section */
  26. /* Begin PBXFileReference section */
  27. D7EE27011685D817006F5196 /* Kache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Kache.h; sourceTree = "<group>"; };
  28. D7EE27021685D817006F5196 /* Kache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Kache.m; sourceTree = "<group>"; };
  29. D7EE27031685D817006F5196 /* KCH.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KCH.h; sourceTree = "<group>"; };
  30. D7EE27041685D817006F5196 /* KConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KConfig.h; sourceTree = "<group>"; };
  31. D7EE27051685D817006F5196 /* KHolder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KHolder.h; sourceTree = "<group>"; };
  32. D7EE27061685D817006F5196 /* KHolder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KHolder.m; sourceTree = "<group>"; };
  33. D7EE27071685D817006F5196 /* KObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KObject.h; sourceTree = "<group>"; };
  34. D7EE27081685D817006F5196 /* KObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KObject.m; sourceTree = "<group>"; };
  35. D7EE27091685D817006F5196 /* KPool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KPool.h; sourceTree = "<group>"; };
  36. D7EE270A1685D817006F5196 /* KPool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KPool.m; sourceTree = "<group>"; };
  37. D7EE270B1685D817006F5196 /* KQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KQueue.h; sourceTree = "<group>"; };
  38. D7EE270C1685D817006F5196 /* KQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KQueue.m; sourceTree = "<group>"; };
  39. D7EE270D1685D817006F5196 /* KUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KUtil.h; sourceTree = "<group>"; };
  40. D7EE270E1685D817006F5196 /* KUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KUtil.m; sourceTree = "<group>"; };
  41. D7FD8D091685BB2F00F24518 /* Demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  42. D7FD8D0D1685BB2F00F24518 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  43. D7FD8D0F1685BB2F00F24518 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  44. D7FD8D111685BB2F00F24518 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  45. D7FD8D151685BB2F00F24518 /* Demo-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Demo-Info.plist"; sourceTree = "<group>"; };
  46. D7FD8D171685BB2F00F24518 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  47. D7FD8D191685BB2F00F24518 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  48. D7FD8D1B1685BB2F00F24518 /* Demo-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Demo-Prefix.pch"; sourceTree = "<group>"; };
  49. D7FD8D1C1685BB2F00F24518 /* KCHAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KCHAppDelegate.h; sourceTree = "<group>"; };
  50. D7FD8D1D1685BB2F00F24518 /* KCHAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KCHAppDelegate.m; sourceTree = "<group>"; };
  51. D7FD8D1F1685BB2F00F24518 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
  52. D7FD8D211685BB2F00F24518 /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
  53. D7FD8D231685BB2F00F24518 /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
  54. D7FD8D3F1685BBBA00F24518 /* KCHMainViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KCHMainViewController.h; sourceTree = "<group>"; };
  55. D7FD8D401685BBBA00F24518 /* KCHMainViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KCHMainViewController.m; sourceTree = "<group>"; };
  56. /* End PBXFileReference section */
  57. /* Begin PBXFrameworksBuildPhase section */
  58. D7FD8D061685BB2F00F24518 /* Frameworks */ = {
  59. isa = PBXFrameworksBuildPhase;
  60. buildActionMask = 2147483647;
  61. files = (
  62. D7FD8D0E1685BB2F00F24518 /* UIKit.framework in Frameworks */,
  63. D7FD8D101685BB2F00F24518 /* Foundation.framework in Frameworks */,
  64. D7FD8D121685BB2F00F24518 /* CoreGraphics.framework in Frameworks */,
  65. );
  66. runOnlyForDeploymentPostprocessing = 0;
  67. };
  68. /* End PBXFrameworksBuildPhase section */
  69. /* Begin PBXGroup section */
  70. D7EE27001685D817006F5196 /* Kache */ = {
  71. isa = PBXGroup;
  72. children = (
  73. D7EE27011685D817006F5196 /* Kache.h */,
  74. D7EE27021685D817006F5196 /* Kache.m */,
  75. D7EE27031685D817006F5196 /* KCH.h */,
  76. D7EE27041685D817006F5196 /* KConfig.h */,
  77. D7EE27051685D817006F5196 /* KHolder.h */,
  78. D7EE27061685D817006F5196 /* KHolder.m */,
  79. D7EE27071685D817006F5196 /* KObject.h */,
  80. D7EE27081685D817006F5196 /* KObject.m */,
  81. D7EE27091685D817006F5196 /* KPool.h */,
  82. D7EE270A1685D817006F5196 /* KPool.m */,
  83. D7EE270B1685D817006F5196 /* KQueue.h */,
  84. D7EE270C1685D817006F5196 /* KQueue.m */,
  85. D7EE270D1685D817006F5196 /* KUtil.h */,
  86. D7EE270E1685D817006F5196 /* KUtil.m */,
  87. );
  88. path = Kache;
  89. sourceTree = SOURCE_ROOT;
  90. };
  91. D7FD8CFE1685BB2F00F24518 = {
  92. isa = PBXGroup;
  93. children = (
  94. D7FD8D131685BB2F00F24518 /* Demo */,
  95. D7FD8D0C1685BB2F00F24518 /* Frameworks */,
  96. D7FD8D0A1685BB2F00F24518 /* Products */,
  97. );
  98. sourceTree = "<group>";
  99. };
  100. D7FD8D0A1685BB2F00F24518 /* Products */ = {
  101. isa = PBXGroup;
  102. children = (
  103. D7FD8D091685BB2F00F24518 /* Demo.app */,
  104. );
  105. name = Products;
  106. sourceTree = "<group>";
  107. };
  108. D7FD8D0C1685BB2F00F24518 /* Frameworks */ = {
  109. isa = PBXGroup;
  110. children = (
  111. D7FD8D0D1685BB2F00F24518 /* UIKit.framework */,
  112. D7FD8D0F1685BB2F00F24518 /* Foundation.framework */,
  113. D7FD8D111685BB2F00F24518 /* CoreGraphics.framework */,
  114. );
  115. name = Frameworks;
  116. sourceTree = "<group>";
  117. };
  118. D7FD8D131685BB2F00F24518 /* Demo */ = {
  119. isa = PBXGroup;
  120. children = (
  121. D7FD8D3F1685BBBA00F24518 /* KCHMainViewController.h */,
  122. D7FD8D401685BBBA00F24518 /* KCHMainViewController.m */,
  123. D7FD8D1C1685BB2F00F24518 /* KCHAppDelegate.h */,
  124. D7FD8D1D1685BB2F00F24518 /* KCHAppDelegate.m */,
  125. D7FD8D141685BB2F00F24518 /* Supporting Files */,
  126. );
  127. path = Demo;
  128. sourceTree = "<group>";
  129. };
  130. D7FD8D141685BB2F00F24518 /* Supporting Files */ = {
  131. isa = PBXGroup;
  132. children = (
  133. D7EE27001685D817006F5196 /* Kache */,
  134. D7FD8D151685BB2F00F24518 /* Demo-Info.plist */,
  135. D7FD8D161685BB2F00F24518 /* InfoPlist.strings */,
  136. D7FD8D191685BB2F00F24518 /* main.m */,
  137. D7FD8D1B1685BB2F00F24518 /* Demo-Prefix.pch */,
  138. D7FD8D1F1685BB2F00F24518 /* Default.png */,
  139. D7FD8D211685BB2F00F24518 /* Default@2x.png */,
  140. D7FD8D231685BB2F00F24518 /* Default-568h@2x.png */,
  141. );
  142. name = "Supporting Files";
  143. sourceTree = "<group>";
  144. };
  145. /* End PBXGroup section */
  146. /* Begin PBXNativeTarget section */
  147. D7FD8D081685BB2F00F24518 /* Demo */ = {
  148. isa = PBXNativeTarget;
  149. buildConfigurationList = D7FD8D271685BB2F00F24518 /* Build configuration list for PBXNativeTarget "Demo" */;
  150. buildPhases = (
  151. D7FD8D051685BB2F00F24518 /* Sources */,
  152. D7FD8D061685BB2F00F24518 /* Frameworks */,
  153. D7FD8D071685BB2F00F24518 /* Resources */,
  154. );
  155. buildRules = (
  156. );
  157. dependencies = (
  158. );
  159. name = Demo;
  160. productName = Demo;
  161. productReference = D7FD8D091685BB2F00F24518 /* Demo.app */;
  162. productType = "com.apple.product-type.application";
  163. };
  164. /* End PBXNativeTarget section */
  165. /* Begin PBXProject section */
  166. D7FD8D001685BB2F00F24518 /* Project object */ = {
  167. isa = PBXProject;
  168. attributes = {
  169. CLASSPREFIX = KCH;
  170. LastUpgradeCheck = 0450;
  171. ORGANIZATIONNAME = SegmentFault.com;
  172. };
  173. buildConfigurationList = D7FD8D031685BB2F00F24518 /* Build configuration list for PBXProject "Demo" */;
  174. compatibilityVersion = "Xcode 3.2";
  175. developmentRegion = English;
  176. hasScannedForEncodings = 0;
  177. knownRegions = (
  178. en,
  179. );
  180. mainGroup = D7FD8CFE1685BB2F00F24518;
  181. productRefGroup = D7FD8D0A1685BB2F00F24518 /* Products */;
  182. projectDirPath = "";
  183. projectRoot = "";
  184. targets = (
  185. D7FD8D081685BB2F00F24518 /* Demo */,
  186. );
  187. };
  188. /* End PBXProject section */
  189. /* Begin PBXResourcesBuildPhase section */
  190. D7FD8D071685BB2F00F24518 /* Resources */ = {
  191. isa = PBXResourcesBuildPhase;
  192. buildActionMask = 2147483647;
  193. files = (
  194. D7FD8D181685BB2F00F24518 /* InfoPlist.strings in Resources */,
  195. D7FD8D201685BB2F00F24518 /* Default.png in Resources */,
  196. D7FD8D221685BB2F00F24518 /* Default@2x.png in Resources */,
  197. D7FD8D241685BB2F00F24518 /* Default-568h@2x.png in Resources */,
  198. );
  199. runOnlyForDeploymentPostprocessing = 0;
  200. };
  201. /* End PBXResourcesBuildPhase section */
  202. /* Begin PBXSourcesBuildPhase section */
  203. D7FD8D051685BB2F00F24518 /* Sources */ = {
  204. isa = PBXSourcesBuildPhase;
  205. buildActionMask = 2147483647;
  206. files = (
  207. D7FD8D411685CA6B00F24518 /* KCHMainViewController.m in Sources */,
  208. D7FD8D1A1685BB2F00F24518 /* main.m in Sources */,
  209. D7FD8D1E1685BB2F00F24518 /* KCHAppDelegate.m in Sources */,
  210. D7EE270F1685D817006F5196 /* Kache.m in Sources */,
  211. D7EE27101685D817006F5196 /* KHolder.m in Sources */,
  212. D7EE27111685D817006F5196 /* KObject.m in Sources */,
  213. D7EE27121685D817006F5196 /* KPool.m in Sources */,
  214. D7EE27131685D817006F5196 /* KQueue.m in Sources */,
  215. D7EE27141685D817006F5196 /* KUtil.m in Sources */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. /* End PBXSourcesBuildPhase section */
  220. /* Begin PBXVariantGroup section */
  221. D7FD8D161685BB2F00F24518 /* InfoPlist.strings */ = {
  222. isa = PBXVariantGroup;
  223. children = (
  224. D7FD8D171685BB2F00F24518 /* en */,
  225. );
  226. name = InfoPlist.strings;
  227. sourceTree = "<group>";
  228. };
  229. /* End PBXVariantGroup section */
  230. /* Begin XCBuildConfiguration section */
  231. D7FD8D251685BB2F00F24518 /* Debug */ = {
  232. isa = XCBuildConfiguration;
  233. buildSettings = {
  234. ALWAYS_SEARCH_USER_PATHS = NO;
  235. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  236. CLANG_CXX_LIBRARY = "libc++";
  237. CLANG_ENABLE_OBJC_ARC = YES;
  238. CLANG_WARN_EMPTY_BODY = YES;
  239. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  240. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  241. COPY_PHASE_STRIP = NO;
  242. GCC_C_LANGUAGE_STANDARD = gnu99;
  243. GCC_DYNAMIC_NO_PIC = NO;
  244. GCC_OPTIMIZATION_LEVEL = 0;
  245. GCC_PREPROCESSOR_DEFINITIONS = (
  246. "DEBUG=1",
  247. "$(inherited)",
  248. );
  249. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  250. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  251. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  252. GCC_WARN_UNUSED_VARIABLE = YES;
  253. IPHONEOS_DEPLOYMENT_TARGET = 6.0;
  254. ONLY_ACTIVE_ARCH = YES;
  255. SDKROOT = iphoneos;
  256. };
  257. name = Debug;
  258. };
  259. D7FD8D261685BB2F00F24518 /* Release */ = {
  260. isa = XCBuildConfiguration;
  261. buildSettings = {
  262. ALWAYS_SEARCH_USER_PATHS = NO;
  263. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  264. CLANG_CXX_LIBRARY = "libc++";
  265. CLANG_ENABLE_OBJC_ARC = YES;
  266. CLANG_WARN_EMPTY_BODY = YES;
  267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  268. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  269. COPY_PHASE_STRIP = YES;
  270. GCC_C_LANGUAGE_STANDARD = gnu99;
  271. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  272. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  273. GCC_WARN_UNUSED_VARIABLE = YES;
  274. IPHONEOS_DEPLOYMENT_TARGET = 6.0;
  275. OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
  276. SDKROOT = iphoneos;
  277. VALIDATE_PRODUCT = YES;
  278. };
  279. name = Release;
  280. };
  281. D7FD8D281685BB2F00F24518 /* Debug */ = {
  282. isa = XCBuildConfiguration;
  283. buildSettings = {
  284. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  285. GCC_PREFIX_HEADER = "Demo/Demo-Prefix.pch";
  286. INFOPLIST_FILE = "Demo/Demo-Info.plist";
  287. PRODUCT_NAME = "$(TARGET_NAME)";
  288. WRAPPER_EXTENSION = app;
  289. };
  290. name = Debug;
  291. };
  292. D7FD8D291685BB2F00F24518 /* Release */ = {
  293. isa = XCBuildConfiguration;
  294. buildSettings = {
  295. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  296. GCC_PREFIX_HEADER = "Demo/Demo-Prefix.pch";
  297. INFOPLIST_FILE = "Demo/Demo-Info.plist";
  298. PRODUCT_NAME = "$(TARGET_NAME)";
  299. WRAPPER_EXTENSION = app;
  300. };
  301. name = Release;
  302. };
  303. /* End XCBuildConfiguration section */
  304. /* Begin XCConfigurationList section */
  305. D7FD8D031685BB2F00F24518 /* Build configuration list for PBXProject "Demo" */ = {
  306. isa = XCConfigurationList;
  307. buildConfigurations = (
  308. D7FD8D251685BB2F00F24518 /* Debug */,
  309. D7FD8D261685BB2F00F24518 /* Release */,
  310. );
  311. defaultConfigurationIsVisible = 0;
  312. defaultConfigurationName = Release;
  313. };
  314. D7FD8D271685BB2F00F24518 /* Build configuration list for PBXNativeTarget "Demo" */ = {
  315. isa = XCConfigurationList;
  316. buildConfigurations = (
  317. D7FD8D281685BB2F00F24518 /* Debug */,
  318. D7FD8D291685BB2F00F24518 /* Release */,
  319. );
  320. defaultConfigurationIsVisible = 0;
  321. defaultConfigurationName = Release;
  322. };
  323. /* End XCConfigurationList section */
  324. };
  325. rootObject = D7FD8D001685BB2F00F24518 /* Project object */;
  326. }