project.pbxproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652
  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}/ZZFoundation/ZZFoundation.framework",
  307. );
  308. name = "[CP] Embed Pods Frameworks";
  309. outputPaths = (
  310. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZZFoundation.framework",
  311. );
  312. runOnlyForDeploymentPostprocessing = 0;
  313. shellPath = /bin/sh;
  314. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ZZFoundation_Example/Pods-ZZFoundation_Example-frameworks.sh\"\n";
  315. showEnvVarsInLog = 0;
  316. };
  317. B850631B72D23C409EA6E050 /* [CP] Check Pods Manifest.lock */ = {
  318. isa = PBXShellScriptBuildPhase;
  319. buildActionMask = 2147483647;
  320. files = (
  321. );
  322. inputFileListPaths = (
  323. );
  324. inputPaths = (
  325. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  326. "${PODS_ROOT}/Manifest.lock",
  327. );
  328. name = "[CP] Check Pods Manifest.lock";
  329. outputFileListPaths = (
  330. );
  331. outputPaths = (
  332. "$(DERIVED_FILE_DIR)/Pods-ZZFoundation_Example-checkManifestLockResult.txt",
  333. );
  334. runOnlyForDeploymentPostprocessing = 0;
  335. shellPath = /bin/sh;
  336. 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";
  337. showEnvVarsInLog = 0;
  338. };
  339. B8B305C30E28BDDA9116DF2C /* [CP] Check Pods Manifest.lock */ = {
  340. isa = PBXShellScriptBuildPhase;
  341. buildActionMask = 2147483647;
  342. files = (
  343. );
  344. inputFileListPaths = (
  345. );
  346. inputPaths = (
  347. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  348. "${PODS_ROOT}/Manifest.lock",
  349. );
  350. name = "[CP] Check Pods Manifest.lock";
  351. outputFileListPaths = (
  352. );
  353. outputPaths = (
  354. "$(DERIVED_FILE_DIR)/Pods-ZZFoundation_Tests-checkManifestLockResult.txt",
  355. );
  356. runOnlyForDeploymentPostprocessing = 0;
  357. shellPath = /bin/sh;
  358. 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";
  359. showEnvVarsInLog = 0;
  360. };
  361. CDE58CE762A34AB460883C53 /* [CP] Embed Pods Frameworks */ = {
  362. isa = PBXShellScriptBuildPhase;
  363. buildActionMask = 2147483647;
  364. files = (
  365. );
  366. inputPaths = (
  367. "${PODS_ROOT}/Target Support Files/Pods-ZZFoundation_Tests/Pods-ZZFoundation_Tests-frameworks.sh",
  368. "${BUILT_PRODUCTS_DIR}/ZZFoundation/ZZFoundation.framework",
  369. "${BUILT_PRODUCTS_DIR}/Kiwi/Kiwi.framework",
  370. );
  371. name = "[CP] Embed Pods Frameworks";
  372. outputPaths = (
  373. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ZZFoundation.framework",
  374. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kiwi.framework",
  375. );
  376. runOnlyForDeploymentPostprocessing = 0;
  377. shellPath = /bin/sh;
  378. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ZZFoundation_Tests/Pods-ZZFoundation_Tests-frameworks.sh\"\n";
  379. showEnvVarsInLog = 0;
  380. };
  381. /* End PBXShellScriptBuildPhase section */
  382. /* Begin PBXSourcesBuildPhase section */
  383. 6003F586195388D20070C39A /* Sources */ = {
  384. isa = PBXSourcesBuildPhase;
  385. buildActionMask = 2147483647;
  386. files = (
  387. 5082D62B25AC5BBF005B836B /* ZZSwiftClass.swift in Sources */,
  388. 6003F59E195388D20070C39A /* ZZAppDelegate.m in Sources */,
  389. 6003F5A7195388D20070C39A /* ZZViewController.m in Sources */,
  390. 6003F59A195388D20070C39A /* main.m in Sources */,
  391. );
  392. runOnlyForDeploymentPostprocessing = 0;
  393. };
  394. 6003F5AA195388D20070C39A /* Sources */ = {
  395. isa = PBXSourcesBuildPhase;
  396. buildActionMask = 2147483647;
  397. files = (
  398. 5082D62C25AC5C81005B836B /* ZZSwiftClass.swift in Sources */,
  399. 6003F5BC195388D20070C39A /* NSString+ZZPathTests.m in Sources */,
  400. 505478422596352F00EB1172 /* NSString+ZZRangeTest.m in Sources */,
  401. 50563647259B12FC004C7FCF /* NSDate+ZZExTest.m in Sources */,
  402. 50543AD9259A18EB00E96479 /* NSString+ZZExTest.m in Sources */,
  403. 5054784D25963E9A00EB1172 /* NSString+ZZRegexTest.m in Sources */,
  404. );
  405. runOnlyForDeploymentPostprocessing = 0;
  406. };
  407. /* End PBXSourcesBuildPhase section */
  408. /* Begin PBXTargetDependency section */
  409. 6003F5B4195388D20070C39A /* PBXTargetDependency */ = {
  410. isa = PBXTargetDependency;
  411. target = 6003F589195388D20070C39A /* ZZFoundation_Example */;
  412. targetProxy = 6003F5B3195388D20070C39A /* PBXContainerItemProxy */;
  413. };
  414. /* End PBXTargetDependency section */
  415. /* Begin PBXVariantGroup section */
  416. 6003F596195388D20070C39A /* InfoPlist.strings */ = {
  417. isa = PBXVariantGroup;
  418. children = (
  419. 6003F597195388D20070C39A /* en */,
  420. );
  421. name = InfoPlist.strings;
  422. sourceTree = "<group>";
  423. };
  424. 6003F5B8195388D20070C39A /* InfoPlist.strings */ = {
  425. isa = PBXVariantGroup;
  426. children = (
  427. 6003F5B9195388D20070C39A /* en */,
  428. );
  429. name = InfoPlist.strings;
  430. sourceTree = "<group>";
  431. };
  432. 71719F9D1E33DC2100824A3D /* LaunchScreen.storyboard */ = {
  433. isa = PBXVariantGroup;
  434. children = (
  435. 71719F9E1E33DC2100824A3D /* Base */,
  436. );
  437. name = LaunchScreen.storyboard;
  438. sourceTree = "<group>";
  439. };
  440. /* End PBXVariantGroup section */
  441. /* Begin XCBuildConfiguration section */
  442. 6003F5BD195388D20070C39A /* Debug */ = {
  443. isa = XCBuildConfiguration;
  444. buildSettings = {
  445. ALWAYS_SEARCH_USER_PATHS = NO;
  446. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  447. CLANG_CXX_LIBRARY = "libc++";
  448. CLANG_ENABLE_MODULES = YES;
  449. CLANG_ENABLE_OBJC_ARC = YES;
  450. CLANG_WARN_BOOL_CONVERSION = YES;
  451. CLANG_WARN_CONSTANT_CONVERSION = YES;
  452. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  453. CLANG_WARN_EMPTY_BODY = YES;
  454. CLANG_WARN_ENUM_CONVERSION = YES;
  455. CLANG_WARN_INT_CONVERSION = YES;
  456. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  457. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  458. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  459. COPY_PHASE_STRIP = NO;
  460. ENABLE_TESTABILITY = YES;
  461. GCC_C_LANGUAGE_STANDARD = gnu99;
  462. GCC_DYNAMIC_NO_PIC = NO;
  463. GCC_OPTIMIZATION_LEVEL = 0;
  464. GCC_PREPROCESSOR_DEFINITIONS = (
  465. "DEBUG=1",
  466. "$(inherited)",
  467. );
  468. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  469. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  470. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  471. GCC_WARN_UNDECLARED_SELECTOR = YES;
  472. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  473. GCC_WARN_UNUSED_FUNCTION = YES;
  474. GCC_WARN_UNUSED_VARIABLE = YES;
  475. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  476. ONLY_ACTIVE_ARCH = YES;
  477. SDKROOT = iphoneos;
  478. TARGETED_DEVICE_FAMILY = "1,2";
  479. };
  480. name = Debug;
  481. };
  482. 6003F5BE195388D20070C39A /* Release */ = {
  483. isa = XCBuildConfiguration;
  484. buildSettings = {
  485. ALWAYS_SEARCH_USER_PATHS = NO;
  486. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  487. CLANG_CXX_LIBRARY = "libc++";
  488. CLANG_ENABLE_MODULES = YES;
  489. CLANG_ENABLE_OBJC_ARC = YES;
  490. CLANG_WARN_BOOL_CONVERSION = YES;
  491. CLANG_WARN_CONSTANT_CONVERSION = YES;
  492. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  493. CLANG_WARN_EMPTY_BODY = YES;
  494. CLANG_WARN_ENUM_CONVERSION = YES;
  495. CLANG_WARN_INT_CONVERSION = YES;
  496. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  497. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  498. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  499. COPY_PHASE_STRIP = YES;
  500. ENABLE_NS_ASSERTIONS = NO;
  501. GCC_C_LANGUAGE_STANDARD = gnu99;
  502. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  503. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  504. GCC_WARN_UNDECLARED_SELECTOR = YES;
  505. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  506. GCC_WARN_UNUSED_FUNCTION = YES;
  507. GCC_WARN_UNUSED_VARIABLE = YES;
  508. IPHONEOS_DEPLOYMENT_TARGET = 9.3;
  509. SDKROOT = iphoneos;
  510. TARGETED_DEVICE_FAMILY = "1,2";
  511. VALIDATE_PRODUCT = YES;
  512. };
  513. name = Release;
  514. };
  515. 6003F5C0195388D20070C39A /* Debug */ = {
  516. isa = XCBuildConfiguration;
  517. baseConfigurationReference = 43EAEC7ADAA0051551EC0B07 /* Pods-ZZFoundation_Example.debug.xcconfig */;
  518. buildSettings = {
  519. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  520. CLANG_ENABLE_MODULES = YES;
  521. DEVELOPMENT_TEAM = 977DUNW73S;
  522. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  523. GCC_PREFIX_HEADER = "ZZFoundation/ZZFoundation-Prefix.pch";
  524. INFOPLIST_FILE = "ZZFoundation/ZZFoundation-Info.plist";
  525. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  526. MODULE_NAME = ExampleApp;
  527. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  528. PRODUCT_NAME = "$(TARGET_NAME)";
  529. SWIFT_OBJC_BRIDGING_HEADER = "ZZFoundation/ZZFoundation_Example-Bridging-Header.h";
  530. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  531. SWIFT_VERSION = 4.0;
  532. WRAPPER_EXTENSION = app;
  533. };
  534. name = Debug;
  535. };
  536. 6003F5C1195388D20070C39A /* Release */ = {
  537. isa = XCBuildConfiguration;
  538. baseConfigurationReference = D21B953AED72739FA73F9573 /* Pods-ZZFoundation_Example.release.xcconfig */;
  539. buildSettings = {
  540. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  541. CLANG_ENABLE_MODULES = YES;
  542. DEVELOPMENT_TEAM = 977DUNW73S;
  543. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  544. GCC_PREFIX_HEADER = "ZZFoundation/ZZFoundation-Prefix.pch";
  545. INFOPLIST_FILE = "ZZFoundation/ZZFoundation-Info.plist";
  546. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  547. MODULE_NAME = ExampleApp;
  548. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  549. PRODUCT_NAME = "$(TARGET_NAME)";
  550. SWIFT_OBJC_BRIDGING_HEADER = "ZZFoundation/ZZFoundation_Example-Bridging-Header.h";
  551. SWIFT_VERSION = 4.0;
  552. WRAPPER_EXTENSION = app;
  553. };
  554. name = Release;
  555. };
  556. 6003F5C3195388D20070C39A /* Debug */ = {
  557. isa = XCBuildConfiguration;
  558. baseConfigurationReference = B1FA23B46676C8044117B258 /* Pods-ZZFoundation_Tests.debug.xcconfig */;
  559. buildSettings = {
  560. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  561. BUNDLE_LOADER = "$(TEST_HOST)";
  562. DEVELOPMENT_TEAM = 977DUNW73S;
  563. FRAMEWORK_SEARCH_PATHS = (
  564. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  565. "$(inherited)",
  566. "$(DEVELOPER_FRAMEWORKS_DIR)",
  567. );
  568. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  569. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  570. GCC_PREPROCESSOR_DEFINITIONS = (
  571. "DEBUG=1",
  572. "$(inherited)",
  573. );
  574. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  575. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  576. PRODUCT_NAME = "$(TARGET_NAME)";
  577. SWIFT_VERSION = 4.0;
  578. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZZFoundation_Example.app/ZZFoundation_Example";
  579. WRAPPER_EXTENSION = xctest;
  580. };
  581. name = Debug;
  582. };
  583. 6003F5C4195388D20070C39A /* Release */ = {
  584. isa = XCBuildConfiguration;
  585. baseConfigurationReference = CFB9F0CDCDE27F996E0D538E /* Pods-ZZFoundation_Tests.release.xcconfig */;
  586. buildSettings = {
  587. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  588. BUNDLE_LOADER = "$(TEST_HOST)";
  589. DEVELOPMENT_TEAM = 977DUNW73S;
  590. FRAMEWORK_SEARCH_PATHS = (
  591. "$(PLATFORM_DIR)/Developer/Library/Frameworks",
  592. "$(inherited)",
  593. "$(DEVELOPER_FRAMEWORKS_DIR)",
  594. );
  595. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  596. GCC_PREFIX_HEADER = "Tests/Tests-Prefix.pch";
  597. INFOPLIST_FILE = "Tests/Tests-Info.plist";
  598. PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.${PRODUCT_NAME:rfc1034identifier}";
  599. PRODUCT_NAME = "$(TARGET_NAME)";
  600. SWIFT_VERSION = 4.0;
  601. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/ZZFoundation_Example.app/ZZFoundation_Example";
  602. WRAPPER_EXTENSION = xctest;
  603. };
  604. name = Release;
  605. };
  606. /* End XCBuildConfiguration section */
  607. /* Begin XCConfigurationList section */
  608. 6003F585195388D10070C39A /* Build configuration list for PBXProject "ZZFoundation" */ = {
  609. isa = XCConfigurationList;
  610. buildConfigurations = (
  611. 6003F5BD195388D20070C39A /* Debug */,
  612. 6003F5BE195388D20070C39A /* Release */,
  613. );
  614. defaultConfigurationIsVisible = 0;
  615. defaultConfigurationName = Release;
  616. };
  617. 6003F5BF195388D20070C39A /* Build configuration list for PBXNativeTarget "ZZFoundation_Example" */ = {
  618. isa = XCConfigurationList;
  619. buildConfigurations = (
  620. 6003F5C0195388D20070C39A /* Debug */,
  621. 6003F5C1195388D20070C39A /* Release */,
  622. );
  623. defaultConfigurationIsVisible = 0;
  624. defaultConfigurationName = Release;
  625. };
  626. 6003F5C2195388D20070C39A /* Build configuration list for PBXNativeTarget "ZZFoundation_Tests" */ = {
  627. isa = XCConfigurationList;
  628. buildConfigurations = (
  629. 6003F5C3195388D20070C39A /* Debug */,
  630. 6003F5C4195388D20070C39A /* Release */,
  631. );
  632. defaultConfigurationIsVisible = 0;
  633. defaultConfigurationName = Release;
  634. };
  635. /* End XCConfigurationList section */
  636. };
  637. rootObject = 6003F582195388D10070C39A /* Project object */;
  638. }