|
@@ -213,6 +213,11 @@
|
|
A76068E922E4922F008DF18F /* Skittles.json in Resources */ = {isa = PBXBuildFile; fileRef = A76068E822E4922F008DF18F /* Skittles.json */; };
|
|
A76068E922E4922F008DF18F /* Skittles.json in Resources */ = {isa = PBXBuildFile; fileRef = A76068E822E4922F008DF18F /* Skittles.json */; };
|
|
A76068EB22E49BC1008DF18F /* collect.json in Resources */ = {isa = PBXBuildFile; fileRef = A76068EA22E49BC0008DF18F /* collect.json */; };
|
|
A76068EB22E49BC1008DF18F /* collect.json in Resources */ = {isa = PBXBuildFile; fileRef = A76068EA22E49BC0008DF18F /* collect.json */; };
|
|
A76068ED22E4A2B4008DF18F /* verywell.json in Resources */ = {isa = PBXBuildFile; fileRef = A76068EC22E4A2B4008DF18F /* verywell.json */; };
|
|
A76068ED22E4A2B4008DF18F /* verywell.json in Resources */ = {isa = PBXBuildFile; fileRef = A76068EC22E4A2B4008DF18F /* verywell.json */; };
|
|
|
|
+ A76068F022E4AE91008DF18F /* loading.gif in Resources */ = {isa = PBXBuildFile; fileRef = A76068EF22E4AE91008DF18F /* loading.gif */; };
|
|
|
|
+ A76068F322E4B11B008DF18F /* UIImage+Gif.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76068F222E4B11B008DF18F /* UIImage+Gif.swift */; };
|
|
|
|
+ A76068F522E4BCF4008DF18F /* MJDIYHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76068F422E4BCF4008DF18F /* MJDIYHeader.swift */; };
|
|
|
|
+ A76068F722E4C401008DF18F /* MJDIYAutoFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76068F622E4C401008DF18F /* MJDIYAutoFooter.swift */; };
|
|
|
|
+ A76068F922E4C566008DF18F /* MJDIYBackFooter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76068F822E4C566008DF18F /* MJDIYBackFooter.swift */; };
|
|
A7636AC52268139C00374F9E /* LocationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7636AC42268139C00374F9E /* LocationViewController.swift */; };
|
|
A7636AC52268139C00374F9E /* LocationViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7636AC42268139C00374F9E /* LocationViewController.swift */; };
|
|
A7636AC822682BAF00374F9E /* LocationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7636AC722682BAF00374F9E /* LocationView.swift */; };
|
|
A7636AC822682BAF00374F9E /* LocationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7636AC722682BAF00374F9E /* LocationView.swift */; };
|
|
A76390EB2248E27A0067EEE0 /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A76390EA2248E27A0067EEE0 /* UserNotifications.framework */; };
|
|
A76390EB2248E27A0067EEE0 /* UserNotifications.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A76390EA2248E27A0067EEE0 /* UserNotifications.framework */; };
|
|
@@ -924,6 +929,11 @@
|
|
A76068E822E4922F008DF18F /* Skittles.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Skittles.json; sourceTree = "<group>"; };
|
|
A76068E822E4922F008DF18F /* Skittles.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = Skittles.json; sourceTree = "<group>"; };
|
|
A76068EA22E49BC0008DF18F /* collect.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = collect.json; sourceTree = "<group>"; };
|
|
A76068EA22E49BC0008DF18F /* collect.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = collect.json; sourceTree = "<group>"; };
|
|
A76068EC22E4A2B4008DF18F /* verywell.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = verywell.json; sourceTree = "<group>"; };
|
|
A76068EC22E4A2B4008DF18F /* verywell.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = verywell.json; sourceTree = "<group>"; };
|
|
|
|
+ A76068EF22E4AE91008DF18F /* loading.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = loading.gif; sourceTree = "<group>"; };
|
|
|
|
+ A76068F222E4B11B008DF18F /* UIImage+Gif.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIImage+Gif.swift"; sourceTree = "<group>"; };
|
|
|
|
+ A76068F422E4BCF4008DF18F /* MJDIYHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MJDIYHeader.swift; sourceTree = "<group>"; };
|
|
|
|
+ A76068F622E4C401008DF18F /* MJDIYAutoFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MJDIYAutoFooter.swift; sourceTree = "<group>"; };
|
|
|
|
+ A76068F822E4C566008DF18F /* MJDIYBackFooter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MJDIYBackFooter.swift; sourceTree = "<group>"; };
|
|
A7636AC42268139C00374F9E /* LocationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationViewController.swift; sourceTree = "<group>"; };
|
|
A7636AC42268139C00374F9E /* LocationViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationViewController.swift; sourceTree = "<group>"; };
|
|
A7636AC722682BAF00374F9E /* LocationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationView.swift; sourceTree = "<group>"; };
|
|
A7636AC722682BAF00374F9E /* LocationView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LocationView.swift; sourceTree = "<group>"; };
|
|
A76390EA2248E27A0067EEE0 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
|
|
A76390EA2248E27A0067EEE0 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; };
|
|
@@ -2518,6 +2528,7 @@
|
|
A72C011E227539800065E0C3 /* Src */ = {
|
|
A72C011E227539800065E0C3 /* Src */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ A76068EE22E4AE65008DF18F /* gif */,
|
|
A75B787522E079BC007B986A /* AnimationJSON */,
|
|
A75B787522E079BC007B986A /* AnimationJSON */,
|
|
A75B783422DFFDFE007B986A /* json */,
|
|
A75B783422DFFDFE007B986A /* json */,
|
|
);
|
|
);
|
|
@@ -2707,6 +2718,9 @@
|
|
children = (
|
|
children = (
|
|
A757C9322274882E00226355 /* UIScrollView+MJRefreshEX.m */,
|
|
A757C9322274882E00226355 /* UIScrollView+MJRefreshEX.m */,
|
|
A757C9332274882E00226355 /* UIScrollView+MJRefreshEX.h */,
|
|
A757C9332274882E00226355 /* UIScrollView+MJRefreshEX.h */,
|
|
|
|
+ A76068F422E4BCF4008DF18F /* MJDIYHeader.swift */,
|
|
|
|
+ A76068F822E4C566008DF18F /* MJDIYBackFooter.swift */,
|
|
|
|
+ A76068F622E4C401008DF18F /* MJDIYAutoFooter.swift */,
|
|
);
|
|
);
|
|
path = MJRefreshEX;
|
|
path = MJRefreshEX;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -2749,6 +2763,22 @@
|
|
path = AnimationJSON;
|
|
path = AnimationJSON;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ A76068EE22E4AE65008DF18F /* gif */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A76068EF22E4AE91008DF18F /* loading.gif */,
|
|
|
|
+ );
|
|
|
|
+ path = gif;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ A76068F122E4B0ED008DF18F /* UImage+Gif */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A76068F222E4B11B008DF18F /* UIImage+Gif.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = "UImage+Gif";
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
A7636ABD2268123B00374F9E /* LocationModule */ = {
|
|
A7636ABD2268123B00374F9E /* LocationModule */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -3178,9 +3208,9 @@
|
|
A77F2CA22232010F001BD3F6 /* Modules */ = {
|
|
A77F2CA22232010F001BD3F6 /* Modules */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
- A714348522DD9CD000132DA9 /* RedemptionAreaModule */,
|
|
|
|
A77F2CAE2232010F001BD3F6 /* RegisterLoginModule */,
|
|
A77F2CAE2232010F001BD3F6 /* RegisterLoginModule */,
|
|
A719EE6622AF4374001AAC98 /* CommunityModule */,
|
|
A719EE6622AF4374001AAC98 /* CommunityModule */,
|
|
|
|
+ A714348522DD9CD000132DA9 /* RedemptionAreaModule */,
|
|
A77F2CA32232010F001BD3F6 /* ShoppingMallModule */,
|
|
A77F2CA32232010F001BD3F6 /* ShoppingMallModule */,
|
|
BD12B67122B4E96100AEB10B /* PublishModule */,
|
|
BD12B67122B4E96100AEB10B /* PublishModule */,
|
|
BD3AA45422AE635700EF4F20 /* MessageModule */,
|
|
BD3AA45422AE635700EF4F20 /* MessageModule */,
|
|
@@ -3297,6 +3327,7 @@
|
|
A77F2CBC2232022A001BD3F6 /* Tools */ = {
|
|
A77F2CBC2232022A001BD3F6 /* Tools */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ A76068F122E4B0ED008DF18F /* UImage+Gif */,
|
|
BD5CA89322DDA27000364A67 /* CustomSlider */,
|
|
BD5CA89322DDA27000364A67 /* CustomSlider */,
|
|
A7297C6422D72F7F001A7AE6 /* KeyBoardCommentView */,
|
|
A7297C6422D72F7F001A7AE6 /* KeyBoardCommentView */,
|
|
A770E5E522D3421700CBD0A4 /* CommentInputView */,
|
|
A770E5E522D3421700CBD0A4 /* CommentInputView */,
|
|
@@ -5876,6 +5907,7 @@
|
|
BD108C9A22A60C3300837DAB /* HGImage.xcassets in Resources */,
|
|
BD108C9A22A60C3300837DAB /* HGImage.xcassets in Resources */,
|
|
A7F3069922E1C72D00DC7917 /* json_Image_1.png in Resources */,
|
|
A7F3069922E1C72D00DC7917 /* json_Image_1.png in Resources */,
|
|
A76068ED22E4A2B4008DF18F /* verywell.json in Resources */,
|
|
A76068ED22E4A2B4008DF18F /* verywell.json in Resources */,
|
|
|
|
+ A76068F022E4AE91008DF18F /* loading.gif in Resources */,
|
|
A729B5AA2266F6FD004AE098 /* Launch Screen.storyboard in Resources */,
|
|
A729B5AA2266F6FD004AE098 /* Launch Screen.storyboard in Resources */,
|
|
BD24FABB22B509CF00C7AA3B /* PublishModule.xcassets in Resources */,
|
|
BD24FABB22B509CF00C7AA3B /* PublishModule.xcassets in Resources */,
|
|
);
|
|
);
|
|
@@ -6095,6 +6127,7 @@
|
|
BD01B20122BC677900CE9F36 /* PublishFilterView.swift in Sources */,
|
|
BD01B20122BC677900CE9F36 /* PublishFilterView.swift in Sources */,
|
|
BD5CA89522DDA2A100364A67 /* CustomSlider.swift in Sources */,
|
|
BD5CA89522DDA2A100364A67 /* CustomSlider.swift in Sources */,
|
|
A75B782522DEC592007B986A /* SpecialOneTypeCollectionViewCell.swift in Sources */,
|
|
A75B782522DEC592007B986A /* SpecialOneTypeCollectionViewCell.swift in Sources */,
|
|
|
|
+ A76068F522E4BCF4008DF18F /* MJDIYHeader.swift in Sources */,
|
|
A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */,
|
|
A77F2CCA223209F2001BD3F6 /* BaseTabbarViewController.swift in Sources */,
|
|
BD61229A22C3605C00D3F513 /* AliyunEffectFilterCell.m in Sources */,
|
|
BD61229A22C3605C00D3F513 /* AliyunEffectFilterCell.m in Sources */,
|
|
A7BF202B22B396F300396DB3 /* CardContentTitleTableViewCell.swift in Sources */,
|
|
A7BF202B22B396F300396DB3 /* CardContentTitleTableViewCell.swift in Sources */,
|
|
@@ -6387,6 +6420,7 @@
|
|
BD13B6C222BA034D008BB323 /* PublishEditAddImgCollectionCell.swift in Sources */,
|
|
BD13B6C222BA034D008BB323 /* PublishEditAddImgCollectionCell.swift in Sources */,
|
|
A7778CAB2244B12500C7C47A /* CountDownManager.swift in Sources */,
|
|
A7778CAB2244B12500C7C47A /* CountDownManager.swift in Sources */,
|
|
BD50F47222E158FB0077D4BF /* PublishAgreementController.swift in Sources */,
|
|
BD50F47222E158FB0077D4BF /* PublishAgreementController.swift in Sources */,
|
|
|
|
+ A76068F322E4B11B008DF18F /* UIImage+Gif.swift in Sources */,
|
|
A775CBFE2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift in Sources */,
|
|
A775CBFE2237493600EBDCF8 /* ShoppingMallNavigationBarView.swift in Sources */,
|
|
A71AA5212272E527008FF1A5 /* Extension+UINavigationController.swift in Sources */,
|
|
A71AA5212272E527008FF1A5 /* Extension+UINavigationController.swift in Sources */,
|
|
BD981A8F22C9FEEF0043D951 /* CommunityPublishModel.swift in Sources */,
|
|
BD981A8F22C9FEEF0043D951 /* CommunityPublishModel.swift in Sources */,
|
|
@@ -6480,6 +6514,7 @@
|
|
A7274C5A228EE636000E3A07 /* LBXScanView.swift in Sources */,
|
|
A7274C5A228EE636000E3A07 /* LBXScanView.swift in Sources */,
|
|
A7FF1560228C693D00A85748 /* OrderViewController.swift in Sources */,
|
|
A7FF1560228C693D00A85748 /* OrderViewController.swift in Sources */,
|
|
A729B5B42267254B004AE098 /* PasswordLoginViewController.swift in Sources */,
|
|
A729B5B42267254B004AE098 /* PasswordLoginViewController.swift in Sources */,
|
|
|
|
+ A76068F722E4C401008DF18F /* MJDIYAutoFooter.swift in Sources */,
|
|
A7B4E7582282897B0012914A /* ProductFloorLeftHeaderCollectionReusableView.swift in Sources */,
|
|
A7B4E7582282897B0012914A /* ProductFloorLeftHeaderCollectionReusableView.swift in Sources */,
|
|
A7D4608E227616F800A5A54E /* SQLiteManager.swift in Sources */,
|
|
A7D4608E227616F800A5A54E /* SQLiteManager.swift in Sources */,
|
|
A70B2C6B2288815300B2449F /* PickHeaderView.swift in Sources */,
|
|
A70B2C6B2288815300B2449F /* PickHeaderView.swift in Sources */,
|
|
@@ -6554,6 +6589,7 @@
|
|
BDE376E922C22D4E0055E2EA /* AlivcUIConfig.m in Sources */,
|
|
BDE376E922C22D4E0055E2EA /* AlivcUIConfig.m in Sources */,
|
|
A7C2567C22CD8EEE00420828 /* CommunityPostCommentsModel.swift in Sources */,
|
|
A7C2567C22CD8EEE00420828 /* CommunityPostCommentsModel.swift in Sources */,
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */,
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */,
|
|
|
|
+ A76068F922E4C566008DF18F /* MJDIYBackFooter.swift in Sources */,
|
|
A773D02F229FDC3B007A5751 /* DIYEmptyView.swift in Sources */,
|
|
A773D02F229FDC3B007A5751 /* DIYEmptyView.swift in Sources */,
|
|
BD6122B022C3638300D3F513 /* AliyunEffectInfo.m in Sources */,
|
|
BD6122B022C3638300D3F513 /* AliyunEffectInfo.m in Sources */,
|
|
A757C9342274882E00226355 /* UIScrollView+MJRefreshEX.m in Sources */,
|
|
A757C9342274882E00226355 /* UIScrollView+MJRefreshEX.m in Sources */,
|