2
0

project.pbxproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2D1D8FB21935C0CD0019D689 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D1D8FB11935C0CD0019D689 /* UIScrollView+MJRefresh.m */; };
  10. 2D1D8FB51935EABD0019D689 /* UIView+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D1D8FB41935EABD0019D689 /* UIView+Extension.m */; };
  11. 2D1D8FB81935EACA0019D689 /* UIScrollView+Extension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D1D8FB71935EACA0019D689 /* UIScrollView+Extension.m */; };
  12. 2D1D8FBC19360E040019D689 /* MJTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D1D8FBA19360E040019D689 /* MJTestViewController.m */; };
  13. 2D1D8FBD19360E040019D689 /* MJTestViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D1D8FBB19360E040019D689 /* MJTestViewController.xib */; };
  14. 2D9CAF6B192FAD750011F500 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D9CAF6A192FAD750011F500 /* Foundation.framework */; };
  15. 2D9CAF6D192FAD750011F500 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D9CAF6C192FAD750011F500 /* CoreGraphics.framework */; };
  16. 2D9CAF6F192FAD750011F500 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D9CAF6E192FAD750011F500 /* UIKit.framework */; };
  17. 2D9CAF75192FAD750011F500 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2D9CAF73192FAD750011F500 /* InfoPlist.strings */; };
  18. 2D9CAF83192FAD750011F500 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2D9CAF82192FAD750011F500 /* Images.xcassets */; };
  19. 2D9CAF8A192FAD750011F500 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D9CAF89192FAD750011F500 /* XCTest.framework */; };
  20. 2D9CAF8B192FAD750011F500 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D9CAF6A192FAD750011F500 /* Foundation.framework */; };
  21. 2D9CAF8C192FAD750011F500 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D9CAF6E192FAD750011F500 /* UIKit.framework */; };
  22. 2D9CAF94192FAD750011F500 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 2D9CAF92192FAD750011F500 /* InfoPlist.strings */; };
  23. 2D9CAF96192FAD750011F500 /* MJRefreshExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAF95192FAD750011F500 /* MJRefreshExampleTests.m */; };
  24. 2D9CAFBB192FAD9F0011F500 /* MJCollectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFA2192FAD9F0011F500 /* MJCollectionViewController.m */; };
  25. 2D9CAFBC192FAD9F0011F500 /* MJNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFA4192FAD9F0011F500 /* MJNavigationController.m */; };
  26. 2D9CAFBD192FAD9F0011F500 /* MJSampleIndexViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFA6192FAD9F0011F500 /* MJSampleIndexViewController.m */; };
  27. 2D9CAFBE192FAD9F0011F500 /* MJTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFA8192FAD9F0011F500 /* MJTableViewController.m */; };
  28. 2D9CAFBF192FAD9F0011F500 /* MJSampleIndex.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFAB192FAD9F0011F500 /* MJSampleIndex.m */; };
  29. 2D9CAFC0192FAD9F0011F500 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFAD192FAD9F0011F500 /* main.m */; };
  30. 2D9CAFC1192FAD9F0011F500 /* MJAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFAF192FAD9F0011F500 /* MJAppDelegate.m */; };
  31. 2D9CAFC2192FAD9F0011F500 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2D9CAFB1192FAD9F0011F500 /* MJRefresh.bundle */; };
  32. 2D9CAFC3192FAD9F0011F500 /* MJRefreshBaseView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFB4192FAD9F0011F500 /* MJRefreshBaseView.m */; };
  33. 2D9CAFC4192FAD9F0011F500 /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFB6192FAD9F0011F500 /* MJRefreshConst.m */; };
  34. 2D9CAFC5192FAD9F0011F500 /* MJRefreshFooterView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFB8192FAD9F0011F500 /* MJRefreshFooterView.m */; };
  35. 2D9CAFC6192FAD9F0011F500 /* MJRefreshHeaderView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9CAFBA192FAD9F0011F500 /* MJRefreshHeaderView.m */; };
  36. /* End PBXBuildFile section */
  37. /* Begin PBXContainerItemProxy section */
  38. 2D9CAF8D192FAD750011F500 /* PBXContainerItemProxy */ = {
  39. isa = PBXContainerItemProxy;
  40. containerPortal = 2D9CAF5F192FAD750011F500 /* Project object */;
  41. proxyType = 1;
  42. remoteGlobalIDString = 2D9CAF66192FAD750011F500;
  43. remoteInfo = MJRefreshExample;
  44. };
  45. /* End PBXContainerItemProxy section */
  46. /* Begin PBXFileReference section */
  47. 2D1D8FB01935C0CD0019D689 /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+MJRefresh.h"; sourceTree = "<group>"; };
  48. 2D1D8FB11935C0CD0019D689 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+MJRefresh.m"; sourceTree = "<group>"; };
  49. 2D1D8FB31935EABD0019D689 /* UIView+Extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+Extension.h"; sourceTree = "<group>"; };
  50. 2D1D8FB41935EABD0019D689 /* UIView+Extension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+Extension.m"; sourceTree = "<group>"; };
  51. 2D1D8FB61935EACA0019D689 /* UIScrollView+Extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+Extension.h"; sourceTree = "<group>"; };
  52. 2D1D8FB71935EACA0019D689 /* UIScrollView+Extension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+Extension.m"; sourceTree = "<group>"; };
  53. 2D1D8FB919360E040019D689 /* MJTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJTestViewController.h; sourceTree = "<group>"; };
  54. 2D1D8FBA19360E040019D689 /* MJTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJTestViewController.m; sourceTree = "<group>"; };
  55. 2D1D8FBB19360E040019D689 /* MJTestViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MJTestViewController.xib; sourceTree = "<group>"; };
  56. 2D9CAF67192FAD750011F500 /* MJRefreshExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MJRefreshExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  57. 2D9CAF6A192FAD750011F500 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  58. 2D9CAF6C192FAD750011F500 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  59. 2D9CAF6E192FAD750011F500 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  60. 2D9CAF72192FAD750011F500 /* MJRefreshExample-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MJRefreshExample-Info.plist"; sourceTree = "<group>"; };
  61. 2D9CAF74192FAD750011F500 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  62. 2D9CAF78192FAD750011F500 /* MJRefreshExample-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MJRefreshExample-Prefix.pch"; sourceTree = "<group>"; };
  63. 2D9CAF82192FAD750011F500 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  64. 2D9CAF88192FAD750011F500 /* MJRefreshExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MJRefreshExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  65. 2D9CAF89192FAD750011F500 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
  66. 2D9CAF91192FAD750011F500 /* MJRefreshExampleTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "MJRefreshExampleTests-Info.plist"; sourceTree = "<group>"; };
  67. 2D9CAF93192FAD750011F500 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  68. 2D9CAF95192FAD750011F500 /* MJRefreshExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MJRefreshExampleTests.m; sourceTree = "<group>"; };
  69. 2D9CAFA1192FAD9F0011F500 /* MJCollectionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJCollectionViewController.h; sourceTree = "<group>"; };
  70. 2D9CAFA2192FAD9F0011F500 /* MJCollectionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJCollectionViewController.m; sourceTree = "<group>"; };
  71. 2D9CAFA3192FAD9F0011F500 /* MJNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJNavigationController.h; sourceTree = "<group>"; };
  72. 2D9CAFA4192FAD9F0011F500 /* MJNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJNavigationController.m; sourceTree = "<group>"; };
  73. 2D9CAFA5192FAD9F0011F500 /* MJSampleIndexViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJSampleIndexViewController.h; sourceTree = "<group>"; };
  74. 2D9CAFA6192FAD9F0011F500 /* MJSampleIndexViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJSampleIndexViewController.m; sourceTree = "<group>"; };
  75. 2D9CAFA7192FAD9F0011F500 /* MJTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJTableViewController.h; sourceTree = "<group>"; };
  76. 2D9CAFA8192FAD9F0011F500 /* MJTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJTableViewController.m; sourceTree = "<group>"; };
  77. 2D9CAFAA192FAD9F0011F500 /* MJSampleIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJSampleIndex.h; sourceTree = "<group>"; };
  78. 2D9CAFAB192FAD9F0011F500 /* MJSampleIndex.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJSampleIndex.m; sourceTree = "<group>"; };
  79. 2D9CAFAD192FAD9F0011F500 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  80. 2D9CAFAE192FAD9F0011F500 /* MJAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJAppDelegate.h; sourceTree = "<group>"; };
  81. 2D9CAFAF192FAD9F0011F500 /* MJAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJAppDelegate.m; sourceTree = "<group>"; };
  82. 2D9CAFB1192FAD9F0011F500 /* MJRefresh.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = MJRefresh.bundle; sourceTree = "<group>"; };
  83. 2D9CAFB2192FAD9F0011F500 /* MJRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefresh.h; sourceTree = "<group>"; };
  84. 2D9CAFB3192FAD9F0011F500 /* MJRefreshBaseView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshBaseView.h; sourceTree = "<group>"; };
  85. 2D9CAFB4192FAD9F0011F500 /* MJRefreshBaseView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshBaseView.m; sourceTree = "<group>"; };
  86. 2D9CAFB5192FAD9F0011F500 /* MJRefreshConst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshConst.h; sourceTree = "<group>"; };
  87. 2D9CAFB6192FAD9F0011F500 /* MJRefreshConst.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshConst.m; sourceTree = "<group>"; };
  88. 2D9CAFB7192FAD9F0011F500 /* MJRefreshFooterView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshFooterView.h; sourceTree = "<group>"; };
  89. 2D9CAFB8192FAD9F0011F500 /* MJRefreshFooterView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshFooterView.m; sourceTree = "<group>"; };
  90. 2D9CAFB9192FAD9F0011F500 /* MJRefreshHeaderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshHeaderView.h; sourceTree = "<group>"; };
  91. 2D9CAFBA192FAD9F0011F500 /* MJRefreshHeaderView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshHeaderView.m; sourceTree = "<group>"; };
  92. /* End PBXFileReference section */
  93. /* Begin PBXFrameworksBuildPhase section */
  94. 2D9CAF64192FAD750011F500 /* Frameworks */ = {
  95. isa = PBXFrameworksBuildPhase;
  96. buildActionMask = 2147483647;
  97. files = (
  98. 2D9CAF6D192FAD750011F500 /* CoreGraphics.framework in Frameworks */,
  99. 2D9CAF6F192FAD750011F500 /* UIKit.framework in Frameworks */,
  100. 2D9CAF6B192FAD750011F500 /* Foundation.framework in Frameworks */,
  101. );
  102. runOnlyForDeploymentPostprocessing = 0;
  103. };
  104. 2D9CAF85192FAD750011F500 /* Frameworks */ = {
  105. isa = PBXFrameworksBuildPhase;
  106. buildActionMask = 2147483647;
  107. files = (
  108. 2D9CAF8A192FAD750011F500 /* XCTest.framework in Frameworks */,
  109. 2D9CAF8C192FAD750011F500 /* UIKit.framework in Frameworks */,
  110. 2D9CAF8B192FAD750011F500 /* Foundation.framework in Frameworks */,
  111. );
  112. runOnlyForDeploymentPostprocessing = 0;
  113. };
  114. /* End PBXFrameworksBuildPhase section */
  115. /* Begin PBXGroup section */
  116. 2D9CAF5E192FAD750011F500 = {
  117. isa = PBXGroup;
  118. children = (
  119. 2D9CAF70192FAD750011F500 /* MJRefreshExample */,
  120. 2D9CAF8F192FAD750011F500 /* MJRefreshExampleTests */,
  121. 2D9CAF69192FAD750011F500 /* Frameworks */,
  122. 2D9CAF68192FAD750011F500 /* Products */,
  123. );
  124. sourceTree = "<group>";
  125. };
  126. 2D9CAF68192FAD750011F500 /* Products */ = {
  127. isa = PBXGroup;
  128. children = (
  129. 2D9CAF67192FAD750011F500 /* MJRefreshExample.app */,
  130. 2D9CAF88192FAD750011F500 /* MJRefreshExampleTests.xctest */,
  131. );
  132. name = Products;
  133. sourceTree = "<group>";
  134. };
  135. 2D9CAF69192FAD750011F500 /* Frameworks */ = {
  136. isa = PBXGroup;
  137. children = (
  138. 2D9CAF6A192FAD750011F500 /* Foundation.framework */,
  139. 2D9CAF6C192FAD750011F500 /* CoreGraphics.framework */,
  140. 2D9CAF6E192FAD750011F500 /* UIKit.framework */,
  141. 2D9CAF89192FAD750011F500 /* XCTest.framework */,
  142. );
  143. name = Frameworks;
  144. sourceTree = "<group>";
  145. };
  146. 2D9CAF70192FAD750011F500 /* MJRefreshExample */ = {
  147. isa = PBXGroup;
  148. children = (
  149. 2D9CAF9F192FAD9F0011F500 /* Classes */,
  150. 2D9CAFB0192FAD9F0011F500 /* MJRefresh */,
  151. 2D9CAF71192FAD750011F500 /* Supporting Files */,
  152. );
  153. path = MJRefreshExample;
  154. sourceTree = "<group>";
  155. };
  156. 2D9CAF71192FAD750011F500 /* Supporting Files */ = {
  157. isa = PBXGroup;
  158. children = (
  159. 2D9CAF82192FAD750011F500 /* Images.xcassets */,
  160. 2D9CAF72192FAD750011F500 /* MJRefreshExample-Info.plist */,
  161. 2D9CAF73192FAD750011F500 /* InfoPlist.strings */,
  162. 2D9CAF78192FAD750011F500 /* MJRefreshExample-Prefix.pch */,
  163. );
  164. name = "Supporting Files";
  165. sourceTree = "<group>";
  166. };
  167. 2D9CAF8F192FAD750011F500 /* MJRefreshExampleTests */ = {
  168. isa = PBXGroup;
  169. children = (
  170. 2D9CAF95192FAD750011F500 /* MJRefreshExampleTests.m */,
  171. 2D9CAF90192FAD750011F500 /* Supporting Files */,
  172. );
  173. path = MJRefreshExampleTests;
  174. sourceTree = "<group>";
  175. };
  176. 2D9CAF90192FAD750011F500 /* Supporting Files */ = {
  177. isa = PBXGroup;
  178. children = (
  179. 2D9CAF91192FAD750011F500 /* MJRefreshExampleTests-Info.plist */,
  180. 2D9CAF92192FAD750011F500 /* InfoPlist.strings */,
  181. );
  182. name = "Supporting Files";
  183. sourceTree = "<group>";
  184. };
  185. 2D9CAF9F192FAD9F0011F500 /* Classes */ = {
  186. isa = PBXGroup;
  187. children = (
  188. 2D9CAFA0192FAD9F0011F500 /* Controller */,
  189. 2D9CAFA9192FAD9F0011F500 /* Model */,
  190. 2D9CAFAC192FAD9F0011F500 /* Other */,
  191. );
  192. path = Classes;
  193. sourceTree = "<group>";
  194. };
  195. 2D9CAFA0192FAD9F0011F500 /* Controller */ = {
  196. isa = PBXGroup;
  197. children = (
  198. 2D9CAFA1192FAD9F0011F500 /* MJCollectionViewController.h */,
  199. 2D9CAFA2192FAD9F0011F500 /* MJCollectionViewController.m */,
  200. 2D9CAFA3192FAD9F0011F500 /* MJNavigationController.h */,
  201. 2D9CAFA4192FAD9F0011F500 /* MJNavigationController.m */,
  202. 2D9CAFA5192FAD9F0011F500 /* MJSampleIndexViewController.h */,
  203. 2D9CAFA6192FAD9F0011F500 /* MJSampleIndexViewController.m */,
  204. 2D9CAFA7192FAD9F0011F500 /* MJTableViewController.h */,
  205. 2D9CAFA8192FAD9F0011F500 /* MJTableViewController.m */,
  206. 2D1D8FB919360E040019D689 /* MJTestViewController.h */,
  207. 2D1D8FBA19360E040019D689 /* MJTestViewController.m */,
  208. 2D1D8FBB19360E040019D689 /* MJTestViewController.xib */,
  209. );
  210. path = Controller;
  211. sourceTree = "<group>";
  212. };
  213. 2D9CAFA9192FAD9F0011F500 /* Model */ = {
  214. isa = PBXGroup;
  215. children = (
  216. 2D9CAFAA192FAD9F0011F500 /* MJSampleIndex.h */,
  217. 2D9CAFAB192FAD9F0011F500 /* MJSampleIndex.m */,
  218. );
  219. path = Model;
  220. sourceTree = "<group>";
  221. };
  222. 2D9CAFAC192FAD9F0011F500 /* Other */ = {
  223. isa = PBXGroup;
  224. children = (
  225. 2D9CAFAD192FAD9F0011F500 /* main.m */,
  226. 2D9CAFAE192FAD9F0011F500 /* MJAppDelegate.h */,
  227. 2D9CAFAF192FAD9F0011F500 /* MJAppDelegate.m */,
  228. );
  229. path = Other;
  230. sourceTree = "<group>";
  231. };
  232. 2D9CAFB0192FAD9F0011F500 /* MJRefresh */ = {
  233. isa = PBXGroup;
  234. children = (
  235. 2D9CAFB1192FAD9F0011F500 /* MJRefresh.bundle */,
  236. 2D9CAFB2192FAD9F0011F500 /* MJRefresh.h */,
  237. 2D9CAFB3192FAD9F0011F500 /* MJRefreshBaseView.h */,
  238. 2D9CAFB4192FAD9F0011F500 /* MJRefreshBaseView.m */,
  239. 2D9CAFB5192FAD9F0011F500 /* MJRefreshConst.h */,
  240. 2D9CAFB6192FAD9F0011F500 /* MJRefreshConst.m */,
  241. 2D9CAFB7192FAD9F0011F500 /* MJRefreshFooterView.h */,
  242. 2D9CAFB8192FAD9F0011F500 /* MJRefreshFooterView.m */,
  243. 2D9CAFB9192FAD9F0011F500 /* MJRefreshHeaderView.h */,
  244. 2D9CAFBA192FAD9F0011F500 /* MJRefreshHeaderView.m */,
  245. 2D1D8FB01935C0CD0019D689 /* UIScrollView+MJRefresh.h */,
  246. 2D1D8FB11935C0CD0019D689 /* UIScrollView+MJRefresh.m */,
  247. 2D1D8FB31935EABD0019D689 /* UIView+Extension.h */,
  248. 2D1D8FB41935EABD0019D689 /* UIView+Extension.m */,
  249. 2D1D8FB61935EACA0019D689 /* UIScrollView+Extension.h */,
  250. 2D1D8FB71935EACA0019D689 /* UIScrollView+Extension.m */,
  251. );
  252. path = MJRefresh;
  253. sourceTree = "<group>";
  254. };
  255. /* End PBXGroup section */
  256. /* Begin PBXNativeTarget section */
  257. 2D9CAF66192FAD750011F500 /* MJRefreshExample */ = {
  258. isa = PBXNativeTarget;
  259. buildConfigurationList = 2D9CAF99192FAD750011F500 /* Build configuration list for PBXNativeTarget "MJRefreshExample" */;
  260. buildPhases = (
  261. 2D9CAF63192FAD750011F500 /* Sources */,
  262. 2D9CAF64192FAD750011F500 /* Frameworks */,
  263. 2D9CAF65192FAD750011F500 /* Resources */,
  264. );
  265. buildRules = (
  266. );
  267. dependencies = (
  268. );
  269. name = MJRefreshExample;
  270. productName = MJRefreshExample;
  271. productReference = 2D9CAF67192FAD750011F500 /* MJRefreshExample.app */;
  272. productType = "com.apple.product-type.application";
  273. };
  274. 2D9CAF87192FAD750011F500 /* MJRefreshExampleTests */ = {
  275. isa = PBXNativeTarget;
  276. buildConfigurationList = 2D9CAF9C192FAD750011F500 /* Build configuration list for PBXNativeTarget "MJRefreshExampleTests" */;
  277. buildPhases = (
  278. 2D9CAF84192FAD750011F500 /* Sources */,
  279. 2D9CAF85192FAD750011F500 /* Frameworks */,
  280. 2D9CAF86192FAD750011F500 /* Resources */,
  281. );
  282. buildRules = (
  283. );
  284. dependencies = (
  285. 2D9CAF8E192FAD750011F500 /* PBXTargetDependency */,
  286. );
  287. name = MJRefreshExampleTests;
  288. productName = MJRefreshExampleTests;
  289. productReference = 2D9CAF88192FAD750011F500 /* MJRefreshExampleTests.xctest */;
  290. productType = "com.apple.product-type.bundle.unit-test";
  291. };
  292. /* End PBXNativeTarget section */
  293. /* Begin PBXProject section */
  294. 2D9CAF5F192FAD750011F500 /* Project object */ = {
  295. isa = PBXProject;
  296. attributes = {
  297. CLASSPREFIX = MJ;
  298. LastUpgradeCheck = 0510;
  299. ORGANIZATIONNAME = itcast;
  300. TargetAttributes = {
  301. 2D9CAF87192FAD750011F500 = {
  302. TestTargetID = 2D9CAF66192FAD750011F500;
  303. };
  304. };
  305. };
  306. buildConfigurationList = 2D9CAF62192FAD750011F500 /* Build configuration list for PBXProject "MJRefreshExample" */;
  307. compatibilityVersion = "Xcode 3.2";
  308. developmentRegion = English;
  309. hasScannedForEncodings = 0;
  310. knownRegions = (
  311. en,
  312. Base,
  313. );
  314. mainGroup = 2D9CAF5E192FAD750011F500;
  315. productRefGroup = 2D9CAF68192FAD750011F500 /* Products */;
  316. projectDirPath = "";
  317. projectRoot = "";
  318. targets = (
  319. 2D9CAF66192FAD750011F500 /* MJRefreshExample */,
  320. 2D9CAF87192FAD750011F500 /* MJRefreshExampleTests */,
  321. );
  322. };
  323. /* End PBXProject section */
  324. /* Begin PBXResourcesBuildPhase section */
  325. 2D9CAF65192FAD750011F500 /* Resources */ = {
  326. isa = PBXResourcesBuildPhase;
  327. buildActionMask = 2147483647;
  328. files = (
  329. 2D9CAF83192FAD750011F500 /* Images.xcassets in Resources */,
  330. 2D9CAF75192FAD750011F500 /* InfoPlist.strings in Resources */,
  331. 2D9CAFC2192FAD9F0011F500 /* MJRefresh.bundle in Resources */,
  332. 2D1D8FBD19360E040019D689 /* MJTestViewController.xib in Resources */,
  333. );
  334. runOnlyForDeploymentPostprocessing = 0;
  335. };
  336. 2D9CAF86192FAD750011F500 /* Resources */ = {
  337. isa = PBXResourcesBuildPhase;
  338. buildActionMask = 2147483647;
  339. files = (
  340. 2D9CAF94192FAD750011F500 /* InfoPlist.strings in Resources */,
  341. );
  342. runOnlyForDeploymentPostprocessing = 0;
  343. };
  344. /* End PBXResourcesBuildPhase section */
  345. /* Begin PBXSourcesBuildPhase section */
  346. 2D9CAF63192FAD750011F500 /* Sources */ = {
  347. isa = PBXSourcesBuildPhase;
  348. buildActionMask = 2147483647;
  349. files = (
  350. 2D9CAFC5192FAD9F0011F500 /* MJRefreshFooterView.m in Sources */,
  351. 2D1D8FB81935EACA0019D689 /* UIScrollView+Extension.m in Sources */,
  352. 2D9CAFBE192FAD9F0011F500 /* MJTableViewController.m in Sources */,
  353. 2D1D8FB51935EABD0019D689 /* UIView+Extension.m in Sources */,
  354. 2D9CAFBD192FAD9F0011F500 /* MJSampleIndexViewController.m in Sources */,
  355. 2D9CAFBF192FAD9F0011F500 /* MJSampleIndex.m in Sources */,
  356. 2D9CAFC4192FAD9F0011F500 /* MJRefreshConst.m in Sources */,
  357. 2D9CAFC6192FAD9F0011F500 /* MJRefreshHeaderView.m in Sources */,
  358. 2D9CAFBB192FAD9F0011F500 /* MJCollectionViewController.m in Sources */,
  359. 2D9CAFC1192FAD9F0011F500 /* MJAppDelegate.m in Sources */,
  360. 2D1D8FBC19360E040019D689 /* MJTestViewController.m in Sources */,
  361. 2D1D8FB21935C0CD0019D689 /* UIScrollView+MJRefresh.m in Sources */,
  362. 2D9CAFC3192FAD9F0011F500 /* MJRefreshBaseView.m in Sources */,
  363. 2D9CAFC0192FAD9F0011F500 /* main.m in Sources */,
  364. 2D9CAFBC192FAD9F0011F500 /* MJNavigationController.m in Sources */,
  365. );
  366. runOnlyForDeploymentPostprocessing = 0;
  367. };
  368. 2D9CAF84192FAD750011F500 /* Sources */ = {
  369. isa = PBXSourcesBuildPhase;
  370. buildActionMask = 2147483647;
  371. files = (
  372. 2D9CAF96192FAD750011F500 /* MJRefreshExampleTests.m in Sources */,
  373. );
  374. runOnlyForDeploymentPostprocessing = 0;
  375. };
  376. /* End PBXSourcesBuildPhase section */
  377. /* Begin PBXTargetDependency section */
  378. 2D9CAF8E192FAD750011F500 /* PBXTargetDependency */ = {
  379. isa = PBXTargetDependency;
  380. target = 2D9CAF66192FAD750011F500 /* MJRefreshExample */;
  381. targetProxy = 2D9CAF8D192FAD750011F500 /* PBXContainerItemProxy */;
  382. };
  383. /* End PBXTargetDependency section */
  384. /* Begin PBXVariantGroup section */
  385. 2D9CAF73192FAD750011F500 /* InfoPlist.strings */ = {
  386. isa = PBXVariantGroup;
  387. children = (
  388. 2D9CAF74192FAD750011F500 /* en */,
  389. );
  390. name = InfoPlist.strings;
  391. sourceTree = "<group>";
  392. };
  393. 2D9CAF92192FAD750011F500 /* InfoPlist.strings */ = {
  394. isa = PBXVariantGroup;
  395. children = (
  396. 2D9CAF93192FAD750011F500 /* en */,
  397. );
  398. name = InfoPlist.strings;
  399. sourceTree = "<group>";
  400. };
  401. /* End PBXVariantGroup section */
  402. /* Begin XCBuildConfiguration section */
  403. 2D9CAF97192FAD750011F500 /* Debug */ = {
  404. isa = XCBuildConfiguration;
  405. buildSettings = {
  406. ALWAYS_SEARCH_USER_PATHS = NO;
  407. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  408. CLANG_CXX_LIBRARY = "libc++";
  409. CLANG_ENABLE_MODULES = YES;
  410. CLANG_ENABLE_OBJC_ARC = YES;
  411. CLANG_WARN_BOOL_CONVERSION = YES;
  412. CLANG_WARN_CONSTANT_CONVERSION = YES;
  413. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  414. CLANG_WARN_EMPTY_BODY = YES;
  415. CLANG_WARN_ENUM_CONVERSION = YES;
  416. CLANG_WARN_INT_CONVERSION = YES;
  417. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  418. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  419. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  420. COPY_PHASE_STRIP = NO;
  421. GCC_C_LANGUAGE_STANDARD = gnu99;
  422. GCC_DYNAMIC_NO_PIC = NO;
  423. GCC_OPTIMIZATION_LEVEL = 0;
  424. GCC_PREPROCESSOR_DEFINITIONS = (
  425. "DEBUG=1",
  426. "$(inherited)",
  427. );
  428. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  429. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  430. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  431. GCC_WARN_UNDECLARED_SELECTOR = YES;
  432. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  433. GCC_WARN_UNUSED_FUNCTION = YES;
  434. GCC_WARN_UNUSED_VARIABLE = YES;
  435. IPHONEOS_DEPLOYMENT_TARGET = 7.1;
  436. ONLY_ACTIVE_ARCH = YES;
  437. SDKROOT = iphoneos;
  438. };
  439. name = Debug;
  440. };
  441. 2D9CAF98192FAD750011F500 /* Release */ = {
  442. isa = XCBuildConfiguration;
  443. buildSettings = {
  444. ALWAYS_SEARCH_USER_PATHS = NO;
  445. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  446. CLANG_CXX_LIBRARY = "libc++";
  447. CLANG_ENABLE_MODULES = YES;
  448. CLANG_ENABLE_OBJC_ARC = YES;
  449. CLANG_WARN_BOOL_CONVERSION = YES;
  450. CLANG_WARN_CONSTANT_CONVERSION = YES;
  451. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  452. CLANG_WARN_EMPTY_BODY = YES;
  453. CLANG_WARN_ENUM_CONVERSION = YES;
  454. CLANG_WARN_INT_CONVERSION = YES;
  455. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  456. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  457. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  458. COPY_PHASE_STRIP = YES;
  459. ENABLE_NS_ASSERTIONS = NO;
  460. GCC_C_LANGUAGE_STANDARD = gnu99;
  461. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  462. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  463. GCC_WARN_UNDECLARED_SELECTOR = YES;
  464. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  465. GCC_WARN_UNUSED_FUNCTION = YES;
  466. GCC_WARN_UNUSED_VARIABLE = YES;
  467. IPHONEOS_DEPLOYMENT_TARGET = 7.1;
  468. SDKROOT = iphoneos;
  469. VALIDATE_PRODUCT = YES;
  470. };
  471. name = Release;
  472. };
  473. 2D9CAF9A192FAD750011F500 /* Debug */ = {
  474. isa = XCBuildConfiguration;
  475. buildSettings = {
  476. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  477. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  478. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  479. GCC_PREFIX_HEADER = "MJRefreshExample/MJRefreshExample-Prefix.pch";
  480. INFOPLIST_FILE = "MJRefreshExample/MJRefreshExample-Info.plist";
  481. IPHONEOS_DEPLOYMENT_TARGET = 6.0;
  482. PRODUCT_NAME = "$(TARGET_NAME)";
  483. WRAPPER_EXTENSION = app;
  484. };
  485. name = Debug;
  486. };
  487. 2D9CAF9B192FAD750011F500 /* Release */ = {
  488. isa = XCBuildConfiguration;
  489. buildSettings = {
  490. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  491. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  492. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  493. GCC_PREFIX_HEADER = "MJRefreshExample/MJRefreshExample-Prefix.pch";
  494. INFOPLIST_FILE = "MJRefreshExample/MJRefreshExample-Info.plist";
  495. IPHONEOS_DEPLOYMENT_TARGET = 6.0;
  496. PRODUCT_NAME = "$(TARGET_NAME)";
  497. WRAPPER_EXTENSION = app;
  498. };
  499. name = Release;
  500. };
  501. 2D9CAF9D192FAD750011F500 /* Debug */ = {
  502. isa = XCBuildConfiguration;
  503. buildSettings = {
  504. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MJRefreshExample.app/MJRefreshExample";
  505. FRAMEWORK_SEARCH_PATHS = (
  506. "$(SDKROOT)/Developer/Library/Frameworks",
  507. "$(inherited)",
  508. "$(DEVELOPER_FRAMEWORKS_DIR)",
  509. );
  510. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  511. GCC_PREFIX_HEADER = "MJRefreshExample/MJRefreshExample-Prefix.pch";
  512. GCC_PREPROCESSOR_DEFINITIONS = (
  513. "DEBUG=1",
  514. "$(inherited)",
  515. );
  516. INFOPLIST_FILE = "MJRefreshExampleTests/MJRefreshExampleTests-Info.plist";
  517. PRODUCT_NAME = "$(TARGET_NAME)";
  518. TEST_HOST = "$(BUNDLE_LOADER)";
  519. WRAPPER_EXTENSION = xctest;
  520. };
  521. name = Debug;
  522. };
  523. 2D9CAF9E192FAD750011F500 /* Release */ = {
  524. isa = XCBuildConfiguration;
  525. buildSettings = {
  526. BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/MJRefreshExample.app/MJRefreshExample";
  527. FRAMEWORK_SEARCH_PATHS = (
  528. "$(SDKROOT)/Developer/Library/Frameworks",
  529. "$(inherited)",
  530. "$(DEVELOPER_FRAMEWORKS_DIR)",
  531. );
  532. GCC_PRECOMPILE_PREFIX_HEADER = YES;
  533. GCC_PREFIX_HEADER = "MJRefreshExample/MJRefreshExample-Prefix.pch";
  534. INFOPLIST_FILE = "MJRefreshExampleTests/MJRefreshExampleTests-Info.plist";
  535. PRODUCT_NAME = "$(TARGET_NAME)";
  536. TEST_HOST = "$(BUNDLE_LOADER)";
  537. WRAPPER_EXTENSION = xctest;
  538. };
  539. name = Release;
  540. };
  541. /* End XCBuildConfiguration section */
  542. /* Begin XCConfigurationList section */
  543. 2D9CAF62192FAD750011F500 /* Build configuration list for PBXProject "MJRefreshExample" */ = {
  544. isa = XCConfigurationList;
  545. buildConfigurations = (
  546. 2D9CAF97192FAD750011F500 /* Debug */,
  547. 2D9CAF98192FAD750011F500 /* Release */,
  548. );
  549. defaultConfigurationIsVisible = 0;
  550. defaultConfigurationName = Release;
  551. };
  552. 2D9CAF99192FAD750011F500 /* Build configuration list for PBXNativeTarget "MJRefreshExample" */ = {
  553. isa = XCConfigurationList;
  554. buildConfigurations = (
  555. 2D9CAF9A192FAD750011F500 /* Debug */,
  556. 2D9CAF9B192FAD750011F500 /* Release */,
  557. );
  558. defaultConfigurationIsVisible = 0;
  559. defaultConfigurationName = Release;
  560. };
  561. 2D9CAF9C192FAD750011F500 /* Build configuration list for PBXNativeTarget "MJRefreshExampleTests" */ = {
  562. isa = XCConfigurationList;
  563. buildConfigurations = (
  564. 2D9CAF9D192FAD750011F500 /* Debug */,
  565. 2D9CAF9E192FAD750011F500 /* Release */,
  566. );
  567. defaultConfigurationIsVisible = 0;
  568. defaultConfigurationName = Release;
  569. };
  570. /* End XCConfigurationList section */
  571. };
  572. rootObject = 2D9CAF5F192FAD750011F500 /* Project object */;
  573. }