|
|
@@ -3,7 +3,7 @@
|
|
|
archiveVersion = 1;
|
|
|
classes = {
|
|
|
};
|
|
|
- objectVersion = 46;
|
|
|
+ objectVersion = 50;
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
@@ -95,6 +95,9 @@
|
|
|
2DB2EA281BECBE6700D58F6A /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA141BECBE6700D58F6A /* UIScrollView+MJRefresh.m */; };
|
|
|
2DB2EA291BECBE6700D58F6A /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB2EA161BECBE6700D58F6A /* UIView+MJExtension.m */; };
|
|
|
84FC857E228037CE001C6728 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 01A2CE0B21ACE01500BEE365 /* MJRefreshConfig.m */; };
|
|
|
+ 88E3200B24839ABA00069FA7 /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E3200924839ABA00069FA7 /* MJRefreshTrailer.m */; };
|
|
|
+ 88E3201124839B2300069FA7 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E3200E24839B2300069FA7 /* MJRefreshStateTrailer.m */; };
|
|
|
+ 88E3201224839B2300069FA7 /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 88E3200F24839B2300069FA7 /* MJRefreshNormalTrailer.m */; };
|
|
|
/* End PBXBuildFile section */
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */
|
|
|
@@ -215,6 +218,12 @@
|
|
|
2DB2EA141BECBE6700D58F6A /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+MJRefresh.m"; sourceTree = "<group>"; };
|
|
|
2DB2EA151BECBE6700D58F6A /* UIView+MJExtension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+MJExtension.h"; sourceTree = "<group>"; };
|
|
|
2DB2EA161BECBE6700D58F6A /* UIView+MJExtension.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+MJExtension.m"; sourceTree = "<group>"; };
|
|
|
+ 88E3200924839ABA00069FA7 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshTrailer.m; sourceTree = "<group>"; };
|
|
|
+ 88E3200A24839ABA00069FA7 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshTrailer.h; sourceTree = "<group>"; };
|
|
|
+ 88E3200D24839B2300069FA7 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshNormalTrailer.h; sourceTree = "<group>"; };
|
|
|
+ 88E3200E24839B2300069FA7 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshStateTrailer.m; sourceTree = "<group>"; };
|
|
|
+ 88E3200F24839B2300069FA7 /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MJRefreshNormalTrailer.m; sourceTree = "<group>"; };
|
|
|
+ 88E3201024839B2300069FA7 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MJRefreshStateTrailer.h; sourceTree = "<group>"; };
|
|
|
/* End PBXFileReference section */
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
|
@@ -433,6 +442,8 @@
|
|
|
2DB2E9F31BECBE6700D58F6A /* MJRefreshFooter.m */,
|
|
|
2DB2E9F41BECBE6700D58F6A /* MJRefreshHeader.h */,
|
|
|
2DB2E9F51BECBE6700D58F6A /* MJRefreshHeader.m */,
|
|
|
+ 88E3200A24839ABA00069FA7 /* MJRefreshTrailer.h */,
|
|
|
+ 88E3200924839ABA00069FA7 /* MJRefreshTrailer.m */,
|
|
|
);
|
|
|
path = Base;
|
|
|
sourceTree = "<group>";
|
|
|
@@ -440,6 +451,7 @@
|
|
|
2DB2E9F61BECBE6700D58F6A /* Custom */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 88E3200C24839B2300069FA7 /* Trailer */,
|
|
|
2DB2E9F71BECBE6700D58F6A /* Footer */,
|
|
|
2DB2EA061BECBE6700D58F6A /* Header */,
|
|
|
);
|
|
|
@@ -494,6 +506,17 @@
|
|
|
path = Header;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ 88E3200C24839B2300069FA7 /* Trailer */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 88E3200D24839B2300069FA7 /* MJRefreshNormalTrailer.h */,
|
|
|
+ 88E3200F24839B2300069FA7 /* MJRefreshNormalTrailer.m */,
|
|
|
+ 88E3201024839B2300069FA7 /* MJRefreshStateTrailer.h */,
|
|
|
+ 88E3200E24839B2300069FA7 /* MJRefreshStateTrailer.m */,
|
|
|
+ );
|
|
|
+ path = Trailer;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
/* End PBXGroup section */
|
|
|
|
|
|
/* Begin PBXHeadersBuildPhase section */
|
|
|
@@ -605,7 +628,7 @@
|
|
|
};
|
|
|
};
|
|
|
buildConfigurationList = 2DA7F9201AA6B4C4005627AB /* Build configuration list for PBXProject "MJRefreshExample" */;
|
|
|
- compatibilityVersion = "Xcode 3.2";
|
|
|
+ compatibilityVersion = "Xcode 9.3";
|
|
|
developmentRegion = en;
|
|
|
hasScannedForEncodings = 0;
|
|
|
knownRegions = (
|
|
|
@@ -715,9 +738,12 @@
|
|
|
2DB2EA1E1BECBE6700D58F6A /* MJRefreshAutoStateFooter.m in Sources */,
|
|
|
2DB2EA241BECBE6700D58F6A /* MJRefreshStateHeader.m in Sources */,
|
|
|
2D9BEB091BB15F4A00AED473 /* UIViewController+Example.m in Sources */,
|
|
|
+ 88E3200B24839ABA00069FA7 /* MJRefreshTrailer.m in Sources */,
|
|
|
2D9BEB111BB15F4A00AED473 /* MJExampleViewController.m in Sources */,
|
|
|
+ 88E3201124839B2300069FA7 /* MJRefreshStateTrailer.m in Sources */,
|
|
|
2DB2EA1D1BECBE6700D58F6A /* MJRefreshAutoNormalFooter.m in Sources */,
|
|
|
2D9BEB0C1BB15F4A00AED473 /* MJChiBaoZiHeader.m in Sources */,
|
|
|
+ 88E3201224839B2300069FA7 /* MJRefreshNormalTrailer.m in Sources */,
|
|
|
2DB2EA1B1BECBE6700D58F6A /* MJRefreshHeader.m in Sources */,
|
|
|
01EB8272236846CE00813DAA /* MJWKWebViewController.m in Sources */,
|
|
|
2D9BEB191BB15F4A00AED473 /* MJTestViewController.m in Sources */,
|
|
|
@@ -797,7 +823,11 @@
|
|
|
INFOPLIST_FILE = MJRefreshFramework/Info.plist;
|
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@loader_path/Frameworks",
|
|
|
+ );
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.520it.MJRefreshFramework;
|
|
|
PRODUCT_MODULE_NAME = MJRefresh;
|
|
|
PRODUCT_NAME = MJRefresh;
|
|
|
@@ -838,7 +868,11 @@
|
|
|
INFOPLIST_FILE = MJRefreshFramework/Info.plist;
|
|
|
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@loader_path/Frameworks",
|
|
|
+ );
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.520it.MJRefreshFramework;
|
|
|
PRODUCT_MODULE_NAME = MJRefresh;
|
|
|
PRODUCT_NAME = MJRefresh;
|
|
|
@@ -937,7 +971,10 @@
|
|
|
GCC_PREFIX_HEADER = MJRefreshExample/PrefixHeader.pch;
|
|
|
INFOPLIST_FILE = MJRefreshExample/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ );
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.mj.MJRefresh;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
@@ -952,7 +989,10 @@
|
|
|
GCC_PREFIX_HEADER = MJRefreshExample/PrefixHeader.pch;
|
|
|
INFOPLIST_FILE = MJRefreshExample/Info.plist;
|
|
|
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ );
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = com.mj.MJRefresh;
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
};
|
|
|
@@ -971,7 +1011,11 @@
|
|
|
"$(inherited)",
|
|
|
);
|
|
|
INFOPLIST_FILE = MJRefreshExampleTests/Info.plist;
|
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@loader_path/Frameworks",
|
|
|
+ );
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.mj.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MJRefreshExample.app/MJRefreshExample";
|
|
|
@@ -987,7 +1031,11 @@
|
|
|
"$(inherited)",
|
|
|
);
|
|
|
INFOPLIST_FILE = MJRefreshExampleTests/Info.plist;
|
|
|
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
|
|
+ LD_RUNPATH_SEARCH_PATHS = (
|
|
|
+ "$(inherited)",
|
|
|
+ "@executable_path/Frameworks",
|
|
|
+ "@loader_path/Frameworks",
|
|
|
+ );
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "com.mj.$(PRODUCT_NAME:rfc1034identifier)";
|
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/MJRefreshExample.app/MJRefreshExample";
|