2
0

project.pbxproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0133FBBF2693FA8E00E98F66 /* CustomLanguages.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 0133FBBE2693FA8E00E98F66 /* CustomLanguages.bundle */; };
  10. 013557022AB7F252001BB573 /* MJPinHeaderCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 013557012AB7F252001BB573 /* MJPinHeaderCollectionViewController.swift */; };
  11. 018C0838274787B6002D968E /* MJRefresh.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 018C083427478732002D968E /* MJRefresh.framework */; };
  12. 018C0839274787B6002D968E /* MJRefresh.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 018C083427478732002D968E /* MJRefresh.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  13. 0193FF132692E99500B52B11 /* I18NExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0193FF122692E99500B52B11 /* I18NExampleViewController.swift */; };
  14. 0193FF162692F8EB00B52B11 /* MJRefresh_i18n.strings in Resources */ = {isa = PBXBuildFile; fileRef = 0193FF182692F8EB00B52B11 /* MJRefresh_i18n.strings */; };
  15. 01A5EB2B25EF62B80091554E /* MJWKWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 01A5EB2A25EF62B80091554E /* MJWKWebViewController.swift */; };
  16. 2D9BEB091BB15F4A00AED473 /* UIViewController+Example.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE01BB15F4A00AED473 /* UIViewController+Example.m */; };
  17. 2D9BEB0A1BB15F4A00AED473 /* MJChiBaoZiFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE31BB15F4A00AED473 /* MJChiBaoZiFooter.m */; };
  18. 2D9BEB0B1BB15F4A00AED473 /* MJChiBaoZiFooter2.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE51BB15F4A00AED473 /* MJChiBaoZiFooter2.m */; };
  19. 2D9BEB0C1BB15F4A00AED473 /* MJChiBaoZiHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE71BB15F4A00AED473 /* MJChiBaoZiHeader.m */; };
  20. 2D9BEB0D1BB15F4A00AED473 /* MJDIYAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE91BB15F4A00AED473 /* MJDIYAutoFooter.m */; };
  21. 2D9BEB0E1BB15F4A00AED473 /* MJDIYBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAEB1BB15F4A00AED473 /* MJDIYBackFooter.m */; };
  22. 2D9BEB0F1BB15F4A00AED473 /* MJDIYHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAED1BB15F4A00AED473 /* MJDIYHeader.m */; };
  23. 2D9BEB101BB15F4A00AED473 /* MJExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF01BB15F4A00AED473 /* MJExample.m */; };
  24. 2D9BEB111BB15F4A00AED473 /* MJExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF21BB15F4A00AED473 /* MJExampleViewController.m */; };
  25. 2D9BEB121BB15F4A00AED473 /* MJExampleWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF41BB15F4A00AED473 /* MJExampleWindow.m */; };
  26. 2D9BEB141BB15F4A00AED473 /* MJSingleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF81BB15F4A00AED473 /* MJSingleViewController.m */; };
  27. 2D9BEB151BB15F4A00AED473 /* MJTempViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAFA1BB15F4A00AED473 /* MJTempViewController.m */; };
  28. 2D9BEB161BB15F4A00AED473 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAFD1BB15F4A00AED473 /* AppDelegate.m */; };
  29. 2D9BEB171BB15F4A00AED473 /* MJCollectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEB001BB15F4A00AED473 /* MJCollectionViewController.m */; };
  30. 2D9BEB181BB15F4A00AED473 /* MJTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEB021BB15F4A00AED473 /* MJTableViewController.m */; };
  31. 2D9BEB191BB15F4A00AED473 /* MJTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEB041BB15F4A00AED473 /* MJTestViewController.m */; };
  32. 2D9BEB1A1BB15F4A00AED473 /* MJTestViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D9BEB051BB15F4A00AED473 /* MJTestViewController.xib */; };
  33. 2D9BEB1B1BB15F4A00AED473 /* MJWebViewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEB071BB15F4A00AED473 /* MJWebViewViewController.m */; };
  34. 2D9BEB1C1BB15F4A00AED473 /* MJWebViewViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D9BEB081BB15F4A00AED473 /* MJWebViewViewController.xib */; };
  35. 2DA7F92B1AA6B4C4005627AB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA7F92A1AA6B4C4005627AB /* main.m */; };
  36. 2DA7F9341AA6B4C4005627AB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2DA7F9321AA6B4C4005627AB /* Main.storyboard */; };
  37. 2DA7F9361AA6B4C4005627AB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2DA7F9351AA6B4C4005627AB /* Images.xcassets */; };
  38. 2DA7F9391AA6B4C4005627AB /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2DA7F9371AA6B4C4005627AB /* LaunchScreen.xib */; };
  39. 2DA7F9451AA6B4C4005627AB /* MJRefreshExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA7F9441AA6B4C4005627AB /* MJRefreshExampleTests.m */; };
  40. 6B8FB1A9250E610D00AF64B7 /* MJHorizontalCollectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B8FB1A8250E610D00AF64B7 /* MJHorizontalCollectionViewController.m */; };
  41. /* End PBXBuildFile section */
  42. /* Begin PBXContainerItemProxy section */
  43. 018C083327478732002D968E /* PBXContainerItemProxy */ = {
  44. isa = PBXContainerItemProxy;
  45. containerPortal = 018C082F27478732002D968E /* MJRefresh.xcodeproj */;
  46. proxyType = 2;
  47. remoteGlobalIDString = 2D9DF4521F7CE29B0042D6DD;
  48. remoteInfo = MJRefresh;
  49. };
  50. 2DA7F93F1AA6B4C4005627AB /* PBXContainerItemProxy */ = {
  51. isa = PBXContainerItemProxy;
  52. containerPortal = 2DA7F91D1AA6B4C4005627AB /* Project object */;
  53. proxyType = 1;
  54. remoteGlobalIDString = 2DA7F9241AA6B4C4005627AB;
  55. remoteInfo = MJRefreshExample;
  56. };
  57. /* End PBXContainerItemProxy section */
  58. /* Begin PBXCopyFilesBuildPhase section */
  59. 2D9DF3EC1F7CD8F50042D6DD /* Embed Frameworks */ = {
  60. isa = PBXCopyFilesBuildPhase;
  61. buildActionMask = 2147483647;
  62. dstPath = "";
  63. dstSubfolderSpec = 10;
  64. files = (
  65. 018C0839274787B6002D968E /* MJRefresh.framework in Embed Frameworks */,
  66. );
  67. name = "Embed Frameworks";
  68. runOnlyForDeploymentPostprocessing = 0;
  69. };
  70. /* End PBXCopyFilesBuildPhase section */
  71. /* Begin PBXFileReference section */
  72. 012CECBB2CF80CF8002C71E3 /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/MJRefresh_i18n.strings; sourceTree = "<group>"; };
  73. 0133FBB82693F7E200E98F66 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/MJRefresh_i18n.strings"; sourceTree = "<group>"; };
  74. 0133FBB92693F7EA00E98F66 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/MJRefresh_i18n.strings"; sourceTree = "<group>"; };
  75. 0133FBBB2693F80400E98F66 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/MJRefresh_i18n.strings; sourceTree = "<group>"; };
  76. 0133FBBC2693F81700E98F66 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/MJRefresh_i18n.strings; sourceTree = "<group>"; };
  77. 0133FBBD2693F81F00E98F66 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/MJRefresh_i18n.strings; sourceTree = "<group>"; };
  78. 0133FBBE2693FA8E00E98F66 /* CustomLanguages.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = CustomLanguages.bundle; sourceTree = "<group>"; };
  79. 013557012AB7F252001BB573 /* MJPinHeaderCollectionViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MJPinHeaderCollectionViewController.swift; sourceTree = "<group>"; };
  80. 018C082F27478732002D968E /* MJRefresh.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = MJRefresh.xcodeproj; path = ../../MJRefresh.xcodeproj; sourceTree = "<group>"; };
  81. 0193FF122692E99500B52B11 /* I18NExampleViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = I18NExampleViewController.swift; sourceTree = "<group>"; };
  82. 0193FF172692F8EB00B52B11 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/MJRefresh_i18n.strings; sourceTree = "<group>"; };
  83. 01A5EB2925EF62B80091554E /* MJRefreshExample-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MJRefreshExample-Bridging-Header.h"; sourceTree = "<group>"; };
  84. 01A5EB2A25EF62B80091554E /* MJWKWebViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MJWKWebViewController.swift; sourceTree = "<group>"; };
  85. 2D9BEADF1BB15F4A00AED473 /* UIViewController+Example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+Example.h"; sourceTree = "<group>"; };
  86. 2D9BEAE01BB15F4A00AED473 /* UIViewController+Example.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+Example.m"; sourceTree = "<group>"; };
  87. 2D9BEAE21BB15F4A00AED473 /* MJChiBaoZiFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJChiBaoZiFooter.h; sourceTree = "<group>"; };
  88. 2D9BEAE31BB15F4A00AED473 /* MJChiBaoZiFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJChiBaoZiFooter.m; sourceTree = "<group>"; };
  89. 2D9BEAE41BB15F4A00AED473 /* MJChiBaoZiFooter2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJChiBaoZiFooter2.h; sourceTree = "<group>"; };
  90. 2D9BEAE51BB15F4A00AED473 /* MJChiBaoZiFooter2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJChiBaoZiFooter2.m; sourceTree = "<group>"; };
  91. 2D9BEAE61BB15F4A00AED473 /* MJChiBaoZiHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJChiBaoZiHeader.h; sourceTree = "<group>"; };
  92. 2D9BEAE71BB15F4A00AED473 /* MJChiBaoZiHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJChiBaoZiHeader.m; sourceTree = "<group>"; };
  93. 2D9BEAE81BB15F4A00AED473 /* MJDIYAutoFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJDIYAutoFooter.h; sourceTree = "<group>"; };
  94. 2D9BEAE91BB15F4A00AED473 /* MJDIYAutoFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJDIYAutoFooter.m; sourceTree = "<group>"; };
  95. 2D9BEAEA1BB15F4A00AED473 /* MJDIYBackFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJDIYBackFooter.h; sourceTree = "<group>"; };
  96. 2D9BEAEB1BB15F4A00AED473 /* MJDIYBackFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJDIYBackFooter.m; sourceTree = "<group>"; };
  97. 2D9BEAEC1BB15F4A00AED473 /* MJDIYHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJDIYHeader.h; sourceTree = "<group>"; };
  98. 2D9BEAED1BB15F4A00AED473 /* MJDIYHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJDIYHeader.m; sourceTree = "<group>"; };
  99. 2D9BEAEF1BB15F4A00AED473 /* MJExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJExample.h; sourceTree = "<group>"; };
  100. 2D9BEAF01BB15F4A00AED473 /* MJExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJExample.m; sourceTree = "<group>"; };
  101. 2D9BEAF11BB15F4A00AED473 /* MJExampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJExampleViewController.h; sourceTree = "<group>"; };
  102. 2D9BEAF21BB15F4A00AED473 /* MJExampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJExampleViewController.m; sourceTree = "<group>"; };
  103. 2D9BEAF31BB15F4A00AED473 /* MJExampleWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJExampleWindow.h; sourceTree = "<group>"; };
  104. 2D9BEAF41BB15F4A00AED473 /* MJExampleWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJExampleWindow.m; sourceTree = "<group>"; };
  105. 2D9BEAF71BB15F4A00AED473 /* MJSingleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJSingleViewController.h; sourceTree = "<group>"; };
  106. 2D9BEAF81BB15F4A00AED473 /* MJSingleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJSingleViewController.m; sourceTree = "<group>"; };
  107. 2D9BEAF91BB15F4A00AED473 /* MJTempViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJTempViewController.h; sourceTree = "<group>"; };
  108. 2D9BEAFA1BB15F4A00AED473 /* MJTempViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJTempViewController.m; sourceTree = "<group>"; };
  109. 2D9BEAFC1BB15F4A00AED473 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  110. 2D9BEAFD1BB15F4A00AED473 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  111. 2D9BEAFF1BB15F4A00AED473 /* MJCollectionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJCollectionViewController.h; sourceTree = "<group>"; };
  112. 2D9BEB001BB15F4A00AED473 /* MJCollectionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJCollectionViewController.m; sourceTree = "<group>"; };
  113. 2D9BEB011BB15F4A00AED473 /* MJTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJTableViewController.h; sourceTree = "<group>"; };
  114. 2D9BEB021BB15F4A00AED473 /* MJTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJTableViewController.m; sourceTree = "<group>"; };
  115. 2D9BEB031BB15F4A00AED473 /* MJTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJTestViewController.h; sourceTree = "<group>"; };
  116. 2D9BEB041BB15F4A00AED473 /* MJTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJTestViewController.m; sourceTree = "<group>"; };
  117. 2D9BEB051BB15F4A00AED473 /* MJTestViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MJTestViewController.xib; sourceTree = "<group>"; };
  118. 2D9BEB061BB15F4A00AED473 /* MJWebViewViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJWebViewViewController.h; sourceTree = "<group>"; };
  119. 2D9BEB071BB15F4A00AED473 /* MJWebViewViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJWebViewViewController.m; sourceTree = "<group>"; };
  120. 2D9BEB081BB15F4A00AED473 /* MJWebViewViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MJWebViewViewController.xib; sourceTree = "<group>"; };
  121. 2DA7F9251AA6B4C4005627AB /* MJRefreshExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MJRefreshExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  122. 2DA7F9291AA6B4C4005627AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  123. 2DA7F92A1AA6B4C4005627AB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  124. 2DA7F9331AA6B4C4005627AB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  125. 2DA7F9351AA6B4C4005627AB /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  126. 2DA7F9381AA6B4C4005627AB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  127. 2DA7F93E1AA6B4C4005627AB /* MJRefreshExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MJRefreshExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  128. 2DA7F9431AA6B4C4005627AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  129. 2DA7F9441AA6B4C4005627AB /* MJRefreshExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MJRefreshExampleTests.m; sourceTree = "<group>"; };
  130. 2DAA837B1BB1685300B62152 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
  131. 6B8FB1A7250E610D00AF64B7 /* MJHorizontalCollectionViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MJHorizontalCollectionViewController.h; sourceTree = "<group>"; };
  132. 6B8FB1A8250E610D00AF64B7 /* MJHorizontalCollectionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MJHorizontalCollectionViewController.m; sourceTree = "<group>"; };
  133. /* End PBXFileReference section */
  134. /* Begin PBXFrameworksBuildPhase section */
  135. 2DA7F9221AA6B4C4005627AB /* Frameworks */ = {
  136. isa = PBXFrameworksBuildPhase;
  137. buildActionMask = 2147483647;
  138. files = (
  139. 018C0838274787B6002D968E /* MJRefresh.framework in Frameworks */,
  140. );
  141. runOnlyForDeploymentPostprocessing = 0;
  142. };
  143. 2DA7F93B1AA6B4C4005627AB /* Frameworks */ = {
  144. isa = PBXFrameworksBuildPhase;
  145. buildActionMask = 2147483647;
  146. files = (
  147. );
  148. runOnlyForDeploymentPostprocessing = 0;
  149. };
  150. /* End PBXFrameworksBuildPhase section */
  151. /* Begin PBXGroup section */
  152. 018C083027478732002D968E /* Products */ = {
  153. isa = PBXGroup;
  154. children = (
  155. 018C083427478732002D968E /* MJRefresh.framework */,
  156. );
  157. name = Products;
  158. sourceTree = "<group>";
  159. };
  160. 018C0836274787B6002D968E /* Frameworks */ = {
  161. isa = PBXGroup;
  162. children = (
  163. );
  164. name = Frameworks;
  165. sourceTree = "<group>";
  166. };
  167. 0193FF112692E86200B52B11 /* i18n */ = {
  168. isa = PBXGroup;
  169. children = (
  170. 0193FF122692E99500B52B11 /* I18NExampleViewController.swift */,
  171. 0193FF182692F8EB00B52B11 /* MJRefresh_i18n.strings */,
  172. 0133FBBE2693FA8E00E98F66 /* CustomLanguages.bundle */,
  173. );
  174. path = i18n;
  175. sourceTree = "<group>";
  176. };
  177. 01A5EB2825EF62930091554E /* SwiftExample */ = {
  178. isa = PBXGroup;
  179. children = (
  180. 01A5EB2A25EF62B80091554E /* MJWKWebViewController.swift */,
  181. );
  182. path = SwiftExample;
  183. sourceTree = "<group>";
  184. };
  185. 2D9BEADE1BB15F4A00AED473 /* Category */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 2D9BEADF1BB15F4A00AED473 /* UIViewController+Example.h */,
  189. 2D9BEAE01BB15F4A00AED473 /* UIViewController+Example.m */,
  190. );
  191. path = Category;
  192. sourceTree = "<group>";
  193. };
  194. 2D9BEAE11BB15F4A00AED473 /* DIY */ = {
  195. isa = PBXGroup;
  196. children = (
  197. 2D9BEAE21BB15F4A00AED473 /* MJChiBaoZiFooter.h */,
  198. 2D9BEAE31BB15F4A00AED473 /* MJChiBaoZiFooter.m */,
  199. 2D9BEAE41BB15F4A00AED473 /* MJChiBaoZiFooter2.h */,
  200. 2D9BEAE51BB15F4A00AED473 /* MJChiBaoZiFooter2.m */,
  201. 2D9BEAE61BB15F4A00AED473 /* MJChiBaoZiHeader.h */,
  202. 2D9BEAE71BB15F4A00AED473 /* MJChiBaoZiHeader.m */,
  203. 2D9BEAE81BB15F4A00AED473 /* MJDIYAutoFooter.h */,
  204. 2D9BEAE91BB15F4A00AED473 /* MJDIYAutoFooter.m */,
  205. 2D9BEAEA1BB15F4A00AED473 /* MJDIYBackFooter.h */,
  206. 2D9BEAEB1BB15F4A00AED473 /* MJDIYBackFooter.m */,
  207. 2D9BEAEC1BB15F4A00AED473 /* MJDIYHeader.h */,
  208. 2D9BEAED1BB15F4A00AED473 /* MJDIYHeader.m */,
  209. );
  210. path = DIY;
  211. sourceTree = "<group>";
  212. };
  213. 2D9BEAEE1BB15F4A00AED473 /* First */ = {
  214. isa = PBXGroup;
  215. children = (
  216. 2D9BEAEF1BB15F4A00AED473 /* MJExample.h */,
  217. 2D9BEAF01BB15F4A00AED473 /* MJExample.m */,
  218. 2D9BEAF11BB15F4A00AED473 /* MJExampleViewController.h */,
  219. 2D9BEAF21BB15F4A00AED473 /* MJExampleViewController.m */,
  220. 2D9BEAF31BB15F4A00AED473 /* MJExampleWindow.h */,
  221. 2D9BEAF41BB15F4A00AED473 /* MJExampleWindow.m */,
  222. 2D9BEAF71BB15F4A00AED473 /* MJSingleViewController.h */,
  223. 2D9BEAF81BB15F4A00AED473 /* MJSingleViewController.m */,
  224. 2D9BEAF91BB15F4A00AED473 /* MJTempViewController.h */,
  225. 2D9BEAFA1BB15F4A00AED473 /* MJTempViewController.m */,
  226. );
  227. path = First;
  228. sourceTree = "<group>";
  229. };
  230. 2D9BEAFB1BB15F4A00AED473 /* Other */ = {
  231. isa = PBXGroup;
  232. children = (
  233. 2D9BEAFC1BB15F4A00AED473 /* AppDelegate.h */,
  234. 2D9BEAFD1BB15F4A00AED473 /* AppDelegate.m */,
  235. );
  236. path = Other;
  237. sourceTree = "<group>";
  238. };
  239. 2D9BEAFE1BB15F4A00AED473 /* Second */ = {
  240. isa = PBXGroup;
  241. children = (
  242. 2D9BEAFF1BB15F4A00AED473 /* MJCollectionViewController.h */,
  243. 2D9BEB001BB15F4A00AED473 /* MJCollectionViewController.m */,
  244. 013557012AB7F252001BB573 /* MJPinHeaderCollectionViewController.swift */,
  245. 6B8FB1A7250E610D00AF64B7 /* MJHorizontalCollectionViewController.h */,
  246. 6B8FB1A8250E610D00AF64B7 /* MJHorizontalCollectionViewController.m */,
  247. 2D9BEB011BB15F4A00AED473 /* MJTableViewController.h */,
  248. 2D9BEB021BB15F4A00AED473 /* MJTableViewController.m */,
  249. 2D9BEB031BB15F4A00AED473 /* MJTestViewController.h */,
  250. 2D9BEB041BB15F4A00AED473 /* MJTestViewController.m */,
  251. 2D9BEB051BB15F4A00AED473 /* MJTestViewController.xib */,
  252. 2D9BEB061BB15F4A00AED473 /* MJWebViewViewController.h */,
  253. 2D9BEB071BB15F4A00AED473 /* MJWebViewViewController.m */,
  254. 2D9BEB081BB15F4A00AED473 /* MJWebViewViewController.xib */,
  255. );
  256. path = Second;
  257. sourceTree = "<group>";
  258. };
  259. 2DA7F91C1AA6B4C4005627AB = {
  260. isa = PBXGroup;
  261. children = (
  262. 018C082F27478732002D968E /* MJRefresh.xcodeproj */,
  263. 2DA7F9271AA6B4C4005627AB /* MJRefreshExample */,
  264. 2DA7F9411AA6B4C4005627AB /* MJRefreshExampleTests */,
  265. 2DA7F9261AA6B4C4005627AB /* Products */,
  266. 018C0836274787B6002D968E /* Frameworks */,
  267. );
  268. sourceTree = "<group>";
  269. };
  270. 2DA7F9261AA6B4C4005627AB /* Products */ = {
  271. isa = PBXGroup;
  272. children = (
  273. 2DA7F9251AA6B4C4005627AB /* MJRefreshExample.app */,
  274. 2DA7F93E1AA6B4C4005627AB /* MJRefreshExampleTests.xctest */,
  275. );
  276. name = Products;
  277. sourceTree = "<group>";
  278. };
  279. 2DA7F9271AA6B4C4005627AB /* MJRefreshExample */ = {
  280. isa = PBXGroup;
  281. children = (
  282. 2DA7F94E1AA6B51C005627AB /* Classes */,
  283. 01A5EB2925EF62B80091554E /* MJRefreshExample-Bridging-Header.h */,
  284. 2DA7F9281AA6B4C4005627AB /* Supporting Files */,
  285. );
  286. path = MJRefreshExample;
  287. sourceTree = "<group>";
  288. };
  289. 2DA7F9281AA6B4C4005627AB /* Supporting Files */ = {
  290. isa = PBXGroup;
  291. children = (
  292. 2DA7F9321AA6B4C4005627AB /* Main.storyboard */,
  293. 2DA7F9351AA6B4C4005627AB /* Images.xcassets */,
  294. 2DA7F9371AA6B4C4005627AB /* LaunchScreen.xib */,
  295. 2DA7F9291AA6B4C4005627AB /* Info.plist */,
  296. 2DA7F92A1AA6B4C4005627AB /* main.m */,
  297. 2DAA837B1BB1685300B62152 /* PrefixHeader.pch */,
  298. );
  299. name = "Supporting Files";
  300. sourceTree = "<group>";
  301. };
  302. 2DA7F9411AA6B4C4005627AB /* MJRefreshExampleTests */ = {
  303. isa = PBXGroup;
  304. children = (
  305. 2DA7F9441AA6B4C4005627AB /* MJRefreshExampleTests.m */,
  306. 2DA7F9421AA6B4C4005627AB /* Supporting Files */,
  307. );
  308. path = MJRefreshExampleTests;
  309. sourceTree = "<group>";
  310. };
  311. 2DA7F9421AA6B4C4005627AB /* Supporting Files */ = {
  312. isa = PBXGroup;
  313. children = (
  314. 2DA7F9431AA6B4C4005627AB /* Info.plist */,
  315. );
  316. name = "Supporting Files";
  317. sourceTree = "<group>";
  318. };
  319. 2DA7F94E1AA6B51C005627AB /* Classes */ = {
  320. isa = PBXGroup;
  321. children = (
  322. 2D9BEADE1BB15F4A00AED473 /* Category */,
  323. 2D9BEAFB1BB15F4A00AED473 /* Other */,
  324. 2D9BEAE11BB15F4A00AED473 /* DIY */,
  325. 2D9BEAEE1BB15F4A00AED473 /* First */,
  326. 2D9BEAFE1BB15F4A00AED473 /* Second */,
  327. 0193FF112692E86200B52B11 /* i18n */,
  328. 01A5EB2825EF62930091554E /* SwiftExample */,
  329. );
  330. path = Classes;
  331. sourceTree = "<group>";
  332. };
  333. /* End PBXGroup section */
  334. /* Begin PBXNativeTarget section */
  335. 2DA7F9241AA6B4C4005627AB /* MJRefreshExample */ = {
  336. isa = PBXNativeTarget;
  337. buildConfigurationList = 2DA7F9481AA6B4C4005627AB /* Build configuration list for PBXNativeTarget "MJRefreshExample" */;
  338. buildPhases = (
  339. 2DA7F9211AA6B4C4005627AB /* Sources */,
  340. 2DA7F9221AA6B4C4005627AB /* Frameworks */,
  341. 2DA7F9231AA6B4C4005627AB /* Resources */,
  342. 2D9DF3EC1F7CD8F50042D6DD /* Embed Frameworks */,
  343. );
  344. buildRules = (
  345. );
  346. dependencies = (
  347. );
  348. name = MJRefreshExample;
  349. productName = MJRefreshExample;
  350. productReference = 2DA7F9251AA6B4C4005627AB /* MJRefreshExample.app */;
  351. productType = "com.apple.product-type.application";
  352. };
  353. 2DA7F93D1AA6B4C4005627AB /* MJRefreshExampleTests */ = {
  354. isa = PBXNativeTarget;
  355. buildConfigurationList = 2DA7F94B1AA6B4C4005627AB /* Build configuration list for PBXNativeTarget "MJRefreshExampleTests" */;
  356. buildPhases = (
  357. 2DA7F93A1AA6B4C4005627AB /* Sources */,
  358. 2DA7F93B1AA6B4C4005627AB /* Frameworks */,
  359. 2DA7F93C1AA6B4C4005627AB /* Resources */,
  360. );
  361. buildRules = (
  362. );
  363. dependencies = (
  364. 2DA7F9401AA6B4C4005627AB /* PBXTargetDependency */,
  365. );
  366. name = MJRefreshExampleTests;
  367. productName = MJRefreshExampleTests;
  368. productReference = 2DA7F93E1AA6B4C4005627AB /* MJRefreshExampleTests.xctest */;
  369. productType = "com.apple.product-type.bundle.unit-test";
  370. };
  371. /* End PBXNativeTarget section */
  372. /* Begin PBXProject section */
  373. 2DA7F91D1AA6B4C4005627AB /* Project object */ = {
  374. isa = PBXProject;
  375. attributes = {
  376. CLASSPREFIX = MJ;
  377. LastUpgradeCheck = 1220;
  378. ORGANIZATIONNAME = "小码哥";
  379. TargetAttributes = {
  380. 2DA7F9241AA6B4C4005627AB = {
  381. CreatedOnToolsVersion = 6.1;
  382. LastSwiftMigration = 1220;
  383. };
  384. 2DA7F93D1AA6B4C4005627AB = {
  385. CreatedOnToolsVersion = 6.1;
  386. TestTargetID = 2DA7F9241AA6B4C4005627AB;
  387. };
  388. };
  389. };
  390. buildConfigurationList = 2DA7F9201AA6B4C4005627AB /* Build configuration list for PBXProject "MJRefreshExample" */;
  391. compatibilityVersion = "Xcode 9.3";
  392. developmentRegion = en;
  393. hasScannedForEncodings = 0;
  394. knownRegions = (
  395. en,
  396. Base,
  397. "zh-Hans",
  398. "zh-Hant",
  399. ru,
  400. uk,
  401. ko,
  402. ar,
  403. );
  404. mainGroup = 2DA7F91C1AA6B4C4005627AB;
  405. productRefGroup = 2DA7F9261AA6B4C4005627AB /* Products */;
  406. projectDirPath = "";
  407. projectReferences = (
  408. {
  409. ProductGroup = 018C083027478732002D968E /* Products */;
  410. ProjectRef = 018C082F27478732002D968E /* MJRefresh.xcodeproj */;
  411. },
  412. );
  413. projectRoot = "";
  414. targets = (
  415. 2DA7F9241AA6B4C4005627AB /* MJRefreshExample */,
  416. 2DA7F93D1AA6B4C4005627AB /* MJRefreshExampleTests */,
  417. );
  418. };
  419. /* End PBXProject section */
  420. /* Begin PBXReferenceProxy section */
  421. 018C083427478732002D968E /* MJRefresh.framework */ = {
  422. isa = PBXReferenceProxy;
  423. fileType = wrapper.framework;
  424. path = MJRefresh.framework;
  425. remoteRef = 018C083327478732002D968E /* PBXContainerItemProxy */;
  426. sourceTree = BUILT_PRODUCTS_DIR;
  427. };
  428. /* End PBXReferenceProxy section */
  429. /* Begin PBXResourcesBuildPhase section */
  430. 2DA7F9231AA6B4C4005627AB /* Resources */ = {
  431. isa = PBXResourcesBuildPhase;
  432. buildActionMask = 2147483647;
  433. files = (
  434. 0133FBBF2693FA8E00E98F66 /* CustomLanguages.bundle in Resources */,
  435. 2DA7F9341AA6B4C4005627AB /* Main.storyboard in Resources */,
  436. 2D9BEB1C1BB15F4A00AED473 /* MJWebViewViewController.xib in Resources */,
  437. 2DA7F9391AA6B4C4005627AB /* LaunchScreen.xib in Resources */,
  438. 0193FF162692F8EB00B52B11 /* MJRefresh_i18n.strings in Resources */,
  439. 2D9BEB1A1BB15F4A00AED473 /* MJTestViewController.xib in Resources */,
  440. 2DA7F9361AA6B4C4005627AB /* Images.xcassets in Resources */,
  441. );
  442. runOnlyForDeploymentPostprocessing = 0;
  443. };
  444. 2DA7F93C1AA6B4C4005627AB /* Resources */ = {
  445. isa = PBXResourcesBuildPhase;
  446. buildActionMask = 2147483647;
  447. files = (
  448. );
  449. runOnlyForDeploymentPostprocessing = 0;
  450. };
  451. /* End PBXResourcesBuildPhase section */
  452. /* Begin PBXSourcesBuildPhase section */
  453. 2DA7F9211AA6B4C4005627AB /* Sources */ = {
  454. isa = PBXSourcesBuildPhase;
  455. buildActionMask = 2147483647;
  456. files = (
  457. 2D9BEB0F1BB15F4A00AED473 /* MJDIYHeader.m in Sources */,
  458. 2D9BEB181BB15F4A00AED473 /* MJTableViewController.m in Sources */,
  459. 2D9BEB0A1BB15F4A00AED473 /* MJChiBaoZiFooter.m in Sources */,
  460. 2D9BEB121BB15F4A00AED473 /* MJExampleWindow.m in Sources */,
  461. 0193FF132692E99500B52B11 /* I18NExampleViewController.swift in Sources */,
  462. 2D9BEB0E1BB15F4A00AED473 /* MJDIYBackFooter.m in Sources */,
  463. 2D9BEB161BB15F4A00AED473 /* AppDelegate.m in Sources */,
  464. 2D9BEB141BB15F4A00AED473 /* MJSingleViewController.m in Sources */,
  465. 2D9BEB0D1BB15F4A00AED473 /* MJDIYAutoFooter.m in Sources */,
  466. 2D9BEB1B1BB15F4A00AED473 /* MJWebViewViewController.m in Sources */,
  467. 2D9BEB101BB15F4A00AED473 /* MJExample.m in Sources */,
  468. 01A5EB2B25EF62B80091554E /* MJWKWebViewController.swift in Sources */,
  469. 2DA7F92B1AA6B4C4005627AB /* main.m in Sources */,
  470. 2D9BEB091BB15F4A00AED473 /* UIViewController+Example.m in Sources */,
  471. 6B8FB1A9250E610D00AF64B7 /* MJHorizontalCollectionViewController.m in Sources */,
  472. 2D9BEB111BB15F4A00AED473 /* MJExampleViewController.m in Sources */,
  473. 013557022AB7F252001BB573 /* MJPinHeaderCollectionViewController.swift in Sources */,
  474. 2D9BEB0C1BB15F4A00AED473 /* MJChiBaoZiHeader.m in Sources */,
  475. 2D9BEB191BB15F4A00AED473 /* MJTestViewController.m in Sources */,
  476. 2D9BEB151BB15F4A00AED473 /* MJTempViewController.m in Sources */,
  477. 2D9BEB171BB15F4A00AED473 /* MJCollectionViewController.m in Sources */,
  478. 2D9BEB0B1BB15F4A00AED473 /* MJChiBaoZiFooter2.m in Sources */,
  479. );
  480. runOnlyForDeploymentPostprocessing = 0;
  481. };
  482. 2DA7F93A1AA6B4C4005627AB /* Sources */ = {
  483. isa = PBXSourcesBuildPhase;
  484. buildActionMask = 2147483647;
  485. files = (
  486. 2DA7F9451AA6B4C4005627AB /* MJRefreshExampleTests.m in Sources */,
  487. );
  488. runOnlyForDeploymentPostprocessing = 0;
  489. };
  490. /* End PBXSourcesBuildPhase section */
  491. /* Begin PBXTargetDependency section */
  492. 2DA7F9401AA6B4C4005627AB /* PBXTargetDependency */ = {
  493. isa = PBXTargetDependency;
  494. target = 2DA7F9241AA6B4C4005627AB /* MJRefreshExample */;
  495. targetProxy = 2DA7F93F1AA6B4C4005627AB /* PBXContainerItemProxy */;
  496. };
  497. /* End PBXTargetDependency section */
  498. /* Begin PBXVariantGroup section */
  499. 0193FF182692F8EB00B52B11 /* MJRefresh_i18n.strings */ = {
  500. isa = PBXVariantGroup;
  501. children = (
  502. 0193FF172692F8EB00B52B11 /* en */,
  503. 0133FBB82693F7E200E98F66 /* zh-Hans */,
  504. 0133FBB92693F7EA00E98F66 /* zh-Hant */,
  505. 0133FBBB2693F80400E98F66 /* ru */,
  506. 0133FBBC2693F81700E98F66 /* uk */,
  507. 0133FBBD2693F81F00E98F66 /* ko */,
  508. 012CECBB2CF80CF8002C71E3 /* ar */,
  509. );
  510. name = MJRefresh_i18n.strings;
  511. sourceTree = "<group>";
  512. };
  513. 2DA7F9321AA6B4C4005627AB /* Main.storyboard */ = {
  514. isa = PBXVariantGroup;
  515. children = (
  516. 2DA7F9331AA6B4C4005627AB /* Base */,
  517. );
  518. name = Main.storyboard;
  519. sourceTree = "<group>";
  520. };
  521. 2DA7F9371AA6B4C4005627AB /* LaunchScreen.xib */ = {
  522. isa = PBXVariantGroup;
  523. children = (
  524. 2DA7F9381AA6B4C4005627AB /* Base */,
  525. );
  526. name = LaunchScreen.xib;
  527. sourceTree = "<group>";
  528. };
  529. /* End PBXVariantGroup section */
  530. /* Begin XCBuildConfiguration section */
  531. 2DA7F9461AA6B4C4005627AB /* Debug */ = {
  532. isa = XCBuildConfiguration;
  533. buildSettings = {
  534. ALWAYS_SEARCH_USER_PATHS = NO;
  535. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  536. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  537. CLANG_CXX_LIBRARY = "libc++";
  538. CLANG_ENABLE_MODULES = YES;
  539. CLANG_ENABLE_OBJC_ARC = YES;
  540. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  541. CLANG_WARN_BOOL_CONVERSION = YES;
  542. CLANG_WARN_COMMA = YES;
  543. CLANG_WARN_CONSTANT_CONVERSION = YES;
  544. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  545. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  546. CLANG_WARN_EMPTY_BODY = YES;
  547. CLANG_WARN_ENUM_CONVERSION = YES;
  548. CLANG_WARN_INFINITE_RECURSION = YES;
  549. CLANG_WARN_INT_CONVERSION = YES;
  550. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  551. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  552. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  553. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  554. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  555. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  556. CLANG_WARN_STRICT_PROTOTYPES = YES;
  557. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  558. CLANG_WARN_UNREACHABLE_CODE = YES;
  559. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  560. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  561. COPY_PHASE_STRIP = NO;
  562. ENABLE_STRICT_OBJC_MSGSEND = YES;
  563. ENABLE_TESTABILITY = YES;
  564. GCC_C_LANGUAGE_STANDARD = gnu99;
  565. GCC_DYNAMIC_NO_PIC = NO;
  566. GCC_NO_COMMON_BLOCKS = YES;
  567. GCC_OPTIMIZATION_LEVEL = 0;
  568. GCC_PREPROCESSOR_DEFINITIONS = (
  569. "DEBUG=1",
  570. "$(inherited)",
  571. );
  572. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  573. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  574. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  575. GCC_WARN_UNDECLARED_SELECTOR = YES;
  576. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  577. GCC_WARN_UNUSED_FUNCTION = YES;
  578. GCC_WARN_UNUSED_VARIABLE = YES;
  579. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  580. MTL_ENABLE_DEBUG_INFO = YES;
  581. ONLY_ACTIVE_ARCH = YES;
  582. SDKROOT = iphoneos;
  583. TARGETED_DEVICE_FAMILY = "1,2";
  584. };
  585. name = Debug;
  586. };
  587. 2DA7F9471AA6B4C4005627AB /* Release */ = {
  588. isa = XCBuildConfiguration;
  589. buildSettings = {
  590. ALWAYS_SEARCH_USER_PATHS = NO;
  591. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  592. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  593. CLANG_CXX_LIBRARY = "libc++";
  594. CLANG_ENABLE_MODULES = YES;
  595. CLANG_ENABLE_OBJC_ARC = YES;
  596. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  597. CLANG_WARN_BOOL_CONVERSION = YES;
  598. CLANG_WARN_COMMA = YES;
  599. CLANG_WARN_CONSTANT_CONVERSION = YES;
  600. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  601. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  602. CLANG_WARN_EMPTY_BODY = YES;
  603. CLANG_WARN_ENUM_CONVERSION = YES;
  604. CLANG_WARN_INFINITE_RECURSION = YES;
  605. CLANG_WARN_INT_CONVERSION = YES;
  606. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  607. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  608. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  609. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  610. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  611. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  612. CLANG_WARN_STRICT_PROTOTYPES = YES;
  613. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  614. CLANG_WARN_UNREACHABLE_CODE = YES;
  615. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  616. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  617. COPY_PHASE_STRIP = YES;
  618. ENABLE_NS_ASSERTIONS = NO;
  619. ENABLE_STRICT_OBJC_MSGSEND = YES;
  620. GCC_C_LANGUAGE_STANDARD = gnu99;
  621. GCC_NO_COMMON_BLOCKS = YES;
  622. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  623. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  624. GCC_WARN_UNDECLARED_SELECTOR = YES;
  625. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  626. GCC_WARN_UNUSED_FUNCTION = YES;
  627. GCC_WARN_UNUSED_VARIABLE = YES;
  628. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  629. MTL_ENABLE_DEBUG_INFO = NO;
  630. SDKROOT = iphoneos;
  631. TARGETED_DEVICE_FAMILY = "1,2";
  632. VALIDATE_PRODUCT = YES;
  633. };
  634. name = Release;
  635. };
  636. 2DA7F9491AA6B4C4005627AB /* Debug */ = {
  637. isa = XCBuildConfiguration;
  638. buildSettings = {
  639. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  640. CLANG_ENABLE_MODULES = YES;
  641. CODE_SIGN_IDENTITY = "iPhone Developer";
  642. DEVELOPMENT_TEAM = "";
  643. GCC_PREFIX_HEADER = MJRefreshExample/PrefixHeader.pch;
  644. INFOPLIST_FILE = MJRefreshExample/Info.plist;
  645. LD_RUNPATH_SEARCH_PATHS = (
  646. "$(inherited)",
  647. "@executable_path/Frameworks",
  648. );
  649. PRODUCT_BUNDLE_IDENTIFIER = com.mj.MJRefresh;
  650. PRODUCT_NAME = "$(TARGET_NAME)";
  651. SWIFT_OBJC_BRIDGING_HEADER = "MJRefreshExample/MJRefreshExample-Bridging-Header.h";
  652. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  653. SWIFT_VERSION = 5.0;
  654. };
  655. name = Debug;
  656. };
  657. 2DA7F94A1AA6B4C4005627AB /* Release */ = {
  658. isa = XCBuildConfiguration;
  659. buildSettings = {
  660. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  661. CLANG_ENABLE_MODULES = YES;
  662. CODE_SIGN_IDENTITY = "iPhone Developer";
  663. DEVELOPMENT_TEAM = "";
  664. GCC_PREFIX_HEADER = MJRefreshExample/PrefixHeader.pch;
  665. INFOPLIST_FILE = MJRefreshExample/Info.plist;
  666. LD_RUNPATH_SEARCH_PATHS = (
  667. "$(inherited)",
  668. "@executable_path/Frameworks",
  669. );
  670. PRODUCT_BUNDLE_IDENTIFIER = com.mj.MJRefresh;
  671. PRODUCT_NAME = "$(TARGET_NAME)";
  672. SWIFT_OBJC_BRIDGING_HEADER = "MJRefreshExample/MJRefreshExample-Bridging-Header.h";
  673. SWIFT_VERSION = 5.0;
  674. };
  675. name = Release;
  676. };
  677. 2DA7F94C1AA6B4C4005627AB /* Debug */ = {
  678. isa = XCBuildConfiguration;
  679. buildSettings = {
  680. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  681. BUNDLE_LOADER = "$(TEST_HOST)";
  682. FRAMEWORK_SEARCH_PATHS = (
  683. "$(SDKROOT)/System/Library/Frameworks",
  684. "$(inherited)",
  685. );
  686. GCC_PREPROCESSOR_DEFINITIONS = (
  687. "DEBUG=1",
  688. "$(inherited)",
  689. );
  690. INFOPLIST_FILE = MJRefreshExampleTests/Info.plist;
  691. LD_RUNPATH_SEARCH_PATHS = (
  692. "$(inherited)",
  693. "@executable_path/Frameworks",
  694. "@loader_path/Frameworks",
  695. );
  696. PRODUCT_BUNDLE_IDENTIFIER = "com.mj.$(PRODUCT_NAME:rfc1034identifier)";
  697. PRODUCT_NAME = "$(TARGET_NAME)";
  698. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MJRefreshExample.app/MJRefreshExample";
  699. };
  700. name = Debug;
  701. };
  702. 2DA7F94D1AA6B4C4005627AB /* Release */ = {
  703. isa = XCBuildConfiguration;
  704. buildSettings = {
  705. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  706. BUNDLE_LOADER = "$(TEST_HOST)";
  707. FRAMEWORK_SEARCH_PATHS = (
  708. "$(SDKROOT)/System/Library/Frameworks",
  709. "$(inherited)",
  710. );
  711. INFOPLIST_FILE = MJRefreshExampleTests/Info.plist;
  712. LD_RUNPATH_SEARCH_PATHS = (
  713. "$(inherited)",
  714. "@executable_path/Frameworks",
  715. "@loader_path/Frameworks",
  716. );
  717. PRODUCT_BUNDLE_IDENTIFIER = "com.mj.$(PRODUCT_NAME:rfc1034identifier)";
  718. PRODUCT_NAME = "$(TARGET_NAME)";
  719. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MJRefreshExample.app/MJRefreshExample";
  720. };
  721. name = Release;
  722. };
  723. /* End XCBuildConfiguration section */
  724. /* Begin XCConfigurationList section */
  725. 2DA7F9201AA6B4C4005627AB /* Build configuration list for PBXProject "MJRefreshExample" */ = {
  726. isa = XCConfigurationList;
  727. buildConfigurations = (
  728. 2DA7F9461AA6B4C4005627AB /* Debug */,
  729. 2DA7F9471AA6B4C4005627AB /* Release */,
  730. );
  731. defaultConfigurationIsVisible = 0;
  732. defaultConfigurationName = Release;
  733. };
  734. 2DA7F9481AA6B4C4005627AB /* Build configuration list for PBXNativeTarget "MJRefreshExample" */ = {
  735. isa = XCConfigurationList;
  736. buildConfigurations = (
  737. 2DA7F9491AA6B4C4005627AB /* Debug */,
  738. 2DA7F94A1AA6B4C4005627AB /* Release */,
  739. );
  740. defaultConfigurationIsVisible = 0;
  741. defaultConfigurationName = Release;
  742. };
  743. 2DA7F94B1AA6B4C4005627AB /* Build configuration list for PBXNativeTarget "MJRefreshExampleTests" */ = {
  744. isa = XCConfigurationList;
  745. buildConfigurations = (
  746. 2DA7F94C1AA6B4C4005627AB /* Debug */,
  747. 2DA7F94D1AA6B4C4005627AB /* Release */,
  748. );
  749. defaultConfigurationIsVisible = 0;
  750. defaultConfigurationName = Release;
  751. };
  752. /* End XCConfigurationList section */
  753. };
  754. rootObject = 2DA7F91D1AA6B4C4005627AB /* Project object */;
  755. }