project.pbxproj 68 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 50;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 01A2CE0C21ACE01500BEE365 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 01A2CE0B21ACE01500BEE365 /* MJRefreshConfig.m */; };
  10. 01EB8272236846CE00813DAA /* MJWKWebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 01EB8271236846CE00813DAA /* MJWKWebViewController.m */; };
  11. 2D4698861D0EE6A400CB8025 /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D4698851D0EE6A400CB8025 /* NSBundle+MJRefresh.m */; };
  12. 2D9BEB091BB15F4A00AED473 /* UIViewController+Example.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE01BB15F4A00AED473 /* UIViewController+Example.m */; };
  13. 2D9BEB0A1BB15F4A00AED473 /* MJChiBaoZiFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE31BB15F4A00AED473 /* MJChiBaoZiFooter.m */; };
  14. 2D9BEB0B1BB15F4A00AED473 /* MJChiBaoZiFooter2.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE51BB15F4A00AED473 /* MJChiBaoZiFooter2.m */; };
  15. 2D9BEB0C1BB15F4A00AED473 /* MJChiBaoZiHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE71BB15F4A00AED473 /* MJChiBaoZiHeader.m */; };
  16. 2D9BEB0D1BB15F4A00AED473 /* MJDIYAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAE91BB15F4A00AED473 /* MJDIYAutoFooter.m */; };
  17. 2D9BEB0E1BB15F4A00AED473 /* MJDIYBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAEB1BB15F4A00AED473 /* MJDIYBackFooter.m */; };
  18. 2D9BEB0F1BB15F4A00AED473 /* MJDIYHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAED1BB15F4A00AED473 /* MJDIYHeader.m */; };
  19. 2D9BEB101BB15F4A00AED473 /* MJExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF01BB15F4A00AED473 /* MJExample.m */; };
  20. 2D9BEB111BB15F4A00AED473 /* MJExampleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF21BB15F4A00AED473 /* MJExampleViewController.m */; };
  21. 2D9BEB121BB15F4A00AED473 /* MJExampleWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF41BB15F4A00AED473 /* MJExampleWindow.m */; };
  22. 2D9BEB131BB15F4A00AED473 /* MJNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF61BB15F4A00AED473 /* MJNavigationController.m */; };
  23. 2D9BEB141BB15F4A00AED473 /* MJSingleViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAF81BB15F4A00AED473 /* MJSingleViewController.m */; };
  24. 2D9BEB151BB15F4A00AED473 /* MJTempViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAFA1BB15F4A00AED473 /* MJTempViewController.m */; };
  25. 2D9BEB161BB15F4A00AED473 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEAFD1BB15F4A00AED473 /* AppDelegate.m */; };
  26. 2D9BEB171BB15F4A00AED473 /* MJCollectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEB001BB15F4A00AED473 /* MJCollectionViewController.m */; };
  27. 2D9BEB181BB15F4A00AED473 /* MJTableViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEB021BB15F4A00AED473 /* MJTableViewController.m */; };
  28. 2D9BEB191BB15F4A00AED473 /* MJTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEB041BB15F4A00AED473 /* MJTestViewController.m */; };
  29. 2D9BEB1A1BB15F4A00AED473 /* MJTestViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D9BEB051BB15F4A00AED473 /* MJTestViewController.xib */; };
  30. 2D9BEB1B1BB15F4A00AED473 /* MJWebViewViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D9BEB071BB15F4A00AED473 /* MJWebViewViewController.m */; };
  31. 2D9BEB1C1BB15F4A00AED473 /* MJWebViewViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D9BEB081BB15F4A00AED473 /* MJWebViewViewController.xib */; };
  32. 2D9DF45A1F7CE2C20042D6DD /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2E9EC1BECBE6700D58F6A /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  33. 2D9DF45B1F7CE2C20042D6DD /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2E9EE1BECBE6700D58F6A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  34. 2D9DF45C1F7CE2C20042D6DD /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2E9F01BECBE6700D58F6A /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; };
  35. 2D9DF45D1F7CE2C20042D6DD /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2E9F21BECBE6700D58F6A /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  36. 2D9DF45E1F7CE2C20042D6DD /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2E9F41BECBE6700D58F6A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; };
  37. 2D9DF45F1F7CE2C20042D6DD /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2E9F91BECBE6700D58F6A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  38. 2D9DF4601F7CE2C20042D6DD /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2E9FB1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  39. 2D9DF4611F7CE2C20042D6DD /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2E9FD1BECBE6700D58F6A /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  40. 2D9DF4621F7CE2C20042D6DD /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA001BECBE6700D58F6A /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  41. 2D9DF4631F7CE2C20042D6DD /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA021BECBE6700D58F6A /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  42. 2D9DF4641F7CE2C20042D6DD /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA041BECBE6700D58F6A /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; };
  43. 2D9DF4651F7CE2C20042D6DD /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA071BECBE6700D58F6A /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; };
  44. 2D9DF4661F7CE2C20042D6DD /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA091BECBE6700D58F6A /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; };
  45. 2D9DF4671F7CE2C20042D6DD /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA0B1BECBE6700D58F6A /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; };
  46. 2D9DF4681F7CE2C20042D6DD /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA0E1BECBE6700D58F6A /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; };
  47. 2D9DF4691F7CE2C20042D6DD /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA0F1BECBE6700D58F6A /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; };
  48. 2D9DF46A1F7CE2C20042D6DD /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA111BECBE6700D58F6A /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
  49. 2D9DF46B1F7CE2C20042D6DD /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA131BECBE6700D58F6A /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; };
  50. 2D9DF46C1F7CE2C20042D6DD /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB2EA151BECBE6700D58F6A /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; };
  51. 2D9DF46D1F7CE2C20042D6DD /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D4698841D0EE6A400CB8025 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; };
  52. 2D9DF46E1F7CE2D60042D6DD /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2DB2EA0D1BECBE6700D58F6A /* MJRefresh.bundle */; };
  53. 2D9DF46F1F7CE2F90042D6DD /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9ED1BECBE6700D58F6A /* MJRefreshAutoFooter.m */; };
  54. 2D9DF4701F7CE2F90042D6DD /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9EF1BECBE6700D58F6A /* MJRefreshBackFooter.m */; };
  55. 2D9DF4711F7CE2F90042D6DD /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9F11BECBE6700D58F6A /* MJRefreshComponent.m */; };
  56. 2D9DF4721F7CE2F90042D6DD /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9F31BECBE6700D58F6A /* MJRefreshFooter.m */; };
  57. 2D9DF4731F7CE2F90042D6DD /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9F51BECBE6700D58F6A /* MJRefreshHeader.m */; };
  58. 2D9DF4741F7CE2F90042D6DD /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9FA1BECBE6700D58F6A /* MJRefreshAutoGifFooter.m */; };
  59. 2D9DF4751F7CE2F90042D6DD /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9FC1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.m */; };
  60. 2D9DF4761F7CE2F90042D6DD /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9FE1BECBE6700D58F6A /* MJRefreshAutoStateFooter.m */; };
  61. 2D9DF4771F7CE2F90042D6DD /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA011BECBE6700D58F6A /* MJRefreshBackGifFooter.m */; };
  62. 2D9DF4781F7CE2F90042D6DD /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA031BECBE6700D58F6A /* MJRefreshBackNormalFooter.m */; };
  63. 2D9DF4791F7CE2F90042D6DD /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA051BECBE6700D58F6A /* MJRefreshBackStateFooter.m */; };
  64. 2D9DF47A1F7CE2F90042D6DD /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA081BECBE6700D58F6A /* MJRefreshGifHeader.m */; };
  65. 2D9DF47B1F7CE2F90042D6DD /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA0A1BECBE6700D58F6A /* MJRefreshNormalHeader.m */; };
  66. 2D9DF47C1F7CE2F90042D6DD /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA0C1BECBE6700D58F6A /* MJRefreshStateHeader.m */; };
  67. 2D9DF47D1F7CE2F90042D6DD /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA101BECBE6700D58F6A /* MJRefreshConst.m */; };
  68. 2D9DF47E1F7CE2F90042D6DD /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA121BECBE6700D58F6A /* UIScrollView+MJExtension.m */; settings = {COMPILER_FLAGS = "-Wno-unguarded-availability-new"; }; };
  69. 2D9DF47F1F7CE2F90042D6DD /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA141BECBE6700D58F6A /* UIScrollView+MJRefresh.m */; };
  70. 2D9DF4801F7CE2F90042D6DD /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA161BECBE6700D58F6A /* UIView+MJExtension.m */; };
  71. 2D9DF4811F7CE2F90042D6DD /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D4698851D0EE6A400CB8025 /* NSBundle+MJRefresh.m */; };
  72. 2DA7F92B1AA6B4C4005627AB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA7F92A1AA6B4C4005627AB /* main.m */; };
  73. 2DA7F9341AA6B4C4005627AB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2DA7F9321AA6B4C4005627AB /* Main.storyboard */; };
  74. 2DA7F9361AA6B4C4005627AB /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 2DA7F9351AA6B4C4005627AB /* Images.xcassets */; };
  75. 2DA7F9391AA6B4C4005627AB /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2DA7F9371AA6B4C4005627AB /* LaunchScreen.xib */; };
  76. 2DA7F9451AA6B4C4005627AB /* MJRefreshExampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DA7F9441AA6B4C4005627AB /* MJRefreshExampleTests.m */; };
  77. 2DB2EA171BECBE6700D58F6A /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9ED1BECBE6700D58F6A /* MJRefreshAutoFooter.m */; };
  78. 2DB2EA181BECBE6700D58F6A /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9EF1BECBE6700D58F6A /* MJRefreshBackFooter.m */; };
  79. 2DB2EA191BECBE6700D58F6A /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9F11BECBE6700D58F6A /* MJRefreshComponent.m */; };
  80. 2DB2EA1A1BECBE6700D58F6A /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9F31BECBE6700D58F6A /* MJRefreshFooter.m */; };
  81. 2DB2EA1B1BECBE6700D58F6A /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9F51BECBE6700D58F6A /* MJRefreshHeader.m */; };
  82. 2DB2EA1C1BECBE6700D58F6A /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9FA1BECBE6700D58F6A /* MJRefreshAutoGifFooter.m */; };
  83. 2DB2EA1D1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9FC1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.m */; };
  84. 2DB2EA1E1BECBE6700D58F6A /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2E9FE1BECBE6700D58F6A /* MJRefreshAutoStateFooter.m */; };
  85. 2DB2EA1F1BECBE6700D58F6A /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA011BECBE6700D58F6A /* MJRefreshBackGifFooter.m */; };
  86. 2DB2EA201BECBE6700D58F6A /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA031BECBE6700D58F6A /* MJRefreshBackNormalFooter.m */; };
  87. 2DB2EA211BECBE6700D58F6A /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA051BECBE6700D58F6A /* MJRefreshBackStateFooter.m */; };
  88. 2DB2EA221BECBE6700D58F6A /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA081BECBE6700D58F6A /* MJRefreshGifHeader.m */; };
  89. 2DB2EA231BECBE6700D58F6A /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA0A1BECBE6700D58F6A /* MJRefreshNormalHeader.m */; };
  90. 2DB2EA241BECBE6700D58F6A /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA0C1BECBE6700D58F6A /* MJRefreshStateHeader.m */; };
  91. 2DB2EA251BECBE6700D58F6A /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 2DB2EA0D1BECBE6700D58F6A /* MJRefresh.bundle */; };
  92. 2DB2EA261BECBE6700D58F6A /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA101BECBE6700D58F6A /* MJRefreshConst.m */; };
  93. 2DB2EA271BECBE6700D58F6A /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA121BECBE6700D58F6A /* UIScrollView+MJExtension.m */; };
  94. 2DB2EA281BECBE6700D58F6A /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA141BECBE6700D58F6A /* UIScrollView+MJRefresh.m */; };
  95. 2DB2EA291BECBE6700D58F6A /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA161BECBE6700D58F6A /* UIView+MJExtension.m */; };
  96. 6B8FB1A9250E610D00AF64B7 /* MJHorizontalCollectionViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B8FB1A8250E610D00AF64B7 /* MJHorizontalCollectionViewController.m */; };
  97. 84FC857E228037CE001C6728 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 01A2CE0B21ACE01500BEE365 /* MJRefreshConfig.m */; };
  98. 88E3200B24839ABA00069FA7 /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E3200924839ABA00069FA7 /* MJRefreshTrailer.m */; };
  99. 88E3201124839B2300069FA7 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E3200E24839B2300069FA7 /* MJRefreshStateTrailer.m */; };
  100. 88E3201224839B2300069FA7 /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E3200F24839B2300069FA7 /* MJRefreshNormalTrailer.m */; };
  101. D32060E124F89B8B00EF3333 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E3200A24839ABA00069FA7 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  102. D32060E224F89B9200EF3333 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E3200D24839B2300069FA7 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  103. D32060E324F89B9D00EF3333 /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 88E3201024839B2300069FA7 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; };
  104. /* End PBXBuildFile section */
  105. /* Begin PBXContainerItemProxy section */
  106. 2DA7F93F1AA6B4C4005627AB /* PBXContainerItemProxy */ = {
  107. isa = PBXContainerItemProxy;
  108. containerPortal = 2DA7F91D1AA6B4C4005627AB /* Project object */;
  109. proxyType = 1;
  110. remoteGlobalIDString = 2DA7F9241AA6B4C4005627AB;
  111. remoteInfo = MJRefreshExample;
  112. };
  113. /* End PBXContainerItemProxy section */
  114. /* Begin PBXCopyFilesBuildPhase section */
  115. 2D9DF3EC1F7CD8F50042D6DD /* Embed Frameworks */ = {
  116. isa = PBXCopyFilesBuildPhase;
  117. buildActionMask = 2147483647;
  118. dstPath = "";
  119. dstSubfolderSpec = 10;
  120. files = (
  121. );
  122. name = "Embed Frameworks";
  123. runOnlyForDeploymentPostprocessing = 0;
  124. };
  125. /* End PBXCopyFilesBuildPhase section */
  126. /* Begin PBXFileReference section */
  127. 01A2CE0A21ACE01500BEE365 /* MJRefreshConfig.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MJRefreshConfig.h; sourceTree = "<group>"; };
  128. 01A2CE0B21ACE01500BEE365 /* MJRefreshConfig.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MJRefreshConfig.m; sourceTree = "<group>"; };
  129. 01EB8270236846CE00813DAA /* MJWKWebViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MJWKWebViewController.h; sourceTree = "<group>"; };
  130. 01EB8271236846CE00813DAA /* MJWKWebViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MJWKWebViewController.m; sourceTree = "<group>"; };
  131. 2D4698841D0EE6A400CB8025 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSBundle+MJRefresh.h"; sourceTree = "<group>"; };
  132. 2D4698851D0EE6A400CB8025 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+MJRefresh.m"; sourceTree = "<group>"; };
  133. 2D9BEADF1BB15F4A00AED473 /* UIViewController+Example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+Example.h"; sourceTree = "<group>"; };
  134. 2D9BEAE01BB15F4A00AED473 /* UIViewController+Example.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+Example.m"; sourceTree = "<group>"; };
  135. 2D9BEAE21BB15F4A00AED473 /* MJChiBaoZiFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJChiBaoZiFooter.h; sourceTree = "<group>"; };
  136. 2D9BEAE31BB15F4A00AED473 /* MJChiBaoZiFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJChiBaoZiFooter.m; sourceTree = "<group>"; };
  137. 2D9BEAE41BB15F4A00AED473 /* MJChiBaoZiFooter2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJChiBaoZiFooter2.h; sourceTree = "<group>"; };
  138. 2D9BEAE51BB15F4A00AED473 /* MJChiBaoZiFooter2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJChiBaoZiFooter2.m; sourceTree = "<group>"; };
  139. 2D9BEAE61BB15F4A00AED473 /* MJChiBaoZiHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJChiBaoZiHeader.h; sourceTree = "<group>"; };
  140. 2D9BEAE71BB15F4A00AED473 /* MJChiBaoZiHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJChiBaoZiHeader.m; sourceTree = "<group>"; };
  141. 2D9BEAE81BB15F4A00AED473 /* MJDIYAutoFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJDIYAutoFooter.h; sourceTree = "<group>"; };
  142. 2D9BEAE91BB15F4A00AED473 /* MJDIYAutoFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJDIYAutoFooter.m; sourceTree = "<group>"; };
  143. 2D9BEAEA1BB15F4A00AED473 /* MJDIYBackFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJDIYBackFooter.h; sourceTree = "<group>"; };
  144. 2D9BEAEB1BB15F4A00AED473 /* MJDIYBackFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJDIYBackFooter.m; sourceTree = "<group>"; };
  145. 2D9BEAEC1BB15F4A00AED473 /* MJDIYHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJDIYHeader.h; sourceTree = "<group>"; };
  146. 2D9BEAED1BB15F4A00AED473 /* MJDIYHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJDIYHeader.m; sourceTree = "<group>"; };
  147. 2D9BEAEF1BB15F4A00AED473 /* MJExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJExample.h; sourceTree = "<group>"; };
  148. 2D9BEAF01BB15F4A00AED473 /* MJExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJExample.m; sourceTree = "<group>"; };
  149. 2D9BEAF11BB15F4A00AED473 /* MJExampleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJExampleViewController.h; sourceTree = "<group>"; };
  150. 2D9BEAF21BB15F4A00AED473 /* MJExampleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJExampleViewController.m; sourceTree = "<group>"; };
  151. 2D9BEAF31BB15F4A00AED473 /* MJExampleWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJExampleWindow.h; sourceTree = "<group>"; };
  152. 2D9BEAF41BB15F4A00AED473 /* MJExampleWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJExampleWindow.m; sourceTree = "<group>"; };
  153. 2D9BEAF51BB15F4A00AED473 /* MJNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJNavigationController.h; sourceTree = "<group>"; };
  154. 2D9BEAF61BB15F4A00AED473 /* MJNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJNavigationController.m; sourceTree = "<group>"; };
  155. 2D9BEAF71BB15F4A00AED473 /* MJSingleViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJSingleViewController.h; sourceTree = "<group>"; };
  156. 2D9BEAF81BB15F4A00AED473 /* MJSingleViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJSingleViewController.m; sourceTree = "<group>"; };
  157. 2D9BEAF91BB15F4A00AED473 /* MJTempViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJTempViewController.h; sourceTree = "<group>"; };
  158. 2D9BEAFA1BB15F4A00AED473 /* MJTempViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJTempViewController.m; sourceTree = "<group>"; };
  159. 2D9BEAFC1BB15F4A00AED473 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  160. 2D9BEAFD1BB15F4A00AED473 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  161. 2D9BEAFF1BB15F4A00AED473 /* MJCollectionViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJCollectionViewController.h; sourceTree = "<group>"; };
  162. 2D9BEB001BB15F4A00AED473 /* MJCollectionViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJCollectionViewController.m; sourceTree = "<group>"; };
  163. 2D9BEB011BB15F4A00AED473 /* MJTableViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJTableViewController.h; sourceTree = "<group>"; };
  164. 2D9BEB021BB15F4A00AED473 /* MJTableViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJTableViewController.m; sourceTree = "<group>"; };
  165. 2D9BEB031BB15F4A00AED473 /* MJTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJTestViewController.h; sourceTree = "<group>"; };
  166. 2D9BEB041BB15F4A00AED473 /* MJTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJTestViewController.m; sourceTree = "<group>"; };
  167. 2D9BEB051BB15F4A00AED473 /* MJTestViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MJTestViewController.xib; sourceTree = "<group>"; };
  168. 2D9BEB061BB15F4A00AED473 /* MJWebViewViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJWebViewViewController.h; sourceTree = "<group>"; };
  169. 2D9BEB071BB15F4A00AED473 /* MJWebViewViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJWebViewViewController.m; sourceTree = "<group>"; };
  170. 2D9BEB081BB15F4A00AED473 /* MJWebViewViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MJWebViewViewController.xib; sourceTree = "<group>"; };
  171. 2D9DF4521F7CE29B0042D6DD /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  172. 2D9DF4551F7CE29B0042D6DD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  173. 2DA7F9251AA6B4C4005627AB /* MJRefreshExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MJRefreshExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  174. 2DA7F9291AA6B4C4005627AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  175. 2DA7F92A1AA6B4C4005627AB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  176. 2DA7F9331AA6B4C4005627AB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  177. 2DA7F9351AA6B4C4005627AB /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  178. 2DA7F9381AA6B4C4005627AB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  179. 2DA7F93E1AA6B4C4005627AB /* MJRefreshExampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = MJRefreshExampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  180. 2DA7F9431AA6B4C4005627AB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  181. 2DA7F9441AA6B4C4005627AB /* MJRefreshExampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MJRefreshExampleTests.m; sourceTree = "<group>"; };
  182. 2DAA837B1BB1685300B62152 /* PrefixHeader.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
  183. 2DB2E9EC1BECBE6700D58F6A /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshAutoFooter.h; sourceTree = "<group>"; };
  184. 2DB2E9ED1BECBE6700D58F6A /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshAutoFooter.m; sourceTree = "<group>"; };
  185. 2DB2E9EE1BECBE6700D58F6A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshBackFooter.h; sourceTree = "<group>"; };
  186. 2DB2E9EF1BECBE6700D58F6A /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshBackFooter.m; sourceTree = "<group>"; };
  187. 2DB2E9F01BECBE6700D58F6A /* MJRefreshComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshComponent.h; sourceTree = "<group>"; };
  188. 2DB2E9F11BECBE6700D58F6A /* MJRefreshComponent.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshComponent.m; sourceTree = "<group>"; };
  189. 2DB2E9F21BECBE6700D58F6A /* MJRefreshFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshFooter.h; sourceTree = "<group>"; };
  190. 2DB2E9F31BECBE6700D58F6A /* MJRefreshFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshFooter.m; sourceTree = "<group>"; };
  191. 2DB2E9F41BECBE6700D58F6A /* MJRefreshHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshHeader.h; sourceTree = "<group>"; };
  192. 2DB2E9F51BECBE6700D58F6A /* MJRefreshHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshHeader.m; sourceTree = "<group>"; };
  193. 2DB2E9F91BECBE6700D58F6A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshAutoGifFooter.h; sourceTree = "<group>"; };
  194. 2DB2E9FA1BECBE6700D58F6A /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshAutoGifFooter.m; sourceTree = "<group>"; };
  195. 2DB2E9FB1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshAutoNormalFooter.h; sourceTree = "<group>"; };
  196. 2DB2E9FC1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshAutoNormalFooter.m; sourceTree = "<group>"; };
  197. 2DB2E9FD1BECBE6700D58F6A /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshAutoStateFooter.h; sourceTree = "<group>"; };
  198. 2DB2E9FE1BECBE6700D58F6A /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshAutoStateFooter.m; sourceTree = "<group>"; };
  199. 2DB2EA001BECBE6700D58F6A /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshBackGifFooter.h; sourceTree = "<group>"; };
  200. 2DB2EA011BECBE6700D58F6A /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshBackGifFooter.m; sourceTree = "<group>"; };
  201. 2DB2EA021BECBE6700D58F6A /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshBackNormalFooter.h; sourceTree = "<group>"; };
  202. 2DB2EA031BECBE6700D58F6A /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshBackNormalFooter.m; sourceTree = "<group>"; };
  203. 2DB2EA041BECBE6700D58F6A /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshBackStateFooter.h; sourceTree = "<group>"; };
  204. 2DB2EA051BECBE6700D58F6A /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshBackStateFooter.m; sourceTree = "<group>"; };
  205. 2DB2EA071BECBE6700D58F6A /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshGifHeader.h; sourceTree = "<group>"; };
  206. 2DB2EA081BECBE6700D58F6A /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshGifHeader.m; sourceTree = "<group>"; };
  207. 2DB2EA091BECBE6700D58F6A /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshNormalHeader.h; sourceTree = "<group>"; };
  208. 2DB2EA0A1BECBE6700D58F6A /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshNormalHeader.m; sourceTree = "<group>"; };
  209. 2DB2EA0B1BECBE6700D58F6A /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshStateHeader.h; sourceTree = "<group>"; };
  210. 2DB2EA0C1BECBE6700D58F6A /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshStateHeader.m; sourceTree = "<group>"; };
  211. 2DB2EA0D1BECBE6700D58F6A /* MJRefresh.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = MJRefresh.bundle; sourceTree = "<group>"; };
  212. 2DB2EA0E1BECBE6700D58F6A /* MJRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefresh.h; sourceTree = "<group>"; };
  213. 2DB2EA0F1BECBE6700D58F6A /* MJRefreshConst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshConst.h; sourceTree = "<group>"; };
  214. 2DB2EA101BECBE6700D58F6A /* MJRefreshConst.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshConst.m; sourceTree = "<group>"; };
  215. 2DB2EA111BECBE6700D58F6A /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+MJExtension.h"; sourceTree = "<group>"; };
  216. 2DB2EA121BECBE6700D58F6A /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+MJExtension.m"; sourceTree = "<group>"; };
  217. 2DB2EA131BECBE6700D58F6A /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIScrollView+MJRefresh.h"; sourceTree = "<group>"; };
  218. 2DB2EA141BECBE6700D58F6A /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+MJRefresh.m"; sourceTree = "<group>"; };
  219. 2DB2EA151BECBE6700D58F6A /* UIView+MJExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+MJExtension.h"; sourceTree = "<group>"; };
  220. 2DB2EA161BECBE6700D58F6A /* UIView+MJExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+MJExtension.m"; sourceTree = "<group>"; };
  221. 6B8FB1A7250E610D00AF64B7 /* MJHorizontalCollectionViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MJHorizontalCollectionViewController.h; sourceTree = "<group>"; };
  222. 6B8FB1A8250E610D00AF64B7 /* MJHorizontalCollectionViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MJHorizontalCollectionViewController.m; sourceTree = "<group>"; };
  223. 88E3200924839ABA00069FA7 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshTrailer.m; sourceTree = "<group>"; };
  224. 88E3200A24839ABA00069FA7 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshTrailer.h; sourceTree = "<group>"; };
  225. 88E3200D24839B2300069FA7 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshNormalTrailer.h; sourceTree = "<group>"; };
  226. 88E3200E24839B2300069FA7 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshStateTrailer.m; sourceTree = "<group>"; };
  227. 88E3200F24839B2300069FA7 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshNormalTrailer.m; sourceTree = "<group>"; };
  228. 88E3201024839B2300069FA7 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshStateTrailer.h; sourceTree = "<group>"; };
  229. /* End PBXFileReference section */
  230. /* Begin PBXFrameworksBuildPhase section */
  231. 2D9DF44E1F7CE29B0042D6DD /* Frameworks */ = {
  232. isa = PBXFrameworksBuildPhase;
  233. buildActionMask = 2147483647;
  234. files = (
  235. );
  236. runOnlyForDeploymentPostprocessing = 0;
  237. };
  238. 2DA7F9221AA6B4C4005627AB /* Frameworks */ = {
  239. isa = PBXFrameworksBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. };
  245. 2DA7F93B1AA6B4C4005627AB /* Frameworks */ = {
  246. isa = PBXFrameworksBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. );
  250. runOnlyForDeploymentPostprocessing = 0;
  251. };
  252. /* End PBXFrameworksBuildPhase section */
  253. /* Begin PBXGroup section */
  254. 2D9BEADE1BB15F4A00AED473 /* Category */ = {
  255. isa = PBXGroup;
  256. children = (
  257. 2D9BEADF1BB15F4A00AED473 /* UIViewController+Example.h */,
  258. 2D9BEAE01BB15F4A00AED473 /* UIViewController+Example.m */,
  259. );
  260. path = Category;
  261. sourceTree = "<group>";
  262. };
  263. 2D9BEAE11BB15F4A00AED473 /* DIY */ = {
  264. isa = PBXGroup;
  265. children = (
  266. 2D9BEAE21BB15F4A00AED473 /* MJChiBaoZiFooter.h */,
  267. 2D9BEAE31BB15F4A00AED473 /* MJChiBaoZiFooter.m */,
  268. 2D9BEAE41BB15F4A00AED473 /* MJChiBaoZiFooter2.h */,
  269. 2D9BEAE51BB15F4A00AED473 /* MJChiBaoZiFooter2.m */,
  270. 2D9BEAE61BB15F4A00AED473 /* MJChiBaoZiHeader.h */,
  271. 2D9BEAE71BB15F4A00AED473 /* MJChiBaoZiHeader.m */,
  272. 2D9BEAE81BB15F4A00AED473 /* MJDIYAutoFooter.h */,
  273. 2D9BEAE91BB15F4A00AED473 /* MJDIYAutoFooter.m */,
  274. 2D9BEAEA1BB15F4A00AED473 /* MJDIYBackFooter.h */,
  275. 2D9BEAEB1BB15F4A00AED473 /* MJDIYBackFooter.m */,
  276. 2D9BEAEC1BB15F4A00AED473 /* MJDIYHeader.h */,
  277. 2D9BEAED1BB15F4A00AED473 /* MJDIYHeader.m */,
  278. );
  279. path = DIY;
  280. sourceTree = "<group>";
  281. };
  282. 2D9BEAEE1BB15F4A00AED473 /* First */ = {
  283. isa = PBXGroup;
  284. children = (
  285. 2D9BEAEF1BB15F4A00AED473 /* MJExample.h */,
  286. 2D9BEAF01BB15F4A00AED473 /* MJExample.m */,
  287. 2D9BEAF11BB15F4A00AED473 /* MJExampleViewController.h */,
  288. 2D9BEAF21BB15F4A00AED473 /* MJExampleViewController.m */,
  289. 2D9BEAF31BB15F4A00AED473 /* MJExampleWindow.h */,
  290. 2D9BEAF41BB15F4A00AED473 /* MJExampleWindow.m */,
  291. 2D9BEAF51BB15F4A00AED473 /* MJNavigationController.h */,
  292. 2D9BEAF61BB15F4A00AED473 /* MJNavigationController.m */,
  293. 2D9BEAF71BB15F4A00AED473 /* MJSingleViewController.h */,
  294. 2D9BEAF81BB15F4A00AED473 /* MJSingleViewController.m */,
  295. 2D9BEAF91BB15F4A00AED473 /* MJTempViewController.h */,
  296. 2D9BEAFA1BB15F4A00AED473 /* MJTempViewController.m */,
  297. );
  298. path = First;
  299. sourceTree = "<group>";
  300. };
  301. 2D9BEAFB1BB15F4A00AED473 /* Other */ = {
  302. isa = PBXGroup;
  303. children = (
  304. 2D9BEAFC1BB15F4A00AED473 /* AppDelegate.h */,
  305. 2D9BEAFD1BB15F4A00AED473 /* AppDelegate.m */,
  306. );
  307. path = Other;
  308. sourceTree = "<group>";
  309. };
  310. 2D9BEAFE1BB15F4A00AED473 /* Second */ = {
  311. isa = PBXGroup;
  312. children = (
  313. 2D9BEAFF1BB15F4A00AED473 /* MJCollectionViewController.h */,
  314. 2D9BEB001BB15F4A00AED473 /* MJCollectionViewController.m */,
  315. 6B8FB1A7250E610D00AF64B7 /* MJHorizontalCollectionViewController.h */,
  316. 6B8FB1A8250E610D00AF64B7 /* MJHorizontalCollectionViewController.m */,
  317. 2D9BEB011BB15F4A00AED473 /* MJTableViewController.h */,
  318. 2D9BEB021BB15F4A00AED473 /* MJTableViewController.m */,
  319. 2D9BEB031BB15F4A00AED473 /* MJTestViewController.h */,
  320. 2D9BEB041BB15F4A00AED473 /* MJTestViewController.m */,
  321. 2D9BEB051BB15F4A00AED473 /* MJTestViewController.xib */,
  322. 2D9BEB061BB15F4A00AED473 /* MJWebViewViewController.h */,
  323. 2D9BEB071BB15F4A00AED473 /* MJWebViewViewController.m */,
  324. 2D9BEB081BB15F4A00AED473 /* MJWebViewViewController.xib */,
  325. 01EB8270236846CE00813DAA /* MJWKWebViewController.h */,
  326. 01EB8271236846CE00813DAA /* MJWKWebViewController.m */,
  327. );
  328. path = Second;
  329. sourceTree = "<group>";
  330. };
  331. 2D9DF4531F7CE29B0042D6DD /* MJRefreshFramework */ = {
  332. isa = PBXGroup;
  333. children = (
  334. 2D9DF4551F7CE29B0042D6DD /* Info.plist */,
  335. );
  336. path = MJRefreshFramework;
  337. sourceTree = "<group>";
  338. };
  339. 2DA7F91C1AA6B4C4005627AB = {
  340. isa = PBXGroup;
  341. children = (
  342. 2DA7F9271AA6B4C4005627AB /* MJRefreshExample */,
  343. 2DA7F9411AA6B4C4005627AB /* MJRefreshExampleTests */,
  344. 2D9DF4531F7CE29B0042D6DD /* MJRefreshFramework */,
  345. 2DA7F9261AA6B4C4005627AB /* Products */,
  346. );
  347. sourceTree = "<group>";
  348. };
  349. 2DA7F9261AA6B4C4005627AB /* Products */ = {
  350. isa = PBXGroup;
  351. children = (
  352. 2DA7F9251AA6B4C4005627AB /* MJRefreshExample.app */,
  353. 2DA7F93E1AA6B4C4005627AB /* MJRefreshExampleTests.xctest */,
  354. 2D9DF4521F7CE29B0042D6DD /* MJRefresh.framework */,
  355. );
  356. name = Products;
  357. sourceTree = "<group>";
  358. };
  359. 2DA7F9271AA6B4C4005627AB /* MJRefreshExample */ = {
  360. isa = PBXGroup;
  361. children = (
  362. 2DB2E9EA1BECBE6700D58F6A /* MJRefresh */,
  363. 2DA7F94E1AA6B51C005627AB /* Classes */,
  364. 2DA7F9281AA6B4C4005627AB /* Supporting Files */,
  365. );
  366. path = MJRefreshExample;
  367. sourceTree = "<group>";
  368. };
  369. 2DA7F9281AA6B4C4005627AB /* Supporting Files */ = {
  370. isa = PBXGroup;
  371. children = (
  372. 2DA7F9321AA6B4C4005627AB /* Main.storyboard */,
  373. 2DA7F9351AA6B4C4005627AB /* Images.xcassets */,
  374. 2DA7F9371AA6B4C4005627AB /* LaunchScreen.xib */,
  375. 2DA7F9291AA6B4C4005627AB /* Info.plist */,
  376. 2DA7F92A1AA6B4C4005627AB /* main.m */,
  377. 2DAA837B1BB1685300B62152 /* PrefixHeader.pch */,
  378. );
  379. name = "Supporting Files";
  380. sourceTree = "<group>";
  381. };
  382. 2DA7F9411AA6B4C4005627AB /* MJRefreshExampleTests */ = {
  383. isa = PBXGroup;
  384. children = (
  385. 2DA7F9441AA6B4C4005627AB /* MJRefreshExampleTests.m */,
  386. 2DA7F9421AA6B4C4005627AB /* Supporting Files */,
  387. );
  388. path = MJRefreshExampleTests;
  389. sourceTree = "<group>";
  390. };
  391. 2DA7F9421AA6B4C4005627AB /* Supporting Files */ = {
  392. isa = PBXGroup;
  393. children = (
  394. 2DA7F9431AA6B4C4005627AB /* Info.plist */,
  395. );
  396. name = "Supporting Files";
  397. sourceTree = "<group>";
  398. };
  399. 2DA7F94E1AA6B51C005627AB /* Classes */ = {
  400. isa = PBXGroup;
  401. children = (
  402. 2D9BEADE1BB15F4A00AED473 /* Category */,
  403. 2D9BEAFB1BB15F4A00AED473 /* Other */,
  404. 2D9BEAE11BB15F4A00AED473 /* DIY */,
  405. 2D9BEAEE1BB15F4A00AED473 /* First */,
  406. 2D9BEAFE1BB15F4A00AED473 /* Second */,
  407. );
  408. path = Classes;
  409. sourceTree = "<group>";
  410. };
  411. 2DB2E9EA1BECBE6700D58F6A /* MJRefresh */ = {
  412. isa = PBXGroup;
  413. children = (
  414. 2DB2E9EB1BECBE6700D58F6A /* Base */,
  415. 2DB2E9F61BECBE6700D58F6A /* Custom */,
  416. 2DB2EA0D1BECBE6700D58F6A /* MJRefresh.bundle */,
  417. 2DB2EA0E1BECBE6700D58F6A /* MJRefresh.h */,
  418. 2DB2EA0F1BECBE6700D58F6A /* MJRefreshConst.h */,
  419. 2DB2EA101BECBE6700D58F6A /* MJRefreshConst.m */,
  420. 2DB2EA111BECBE6700D58F6A /* UIScrollView+MJExtension.h */,
  421. 2DB2EA121BECBE6700D58F6A /* UIScrollView+MJExtension.m */,
  422. 2DB2EA131BECBE6700D58F6A /* UIScrollView+MJRefresh.h */,
  423. 2DB2EA141BECBE6700D58F6A /* UIScrollView+MJRefresh.m */,
  424. 2DB2EA151BECBE6700D58F6A /* UIView+MJExtension.h */,
  425. 2DB2EA161BECBE6700D58F6A /* UIView+MJExtension.m */,
  426. 2D4698841D0EE6A400CB8025 /* NSBundle+MJRefresh.h */,
  427. 2D4698851D0EE6A400CB8025 /* NSBundle+MJRefresh.m */,
  428. 01A2CE0A21ACE01500BEE365 /* MJRefreshConfig.h */,
  429. 01A2CE0B21ACE01500BEE365 /* MJRefreshConfig.m */,
  430. );
  431. path = MJRefresh;
  432. sourceTree = SOURCE_ROOT;
  433. };
  434. 2DB2E9EB1BECBE6700D58F6A /* Base */ = {
  435. isa = PBXGroup;
  436. children = (
  437. 2DB2E9EC1BECBE6700D58F6A /* MJRefreshAutoFooter.h */,
  438. 2DB2E9ED1BECBE6700D58F6A /* MJRefreshAutoFooter.m */,
  439. 2DB2E9EE1BECBE6700D58F6A /* MJRefreshBackFooter.h */,
  440. 2DB2E9EF1BECBE6700D58F6A /* MJRefreshBackFooter.m */,
  441. 2DB2E9F01BECBE6700D58F6A /* MJRefreshComponent.h */,
  442. 2DB2E9F11BECBE6700D58F6A /* MJRefreshComponent.m */,
  443. 2DB2E9F21BECBE6700D58F6A /* MJRefreshFooter.h */,
  444. 2DB2E9F31BECBE6700D58F6A /* MJRefreshFooter.m */,
  445. 2DB2E9F41BECBE6700D58F6A /* MJRefreshHeader.h */,
  446. 2DB2E9F51BECBE6700D58F6A /* MJRefreshHeader.m */,
  447. 88E3200A24839ABA00069FA7 /* MJRefreshTrailer.h */,
  448. 88E3200924839ABA00069FA7 /* MJRefreshTrailer.m */,
  449. );
  450. path = Base;
  451. sourceTree = "<group>";
  452. };
  453. 2DB2E9F61BECBE6700D58F6A /* Custom */ = {
  454. isa = PBXGroup;
  455. children = (
  456. 88E3200C24839B2300069FA7 /* Trailer */,
  457. 2DB2E9F71BECBE6700D58F6A /* Footer */,
  458. 2DB2EA061BECBE6700D58F6A /* Header */,
  459. );
  460. path = Custom;
  461. sourceTree = "<group>";
  462. };
  463. 2DB2E9F71BECBE6700D58F6A /* Footer */ = {
  464. isa = PBXGroup;
  465. children = (
  466. 2DB2E9F81BECBE6700D58F6A /* Auto */,
  467. 2DB2E9FF1BECBE6700D58F6A /* Back */,
  468. );
  469. path = Footer;
  470. sourceTree = "<group>";
  471. };
  472. 2DB2E9F81BECBE6700D58F6A /* Auto */ = {
  473. isa = PBXGroup;
  474. children = (
  475. 2DB2E9F91BECBE6700D58F6A /* MJRefreshAutoGifFooter.h */,
  476. 2DB2E9FA1BECBE6700D58F6A /* MJRefreshAutoGifFooter.m */,
  477. 2DB2E9FB1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.h */,
  478. 2DB2E9FC1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.m */,
  479. 2DB2E9FD1BECBE6700D58F6A /* MJRefreshAutoStateFooter.h */,
  480. 2DB2E9FE1BECBE6700D58F6A /* MJRefreshAutoStateFooter.m */,
  481. );
  482. path = Auto;
  483. sourceTree = "<group>";
  484. };
  485. 2DB2E9FF1BECBE6700D58F6A /* Back */ = {
  486. isa = PBXGroup;
  487. children = (
  488. 2DB2EA001BECBE6700D58F6A /* MJRefreshBackGifFooter.h */,
  489. 2DB2EA011BECBE6700D58F6A /* MJRefreshBackGifFooter.m */,
  490. 2DB2EA021BECBE6700D58F6A /* MJRefreshBackNormalFooter.h */,
  491. 2DB2EA031BECBE6700D58F6A /* MJRefreshBackNormalFooter.m */,
  492. 2DB2EA041BECBE6700D58F6A /* MJRefreshBackStateFooter.h */,
  493. 2DB2EA051BECBE6700D58F6A /* MJRefreshBackStateFooter.m */,
  494. );
  495. path = Back;
  496. sourceTree = "<group>";
  497. };
  498. 2DB2EA061BECBE6700D58F6A /* Header */ = {
  499. isa = PBXGroup;
  500. children = (
  501. 2DB2EA071BECBE6700D58F6A /* MJRefreshGifHeader.h */,
  502. 2DB2EA081BECBE6700D58F6A /* MJRefreshGifHeader.m */,
  503. 2DB2EA091BECBE6700D58F6A /* MJRefreshNormalHeader.h */,
  504. 2DB2EA0A1BECBE6700D58F6A /* MJRefreshNormalHeader.m */,
  505. 2DB2EA0B1BECBE6700D58F6A /* MJRefreshStateHeader.h */,
  506. 2DB2EA0C1BECBE6700D58F6A /* MJRefreshStateHeader.m */,
  507. );
  508. path = Header;
  509. sourceTree = "<group>";
  510. };
  511. 88E3200C24839B2300069FA7 /* Trailer */ = {
  512. isa = PBXGroup;
  513. children = (
  514. 88E3200D24839B2300069FA7 /* MJRefreshNormalTrailer.h */,
  515. 88E3200F24839B2300069FA7 /* MJRefreshNormalTrailer.m */,
  516. 88E3201024839B2300069FA7 /* MJRefreshStateTrailer.h */,
  517. 88E3200E24839B2300069FA7 /* MJRefreshStateTrailer.m */,
  518. );
  519. path = Trailer;
  520. sourceTree = "<group>";
  521. };
  522. /* End PBXGroup section */
  523. /* Begin PBXHeadersBuildPhase section */
  524. 2D9DF44F1F7CE29B0042D6DD /* Headers */ = {
  525. isa = PBXHeadersBuildPhase;
  526. buildActionMask = 2147483647;
  527. files = (
  528. 2D9DF45A1F7CE2C20042D6DD /* MJRefreshAutoFooter.h in Headers */,
  529. 2D9DF45B1F7CE2C20042D6DD /* MJRefreshBackFooter.h in Headers */,
  530. 2D9DF45C1F7CE2C20042D6DD /* MJRefreshComponent.h in Headers */,
  531. 2D9DF45D1F7CE2C20042D6DD /* MJRefreshFooter.h in Headers */,
  532. 2D9DF45E1F7CE2C20042D6DD /* MJRefreshHeader.h in Headers */,
  533. D32060E324F89B9D00EF3333 /* MJRefreshStateTrailer.h in Headers */,
  534. D32060E224F89B9200EF3333 /* MJRefreshNormalTrailer.h in Headers */,
  535. D32060E124F89B8B00EF3333 /* MJRefreshTrailer.h in Headers */,
  536. 2D9DF45F1F7CE2C20042D6DD /* MJRefreshAutoGifFooter.h in Headers */,
  537. 2D9DF4601F7CE2C20042D6DD /* MJRefreshAutoNormalFooter.h in Headers */,
  538. 2D9DF4611F7CE2C20042D6DD /* MJRefreshAutoStateFooter.h in Headers */,
  539. 2D9DF4621F7CE2C20042D6DD /* MJRefreshBackGifFooter.h in Headers */,
  540. 2D9DF4631F7CE2C20042D6DD /* MJRefreshBackNormalFooter.h in Headers */,
  541. 2D9DF4641F7CE2C20042D6DD /* MJRefreshBackStateFooter.h in Headers */,
  542. 2D9DF4651F7CE2C20042D6DD /* MJRefreshGifHeader.h in Headers */,
  543. 2D9DF4661F7CE2C20042D6DD /* MJRefreshNormalHeader.h in Headers */,
  544. 2D9DF4671F7CE2C20042D6DD /* MJRefreshStateHeader.h in Headers */,
  545. 2D9DF4681F7CE2C20042D6DD /* MJRefresh.h in Headers */,
  546. 2D9DF4691F7CE2C20042D6DD /* MJRefreshConst.h in Headers */,
  547. 2D9DF46A1F7CE2C20042D6DD /* UIScrollView+MJExtension.h in Headers */,
  548. 2D9DF46B1F7CE2C20042D6DD /* UIScrollView+MJRefresh.h in Headers */,
  549. 2D9DF46C1F7CE2C20042D6DD /* UIView+MJExtension.h in Headers */,
  550. 2D9DF46D1F7CE2C20042D6DD /* NSBundle+MJRefresh.h in Headers */,
  551. );
  552. runOnlyForDeploymentPostprocessing = 0;
  553. };
  554. /* End PBXHeadersBuildPhase section */
  555. /* Begin PBXNativeTarget section */
  556. 2D9DF4511F7CE29B0042D6DD /* MJRefreshFramework */ = {
  557. isa = PBXNativeTarget;
  558. buildConfigurationList = 2D9DF4571F7CE29B0042D6DD /* Build configuration list for PBXNativeTarget "MJRefreshFramework" */;
  559. buildPhases = (
  560. 2D9DF44D1F7CE29B0042D6DD /* Sources */,
  561. 2D9DF44E1F7CE29B0042D6DD /* Frameworks */,
  562. 2D9DF44F1F7CE29B0042D6DD /* Headers */,
  563. 2D9DF4501F7CE29B0042D6DD /* Resources */,
  564. );
  565. buildRules = (
  566. );
  567. dependencies = (
  568. );
  569. name = MJRefreshFramework;
  570. productName = MJRefreshFramework;
  571. productReference = 2D9DF4521F7CE29B0042D6DD /* MJRefresh.framework */;
  572. productType = "com.apple.product-type.framework";
  573. };
  574. 2DA7F9241AA6B4C4005627AB /* MJRefreshExample */ = {
  575. isa = PBXNativeTarget;
  576. buildConfigurationList = 2DA7F9481AA6B4C4005627AB /* Build configuration list for PBXNativeTarget "MJRefreshExample" */;
  577. buildPhases = (
  578. 2DA7F9211AA6B4C4005627AB /* Sources */,
  579. 2DA7F9221AA6B4C4005627AB /* Frameworks */,
  580. 2DA7F9231AA6B4C4005627AB /* Resources */,
  581. 2D9DF3EC1F7CD8F50042D6DD /* Embed Frameworks */,
  582. );
  583. buildRules = (
  584. );
  585. dependencies = (
  586. );
  587. name = MJRefreshExample;
  588. productName = MJRefreshExample;
  589. productReference = 2DA7F9251AA6B4C4005627AB /* MJRefreshExample.app */;
  590. productType = "com.apple.product-type.application";
  591. };
  592. 2DA7F93D1AA6B4C4005627AB /* MJRefreshExampleTests */ = {
  593. isa = PBXNativeTarget;
  594. buildConfigurationList = 2DA7F94B1AA6B4C4005627AB /* Build configuration list for PBXNativeTarget "MJRefreshExampleTests" */;
  595. buildPhases = (
  596. 2DA7F93A1AA6B4C4005627AB /* Sources */,
  597. 2DA7F93B1AA6B4C4005627AB /* Frameworks */,
  598. 2DA7F93C1AA6B4C4005627AB /* Resources */,
  599. );
  600. buildRules = (
  601. );
  602. dependencies = (
  603. 2DA7F9401AA6B4C4005627AB /* PBXTargetDependency */,
  604. );
  605. name = MJRefreshExampleTests;
  606. productName = MJRefreshExampleTests;
  607. productReference = 2DA7F93E1AA6B4C4005627AB /* MJRefreshExampleTests.xctest */;
  608. productType = "com.apple.product-type.bundle.unit-test";
  609. };
  610. /* End PBXNativeTarget section */
  611. /* Begin PBXProject section */
  612. 2DA7F91D1AA6B4C4005627AB /* Project object */ = {
  613. isa = PBXProject;
  614. attributes = {
  615. CLASSPREFIX = MJ;
  616. LastUpgradeCheck = 1220;
  617. ORGANIZATIONNAME = "小码哥";
  618. TargetAttributes = {
  619. 2D9DF4511F7CE29B0042D6DD = {
  620. CreatedOnToolsVersion = 9.0;
  621. ProvisioningStyle = Automatic;
  622. };
  623. 2DA7F9241AA6B4C4005627AB = {
  624. CreatedOnToolsVersion = 6.1;
  625. };
  626. 2DA7F93D1AA6B4C4005627AB = {
  627. CreatedOnToolsVersion = 6.1;
  628. TestTargetID = 2DA7F9241AA6B4C4005627AB;
  629. };
  630. };
  631. };
  632. buildConfigurationList = 2DA7F9201AA6B4C4005627AB /* Build configuration list for PBXProject "MJRefreshExample" */;
  633. compatibilityVersion = "Xcode 9.3";
  634. developmentRegion = en;
  635. hasScannedForEncodings = 0;
  636. knownRegions = (
  637. en,
  638. Base,
  639. );
  640. mainGroup = 2DA7F91C1AA6B4C4005627AB;
  641. productRefGroup = 2DA7F9261AA6B4C4005627AB /* Products */;
  642. projectDirPath = "";
  643. projectRoot = "";
  644. targets = (
  645. 2DA7F9241AA6B4C4005627AB /* MJRefreshExample */,
  646. 2DA7F93D1AA6B4C4005627AB /* MJRefreshExampleTests */,
  647. 2D9DF4511F7CE29B0042D6DD /* MJRefreshFramework */,
  648. );
  649. };
  650. /* End PBXProject section */
  651. /* Begin PBXResourcesBuildPhase section */
  652. 2D9DF4501F7CE29B0042D6DD /* Resources */ = {
  653. isa = PBXResourcesBuildPhase;
  654. buildActionMask = 2147483647;
  655. files = (
  656. 2D9DF46E1F7CE2D60042D6DD /* MJRefresh.bundle in Resources */,
  657. );
  658. runOnlyForDeploymentPostprocessing = 0;
  659. };
  660. 2DA7F9231AA6B4C4005627AB /* Resources */ = {
  661. isa = PBXResourcesBuildPhase;
  662. buildActionMask = 2147483647;
  663. files = (
  664. 2DA7F9341AA6B4C4005627AB /* Main.storyboard in Resources */,
  665. 2D9BEB1C1BB15F4A00AED473 /* MJWebViewViewController.xib in Resources */,
  666. 2DB2EA251BECBE6700D58F6A /* MJRefresh.bundle in Resources */,
  667. 2DA7F9391AA6B4C4005627AB /* LaunchScreen.xib in Resources */,
  668. 2D9BEB1A1BB15F4A00AED473 /* MJTestViewController.xib in Resources */,
  669. 2DA7F9361AA6B4C4005627AB /* Images.xcassets in Resources */,
  670. );
  671. runOnlyForDeploymentPostprocessing = 0;
  672. };
  673. 2DA7F93C1AA6B4C4005627AB /* Resources */ = {
  674. isa = PBXResourcesBuildPhase;
  675. buildActionMask = 2147483647;
  676. files = (
  677. );
  678. runOnlyForDeploymentPostprocessing = 0;
  679. };
  680. /* End PBXResourcesBuildPhase section */
  681. /* Begin PBXSourcesBuildPhase section */
  682. 2D9DF44D1F7CE29B0042D6DD /* Sources */ = {
  683. isa = PBXSourcesBuildPhase;
  684. buildActionMask = 2147483647;
  685. files = (
  686. 84FC857E228037CE001C6728 /* MJRefreshConfig.m in Sources */,
  687. 2D9DF46F1F7CE2F90042D6DD /* MJRefreshAutoFooter.m in Sources */,
  688. 2D9DF4701F7CE2F90042D6DD /* MJRefreshBackFooter.m in Sources */,
  689. 2D9DF4711F7CE2F90042D6DD /* MJRefreshComponent.m in Sources */,
  690. 2D9DF4721F7CE2F90042D6DD /* MJRefreshFooter.m in Sources */,
  691. 2D9DF4731F7CE2F90042D6DD /* MJRefreshHeader.m in Sources */,
  692. 2D9DF4741F7CE2F90042D6DD /* MJRefreshAutoGifFooter.m in Sources */,
  693. 2D9DF4751F7CE2F90042D6DD /* MJRefreshAutoNormalFooter.m in Sources */,
  694. 2D9DF4761F7CE2F90042D6DD /* MJRefreshAutoStateFooter.m in Sources */,
  695. 2D9DF4771F7CE2F90042D6DD /* MJRefreshBackGifFooter.m in Sources */,
  696. 2D9DF4781F7CE2F90042D6DD /* MJRefreshBackNormalFooter.m in Sources */,
  697. 2D9DF4791F7CE2F90042D6DD /* MJRefreshBackStateFooter.m in Sources */,
  698. 2D9DF47A1F7CE2F90042D6DD /* MJRefreshGifHeader.m in Sources */,
  699. 2D9DF47B1F7CE2F90042D6DD /* MJRefreshNormalHeader.m in Sources */,
  700. 2D9DF47C1F7CE2F90042D6DD /* MJRefreshStateHeader.m in Sources */,
  701. 2D9DF47D1F7CE2F90042D6DD /* MJRefreshConst.m in Sources */,
  702. 2D9DF47E1F7CE2F90042D6DD /* UIScrollView+MJExtension.m in Sources */,
  703. 2D9DF47F1F7CE2F90042D6DD /* UIScrollView+MJRefresh.m in Sources */,
  704. 2D9DF4801F7CE2F90042D6DD /* UIView+MJExtension.m in Sources */,
  705. 2D9DF4811F7CE2F90042D6DD /* NSBundle+MJRefresh.m in Sources */,
  706. );
  707. runOnlyForDeploymentPostprocessing = 0;
  708. };
  709. 2DA7F9211AA6B4C4005627AB /* Sources */ = {
  710. isa = PBXSourcesBuildPhase;
  711. buildActionMask = 2147483647;
  712. files = (
  713. 2DB2EA181BECBE6700D58F6A /* MJRefreshBackFooter.m in Sources */,
  714. 2D4698861D0EE6A400CB8025 /* NSBundle+MJRefresh.m in Sources */,
  715. 2DB2EA1A1BECBE6700D58F6A /* MJRefreshFooter.m in Sources */,
  716. 2D9BEB0F1BB15F4A00AED473 /* MJDIYHeader.m in Sources */,
  717. 2D9BEB181BB15F4A00AED473 /* MJTableViewController.m in Sources */,
  718. 2DB2EA261BECBE6700D58F6A /* MJRefreshConst.m in Sources */,
  719. 2D9BEB0A1BB15F4A00AED473 /* MJChiBaoZiFooter.m in Sources */,
  720. 2D9BEB121BB15F4A00AED473 /* MJExampleWindow.m in Sources */,
  721. 2DB2EA221BECBE6700D58F6A /* MJRefreshGifHeader.m in Sources */,
  722. 2D9BEB131BB15F4A00AED473 /* MJNavigationController.m in Sources */,
  723. 2DB2EA271BECBE6700D58F6A /* UIScrollView+MJExtension.m in Sources */,
  724. 2DB2EA1F1BECBE6700D58F6A /* MJRefreshBackGifFooter.m in Sources */,
  725. 2DB2EA1C1BECBE6700D58F6A /* MJRefreshAutoGifFooter.m in Sources */,
  726. 2DB2EA231BECBE6700D58F6A /* MJRefreshNormalHeader.m in Sources */,
  727. 2DB2EA191BECBE6700D58F6A /* MJRefreshComponent.m in Sources */,
  728. 2D9BEB0E1BB15F4A00AED473 /* MJDIYBackFooter.m in Sources */,
  729. 2D9BEB161BB15F4A00AED473 /* AppDelegate.m in Sources */,
  730. 2DB2EA291BECBE6700D58F6A /* UIView+MJExtension.m in Sources */,
  731. 2D9BEB141BB15F4A00AED473 /* MJSingleViewController.m in Sources */,
  732. 2D9BEB0D1BB15F4A00AED473 /* MJDIYAutoFooter.m in Sources */,
  733. 2D9BEB1B1BB15F4A00AED473 /* MJWebViewViewController.m in Sources */,
  734. 2DB2EA171BECBE6700D58F6A /* MJRefreshAutoFooter.m in Sources */,
  735. 2D9BEB101BB15F4A00AED473 /* MJExample.m in Sources */,
  736. 2DB2EA201BECBE6700D58F6A /* MJRefreshBackNormalFooter.m in Sources */,
  737. 2DA7F92B1AA6B4C4005627AB /* main.m in Sources */,
  738. 2DB2EA1E1BECBE6700D58F6A /* MJRefreshAutoStateFooter.m in Sources */,
  739. 2DB2EA241BECBE6700D58F6A /* MJRefreshStateHeader.m in Sources */,
  740. 2D9BEB091BB15F4A00AED473 /* UIViewController+Example.m in Sources */,
  741. 88E3200B24839ABA00069FA7 /* MJRefreshTrailer.m in Sources */,
  742. 6B8FB1A9250E610D00AF64B7 /* MJHorizontalCollectionViewController.m in Sources */,
  743. 2D9BEB111BB15F4A00AED473 /* MJExampleViewController.m in Sources */,
  744. 88E3201124839B2300069FA7 /* MJRefreshStateTrailer.m in Sources */,
  745. 2DB2EA1D1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.m in Sources */,
  746. 2D9BEB0C1BB15F4A00AED473 /* MJChiBaoZiHeader.m in Sources */,
  747. 88E3201224839B2300069FA7 /* MJRefreshNormalTrailer.m in Sources */,
  748. 2DB2EA1B1BECBE6700D58F6A /* MJRefreshHeader.m in Sources */,
  749. 01EB8272236846CE00813DAA /* MJWKWebViewController.m in Sources */,
  750. 2D9BEB191BB15F4A00AED473 /* MJTestViewController.m in Sources */,
  751. 2DB2EA211BECBE6700D58F6A /* MJRefreshBackStateFooter.m in Sources */,
  752. 2DB2EA281BECBE6700D58F6A /* UIScrollView+MJRefresh.m in Sources */,
  753. 01A2CE0C21ACE01500BEE365 /* MJRefreshConfig.m in Sources */,
  754. 2D9BEB151BB15F4A00AED473 /* MJTempViewController.m in Sources */,
  755. 2D9BEB171BB15F4A00AED473 /* MJCollectionViewController.m in Sources */,
  756. 2D9BEB0B1BB15F4A00AED473 /* MJChiBaoZiFooter2.m in Sources */,
  757. );
  758. runOnlyForDeploymentPostprocessing = 0;
  759. };
  760. 2DA7F93A1AA6B4C4005627AB /* Sources */ = {
  761. isa = PBXSourcesBuildPhase;
  762. buildActionMask = 2147483647;
  763. files = (
  764. 2DA7F9451AA6B4C4005627AB /* MJRefreshExampleTests.m in Sources */,
  765. );
  766. runOnlyForDeploymentPostprocessing = 0;
  767. };
  768. /* End PBXSourcesBuildPhase section */
  769. /* Begin PBXTargetDependency section */
  770. 2DA7F9401AA6B4C4005627AB /* PBXTargetDependency */ = {
  771. isa = PBXTargetDependency;
  772. target = 2DA7F9241AA6B4C4005627AB /* MJRefreshExample */;
  773. targetProxy = 2DA7F93F1AA6B4C4005627AB /* PBXContainerItemProxy */;
  774. };
  775. /* End PBXTargetDependency section */
  776. /* Begin PBXVariantGroup section */
  777. 2DA7F9321AA6B4C4005627AB /* Main.storyboard */ = {
  778. isa = PBXVariantGroup;
  779. children = (
  780. 2DA7F9331AA6B4C4005627AB /* Base */,
  781. );
  782. name = Main.storyboard;
  783. sourceTree = "<group>";
  784. };
  785. 2DA7F9371AA6B4C4005627AB /* LaunchScreen.xib */ = {
  786. isa = PBXVariantGroup;
  787. children = (
  788. 2DA7F9381AA6B4C4005627AB /* Base */,
  789. );
  790. name = LaunchScreen.xib;
  791. sourceTree = "<group>";
  792. };
  793. /* End PBXVariantGroup section */
  794. /* Begin XCBuildConfiguration section */
  795. 2D9DF4581F7CE29B0042D6DD /* Debug */ = {
  796. isa = XCBuildConfiguration;
  797. buildSettings = {
  798. CLANG_ANALYZER_NONNULL = YES;
  799. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  800. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  801. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  802. CLANG_WARN_COMMA = YES;
  803. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  804. CLANG_WARN_INFINITE_RECURSION = YES;
  805. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  806. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  807. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  808. CLANG_WARN_STRICT_PROTOTYPES = YES;
  809. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  810. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  811. CODE_SIGN_IDENTITY = "";
  812. CODE_SIGN_STYLE = Automatic;
  813. CURRENT_PROJECT_VERSION = 1;
  814. DEBUG_INFORMATION_FORMAT = dwarf;
  815. DEFINES_MODULE = YES;
  816. DYLIB_COMPATIBILITY_VERSION = 1;
  817. DYLIB_CURRENT_VERSION = 1;
  818. DYLIB_INSTALL_NAME_BASE = "@rpath";
  819. GCC_C_LANGUAGE_STANDARD = gnu11;
  820. GCC_NO_COMMON_BLOCKS = YES;
  821. INFOPLIST_FILE = MJRefreshFramework/Info.plist;
  822. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  823. LD_RUNPATH_SEARCH_PATHS = (
  824. "$(inherited)",
  825. "@executable_path/Frameworks",
  826. "@loader_path/Frameworks",
  827. );
  828. PRODUCT_BUNDLE_IDENTIFIER = com.520it.MJRefreshFramework;
  829. PRODUCT_MODULE_NAME = MJRefresh;
  830. PRODUCT_NAME = MJRefresh;
  831. SKIP_INSTALL = YES;
  832. TARGETED_DEVICE_FAMILY = "1,2";
  833. VERSIONING_SYSTEM = "apple-generic";
  834. VERSION_INFO_PREFIX = "";
  835. };
  836. name = Debug;
  837. };
  838. 2D9DF4591F7CE29B0042D6DD /* Release */ = {
  839. isa = XCBuildConfiguration;
  840. buildSettings = {
  841. CLANG_ANALYZER_NONNULL = YES;
  842. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  843. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  844. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  845. CLANG_WARN_COMMA = YES;
  846. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  847. CLANG_WARN_INFINITE_RECURSION = YES;
  848. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  849. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  850. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  851. CLANG_WARN_STRICT_PROTOTYPES = YES;
  852. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  853. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  854. CODE_SIGN_IDENTITY = "";
  855. CODE_SIGN_STYLE = Automatic;
  856. COPY_PHASE_STRIP = NO;
  857. CURRENT_PROJECT_VERSION = 1;
  858. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  859. DEFINES_MODULE = YES;
  860. DYLIB_COMPATIBILITY_VERSION = 1;
  861. DYLIB_CURRENT_VERSION = 1;
  862. DYLIB_INSTALL_NAME_BASE = "@rpath";
  863. GCC_C_LANGUAGE_STANDARD = gnu11;
  864. GCC_NO_COMMON_BLOCKS = YES;
  865. INFOPLIST_FILE = MJRefreshFramework/Info.plist;
  866. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  867. LD_RUNPATH_SEARCH_PATHS = (
  868. "$(inherited)",
  869. "@executable_path/Frameworks",
  870. "@loader_path/Frameworks",
  871. );
  872. PRODUCT_BUNDLE_IDENTIFIER = com.520it.MJRefreshFramework;
  873. PRODUCT_MODULE_NAME = MJRefresh;
  874. PRODUCT_NAME = MJRefresh;
  875. SKIP_INSTALL = YES;
  876. TARGETED_DEVICE_FAMILY = "1,2";
  877. VERSIONING_SYSTEM = "apple-generic";
  878. VERSION_INFO_PREFIX = "";
  879. };
  880. name = Release;
  881. };
  882. 2DA7F9461AA6B4C4005627AB /* Debug */ = {
  883. isa = XCBuildConfiguration;
  884. buildSettings = {
  885. ALWAYS_SEARCH_USER_PATHS = NO;
  886. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  887. CLANG_CXX_LIBRARY = "libc++";
  888. CLANG_ENABLE_MODULES = YES;
  889. CLANG_ENABLE_OBJC_ARC = YES;
  890. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  891. CLANG_WARN_BOOL_CONVERSION = YES;
  892. CLANG_WARN_COMMA = YES;
  893. CLANG_WARN_CONSTANT_CONVERSION = YES;
  894. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  895. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  896. CLANG_WARN_EMPTY_BODY = YES;
  897. CLANG_WARN_ENUM_CONVERSION = YES;
  898. CLANG_WARN_INFINITE_RECURSION = YES;
  899. CLANG_WARN_INT_CONVERSION = YES;
  900. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  901. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  902. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  903. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  904. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  905. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  906. CLANG_WARN_STRICT_PROTOTYPES = YES;
  907. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  908. CLANG_WARN_UNREACHABLE_CODE = YES;
  909. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  910. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  911. COPY_PHASE_STRIP = NO;
  912. ENABLE_STRICT_OBJC_MSGSEND = YES;
  913. ENABLE_TESTABILITY = YES;
  914. GCC_C_LANGUAGE_STANDARD = gnu99;
  915. GCC_DYNAMIC_NO_PIC = NO;
  916. GCC_NO_COMMON_BLOCKS = YES;
  917. GCC_OPTIMIZATION_LEVEL = 0;
  918. GCC_PREPROCESSOR_DEFINITIONS = (
  919. "DEBUG=1",
  920. "$(inherited)",
  921. );
  922. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  923. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  924. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  925. GCC_WARN_UNDECLARED_SELECTOR = YES;
  926. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  927. GCC_WARN_UNUSED_FUNCTION = YES;
  928. GCC_WARN_UNUSED_VARIABLE = YES;
  929. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  930. MTL_ENABLE_DEBUG_INFO = YES;
  931. ONLY_ACTIVE_ARCH = YES;
  932. SDKROOT = iphoneos;
  933. TARGETED_DEVICE_FAMILY = "1,2";
  934. };
  935. name = Debug;
  936. };
  937. 2DA7F9471AA6B4C4005627AB /* Release */ = {
  938. isa = XCBuildConfiguration;
  939. buildSettings = {
  940. ALWAYS_SEARCH_USER_PATHS = NO;
  941. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  942. CLANG_CXX_LIBRARY = "libc++";
  943. CLANG_ENABLE_MODULES = YES;
  944. CLANG_ENABLE_OBJC_ARC = YES;
  945. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  946. CLANG_WARN_BOOL_CONVERSION = YES;
  947. CLANG_WARN_COMMA = YES;
  948. CLANG_WARN_CONSTANT_CONVERSION = YES;
  949. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  950. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  951. CLANG_WARN_EMPTY_BODY = YES;
  952. CLANG_WARN_ENUM_CONVERSION = YES;
  953. CLANG_WARN_INFINITE_RECURSION = YES;
  954. CLANG_WARN_INT_CONVERSION = YES;
  955. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  956. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  957. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  958. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  959. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  960. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  961. CLANG_WARN_STRICT_PROTOTYPES = YES;
  962. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  963. CLANG_WARN_UNREACHABLE_CODE = YES;
  964. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  965. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  966. COPY_PHASE_STRIP = YES;
  967. ENABLE_NS_ASSERTIONS = NO;
  968. ENABLE_STRICT_OBJC_MSGSEND = YES;
  969. GCC_C_LANGUAGE_STANDARD = gnu99;
  970. GCC_NO_COMMON_BLOCKS = YES;
  971. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  972. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  973. GCC_WARN_UNDECLARED_SELECTOR = YES;
  974. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  975. GCC_WARN_UNUSED_FUNCTION = YES;
  976. GCC_WARN_UNUSED_VARIABLE = YES;
  977. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  978. MTL_ENABLE_DEBUG_INFO = NO;
  979. SDKROOT = iphoneos;
  980. TARGETED_DEVICE_FAMILY = "1,2";
  981. VALIDATE_PRODUCT = YES;
  982. };
  983. name = Release;
  984. };
  985. 2DA7F9491AA6B4C4005627AB /* Debug */ = {
  986. isa = XCBuildConfiguration;
  987. buildSettings = {
  988. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  989. CODE_SIGN_IDENTITY = "iPhone Developer";
  990. DEVELOPMENT_TEAM = "";
  991. GCC_PREFIX_HEADER = MJRefreshExample/PrefixHeader.pch;
  992. INFOPLIST_FILE = MJRefreshExample/Info.plist;
  993. LD_RUNPATH_SEARCH_PATHS = (
  994. "$(inherited)",
  995. "@executable_path/Frameworks",
  996. );
  997. PRODUCT_BUNDLE_IDENTIFIER = com.mj.MJRefresh;
  998. PRODUCT_NAME = "$(TARGET_NAME)";
  999. };
  1000. name = Debug;
  1001. };
  1002. 2DA7F94A1AA6B4C4005627AB /* Release */ = {
  1003. isa = XCBuildConfiguration;
  1004. buildSettings = {
  1005. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1006. CODE_SIGN_IDENTITY = "iPhone Developer";
  1007. DEVELOPMENT_TEAM = "";
  1008. GCC_PREFIX_HEADER = MJRefreshExample/PrefixHeader.pch;
  1009. INFOPLIST_FILE = MJRefreshExample/Info.plist;
  1010. LD_RUNPATH_SEARCH_PATHS = (
  1011. "$(inherited)",
  1012. "@executable_path/Frameworks",
  1013. );
  1014. PRODUCT_BUNDLE_IDENTIFIER = com.mj.MJRefresh;
  1015. PRODUCT_NAME = "$(TARGET_NAME)";
  1016. };
  1017. name = Release;
  1018. };
  1019. 2DA7F94C1AA6B4C4005627AB /* Debug */ = {
  1020. isa = XCBuildConfiguration;
  1021. buildSettings = {
  1022. BUNDLE_LOADER = "$(TEST_HOST)";
  1023. FRAMEWORK_SEARCH_PATHS = (
  1024. "$(SDKROOT)/System/Library/Frameworks",
  1025. "$(inherited)",
  1026. );
  1027. GCC_PREPROCESSOR_DEFINITIONS = (
  1028. "DEBUG=1",
  1029. "$(inherited)",
  1030. );
  1031. INFOPLIST_FILE = MJRefreshExampleTests/Info.plist;
  1032. LD_RUNPATH_SEARCH_PATHS = (
  1033. "$(inherited)",
  1034. "@executable_path/Frameworks",
  1035. "@loader_path/Frameworks",
  1036. );
  1037. PRODUCT_BUNDLE_IDENTIFIER = "com.mj.$(PRODUCT_NAME:rfc1034identifier)";
  1038. PRODUCT_NAME = "$(TARGET_NAME)";
  1039. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MJRefreshExample.app/MJRefreshExample";
  1040. };
  1041. name = Debug;
  1042. };
  1043. 2DA7F94D1AA6B4C4005627AB /* Release */ = {
  1044. isa = XCBuildConfiguration;
  1045. buildSettings = {
  1046. BUNDLE_LOADER = "$(TEST_HOST)";
  1047. FRAMEWORK_SEARCH_PATHS = (
  1048. "$(SDKROOT)/System/Library/Frameworks",
  1049. "$(inherited)",
  1050. );
  1051. INFOPLIST_FILE = MJRefreshExampleTests/Info.plist;
  1052. LD_RUNPATH_SEARCH_PATHS = (
  1053. "$(inherited)",
  1054. "@executable_path/Frameworks",
  1055. "@loader_path/Frameworks",
  1056. );
  1057. PRODUCT_BUNDLE_IDENTIFIER = "com.mj.$(PRODUCT_NAME:rfc1034identifier)";
  1058. PRODUCT_NAME = "$(TARGET_NAME)";
  1059. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MJRefreshExample.app/MJRefreshExample";
  1060. };
  1061. name = Release;
  1062. };
  1063. /* End XCBuildConfiguration section */
  1064. /* Begin XCConfigurationList section */
  1065. 2D9DF4571F7CE29B0042D6DD /* Build configuration list for PBXNativeTarget "MJRefreshFramework" */ = {
  1066. isa = XCConfigurationList;
  1067. buildConfigurations = (
  1068. 2D9DF4581F7CE29B0042D6DD /* Debug */,
  1069. 2D9DF4591F7CE29B0042D6DD /* Release */,
  1070. );
  1071. defaultConfigurationIsVisible = 0;
  1072. defaultConfigurationName = Release;
  1073. };
  1074. 2DA7F9201AA6B4C4005627AB /* Build configuration list for PBXProject "MJRefreshExample" */ = {
  1075. isa = XCConfigurationList;
  1076. buildConfigurations = (
  1077. 2DA7F9461AA6B4C4005627AB /* Debug */,
  1078. 2DA7F9471AA6B4C4005627AB /* Release */,
  1079. );
  1080. defaultConfigurationIsVisible = 0;
  1081. defaultConfigurationName = Release;
  1082. };
  1083. 2DA7F9481AA6B4C4005627AB /* Build configuration list for PBXNativeTarget "MJRefreshExample" */ = {
  1084. isa = XCConfigurationList;
  1085. buildConfigurations = (
  1086. 2DA7F9491AA6B4C4005627AB /* Debug */,
  1087. 2DA7F94A1AA6B4C4005627AB /* Release */,
  1088. );
  1089. defaultConfigurationIsVisible = 0;
  1090. defaultConfigurationName = Release;
  1091. };
  1092. 2DA7F94B1AA6B4C4005627AB /* Build configuration list for PBXNativeTarget "MJRefreshExampleTests" */ = {
  1093. isa = XCConfigurationList;
  1094. buildConfigurations = (
  1095. 2DA7F94C1AA6B4C4005627AB /* Debug */,
  1096. 2DA7F94D1AA6B4C4005627AB /* Release */,
  1097. );
  1098. defaultConfigurationIsVisible = 0;
  1099. defaultConfigurationName = Release;
  1100. };
  1101. /* End XCConfigurationList section */
  1102. };
  1103. rootObject = 2DA7F91D1AA6B4C4005627AB /* Project object */;
  1104. }