project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D7EF1338179E5530002B6A46 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7EF1337179E5530002B6A46 /* Foundation.framework */; };
  10. D7EF135D179E5626002B6A46 /* alloc.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF1346179E5626002B6A46 /* alloc.c */; };
  11. D7EF135E179E5626002B6A46 /* array.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF1348179E5626002B6A46 /* array.c */; };
  12. D7EF135F179E5626002B6A46 /* bootstrap.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF134A179E5626002B6A46 /* bootstrap.c */; };
  13. D7EF1360179E5626002B6A46 /* context.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF134C179E5626002B6A46 /* context.c */; };
  14. D7EF1361179E5626002B6A46 /* decode.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF134E179E5626002B6A46 /* decode.c */; };
  15. D7EF1362179E5626002B6A46 /* map.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF1350179E5626002B6A46 /* map.c */; };
  16. D7EF1363179E5626002B6A46 /* pattern.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF1352179E5626002B6A46 /* pattern.c */; };
  17. D7EF1364179E5626002B6A46 /* proto.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF1354179E5626002B6A46 /* proto.c */; };
  18. D7EF1365179E5626002B6A46 /* register.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF1356179E5626002B6A46 /* register.c */; };
  19. D7EF1366179E5626002B6A46 /* rmessage.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF1357179E5626002B6A46 /* rmessage.c */; };
  20. D7EF1367179E5626002B6A46 /* stringpool.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF1358179E5626002B6A46 /* stringpool.c */; };
  21. D7EF1368179E5626002B6A46 /* varint.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF135A179E5626002B6A46 /* varint.c */; };
  22. D7EF1369179E5626002B6A46 /* wmessage.c in Sources */ = {isa = PBXBuildFile; fileRef = D7EF135C179E5626002B6A46 /* wmessage.c */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXCopyFilesBuildPhase section */
  25. D7EF1332179E5530002B6A46 /* CopyFiles */ = {
  26. isa = PBXCopyFilesBuildPhase;
  27. buildActionMask = 2147483647;
  28. dstPath = "include/${PRODUCT_NAME}";
  29. dstSubfolderSpec = 16;
  30. files = (
  31. );
  32. runOnlyForDeploymentPostprocessing = 0;
  33. };
  34. /* End PBXCopyFilesBuildPhase section */
  35. /* Begin PBXFileReference section */
  36. D7EF1334179E5530002B6A46 /* libpbc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpbc.a; sourceTree = BUILT_PRODUCTS_DIR; };
  37. D7EF1337179E5530002B6A46 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  38. D7EF133B179E5530002B6A46 /* pbc-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "pbc-Prefix.pch"; sourceTree = "<group>"; };
  39. D7EF1346179E5626002B6A46 /* alloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = alloc.c; sourceTree = "<group>"; };
  40. D7EF1347179E5626002B6A46 /* alloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = alloc.h; sourceTree = "<group>"; };
  41. D7EF1348179E5626002B6A46 /* array.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = array.c; sourceTree = "<group>"; };
  42. D7EF1349179E5626002B6A46 /* array.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = array.h; sourceTree = "<group>"; };
  43. D7EF134A179E5626002B6A46 /* bootstrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bootstrap.c; sourceTree = "<group>"; };
  44. D7EF134B179E5626002B6A46 /* bootstrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bootstrap.h; sourceTree = "<group>"; };
  45. D7EF134C179E5626002B6A46 /* context.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = context.c; sourceTree = "<group>"; };
  46. D7EF134D179E5626002B6A46 /* context.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = context.h; sourceTree = "<group>"; };
  47. D7EF134E179E5626002B6A46 /* decode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decode.c; sourceTree = "<group>"; };
  48. D7EF134F179E5626002B6A46 /* descriptor.pbc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = descriptor.pbc.h; sourceTree = "<group>"; };
  49. D7EF1350179E5626002B6A46 /* map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = map.c; sourceTree = "<group>"; };
  50. D7EF1351179E5626002B6A46 /* map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = map.h; sourceTree = "<group>"; };
  51. D7EF1352179E5626002B6A46 /* pattern.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pattern.c; sourceTree = "<group>"; };
  52. D7EF1353179E5626002B6A46 /* pattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pattern.h; sourceTree = "<group>"; };
  53. D7EF1354179E5626002B6A46 /* proto.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = proto.c; sourceTree = "<group>"; };
  54. D7EF1355179E5626002B6A46 /* proto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = proto.h; sourceTree = "<group>"; };
  55. D7EF1356179E5626002B6A46 /* register.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = register.c; sourceTree = "<group>"; };
  56. D7EF1357179E5626002B6A46 /* rmessage.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rmessage.c; sourceTree = "<group>"; };
  57. D7EF1358179E5626002B6A46 /* stringpool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stringpool.c; sourceTree = "<group>"; };
  58. D7EF1359179E5626002B6A46 /* stringpool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stringpool.h; sourceTree = "<group>"; };
  59. D7EF135A179E5626002B6A46 /* varint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = varint.c; sourceTree = "<group>"; };
  60. D7EF135B179E5626002B6A46 /* varint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = varint.h; sourceTree = "<group>"; };
  61. D7EF135C179E5626002B6A46 /* wmessage.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wmessage.c; sourceTree = "<group>"; };
  62. D7EF136D179E5837002B6A46 /* pbc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pbc.h; sourceTree = SOURCE_ROOT; };
  63. /* End PBXFileReference section */
  64. /* Begin PBXFrameworksBuildPhase section */
  65. D7EF1331179E5530002B6A46 /* Frameworks */ = {
  66. isa = PBXFrameworksBuildPhase;
  67. buildActionMask = 2147483647;
  68. files = (
  69. D7EF1338179E5530002B6A46 /* Foundation.framework in Frameworks */,
  70. );
  71. runOnlyForDeploymentPostprocessing = 0;
  72. };
  73. /* End PBXFrameworksBuildPhase section */
  74. /* Begin PBXGroup section */
  75. D7EF132B179E5530002B6A46 = {
  76. isa = PBXGroup;
  77. children = (
  78. D7EF1339179E5530002B6A46 /* pbc */,
  79. D7EF1336179E5530002B6A46 /* Frameworks */,
  80. D7EF1335179E5530002B6A46 /* Products */,
  81. );
  82. sourceTree = "<group>";
  83. };
  84. D7EF1335179E5530002B6A46 /* Products */ = {
  85. isa = PBXGroup;
  86. children = (
  87. D7EF1334179E5530002B6A46 /* libpbc.a */,
  88. );
  89. name = Products;
  90. sourceTree = "<group>";
  91. };
  92. D7EF1336179E5530002B6A46 /* Frameworks */ = {
  93. isa = PBXGroup;
  94. children = (
  95. D7EF1337179E5530002B6A46 /* Foundation.framework */,
  96. );
  97. name = Frameworks;
  98. sourceTree = "<group>";
  99. };
  100. D7EF1339179E5530002B6A46 /* pbc */ = {
  101. isa = PBXGroup;
  102. children = (
  103. D7EF136D179E5837002B6A46 /* pbc.h */,
  104. D7EF1345179E5626002B6A46 /* src */,
  105. D7EF133A179E5530002B6A46 /* Supporting Files */,
  106. );
  107. path = pbc;
  108. sourceTree = "<group>";
  109. };
  110. D7EF133A179E5530002B6A46 /* Supporting Files */ = {
  111. isa = PBXGroup;
  112. children = (
  113. D7EF133B179E5530002B6A46 /* pbc-Prefix.pch */,
  114. );
  115. name = "Supporting Files";
  116. sourceTree = "<group>";
  117. };
  118. D7EF1345179E5626002B6A46 /* src */ = {
  119. isa = PBXGroup;
  120. children = (
  121. D7EF1346179E5626002B6A46 /* alloc.c */,
  122. D7EF1347179E5626002B6A46 /* alloc.h */,
  123. D7EF1348179E5626002B6A46 /* array.c */,
  124. D7EF1349179E5626002B6A46 /* array.h */,
  125. D7EF134A179E5626002B6A46 /* bootstrap.c */,
  126. D7EF134B179E5626002B6A46 /* bootstrap.h */,
  127. D7EF134C179E5626002B6A46 /* context.c */,
  128. D7EF134D179E5626002B6A46 /* context.h */,
  129. D7EF134E179E5626002B6A46 /* decode.c */,
  130. D7EF134F179E5626002B6A46 /* descriptor.pbc.h */,
  131. D7EF1350179E5626002B6A46 /* map.c */,
  132. D7EF1351179E5626002B6A46 /* map.h */,
  133. D7EF1352179E5626002B6A46 /* pattern.c */,
  134. D7EF1353179E5626002B6A46 /* pattern.h */,
  135. D7EF1354179E5626002B6A46 /* proto.c */,
  136. D7EF1355179E5626002B6A46 /* proto.h */,
  137. D7EF1356179E5626002B6A46 /* register.c */,
  138. D7EF1357179E5626002B6A46 /* rmessage.c */,
  139. D7EF1358179E5626002B6A46 /* stringpool.c */,
  140. D7EF1359179E5626002B6A46 /* stringpool.h */,
  141. D7EF135A179E5626002B6A46 /* varint.c */,
  142. D7EF135B179E5626002B6A46 /* varint.h */,
  143. D7EF135C179E5626002B6A46 /* wmessage.c */,
  144. );
  145. path = src;
  146. sourceTree = SOURCE_ROOT;
  147. };
  148. /* End PBXGroup section */
  149. /* Begin PBXNativeTarget section */
  150. D7EF1333179E5530002B6A46 /* pbc */ = {
  151. isa = PBXNativeTarget;
  152. buildConfigurationList = D7EF1342179E5530002B6A46 /* Build configuration list for PBXNativeTarget "pbc" */;
  153. buildPhases = (
  154. D7EF1330179E5530002B6A46 /* Sources */,
  155. D7EF1331179E5530002B6A46 /* Frameworks */,
  156. D7EF1332179E5530002B6A46 /* CopyFiles */,
  157. );
  158. buildRules = (
  159. );
  160. dependencies = (
  161. );
  162. name = pbc;
  163. productName = pbc;
  164. productReference = D7EF1334179E5530002B6A46 /* libpbc.a */;
  165. productType = "com.apple.product-type.library.static";
  166. };
  167. /* End PBXNativeTarget section */
  168. /* Begin PBXProject section */
  169. D7EF132C179E5530002B6A46 /* Project object */ = {
  170. isa = PBXProject;
  171. attributes = {
  172. LastUpgradeCheck = 0460;
  173. ORGANIZATIONNAME = ztgame;
  174. };
  175. buildConfigurationList = D7EF132F179E5530002B6A46 /* Build configuration list for PBXProject "pbc" */;
  176. compatibilityVersion = "Xcode 3.2";
  177. developmentRegion = English;
  178. hasScannedForEncodings = 0;
  179. knownRegions = (
  180. en,
  181. );
  182. mainGroup = D7EF132B179E5530002B6A46;
  183. productRefGroup = D7EF1335179E5530002B6A46 /* Products */;
  184. projectDirPath = "";
  185. projectRoot = "";
  186. targets = (
  187. D7EF1333179E5530002B6A46 /* pbc */,
  188. );
  189. };
  190. /* End PBXProject section */
  191. /* Begin PBXSourcesBuildPhase section */
  192. D7EF1330179E5530002B6A46 /* Sources */ = {
  193. isa = PBXSourcesBuildPhase;
  194. buildActionMask = 2147483647;
  195. files = (
  196. D7EF135D179E5626002B6A46 /* alloc.c in Sources */,
  197. D7EF135E179E5626002B6A46 /* array.c in Sources */,
  198. D7EF135F179E5626002B6A46 /* bootstrap.c in Sources */,
  199. D7EF1360179E5626002B6A46 /* context.c in Sources */,
  200. D7EF1361179E5626002B6A46 /* decode.c in Sources */,
  201. D7EF1362179E5626002B6A46 /* map.c in Sources */,
  202. D7EF1363179E5626002B6A46 /* pattern.c in Sources */,
  203. D7EF1364179E5626002B6A46 /* proto.c in Sources */,
  204. D7EF1365179E5626002B6A46 /* register.c in Sources */,
  205. D7EF1366179E5626002B6A46 /* rmessage.c in Sources */,
  206. D7EF1367179E5626002B6A46 /* stringpool.c in Sources */,
  207. D7EF1368179E5626002B6A46 /* varint.c in Sources */,
  208. D7EF1369179E5626002B6A46 /* wmessage.c in Sources */,
  209. );
  210. runOnlyForDeploymentPostprocessing = 0;
  211. };
  212. /* End PBXSourcesBuildPhase section */
  213. /* Begin XCBuildConfiguration section */
  214. D7EF1340179E5530002B6A46 /* Debug */ = {
  215. isa = XCBuildConfiguration;
  216. buildSettings = {
  217. ALWAYS_SEARCH_USER_PATHS = NO;
  218. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  219. CLANG_CXX_LIBRARY = "compiler-default";
  220. CLANG_WARN_CONSTANT_CONVERSION = YES;
  221. CLANG_WARN_EMPTY_BODY = YES;
  222. CLANG_WARN_ENUM_CONVERSION = YES;
  223. CLANG_WARN_INT_CONVERSION = YES;
  224. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  225. COPY_PHASE_STRIP = NO;
  226. GCC_C_LANGUAGE_STANDARD = c99;
  227. GCC_DYNAMIC_NO_PIC = NO;
  228. GCC_OPTIMIZATION_LEVEL = 0;
  229. GCC_PREPROCESSOR_DEFINITIONS = (
  230. "DEBUG=1",
  231. "$(inherited)",
  232. );
  233. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  234. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  235. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  236. GCC_WARN_UNUSED_VARIABLE = YES;
  237. HEADER_SEARCH_PATHS = (
  238. "“$(SRCROOT)/src\" “$(SRCROOT)\"",
  239. );
  240. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  241. ONLY_ACTIVE_ARCH = YES;
  242. SDKROOT = iphoneos;
  243. VALID_ARCHS = "armv7 armv7s i386";
  244. };
  245. name = Debug;
  246. };
  247. D7EF1341179E5530002B6A46 /* Release */ = {
  248. isa = XCBuildConfiguration;
  249. buildSettings = {
  250. ALWAYS_SEARCH_USER_PATHS = NO;
  251. CLANG_CXX_LANGUAGE_STANDARD = "compiler-default";
  252. CLANG_CXX_LIBRARY = "compiler-default";
  253. CLANG_WARN_CONSTANT_CONVERSION = YES;
  254. CLANG_WARN_EMPTY_BODY = YES;
  255. CLANG_WARN_ENUM_CONVERSION = YES;
  256. CLANG_WARN_INT_CONVERSION = YES;
  257. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  258. COPY_PHASE_STRIP = YES;
  259. GCC_C_LANGUAGE_STANDARD = c99;
  260. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  261. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  262. GCC_WARN_UNUSED_VARIABLE = YES;
  263. HEADER_SEARCH_PATHS = (
  264. "“$(SRCROOT)/src\" “$(SRCROOT)\"",
  265. );
  266. IPHONEOS_DEPLOYMENT_TARGET = 6.1;
  267. SDKROOT = iphoneos;
  268. VALIDATE_PRODUCT = YES;
  269. VALID_ARCHS = "armv7 armv7s i386";
  270. };
  271. name = Release;
  272. };
  273. D7EF1343179E5530002B6A46 /* Debug */ = {
  274. isa = XCBuildConfiguration;
  275. buildSettings = {
  276. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  277. CLANG_CXX_LIBRARY = "libc++";
  278. DSTROOT = /tmp/pbc.dst;
  279. GCC_C_LANGUAGE_STANDARD = c99;
  280. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  281. GCC_PREFIX_HEADER = "pbc/pbc-Prefix.pch";
  282. OTHER_LDFLAGS = "-ObjC";
  283. PRODUCT_NAME = "$(TARGET_NAME)";
  284. SKIP_INSTALL = YES;
  285. VALID_ARCHS = "armv7 armv6 i386";
  286. };
  287. name = Debug;
  288. };
  289. D7EF1344179E5530002B6A46 /* Release */ = {
  290. isa = XCBuildConfiguration;
  291. buildSettings = {
  292. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  293. CLANG_CXX_LIBRARY = "libc++";
  294. DSTROOT = /tmp/pbc.dst;
  295. GCC_C_LANGUAGE_STANDARD = c99;
  296. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  297. GCC_PREFIX_HEADER = "pbc/pbc-Prefix.pch";
  298. OTHER_LDFLAGS = "-ObjC";
  299. PRODUCT_NAME = "$(TARGET_NAME)";
  300. SKIP_INSTALL = YES;
  301. VALID_ARCHS = "armv7 armv6 i386";
  302. };
  303. name = Release;
  304. };
  305. /* End XCBuildConfiguration section */
  306. /* Begin XCConfigurationList section */
  307. D7EF132F179E5530002B6A46 /* Build configuration list for PBXProject "pbc" */ = {
  308. isa = XCConfigurationList;
  309. buildConfigurations = (
  310. D7EF1340179E5530002B6A46 /* Debug */,
  311. D7EF1341179E5530002B6A46 /* Release */,
  312. );
  313. defaultConfigurationIsVisible = 0;
  314. defaultConfigurationName = Release;
  315. };
  316. D7EF1342179E5530002B6A46 /* Build configuration list for PBXNativeTarget "pbc" */ = {
  317. isa = XCConfigurationList;
  318. buildConfigurations = (
  319. D7EF1343179E5530002B6A46 /* Debug */,
  320. D7EF1344179E5530002B6A46 /* Release */,
  321. );
  322. defaultConfigurationIsVisible = 0;
  323. defaultConfigurationName = Release;
  324. };
  325. /* End XCConfigurationList section */
  326. };
  327. rootObject = D7EF132C179E5530002B6A46 /* Project object */;
  328. }