project.pbxproj 32 KB

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