|
@@ -172,6 +172,8 @@
|
|
|
A739121A229F75F50033177E /* JXPagingMainTableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7391213229F75F50033177E /* JXPagingMainTableView.swift */; };
|
|
|
A739121B229F75F50033177E /* JXPagingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7391214229F75F50033177E /* JXPagingView.swift */; };
|
|
|
A739121D229F75F50033177E /* JXPagingListContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7391216229F75F50033177E /* JXPagingListContainerView.swift */; };
|
|
|
+ A73A56D322DC59A3004920FE /* PushModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73A56D222DC59A3004920FE /* PushModel.swift */; };
|
|
|
+ A73A56D522DC5E34004920FE /* UMPushRouterModuleType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73A56D422DC5E34004920FE /* UMPushRouterModuleType.swift */; };
|
|
|
A73D7C682268A032002A4CE3 /* SwiftyStarRatingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */; };
|
|
|
A743229422B88ED30017C367 /* EnumMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A743229322B88ED30017C367 /* EnumMacro.swift */; };
|
|
|
A743229B22B8C1510017C367 /* AppStoreReview.swift in Sources */ = {isa = PBXBuildFile; fileRef = A743229A22B8C1510017C367 /* AppStoreReview.swift */; };
|
|
@@ -852,6 +854,8 @@
|
|
|
A7391213229F75F50033177E /* JXPagingMainTableView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JXPagingMainTableView.swift; sourceTree = "<group>"; };
|
|
|
A7391214229F75F50033177E /* JXPagingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JXPagingView.swift; sourceTree = "<group>"; };
|
|
|
A7391216229F75F50033177E /* JXPagingListContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JXPagingListContainerView.swift; sourceTree = "<group>"; };
|
|
|
+ A73A56D222DC59A3004920FE /* PushModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PushModel.swift; sourceTree = "<group>"; };
|
|
|
+ A73A56D422DC5E34004920FE /* UMPushRouterModuleType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UMPushRouterModuleType.swift; sourceTree = "<group>"; };
|
|
|
A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyStarRatingView.swift; sourceTree = "<group>"; };
|
|
|
A743229322B88ED30017C367 /* EnumMacro.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EnumMacro.swift; sourceTree = "<group>"; };
|
|
|
A743229A22B8C1510017C367 /* AppStoreReview.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppStoreReview.swift; sourceTree = "<group>"; };
|
|
@@ -2457,6 +2461,7 @@
|
|
|
A738D203225AEAD000EEE860 /* Model */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ A73A56D122DC598F004920FE /* PushModel */,
|
|
|
A770E5DE22CEDF5700CBD0A4 /* OpenAppModel */,
|
|
|
A72A73722233966800B21995 /* RootModel */,
|
|
|
A7AA9F5B22C5FCE50086498B /* VirusModel */,
|
|
@@ -2490,6 +2495,14 @@
|
|
|
path = "JXPagingView-Swift";
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ A73A56D122DC598F004920FE /* PushModel */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ A73A56D222DC59A3004920FE /* PushModel.swift */,
|
|
|
+ );
|
|
|
+ path = PushModel;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
A73D7C662268A032002A4CE3 /* SwiftyStarRatingView */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -3461,6 +3474,7 @@
|
|
|
A7DAB33222D881F5005B964E /* H5RouterModuleType.swift */,
|
|
|
A7DAB33422D8D3AC005B964E /* RegisterLoginRouterModuleType.swift */,
|
|
|
A7DAB33822DC2B83005B964E /* ShareRouterModuleType.swift */,
|
|
|
+ A73A56D422DC5E34004920FE /* UMPushRouterModuleType.swift */,
|
|
|
);
|
|
|
path = Router;
|
|
|
sourceTree = "<group>";
|
|
@@ -5844,6 +5858,7 @@
|
|
|
A7BB68672269B1DD00AB07A2 /* AddressPOIViewController.swift in Sources */,
|
|
|
A7284A7322546460000BAEC4 /* SwiftMoyaServicePayApi.swift in Sources */,
|
|
|
BDE3045D22851E4F001D050F /* ProductCartListModel.swift in Sources */,
|
|
|
+ A73A56D322DC59A3004920FE /* PushModel.swift in Sources */,
|
|
|
BD12B68822B4F28F00AEB10B /* KSExtension.swift in Sources */,
|
|
|
BD61229322C3605C00D3F513 /* AliyunEffectResourceModel.m in Sources */,
|
|
|
A7A98DFF227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift in Sources */,
|
|
@@ -6232,6 +6247,7 @@
|
|
|
A71CAB4122CB32C700D908A8 /* VirusViewModel.swift in Sources */,
|
|
|
A7FF1572228C7D4600A85748 /* OrderButtonTableViewCell.swift in Sources */,
|
|
|
BD61226122C3561C00D3F513 /* MagicCameraPressCircleView.m in Sources */,
|
|
|
+ A73A56D522DC5E34004920FE /* UMPushRouterModuleType.swift in Sources */,
|
|
|
A7B4E72F2281773F0012914A /* ProductFloorCenterTitleView.swift in Sources */,
|
|
|
A7AA9F5822C5F6150086498B /* SwiftMoyaServiceVirusApi.swift in Sources */,
|
|
|
A7284A542252FB5C000BAEC4 /* PaginationModel.swift in Sources */,
|