project.pbxproj 34 KB

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