1
0

project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7C839B7419422CFF003A6950 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C839B7319422CFF003A6950 /* AppDelegate.swift */; };
  10. 7C839B7619422CFF003A6950 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C839B7519422CFF003A6950 /* ViewController.swift */; };
  11. 7C839B7919422CFF003A6950 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7C839B7719422CFF003A6950 /* Main.storyboard */; };
  12. 7C839B7B19422CFF003A6950 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7C839B7A19422CFF003A6950 /* Images.xcassets */; };
  13. 7C839B8719422CFF003A6950 /* SwifterTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C839B8619422CFF003A6950 /* SwifterTests.swift */; };
  14. 7C839B9319422D50003A6950 /* HttpParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C839B9019422D50003A6950 /* HttpParser.swift */; };
  15. 7C839B9419422D50003A6950 /* HttpServer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C839B9119422D50003A6950 /* HttpServer.swift */; };
  16. 7C839B9519422D50003A6950 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C839B9219422D50003A6950 /* Socket.swift */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 7C839B8119422CFF003A6950 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 7C839B6619422CFF003A6950 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 7C839B6D19422CFF003A6950;
  24. remoteInfo = Swifter;
  25. };
  26. /* End PBXContainerItemProxy section */
  27. /* Begin PBXFileReference section */
  28. 7C839B6E19422CFF003A6950 /* Swifter.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Swifter.app; sourceTree = BUILT_PRODUCTS_DIR; };
  29. 7C839B7219422CFF003A6950 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  30. 7C839B7319422CFF003A6950 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  31. 7C839B7519422CFF003A6950 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
  32. 7C839B7819422CFF003A6950 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  33. 7C839B7A19422CFF003A6950 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  34. 7C839B8019422CFF003A6950 /* SwifterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = SwifterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  35. 7C839B8519422CFF003A6950 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  36. 7C839B8619422CFF003A6950 /* SwifterTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwifterTests.swift; sourceTree = "<group>"; };
  37. 7C839B9019422D50003A6950 /* HttpParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpParser.swift; sourceTree = "<group>"; };
  38. 7C839B9119422D50003A6950 /* HttpServer.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HttpServer.swift; sourceTree = "<group>"; };
  39. 7C839B9219422D50003A6950 /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = "<group>"; };
  40. /* End PBXFileReference section */
  41. /* Begin PBXFrameworksBuildPhase section */
  42. 7C839B6B19422CFF003A6950 /* Frameworks */ = {
  43. isa = PBXFrameworksBuildPhase;
  44. buildActionMask = 2147483647;
  45. files = (
  46. );
  47. runOnlyForDeploymentPostprocessing = 0;
  48. };
  49. 7C839B7D19422CFF003A6950 /* Frameworks */ = {
  50. isa = PBXFrameworksBuildPhase;
  51. buildActionMask = 2147483647;
  52. files = (
  53. );
  54. runOnlyForDeploymentPostprocessing = 0;
  55. };
  56. /* End PBXFrameworksBuildPhase section */
  57. /* Begin PBXGroup section */
  58. 7C839B6519422CFF003A6950 = {
  59. isa = PBXGroup;
  60. children = (
  61. 7C839B7019422CFF003A6950 /* Swifter */,
  62. 7C839B8319422CFF003A6950 /* SwifterTests */,
  63. 7C839B6F19422CFF003A6950 /* Products */,
  64. );
  65. sourceTree = "<group>";
  66. };
  67. 7C839B6F19422CFF003A6950 /* Products */ = {
  68. isa = PBXGroup;
  69. children = (
  70. 7C839B6E19422CFF003A6950 /* Swifter.app */,
  71. 7C839B8019422CFF003A6950 /* SwifterTests.xctest */,
  72. );
  73. name = Products;
  74. sourceTree = "<group>";
  75. };
  76. 7C839B7019422CFF003A6950 /* Swifter */ = {
  77. isa = PBXGroup;
  78. children = (
  79. 7C839B9019422D50003A6950 /* HttpParser.swift */,
  80. 7C839B9119422D50003A6950 /* HttpServer.swift */,
  81. 7C839B9219422D50003A6950 /* Socket.swift */,
  82. 7C839B7319422CFF003A6950 /* AppDelegate.swift */,
  83. 7C839B7519422CFF003A6950 /* ViewController.swift */,
  84. 7C839B7719422CFF003A6950 /* Main.storyboard */,
  85. 7C839B7A19422CFF003A6950 /* Images.xcassets */,
  86. 7C839B7119422CFF003A6950 /* Supporting Files */,
  87. );
  88. path = Swifter;
  89. sourceTree = "<group>";
  90. };
  91. 7C839B7119422CFF003A6950 /* Supporting Files */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 7C839B7219422CFF003A6950 /* Info.plist */,
  95. );
  96. name = "Supporting Files";
  97. sourceTree = "<group>";
  98. };
  99. 7C839B8319422CFF003A6950 /* SwifterTests */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 7C839B8619422CFF003A6950 /* SwifterTests.swift */,
  103. 7C839B8419422CFF003A6950 /* Supporting Files */,
  104. );
  105. path = SwifterTests;
  106. sourceTree = "<group>";
  107. };
  108. 7C839B8419422CFF003A6950 /* Supporting Files */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 7C839B8519422CFF003A6950 /* Info.plist */,
  112. );
  113. name = "Supporting Files";
  114. sourceTree = "<group>";
  115. };
  116. /* End PBXGroup section */
  117. /* Begin PBXNativeTarget section */
  118. 7C839B6D19422CFF003A6950 /* Swifter */ = {
  119. isa = PBXNativeTarget;
  120. buildConfigurationList = 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "Swifter" */;
  121. buildPhases = (
  122. 7C839B6A19422CFF003A6950 /* Sources */,
  123. 7C839B6B19422CFF003A6950 /* Frameworks */,
  124. 7C839B6C19422CFF003A6950 /* Resources */,
  125. );
  126. buildRules = (
  127. );
  128. dependencies = (
  129. );
  130. name = Swifter;
  131. productName = Swifter;
  132. productReference = 7C839B6E19422CFF003A6950 /* Swifter.app */;
  133. productType = "com.apple.product-type.application";
  134. };
  135. 7C839B7F19422CFF003A6950 /* SwifterTests */ = {
  136. isa = PBXNativeTarget;
  137. buildConfigurationList = 7C839B8D19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterTests" */;
  138. buildPhases = (
  139. 7C839B7C19422CFF003A6950 /* Sources */,
  140. 7C839B7D19422CFF003A6950 /* Frameworks */,
  141. 7C839B7E19422CFF003A6950 /* Resources */,
  142. );
  143. buildRules = (
  144. );
  145. dependencies = (
  146. 7C839B8219422CFF003A6950 /* PBXTargetDependency */,
  147. );
  148. name = SwifterTests;
  149. productName = SwifterTests;
  150. productReference = 7C839B8019422CFF003A6950 /* SwifterTests.xctest */;
  151. productType = "com.apple.product-type.bundle.unit-test";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. 7C839B6619422CFF003A6950 /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. LastUpgradeCheck = 0600;
  159. ORGANIZATIONNAME = "Damian Kołakowski";
  160. TargetAttributes = {
  161. 7C839B6D19422CFF003A6950 = {
  162. CreatedOnToolsVersion = 6.0;
  163. };
  164. 7C839B7F19422CFF003A6950 = {
  165. CreatedOnToolsVersion = 6.0;
  166. TestTargetID = 7C839B6D19422CFF003A6950;
  167. };
  168. };
  169. };
  170. buildConfigurationList = 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */;
  171. compatibilityVersion = "Xcode 3.2";
  172. developmentRegion = English;
  173. hasScannedForEncodings = 0;
  174. knownRegions = (
  175. en,
  176. Base,
  177. );
  178. mainGroup = 7C839B6519422CFF003A6950;
  179. productRefGroup = 7C839B6F19422CFF003A6950 /* Products */;
  180. projectDirPath = "";
  181. projectRoot = "";
  182. targets = (
  183. 7C839B6D19422CFF003A6950 /* Swifter */,
  184. 7C839B7F19422CFF003A6950 /* SwifterTests */,
  185. );
  186. };
  187. /* End PBXProject section */
  188. /* Begin PBXResourcesBuildPhase section */
  189. 7C839B6C19422CFF003A6950 /* Resources */ = {
  190. isa = PBXResourcesBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. 7C839B7919422CFF003A6950 /* Main.storyboard in Resources */,
  194. 7C839B7B19422CFF003A6950 /* Images.xcassets in Resources */,
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. };
  198. 7C839B7E19422CFF003A6950 /* Resources */ = {
  199. isa = PBXResourcesBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. );
  203. runOnlyForDeploymentPostprocessing = 0;
  204. };
  205. /* End PBXResourcesBuildPhase section */
  206. /* Begin PBXSourcesBuildPhase section */
  207. 7C839B6A19422CFF003A6950 /* Sources */ = {
  208. isa = PBXSourcesBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. 7C839B7619422CFF003A6950 /* ViewController.swift in Sources */,
  212. 7C839B9319422D50003A6950 /* HttpParser.swift in Sources */,
  213. 7C839B9519422D50003A6950 /* Socket.swift in Sources */,
  214. 7C839B9419422D50003A6950 /* HttpServer.swift in Sources */,
  215. 7C839B7419422CFF003A6950 /* AppDelegate.swift in Sources */,
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. 7C839B7C19422CFF003A6950 /* Sources */ = {
  220. isa = PBXSourcesBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. 7C839B8719422CFF003A6950 /* SwifterTests.swift in Sources */,
  224. );
  225. runOnlyForDeploymentPostprocessing = 0;
  226. };
  227. /* End PBXSourcesBuildPhase section */
  228. /* Begin PBXTargetDependency section */
  229. 7C839B8219422CFF003A6950 /* PBXTargetDependency */ = {
  230. isa = PBXTargetDependency;
  231. target = 7C839B6D19422CFF003A6950 /* Swifter */;
  232. targetProxy = 7C839B8119422CFF003A6950 /* PBXContainerItemProxy */;
  233. };
  234. /* End PBXTargetDependency section */
  235. /* Begin PBXVariantGroup section */
  236. 7C839B7719422CFF003A6950 /* Main.storyboard */ = {
  237. isa = PBXVariantGroup;
  238. children = (
  239. 7C839B7819422CFF003A6950 /* Base */,
  240. );
  241. name = Main.storyboard;
  242. sourceTree = "<group>";
  243. };
  244. /* End PBXVariantGroup section */
  245. /* Begin XCBuildConfiguration section */
  246. 7C839B8819422D00003A6950 /* Debug */ = {
  247. isa = XCBuildConfiguration;
  248. buildSettings = {
  249. ALWAYS_SEARCH_USER_PATHS = NO;
  250. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  251. CLANG_CXX_LIBRARY = "libc++";
  252. CLANG_ENABLE_MODULES = YES;
  253. CLANG_ENABLE_OBJC_ARC = YES;
  254. CLANG_WARN_BOOL_CONVERSION = YES;
  255. CLANG_WARN_CONSTANT_CONVERSION = YES;
  256. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  257. CLANG_WARN_EMPTY_BODY = YES;
  258. CLANG_WARN_ENUM_CONVERSION = YES;
  259. CLANG_WARN_INT_CONVERSION = YES;
  260. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  261. CLANG_WARN_UNREACHABLE_CODE = YES;
  262. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  263. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  264. COPY_PHASE_STRIP = NO;
  265. ENABLE_STRICT_OBJC_MSGSEND = YES;
  266. GCC_C_LANGUAGE_STANDARD = gnu99;
  267. GCC_DYNAMIC_NO_PIC = NO;
  268. GCC_OPTIMIZATION_LEVEL = 0;
  269. GCC_PREPROCESSOR_DEFINITIONS = (
  270. "DEBUG=1",
  271. "$(inherited)",
  272. );
  273. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  274. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  275. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  276. GCC_WARN_UNDECLARED_SELECTOR = YES;
  277. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  278. GCC_WARN_UNUSED_FUNCTION = YES;
  279. GCC_WARN_UNUSED_VARIABLE = YES;
  280. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  281. METAL_ENABLE_DEBUG_INFO = YES;
  282. ONLY_ACTIVE_ARCH = YES;
  283. SDKROOT = iphoneos;
  284. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  285. TARGETED_DEVICE_FAMILY = "1,2";
  286. };
  287. name = Debug;
  288. };
  289. 7C839B8919422D00003A6950 /* Release */ = {
  290. isa = XCBuildConfiguration;
  291. buildSettings = {
  292. ALWAYS_SEARCH_USER_PATHS = NO;
  293. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  294. CLANG_CXX_LIBRARY = "libc++";
  295. CLANG_ENABLE_MODULES = YES;
  296. CLANG_ENABLE_OBJC_ARC = YES;
  297. CLANG_WARN_BOOL_CONVERSION = YES;
  298. CLANG_WARN_CONSTANT_CONVERSION = YES;
  299. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  300. CLANG_WARN_EMPTY_BODY = YES;
  301. CLANG_WARN_ENUM_CONVERSION = YES;
  302. CLANG_WARN_INT_CONVERSION = YES;
  303. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  304. CLANG_WARN_UNREACHABLE_CODE = YES;
  305. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  306. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  307. COPY_PHASE_STRIP = YES;
  308. ENABLE_NS_ASSERTIONS = NO;
  309. ENABLE_STRICT_OBJC_MSGSEND = YES;
  310. GCC_C_LANGUAGE_STANDARD = gnu99;
  311. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  312. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  313. GCC_WARN_UNDECLARED_SELECTOR = YES;
  314. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  315. GCC_WARN_UNUSED_FUNCTION = YES;
  316. GCC_WARN_UNUSED_VARIABLE = YES;
  317. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  318. METAL_ENABLE_DEBUG_INFO = NO;
  319. SDKROOT = iphoneos;
  320. TARGETED_DEVICE_FAMILY = "1,2";
  321. VALIDATE_PRODUCT = YES;
  322. };
  323. name = Release;
  324. };
  325. 7C839B8B19422D00003A6950 /* Debug */ = {
  326. isa = XCBuildConfiguration;
  327. buildSettings = {
  328. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  329. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  330. INFOPLIST_FILE = Swifter/Info.plist;
  331. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  332. PRODUCT_NAME = "$(TARGET_NAME)";
  333. };
  334. name = Debug;
  335. };
  336. 7C839B8C19422D00003A6950 /* Release */ = {
  337. isa = XCBuildConfiguration;
  338. buildSettings = {
  339. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  340. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  341. INFOPLIST_FILE = Swifter/Info.plist;
  342. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  343. PRODUCT_NAME = "$(TARGET_NAME)";
  344. };
  345. name = Release;
  346. };
  347. 7C839B8E19422D00003A6950 /* Debug */ = {
  348. isa = XCBuildConfiguration;
  349. buildSettings = {
  350. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Swifter.app/Swifter";
  351. FRAMEWORK_SEARCH_PATHS = (
  352. "$(SDKROOT)/Developer/Library/Frameworks",
  353. "$(inherited)",
  354. );
  355. GCC_PREPROCESSOR_DEFINITIONS = (
  356. "DEBUG=1",
  357. "$(inherited)",
  358. );
  359. INFOPLIST_FILE = SwifterTests/Info.plist;
  360. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  361. METAL_ENABLE_DEBUG_INFO = YES;
  362. PRODUCT_NAME = "$(TARGET_NAME)";
  363. TEST_HOST = "$(BUNDLE_LOADER)";
  364. };
  365. name = Debug;
  366. };
  367. 7C839B8F19422D00003A6950 /* Release */ = {
  368. isa = XCBuildConfiguration;
  369. buildSettings = {
  370. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/Swifter.app/Swifter";
  371. FRAMEWORK_SEARCH_PATHS = (
  372. "$(SDKROOT)/Developer/Library/Frameworks",
  373. "$(inherited)",
  374. );
  375. INFOPLIST_FILE = SwifterTests/Info.plist;
  376. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  377. METAL_ENABLE_DEBUG_INFO = NO;
  378. PRODUCT_NAME = "$(TARGET_NAME)";
  379. TEST_HOST = "$(BUNDLE_LOADER)";
  380. };
  381. name = Release;
  382. };
  383. /* End XCBuildConfiguration section */
  384. /* Begin XCConfigurationList section */
  385. 7C839B6919422CFF003A6950 /* Build configuration list for PBXProject "Swifter" */ = {
  386. isa = XCConfigurationList;
  387. buildConfigurations = (
  388. 7C839B8819422D00003A6950 /* Debug */,
  389. 7C839B8919422D00003A6950 /* Release */,
  390. );
  391. defaultConfigurationIsVisible = 0;
  392. defaultConfigurationName = Release;
  393. };
  394. 7C839B8A19422D00003A6950 /* Build configuration list for PBXNativeTarget "Swifter" */ = {
  395. isa = XCConfigurationList;
  396. buildConfigurations = (
  397. 7C839B8B19422D00003A6950 /* Debug */,
  398. 7C839B8C19422D00003A6950 /* Release */,
  399. );
  400. defaultConfigurationIsVisible = 0;
  401. };
  402. 7C839B8D19422D00003A6950 /* Build configuration list for PBXNativeTarget "SwifterTests" */ = {
  403. isa = XCConfigurationList;
  404. buildConfigurations = (
  405. 7C839B8E19422D00003A6950 /* Debug */,
  406. 7C839B8F19422D00003A6950 /* Release */,
  407. );
  408. defaultConfigurationIsVisible = 0;
  409. };
  410. /* End XCConfigurationList section */
  411. };
  412. rootObject = 7C839B6619422CFF003A6950 /* Project object */;
  413. }