project.pbxproj 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2B1A4D4147F0AF49D70496DC /* Pods_ZZFoundation_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0395307505955BBCF6A4A24D /* Pods_ZZFoundation_Tests.framework */; };
  10. 50543AD9259A18EB00E96479 /* NSString+ZZExTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 50543AD8259A18EB00E96479 /* NSString+ZZExTest.m */; };
  11. 505478422596352F00EB1172 /* NSString+ZZRangeTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 505478412596352F00EB1172 /* NSString+ZZRangeTest.m */; };
  12. 5054784D25963E9A00EB1172 /* NSString+ZZRegexTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5054784C25963E9A00EB1172 /* NSString+ZZRegexTest.m */; };
  13. 50563647259B12FC004C7FCF /* NSDate+ZZExTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 50563646259B12FC004C7FCF /* NSDate+ZZExTest.m */; };
  14. 5082D62B25AC5BBF005B836B /* ZZSwiftClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5082D62A25AC5BBF005B836B /* ZZSwiftClass.swift */; };
  15. 5082D62C25AC5C81005B836B /* ZZSwiftClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5082D62A25AC5BBF005B836B /* ZZSwiftClass.swift */; };
  16. 50A5DF8525EDEBB7005B44D0 /* TempViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50A5DF8425EDEBB7005B44D0 /* TempViewController.m */; };
  17. 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  18. 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58F195388D20070C39A /* CoreGraphics.framework */; };
  19. 6003F592195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  20. 6003F598195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F596195388D20070C39A /* InfoPlist.strings */; };
  21. 6003F59A195388D20070C39A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F599195388D20070C39A /* main.m */; };
  22. 6003F59E195388D20070C39A /* ZZAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F59D195388D20070C39A /* ZZAppDelegate.m */; };
  23. 6003F5A7195388D20070C39A /* ZZViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5A6195388D20070C39A /* ZZViewController.m */; };
  24. 6003F5A9195388D20070C39A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5A8195388D20070C39A /* Images.xcassets */; };
  25. 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F5AF195388D20070C39A /* XCTest.framework */; };
  26. 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F58D195388D20070C39A /* Foundation.framework */; };
  27. 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6003F591195388D20070C39A /* UIKit.framework */; };
  28. 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 6003F5B8195388D20070C39A /* InfoPlist.strings */; };
  29. 6003F5BC195388D20070C39A /* NSString+ZZPathTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6003F5BB195388D20070C39A /* NSString+ZZPathTests.m */; };
  30. 64B7830872AEE1932A0945C8 /* Pods_ZZFoundation_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 742D2D17DA601F8B16B6E9FA /* Pods_ZZFoundation_Example.framework */; };
  31. 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */; };
  32. 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */; };
  33. /* End PBXBuildFile section */
  34. /* Begin PBXContainerItemProxy section */
  35. 6003F5B3195388D20070C39A /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = 6003F582195388D10070C39A /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = 6003F589195388D20070C39A;
  40. remoteInfo = ZZFoundation;
  41. };
  42. /* End PBXContainerItemProxy section */
  43. /* Begin PBXFileReference section */
  44. 0395307505955BBCF6A4A24D /* Pods_ZZFoundation_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ZZFoundation_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  45. 43EAEC7ADAA0051551EC0B07 /* Pods-ZZFoundation_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZZFoundation_Example.debug.xcconfig"; path = "Target Support Files/Pods-ZZFoundation_Example/Pods-ZZFoundation_Example.debug.xcconfig"; sourceTree = "<group>"; };
  46. 50543AD8259A18EB00E96479 /* NSString+ZZExTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+ZZExTest.m"; sourceTree = "<group>"; };
  47. 505478412596352F00EB1172 /* NSString+ZZRangeTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+ZZRangeTest.m"; sourceTree = "<group>"; };
  48. 5054784C25963E9A00EB1172 /* NSString+ZZRegexTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+ZZRegexTest.m"; sourceTree = "<group>"; };
  49. 50563646259B12FC004C7FCF /* NSDate+ZZExTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSDate+ZZExTest.m"; sourceTree = "<group>"; };
  50. 5082D62925AC5BBE005B836B /* ZZFoundation_Example-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ZZFoundation_Example-Bridging-Header.h"; sourceTree = "<group>"; };
  51. 5082D62A25AC5BBF005B836B /* ZZSwiftClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZZSwiftClass.swift; sourceTree = "<group>"; };
  52. 50A5DF8325EDEBB7005B44D0 /* TempViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TempViewController.h; sourceTree = "<group>"; };
  53. 50A5DF8425EDEBB7005B44D0 /* TempViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TempViewController.m; sourceTree = "<group>"; };
  54. 6003F58A195388D20070C39A /* ZZFoundation_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ZZFoundation_Example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  55. 6003F58D195388D20070C39A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  56. 6003F58F195388D20070C39A /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  57. 6003F591195388D20070C39A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  58. 6003F595195388D20070C39A /* ZZFoundation-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "ZZFoundation-Info.plist"; sourceTree = "<group>"; };
  59. 6003F597195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  60. 6003F599195388D20070C39A /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  61. 6003F59B195388D20070C39A /* ZZFoundation-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "ZZFoundation-Prefix.pch"; sourceTree = "<group>"; };
  62. 6003F59C195388D20070C39A /* ZZAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZZAppDelegate.h; sourceTree = "<group>"; };
  63. 6003F59D195388D20070C39A /* ZZAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ZZAppDelegate.m; sourceTree = "<group>"; };
  64. 6003F5A5195388D20070C39A /* ZZViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZZViewController.h; sourceTree = "<group>"; };
  65. 6003F5A6195388D20070C39A /* ZZViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ZZViewController.m; sourceTree = "<group>"; };
  66. 6003F5A8195388D20070C39A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  67. 6003F5AE195388D20070C39A /* ZZFoundation_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ZZFoundation_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  68. 6003F5AF195388D20070C39A /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  69. 6003F5B7195388D20070C39A /* Tests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Tests-Info.plist"; sourceTree = "<group>"; };
  70. 6003F5B9195388D20070C39A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  71. 6003F5BB195388D20070C39A /* NSString+ZZPathTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "NSString+ZZPathTests.m"; sourceTree = "<group>"; };
  72. 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Tests-Prefix.pch"; sourceTree = "<group>"; };
  73. 71719F9E1E33DC2100824A3D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
  74. 742D2D17DA601F8B16B6E9FA /* Pods_ZZFoundation_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ZZFoundation_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  75. 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  76. B1FA23B46676C8044117B258 /* Pods-ZZFoundation_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZZFoundation_Tests.debug.xcconfig"; path = "Target Support Files/Pods-ZZFoundation_Tests/Pods-ZZFoundation_Tests.debug.xcconfig"; sourceTree = "<group>"; };
  77. CFB9F0CDCDE27F996E0D538E /* Pods-ZZFoundation_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZZFoundation_Tests.release.xcconfig"; path = "Target Support Files/Pods-ZZFoundation_Tests/Pods-ZZFoundation_Tests.release.xcconfig"; sourceTree = "<group>"; };
  78. D21B953AED72739FA73F9573 /* Pods-ZZFoundation_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ZZFoundation_Example.release.xcconfig"; path = "Target Support Files/Pods-ZZFoundation_Example/Pods-ZZFoundation_Example.release.xcconfig"; sourceTree = "<group>"; };
  79. /* End PBXFileReference section */
  80. /* Begin PBXFrameworksBuildPhase section */
  81. 6003F587195388D20070C39A /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. 6003F590195388D20070C39A /* CoreGraphics.framework in Frameworks */,
  86. 6003F592195388D20070C39A /* UIKit.framework in Frameworks */,
  87. 6003F58E195388D20070C39A /* Foundation.framework in Frameworks */,
  88. 64B7830872AEE1932A0945C8 /* Pods_ZZFoundation_Example.framework in Frameworks */,
  89. );
  90. runOnlyForDeploymentPostprocessing = 0;
  91. };
  92. 6003F5AB195388D20070C39A /* Frameworks */ = {
  93. isa = PBXFrameworksBuildPhase;
  94. buildActionMask = 2147483647;
  95. files = (
  96. 6003F5B0195388D20070C39A /* XCTest.framework in Frameworks */,
  97. 6003F5B2195388D20070C39A /* UIKit.framework in Frameworks */,
  98. 6003F5B1195388D20070C39A /* Foundation.framework in Frameworks */,
  99. 2B1A4D4147F0AF49D70496DC /* Pods_ZZFoundation_Tests.framework in Frameworks */,
  100. );
  101. runOnlyForDeploymentPostprocessing = 0;
  102. };
  103. /* End PBXFrameworksBuildPhase section */
  104. /* Begin PBXGroup section */
  105. 6003F581195388D10070C39A = {
  106. isa = PBXGroup;
  107. children = (
  108. 6003F593195388D20070C39A /* Example for ZZFoundation */,
  109. 6003F5B5195388D20070C39A /* Tests */,
  110. 6003F58C195388D20070C39A /* Frameworks */,
  111. 6003F58B195388D20070C39A /* Products */,
  112. BDF323E158B640E56DF76D11 /* Pods */,
  113. );
  114. sourceTree = "<group>";
  115. };
  116. 6003F58B195388D20070C39A /* Products */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 6003F58A195388D20070C39A /* ZZFoundation_Example.app */,
  120. 6003F5AE195388D20070C39A /* ZZFoundation_Tests.xctest */,
  121. );
  122. name = Products;
  123. sourceTree = "<group>";
  124. };
  125. 6003F58C195388D20070C39A /* Frameworks */ = {
  126. isa = PBXGroup;
  127. children = (
  128. 6003F58D195388D20070C39A /* Foundation.framework */,
  129. 6003F58F195388D20070C39A /* CoreGraphics.framework */,
  130. 6003F591195388D20070C39A /* UIKit.framework */,
  131. 6003F5AF195388D20070C39A /* XCTest.framework */,
  132. 742D2D17DA601F8B16B6E9FA /* Pods_ZZFoundation_Example.framework */,
  133. 0395307505955BBCF6A4A24D /* Pods_ZZFoundation_Tests.framework */,
  134. );
  135. name = Frameworks;
  136. sourceTree = "<group>";
  137. };
  138. 6003F593195388D20070C39A /* Example for ZZFoundation */ = {
  139. isa = PBXGroup;
  140. children = (
  141. 6003F59C195388D20070C39A /* ZZAppDelegate.h */,
  142. 6003F59D195388D20070C39A /* ZZAppDelegate.m */,
  143. 873B8AEA1B1F5CCA007FD442 /* Main.storyboard */,
  144. 6003F5A5195388D20070C39A /* ZZViewController.h */,
  145. 6003F5A6195388D20070C39A /* ZZViewController.m */,
  146. 50A5DF8325EDEBB7005B44D0 /* TempViewController.h */,
  147. 50A5DF8425EDEBB7005B44D0 /* TempViewController.m */,
  148. 5082D62A25AC5BBF005B836B /* ZZSwiftClass.swift */,
  149. 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */,
  150. 6003F5A8195388D20070C39A /* Images.xcassets */,
  151. 6003F594195388D20070C39A /* Supporting Files */,
  152. 5082D62925AC5BBE005B836B /* ZZFoundation_Example-Bridging-Header.h */,
  153. );
  154. name = "Example for ZZFoundation";
  155. path = ZZFoundation;
  156. sourceTree = "<group>";
  157. };
  158. 6003F594195388D20070C39A /* Supporting Files */ = {
  159. isa = PBXGroup;
  160. children = (
  161. 6003F595195388D20070C39A /* ZZFoundation-Info.plist */,
  162. 6003F596195388D20070C39A /* InfoPlist.strings */,
  163. 6003F599195388D20070C39A /* main.m */,
  164. 6003F59B195388D20070C39A /* ZZFoundation-Prefix.pch */,
  165. );
  166. name = "Supporting Files";
  167. sourceTree = "<group>";
  168. };
  169. 6003F5B5195388D20070C39A /* Tests */ = {
  170. isa = PBXGroup;
  171. children = (
  172. 6003F5BB195388D20070C39A /* NSString+ZZPathTests.m */,
  173. 505478412596352F00EB1172 /* NSString+ZZRangeTest.m */,
  174. 5054784C25963E9A00EB1172 /* NSString+ZZRegexTest.m */,
  175. 50543AD8259A18EB00E96479 /* NSString+ZZExTest.m */,
  176. 50563646259B12FC004C7FCF /* NSDate+ZZExTest.m */,
  177. 6003F5B6195388D20070C39A /* Supporting Files */,
  178. );
  179. path = Tests;
  180. sourceTree = "<group>";
  181. };
  182. 6003F5B6195388D20070C39A /* Supporting Files */ = {
  183. isa = PBXGroup;
  184. children = (
  185. 6003F5B7195388D20070C39A /* Tests-Info.plist */,
  186. 6003F5B8195388D20070C39A /* InfoPlist.strings */,
  187. 606FC2411953D9B200FFA9A0 /* Tests-Prefix.pch */,
  188. );
  189. name = "Supporting Files";
  190. sourceTree = "<group>";
  191. };
  192. BDF323E158B640E56DF76D11 /* Pods */ = {
  193. isa = PBXGroup;
  194. children = (
  195. 43EAEC7ADAA0051551EC0B07 /* Pods-ZZFoundation_Example.debug.xcconfig */,
  196. D21B953AED72739FA73F9573 /* Pods-ZZFoundation_Example.release.xcconfig */,
  197. B1FA23B46676C8044117B258 /* Pods-ZZFoundation_Tests.debug.xcconfig */,
  198. CFB9F0CDCDE27F996E0D538E /* Pods-ZZFoundation_Tests.release.xcconfig */,
  199. );
  200. path = Pods;
  201. sourceTree = "<group>";
  202. };
  203. /* End PBXGroup section */
  204. /* Begin PBXNativeTarget section */
  205. 6003F589195388D20070C39A /* ZZFoundation_Example */ = {
  206. isa = PBXNativeTarget;
  207. buildConfigurationList = 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "ZZFoundation_Example" */;
  208. buildPhases = (
  209. B850631B72D23C409EA6E050 /* [CP] Check Pods Manifest.lock */,
  210. 6003F586195388D20070C39A /* Sources */,
  211. 6003F587195388D20070C39A /* Frameworks */,
  212. 6003F588195388D20070C39A /* Resources */,
  213. 4F0E4AE00BCAE88BDF8E6A7C /* [CP] Embed Pods Frameworks */,
  214. );
  215. buildRules = (
  216. );
  217. dependencies = (
  218. );
  219. name = ZZFoundation_Example;
  220. productName = ZZFoundation;
  221. productReference = 6003F58A195388D20070C39A /* ZZFoundation_Example.app */;
  222. productType = "com.apple.product-type.application";
  223. };
  224. 6003F5AD195388D20070C39A /* ZZFoundation_Tests */ = {
  225. isa = PBXNativeTarget;
  226. buildConfigurationList = 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "ZZFoundation_Tests" */;
  227. buildPhases = (
  228. B8B305C30E28BDDA9116DF2C /* [CP] Check Pods Manifest.lock */,
  229. 6003F5AA195388D20070C39A /* Sources */,
  230. 6003F5AB195388D20070C39A /* Frameworks */,
  231. 6003F5AC195388D20070C39A /* Resources */,
  232. CDE58CE762A34AB460883C53 /* [CP] Embed Pods Frameworks */,
  233. );
  234. buildRules = (
  235. );
  236. dependencies = (
  237. 6003F5B4195388D20070C39A /* PBXTargetDependency */,
  238. );
  239. name = ZZFoundation_Tests;
  240. productName = ZZFoundationTests;
  241. productReference = 6003F5AE195388D20070C39A /* ZZFoundation_Tests.xctest */;
  242. productType = "com.apple.product-type.bundle.unit-test";
  243. };
  244. /* End PBXNativeTarget section */
  245. /* Begin PBXProject section */
  246. 6003F582195388D10070C39A /* Project object */ = {
  247. isa = PBXProject;
  248. attributes = {
  249. CLASSPREFIX = ZZ;
  250. LastUpgradeCheck = 0720;
  251. ORGANIZATIONNAME = "bymiracles@163.com";
  252. TargetAttributes = {
  253. 6003F589195388D20070C39A = {
  254. DevelopmentTeam = 977DUNW73S;
  255. LastSwiftMigration = 1170;
  256. };
  257. 6003F5AD195388D20070C39A = {
  258. DevelopmentTeam = 977DUNW73S;
  259. TestTargetID = 6003F589195388D20070C39A;
  260. };
  261. };
  262. };
  263. buildConfigurationList = 6003F585195388D10070C39A /* Build configuration list for PBXProject "ZZFoundation" */;
  264. compatibilityVersion = "Xcode 3.2";
  265. developmentRegion = English;
  266. hasScannedForEncodings = 0;
  267. knownRegions = (
  268. English,
  269. en,
  270. Base,
  271. );
  272. mainGroup = 6003F581195388D10070C39A;
  273. productRefGroup = 6003F58B195388D20070C39A /* Products */;
  274. projectDirPath = "";
  275. projectRoot = "";
  276. targets = (
  277. 6003F589195388D20070C39A /* ZZFoundation_Example */,
  278. 6003F5AD195388D20070C39A /* ZZFoundation_Tests */,
  279. );
  280. };
  281. /* End PBXProject section */
  282. /* Begin PBXResourcesBuildPhase section */
  283. 6003F588195388D20070C39A /* Resources */ = {
  284. isa = PBXResourcesBuildPhase;
  285. buildActionMask = 2147483647;
  286. files = (
  287. 873B8AEB1B1F5CCA007FD442 /* Main.storyboard in Resources */,
  288. 71719F9F1E33DC2100824A3D /* LaunchScreen.storyboard in Resources */,
  289. 6003F5A9195388D20070C39A /* Images.xcassets in Resources */,
  290. 6003F598195388D20070C39A /* InfoPlist.strings in Resources */,
  291. );
  292. runOnlyForDeploymentPostprocessing = 0;
  293. };
  294. 6003F5AC195388D20070C39A /* Resources */ = {
  295. isa = PBXResourcesBuildPhase;
  296. buildActionMask = 2147483647;
  297. files = (
  298. 6003F5BA195388D20070C39A /* InfoPlist.strings in Resources */,
  299. );
  300. runOnlyForDeploymentPostprocessing = 0;
  301. };
  302. /* End PBXResourcesBuildPhase section */
  303. /* Begin PBXShellScriptBuildPhase section */
  304. 4F0E4AE00BCAE88BDF8E6A7C /* [CP] Embed Pods Frameworks */ = {
  305. isa = PBXShellScriptBuildPhase;
  306. buildActionMask = 2147483647;
  307. files = (
  308. );
  309. inputPaths = (
  310. "${PODS_ROOT}/Target Support Files/Pods-ZZFoundation_Example/Pods-ZZFoundation_Example-frameworks.sh",
  311. "${BUILT_PRODUCTS_DIR}/Aspects/Aspects.framework",
  312. "${BUILT_PRODUCTS_DIR}/CocoaLumberjack/CocoaLumberjack.framework",
  313. "${BUILT_PRODUCTS_DIR}/ZZFoundation/ZZFoundation.framework",
  314. );
  315. name = "[CP] Embed Pods Frameworks";
  316. outputPaths = (
  317. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Aspects.framework",
  318. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CocoaLumberjack.framework",
  319. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZZFoundation.framework",
  320. );
  321. runOnlyForDeploymentPostprocessing = 0;
  322. shellPath = /bin/sh;
  323. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ZZFoundation_Example/Pods-ZZFoundation_Example-frameworks.sh\"\n";
  324. showEnvVarsInLog = 0;
  325. };
  326. B850631B72D23C409EA6E050 /* [CP] Check Pods Manifest.lock */ = {
  327. isa = PBXShellScriptBuildPhase;
  328. buildActionMask = 2147483647;
  329. files = (
  330. );
  331. inputFileListPaths = (
  332. );
  333. inputPaths = (
  334. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  335. "${PODS_ROOT}/Manifest.lock",
  336. );
  337. name = "[CP] Check Pods Manifest.lock";
  338. outputFileListPaths = (
  339. );
  340. outputPaths = (
  341. "$(DERIVED_FILE_DIR)/Pods-ZZFoundation_Example-checkManifestLockResult.txt",
  342. );
  343. runOnlyForDeploymentPostprocessing = 0;
  344. shellPath = /bin/sh;
  345. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  346. showEnvVarsInLog = 0;
  347. };
  348. B8B305C30E28BDDA9116DF2C /* [CP] Check Pods Manifest.lock */ = {
  349. isa = PBXShellScriptBuildPhase;
  350. buildActionMask = 2147483647;
  351. files = (
  352. );
  353. inputFileListPaths = (
  354. );
  355. inputPaths = (
  356. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  357. "${PODS_ROOT}/Manifest.lock",
  358. );
  359. name = "[CP] Check Pods Manifest.lock";
  360. outputFileListPaths = (
  361. );
  362. outputPaths = (
  363. "$(DERIVED_FILE_DIR)/Pods-ZZFoundation_Tests-checkManifestLockResult.txt",
  364. );
  365. runOnlyForDeploymentPostprocessing = 0;
  366. shellPath = /bin/sh;
  367. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  368. showEnvVarsInLog = 0;
  369. };
  370. CDE58CE762A34AB460883C53 /* [CP] Embed Pods Frameworks */ = {
  371. isa = PBXShellScriptBuildPhase;
  372. buildActionMask = 2147483647;
  373. files = (
  374. );
  375. inputPaths = (
  376. "${PODS_ROOT}/Target Support Files/Pods-ZZFoundation_Tests/Pods-ZZFoundation_Tests-frameworks.sh",
  377. "${BUILT_PRODUCTS_DIR}/Aspects/Aspects.framework",
  378. "${BUILT_PRODUCTS_DIR}/CocoaLumberjack/CocoaLumberjack.framework",
  379. "${BUILT_PRODUCTS_DIR}/ZZFoundation/ZZFoundation.framework",
  380. "${BUILT_PRODUCTS_DIR}/Kiwi/Kiwi.framework",
  381. );
  382. name = "[CP] Embed Pods Frameworks";
  383. outputPaths = (
  384. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Aspects.framework",
  385. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CocoaLumberjack.framework",
  386. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZZFoundation.framework",
  387. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kiwi.framework",
  388. );
  389. runOnlyForDeploymentPostprocessing = 0;
  390. shellPath = /bin/sh;
  391. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ZZFoundation_Tests/Pods-ZZFoundation_Tests-frameworks.sh\"\n";
  392. showEnvVarsInLog = 0;
  393. };
  394. /* End PBXShellScriptBuildPhase section */
  395. /* Begin PBXSourcesBuildPhase section */
  396. 6003F586195388D20070C39A /* Sources */ = {
  397. isa = PBXSourcesBuildPhase;
  398. buildActionMask = 2147483647;
  399. files = (
  400. 5082D62B25AC5BBF005B836B /* ZZSwiftClass.swift in Sources */,
  401. 50A5DF8525EDEBB7005B44D0 /* TempViewController.m in Sources */,
  402. 6003F59E195388D20070C39A /* ZZAppDelegate.m in Sources */,
  403. 6003F5A7195388D20070C39A /* ZZViewController.m in Sources */,
  404. 6003F59A195388D20070C39A /* main.m in Sources */,
  405. );
  406. runOnlyForDeploymentPostprocessing = 0;
  407. };
  408. 6003F5AA195388D20070C39A /* Sources */ = {
  409. isa = PBXSourcesBuildPhase;
  410. buildActionMask = 2147483647;
  411. files = (
  412. 5082D62C25AC5C81005B836B /* ZZSwiftClass.swift in Sources */,
  413. 6003F5BC195388D20070C39A /* NSString+ZZPathTests.m in Sources */,
  414. 505478422596352F00EB1172 /* NSString+ZZRangeTest.m in Sources */,
  415. 50563647259B12FC004C7FCF /* NSDate+ZZExTest.m in Sources */,
  416. 50543AD9259A18EB00E96479 /* NSString+ZZExTest.m in Sources */,
  417. 5054784D25963E9A00EB1172 /* NSString+ZZRegexTest.m in Sources */,
  418. );
  419. runOnlyForDeploymentPostprocessing = 0;
  420. };
  421. /* End PBXSourcesBuildPhase section */
  422. /* Begin PBXTargetDependency section */
  423. 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
  424. isa = PBXTargetDependency;
  425. target = 6003F589195388D20070C39A /* ZZFoundation_Example */;
  426. targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
  427. };
  428. /* End PBXTargetDependency section */
  429. /* Begin PBXVariantGroup section */
  430. 6003F596195388D20070C39A /* InfoPlist.strings */ = {
  431. isa = PBXVariantGroup;
  432. children = (
  433. 6003F597195388D20070C39A /* en */,
  434. );
  435. name = InfoPlist.strings;
  436. sourceTree = "<group>";
  437. };
  438. 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
  439. isa = PBXVariantGroup;
  440. children = (
  441. 6003F5B9195388D20070C39A /* en */,
  442. );
  443. name = InfoPlist.strings;
  444. sourceTree = "<group>";
  445. };
  446. 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
  447. isa = PBXVariantGroup;
  448. children = (
  449. 71719F9E1E33DC2100824A3D /* Base */,
  450. );
  451. name = LaunchScreen.storyboard;
  452. sourceTree = "<group>";
  453. };
  454. /* End PBXVariantGroup section */
  455. /* Begin XCBuildConfiguration section */
  456. 6003F5BD195388D20070C39A /* Debug */ = {
  457. isa = XCBuildConfiguration;
  458. buildSettings = {
  459. ALWAYS_SEARCH_USER_PATHS = NO;
  460. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  461. CLANG_CXX_LIBRARY = "libc++";
  462. CLANG_ENABLE_MODULES = YES;
  463. CLANG_ENABLE_OBJC_ARC = YES;
  464. CLANG_WARN_BOOL_CONVERSION = YES;
  465. CLANG_WARN_CONSTANT_CONVERSION = YES;
  466. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  467. CLANG_WARN_EMPTY_BODY = YES;
  468. CLANG_WARN_ENUM_CONVERSION = YES;
  469. CLANG_WARN_INT_CONVERSION = YES;
  470. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  471. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  472. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  473. COPY_PHASE_STRIP = NO;
  474. ENABLE_TESTABILITY = YES;
  475. GCC_C_LANGUAGE_STANDARD = gnu99;
  476. GCC_DYNAMIC_NO_PIC = NO;
  477. GCC_OPTIMIZATION_LEVEL = 0;
  478. GCC_PREPROCESSOR_DEFINITIONS = (
  479. "DEBUG=1",
  480. "$(inherited)",
  481. );
  482. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  483. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  484. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  485. GCC_WARN_UNDECLARED_SELECTOR = YES;
  486. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  487. GCC_WARN_UNUSED_FUNCTION = YES;
  488. GCC_WARN_UNUSED_VARIABLE = YES;
  489. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  490. ONLY_ACTIVE_ARCH = YES;
  491. SDKROOT = iphoneos;
  492. TARGETED_DEVICE_FAMILY = "1,2";
  493. };
  494. name = Debug;
  495. };
  496. 6003F5BE195388D20070C39A /* Release */ = {
  497. isa = XCBuildConfiguration;
  498. buildSettings = {
  499. ALWAYS_SEARCH_USER_PATHS = NO;
  500. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  501. CLANG_CXX_LIBRARY = "libc++";
  502. CLANG_ENABLE_MODULES = YES;
  503. CLANG_ENABLE_OBJC_ARC = YES;
  504. CLANG_WARN_BOOL_CONVERSION = YES;
  505. CLANG_WARN_CONSTANT_CONVERSION = YES;
  506. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  507. CLANG_WARN_EMPTY_BODY = YES;
  508. CLANG_WARN_ENUM_CONVERSION = YES;
  509. CLANG_WARN_INT_CONVERSION = YES;
  510. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  511. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  512. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  513. COPY_PHASE_STRIP = YES;
  514. ENABLE_NS_ASSERTIONS = NO;
  515. GCC_C_LANGUAGE_STANDARD = gnu99;
  516. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  517. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  518. GCC_WARN_UNDECLARED_SELECTOR = YES;
  519. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  520. GCC_WARN_UNUSED_FUNCTION = YES;
  521. GCC_WARN_UNUSED_VARIABLE = YES;
  522. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  523. SDKROOT = iphoneos;
  524. TARGETED_DEVICE_FAMILY = "1,2";
  525. VALIDATE_PRODUCT = YES;
  526. };
  527. name = Release;
  528. };
  529. 6003F5C0195388D20070C39A /* Debug */ = {
  530. isa = XCBuildConfiguration;
  531. baseConfigurationReference = 43EAEC7ADAA0051551EC0B07 /* Pods-ZZFoundation_Example.debug.xcconfig */;
  532. buildSettings = {
  533. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  534. CLANG_ENABLE_MODULES = YES;
  535. DEVELOPMENT_TEAM = 977DUNW73S;
  536. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  537. GCC_PREFIX_HEADER = "ZZFoundation/ZZFoundation-Prefix.pch";
  538. INFOPLIST_FILE = "ZZFoundation/ZZFoundation-Info.plist";
  539. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  540. MODULE_NAME = ExampleApp;
  541. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  542. PRODUCT_NAME = "$(TARGET_NAME)";
  543. SWIFT_OBJC_BRIDGING_HEADER = "ZZFoundation/ZZFoundation_Example-Bridging-Header.h";
  544. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  545. SWIFT_VERSION = 4.0;
  546. WRAPPER_EXTENSION = app;
  547. };
  548. name = Debug;
  549. };
  550. 6003F5C1195388D20070C39A /* Release */ = {
  551. isa = XCBuildConfiguration;
  552. baseConfigurationReference = D21B953AED72739FA73F9573 /* Pods-ZZFoundation_Example.release.xcconfig */;
  553. buildSettings = {
  554. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  555. CLANG_ENABLE_MODULES = YES;
  556. DEVELOPMENT_TEAM = 977DUNW73S;
  557. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  558. GCC_PREFIX_HEADER = "ZZFoundation/ZZFoundation-Prefix.pch";
  559. INFOPLIST_FILE = "ZZFoundation/ZZFoundation-Info.plist";
  560. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  561. MODULE_NAME = ExampleApp;
  562. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  563. PRODUCT_NAME = "$(TARGET_NAME)";
  564. SWIFT_OBJC_BRIDGING_HEADER = "ZZFoundation/ZZFoundation_Example-Bridging-Header.h";
  565. SWIFT_VERSION = 4.0;
  566. WRAPPER_EXTENSION = app;
  567. };
  568. name = Release;
  569. };
  570. 6003F5C3195388D20070C39A /* Debug */ = {
  571. isa = XCBuildConfiguration;
  572. baseConfigurationReference = B1FA23B46676C8044117B258 /* Pods-ZZFoundation_Tests.debug.xcconfig */;
  573. buildSettings = {
  574. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  575. BUNDLE_LOADER = "$(TEST_HOST)";
  576. DEVELOPMENT_TEAM = 977DUNW73S;
  577. FRAMEWORK_SEARCH_PATHS = (
  578. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  579. "$(inherited)",
  580. "$(DEVELOPER_FRAMEWORKS_DIR)",
  581. );
  582. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  583. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  584. GCC_PREPROCESSOR_DEFINITIONS = (
  585. "DEBUG=1",
  586. "$(inherited)",
  587. );
  588. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  589. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  590. PRODUCT_NAME = "$(TARGET_NAME)";
  591. SWIFT_VERSION = 4.0;
  592. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZZFoundation_Example.app/ZZFoundation_Example";
  593. WRAPPER_EXTENSION = xctest;
  594. };
  595. name = Debug;
  596. };
  597. 6003F5C4195388D20070C39A /* Release */ = {
  598. isa = XCBuildConfiguration;
  599. baseConfigurationReference = CFB9F0CDCDE27F996E0D538E /* Pods-ZZFoundation_Tests.release.xcconfig */;
  600. buildSettings = {
  601. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  602. BUNDLE_LOADER = "$(TEST_HOST)";
  603. DEVELOPMENT_TEAM = 977DUNW73S;
  604. FRAMEWORK_SEARCH_PATHS = (
  605. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  606. "$(inherited)",
  607. "$(DEVELOPER_FRAMEWORKS_DIR)",
  608. );
  609. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  610. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  611. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  612. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  613. PRODUCT_NAME = "$(TARGET_NAME)";
  614. SWIFT_VERSION = 4.0;
  615. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZZFoundation_Example.app/ZZFoundation_Example";
  616. WRAPPER_EXTENSION = xctest;
  617. };
  618. name = Release;
  619. };
  620. /* End XCBuildConfiguration section */
  621. /* Begin XCConfigurationList section */
  622. 6003F585195388D10070C39A /* Build configuration list for PBXProject "ZZFoundation" */ = {
  623. isa = XCConfigurationList;
  624. buildConfigurations = (
  625. 6003F5BD195388D20070C39A /* Debug */,
  626. 6003F5BE195388D20070C39A /* Release */,
  627. );
  628. defaultConfigurationIsVisible = 0;
  629. defaultConfigurationName = Release;
  630. };
  631. 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "ZZFoundation_Example" */ = {
  632. isa = XCConfigurationList;
  633. buildConfigurations = (
  634. 6003F5C0195388D20070C39A /* Debug */,
  635. 6003F5C1195388D20070C39A /* Release */,
  636. );
  637. defaultConfigurationIsVisible = 0;
  638. defaultConfigurationName = Release;
  639. };
  640. 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "ZZFoundation_Tests" */ = {
  641. isa = XCConfigurationList;
  642. buildConfigurations = (
  643. 6003F5C3195388D20070C39A /* Debug */,
  644. 6003F5C4195388D20070C39A /* Release */,
  645. );
  646. defaultConfigurationIsVisible = 0;
  647. defaultConfigurationName = Release;
  648. };
  649. /* End XCConfigurationList section */
  650. };
  651. rootObject = 6003F582195388D10070C39A /* Project object */;
  652. }