|
@@ -401,6 +401,12 @@
|
|
BD01B20222BC677900CE9F36 /* PublishVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD01B1FF22BC677900CE9F36 /* PublishVideoView.swift */; };
|
|
BD01B20222BC677900CE9F36 /* PublishVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD01B1FF22BC677900CE9F36 /* PublishVideoView.swift */; };
|
|
BD09C84122955B480080D5A4 /* PopTopTriangleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD09C84022955B480080D5A4 /* PopTopTriangleView.swift */; };
|
|
BD09C84122955B480080D5A4 /* PopTopTriangleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD09C84022955B480080D5A4 /* PopTopTriangleView.swift */; };
|
|
BD0E678522A4C23B00B980BA /* ShoppingCartOrderPayFreightCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD0E678422A4C23B00B980BA /* ShoppingCartOrderPayFreightCell.swift */; };
|
|
BD0E678522A4C23B00B980BA /* ShoppingCartOrderPayFreightCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD0E678422A4C23B00B980BA /* ShoppingCartOrderPayFreightCell.swift */; };
|
|
|
|
+ BD0FAA3722C465B900DDFB37 /* AliyunEditViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = BD0FAA3522C465B900DDFB37 /* AliyunEditViewController.m */; };
|
|
|
|
+ BD0FAA4122C465F500DDFB37 /* AliyunEditButtonsView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD0FAA3A22C465F500DDFB37 /* AliyunEditButtonsView.m */; };
|
|
|
|
+ BD0FAA4222C465F500DDFB37 /* AliyunEffectTimeFilterView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD0FAA3C22C465F500DDFB37 /* AliyunEffectTimeFilterView.m */; };
|
|
|
|
+ BD0FAA4322C465F500DDFB37 /* AlivcCoverImageSelectedView.m in Sources */ = {isa = PBXBuildFile; fileRef = BD0FAA3F22C465F500DDFB37 /* AlivcCoverImageSelectedView.m */; };
|
|
|
|
+ BD0FAA4922C4663100DDFB37 /* AlivcEditItemModel.m in Sources */ = {isa = PBXBuildFile; fileRef = BD0FAA4622C4663000DDFB37 /* AlivcEditItemModel.m */; };
|
|
|
|
+ BD0FAA4A22C4663100DDFB37 /* AlivcEditItemManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BD0FAA4822C4663100DDFB37 /* AlivcEditItemManager.m */; };
|
|
BD108C9322A60C2100837DAB /* HGImageCompleteButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD108C8E22A60C2100837DAB /* HGImageCompleteButton.swift */; };
|
|
BD108C9322A60C2100837DAB /* HGImageCompleteButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD108C8E22A60C2100837DAB /* HGImageCompleteButton.swift */; };
|
|
BD108C9422A60C2100837DAB /* HGImageCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD108C8F22A60C2100837DAB /* HGImageCollectionViewController.swift */; };
|
|
BD108C9422A60C2100837DAB /* HGImageCollectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD108C8F22A60C2100837DAB /* HGImageCollectionViewController.swift */; };
|
|
BD108C9522A60C2100837DAB /* HGImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD108C9022A60C2100837DAB /* HGImageCollectionViewCell.swift */; };
|
|
BD108C9522A60C2100837DAB /* HGImageCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD108C9022A60C2100837DAB /* HGImageCollectionViewCell.swift */; };
|
|
@@ -1042,6 +1048,18 @@
|
|
BD01B1FF22BC677900CE9F36 /* PublishVideoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PublishVideoView.swift; sourceTree = "<group>"; };
|
|
BD01B1FF22BC677900CE9F36 /* PublishVideoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PublishVideoView.swift; sourceTree = "<group>"; };
|
|
BD09C84022955B480080D5A4 /* PopTopTriangleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopTopTriangleView.swift; sourceTree = "<group>"; };
|
|
BD09C84022955B480080D5A4 /* PopTopTriangleView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PopTopTriangleView.swift; sourceTree = "<group>"; };
|
|
BD0E678422A4C23B00B980BA /* ShoppingCartOrderPayFreightCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartOrderPayFreightCell.swift; sourceTree = "<group>"; };
|
|
BD0E678422A4C23B00B980BA /* ShoppingCartOrderPayFreightCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShoppingCartOrderPayFreightCell.swift; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA3522C465B900DDFB37 /* AliyunEditViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AliyunEditViewController.m; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA3622C465B900DDFB37 /* AliyunEditViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AliyunEditViewController.h; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA3922C465F500DDFB37 /* AliyunEditButtonsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AliyunEditButtonsView.h; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA3A22C465F500DDFB37 /* AliyunEditButtonsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AliyunEditButtonsView.m; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA3C22C465F500DDFB37 /* AliyunEffectTimeFilterView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AliyunEffectTimeFilterView.m; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA3D22C465F500DDFB37 /* AliyunEffectTimeFilterView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AliyunEffectTimeFilterView.h; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA3F22C465F500DDFB37 /* AlivcCoverImageSelectedView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AlivcCoverImageSelectedView.m; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA4022C465F500DDFB37 /* AlivcCoverImageSelectedView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlivcCoverImageSelectedView.h; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA4522C4663000DDFB37 /* AlivcEditItemModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlivcEditItemModel.h; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA4622C4663000DDFB37 /* AlivcEditItemModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AlivcEditItemModel.m; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA4722C4663000DDFB37 /* AlivcEditItemManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlivcEditItemManager.h; sourceTree = "<group>"; };
|
|
|
|
+ BD0FAA4822C4663100DDFB37 /* AlivcEditItemManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AlivcEditItemManager.m; sourceTree = "<group>"; };
|
|
BD108C8E22A60C2100837DAB /* HGImageCompleteButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HGImageCompleteButton.swift; sourceTree = "<group>"; };
|
|
BD108C8E22A60C2100837DAB /* HGImageCompleteButton.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HGImageCompleteButton.swift; sourceTree = "<group>"; };
|
|
BD108C8F22A60C2100837DAB /* HGImageCollectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HGImageCollectionViewController.swift; sourceTree = "<group>"; };
|
|
BD108C8F22A60C2100837DAB /* HGImageCollectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HGImageCollectionViewController.swift; sourceTree = "<group>"; };
|
|
BD108C9022A60C2100837DAB /* HGImageCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HGImageCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
BD108C9022A60C2100837DAB /* HGImageCollectionViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HGImageCollectionViewCell.swift; sourceTree = "<group>"; };
|
|
@@ -4076,6 +4094,55 @@
|
|
path = PublishTakeVideo;
|
|
path = PublishTakeVideo;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ BD0FAA3422C465B900DDFB37 /* Controller */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BD0FAA3622C465B900DDFB37 /* AliyunEditViewController.h */,
|
|
|
|
+ BD0FAA3522C465B900DDFB37 /* AliyunEditViewController.m */,
|
|
|
|
+ );
|
|
|
|
+ path = Controller;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BD0FAA3822C465F500DDFB37 /* View */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BD0FAA3922C465F500DDFB37 /* AliyunEditButtonsView.h */,
|
|
|
|
+ BD0FAA3A22C465F500DDFB37 /* AliyunEditButtonsView.m */,
|
|
|
|
+ BD0FAA3B22C465F500DDFB37 /* Filter */,
|
|
|
|
+ BD0FAA3E22C465F500DDFB37 /* Cover */,
|
|
|
|
+ );
|
|
|
|
+ path = View;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BD0FAA3B22C465F500DDFB37 /* Filter */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BD0FAA3D22C465F500DDFB37 /* AliyunEffectTimeFilterView.h */,
|
|
|
|
+ BD0FAA3C22C465F500DDFB37 /* AliyunEffectTimeFilterView.m */,
|
|
|
|
+ );
|
|
|
|
+ path = Filter;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BD0FAA3E22C465F500DDFB37 /* Cover */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BD0FAA4022C465F500DDFB37 /* AlivcCoverImageSelectedView.h */,
|
|
|
|
+ BD0FAA3F22C465F500DDFB37 /* AlivcCoverImageSelectedView.m */,
|
|
|
|
+ );
|
|
|
|
+ path = Cover;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
|
|
+ BD0FAA4422C4661B00DDFB37 /* Model */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ BD0FAA4722C4663000DDFB37 /* AlivcEditItemManager.h */,
|
|
|
|
+ BD0FAA4822C4663100DDFB37 /* AlivcEditItemManager.m */,
|
|
|
|
+ BD0FAA4522C4663000DDFB37 /* AlivcEditItemModel.h */,
|
|
|
|
+ BD0FAA4622C4663000DDFB37 /* AlivcEditItemModel.m */,
|
|
|
|
+ );
|
|
|
|
+ path = Model;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
BD108C8D22A60A2000837DAB /* HGImagePicker */ = {
|
|
BD108C8D22A60A2000837DAB /* HGImagePicker */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -4535,6 +4602,9 @@
|
|
BD61224F22C31EE400D3F513 /* VideoEdit */ = {
|
|
BD61224F22C31EE400D3F513 /* VideoEdit */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ BD0FAA3422C465B900DDFB37 /* Controller */,
|
|
|
|
+ BD0FAA3822C465F500DDFB37 /* View */,
|
|
|
|
+ BD0FAA4422C4661B00DDFB37 /* Model */,
|
|
);
|
|
);
|
|
path = VideoEdit;
|
|
path = VideoEdit;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -5446,6 +5516,7 @@
|
|
A7A98DFF227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift in Sources */,
|
|
A7A98DFF227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift in Sources */,
|
|
BD61227422C35A9500D3F513 /* AliyunImage.m in Sources */,
|
|
BD61227422C35A9500D3F513 /* AliyunImage.m in Sources */,
|
|
BDE376D922C22A260055E2EA /* UIColor+AlivcHelper.m in Sources */,
|
|
BDE376D922C22A260055E2EA /* UIColor+AlivcHelper.m in Sources */,
|
|
|
|
+ BD0FAA3722C465B900DDFB37 /* AliyunEditViewController.m in Sources */,
|
|
BDDF3B28228EBB72003A7D16 /* ProductRefundReasonModel.swift in Sources */,
|
|
BDDF3B28228EBB72003A7D16 /* ProductRefundReasonModel.swift in Sources */,
|
|
BDD4FB1222840597006FE833 /* ShoppingCartPayOrderController.swift in Sources */,
|
|
BDD4FB1222840597006FE833 /* ShoppingCartPayOrderController.swift in Sources */,
|
|
BD12203A22AF80AD0051C7C2 /* MessageActivityTableCell.swift in Sources */,
|
|
BD12203A22AF80AD0051C7C2 /* MessageActivityTableCell.swift in Sources */,
|
|
@@ -5569,6 +5640,7 @@
|
|
BD12B69E22B4FAF000AEB10B /* KSMediaPickerNavigationView.swift in Sources */,
|
|
BD12B69E22B4FAF000AEB10B /* KSMediaPickerNavigationView.swift in Sources */,
|
|
A70B2C4C228845E800B2449F /* ProductDetailParameterTableViewCell.swift in Sources */,
|
|
A70B2C4C228845E800B2449F /* ProductDetailParameterTableViewCell.swift in Sources */,
|
|
A7FF156A228C6E3600A85748 /* OrderProductTableViewCell.swift in Sources */,
|
|
A7FF156A228C6E3600A85748 /* OrderProductTableViewCell.swift in Sources */,
|
|
|
|
+ BD0FAA4222C465F500DDFB37 /* AliyunEffectTimeFilterView.m in Sources */,
|
|
A7931DF022AF4C9100297D0A /* BaseBouncesContentView.swift in Sources */,
|
|
A7931DF022AF4C9100297D0A /* BaseBouncesContentView.swift in Sources */,
|
|
A7D5F21F22BB1FA800F8E9AF /* CommunityPlanetViewController.swift in Sources */,
|
|
A7D5F21F22BB1FA800F8E9AF /* CommunityPlanetViewController.swift in Sources */,
|
|
A715333E22980CC60017C861 /* ConfigModel.swift in Sources */,
|
|
A715333E22980CC60017C861 /* ConfigModel.swift in Sources */,
|
|
@@ -5703,6 +5775,7 @@
|
|
BD7AB8432284390B0030646A /* OrderPaySelfPickInfoCell.swift in Sources */,
|
|
BD7AB8432284390B0030646A /* OrderPaySelfPickInfoCell.swift in Sources */,
|
|
A7D5F26522C118F100F8E9AF /* CMSMemberListModel.swift in Sources */,
|
|
A7D5F26522C118F100F8E9AF /* CMSMemberListModel.swift in Sources */,
|
|
BD1FC18622B09F9800D55081 /* CommunitySubCommentController.swift in Sources */,
|
|
BD1FC18622B09F9800D55081 /* CommunitySubCommentController.swift in Sources */,
|
|
|
|
+ BD0FAA4122C465F500DDFB37 /* AliyunEditButtonsView.m in Sources */,
|
|
BD6122AD22C3638300D3F513 /* AliyunEffectMusicInfo.m in Sources */,
|
|
BD6122AD22C3638300D3F513 /* AliyunEffectMusicInfo.m in Sources */,
|
|
A7C0FE0222B682DB00BC1E86 /* CommunityFeaturedTopicsHeaderView.swift in Sources */,
|
|
A7C0FE0222B682DB00BC1E86 /* CommunityFeaturedTopicsHeaderView.swift in Sources */,
|
|
A7274C5F228EE636000E3A07 /* LBXScanWrapper.swift in Sources */,
|
|
A7274C5F228EE636000E3A07 /* LBXScanWrapper.swift in Sources */,
|
|
@@ -5731,6 +5804,7 @@
|
|
A739121A229F75F50033177E /* JXPagingMainTableView.swift in Sources */,
|
|
A739121A229F75F50033177E /* JXPagingMainTableView.swift in Sources */,
|
|
A7CC7524227190FB003C4F38 /* AccountSecurityView.swift in Sources */,
|
|
A7CC7524227190FB003C4F38 /* AccountSecurityView.swift in Sources */,
|
|
A7931E1422AF9E4000297D0A /* TopicSelectionCollectionViewCell.swift in Sources */,
|
|
A7931E1422AF9E4000297D0A /* TopicSelectionCollectionViewCell.swift in Sources */,
|
|
|
|
+ BD0FAA4922C4663100DDFB37 /* AlivcEditItemModel.m in Sources */,
|
|
BD1DC6CB228D157000B89C57 /* OrderCreateBackModel.swift in Sources */,
|
|
BD1DC6CB228D157000B89C57 /* OrderCreateBackModel.swift in Sources */,
|
|
A72A72BD22321DE000B21995 /* Extension+UIColor.swift in Sources */,
|
|
A72A72BD22321DE000B21995 /* Extension+UIColor.swift in Sources */,
|
|
A7FF1596228CFA8100A85748 /* OrderListViewController.swift in Sources */,
|
|
A7FF1596228CFA8100A85748 /* OrderListViewController.swift in Sources */,
|
|
@@ -5742,6 +5816,7 @@
|
|
A7FF1564228C696B00A85748 /* OrderListView.swift in Sources */,
|
|
A7FF1564228C696B00A85748 /* OrderListView.swift in Sources */,
|
|
A70B2C072284305400B2449F /* ProductModel.swift in Sources */,
|
|
A70B2C072284305400B2449F /* ProductModel.swift in Sources */,
|
|
A72A72BC22321DE000B21995 /* Extension+UIAlertController.swift in Sources */,
|
|
A72A72BC22321DE000B21995 /* Extension+UIAlertController.swift in Sources */,
|
|
|
|
+ BD0FAA4322C465F500DDFB37 /* AlivcCoverImageSelectedView.m in Sources */,
|
|
A7BB68662269B1DD00AB07A2 /* AddressPOIView.swift in Sources */,
|
|
A7BB68662269B1DD00AB07A2 /* AddressPOIView.swift in Sources */,
|
|
BDF862A7228E42FA000DEF84 /* OrderApplyRefundController.swift in Sources */,
|
|
BDF862A7228E42FA000DEF84 /* OrderApplyRefundController.swift in Sources */,
|
|
A7931E0422AF827600297D0A /* ESTabBar.swift in Sources */,
|
|
A7931E0422AF827600297D0A /* ESTabBar.swift in Sources */,
|
|
@@ -5803,6 +5878,7 @@
|
|
A74322A022B8D1F30017C367 /* MyFollowAndFanViewController.swift in Sources */,
|
|
A74322A022B8D1F30017C367 /* MyFollowAndFanViewController.swift in Sources */,
|
|
BD2FCBE622B2586C0006D974 /* CommunityTagCollectionCell.swift in Sources */,
|
|
BD2FCBE622B2586C0006D974 /* CommunityTagCollectionCell.swift in Sources */,
|
|
A743229422B88ED30017C367 /* EnumMacro.swift in Sources */,
|
|
A743229422B88ED30017C367 /* EnumMacro.swift in Sources */,
|
|
|
|
+ BD0FAA4A22C4663100DDFB37 /* AlivcEditItemManager.m in Sources */,
|
|
BD1DC6C9228D005000B89C57 /* OrderCreateParameterModel.swift in Sources */,
|
|
BD1DC6C9228D005000B89C57 /* OrderCreateParameterModel.swift in Sources */,
|
|
A7BF203422B47E8600396DB3 /* CardContentActionTableViewCell.swift in Sources */,
|
|
A7BF203422B47E8600396DB3 /* CardContentActionTableViewCell.swift in Sources */,
|
|
A71AA52622732068008FF1A5 /* SwiftMoyaServiceConfigApi.swift in Sources */,
|
|
A71AA52622732068008FF1A5 /* SwiftMoyaServiceConfigApi.swift in Sources */,
|