project.pbxproj 28 KB

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