|
@@ -487,6 +487,8 @@
|
|
|
BD2FCBEA22B267280006D974 /* RecommendNoneCommentCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2FCBE922B267280006D974 /* RecommendNoneCommentCell.swift */; };
|
|
|
BD3474F522857B85000908C5 /* CommonPayHeader.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3474F422857B85000908C5 /* CommonPayHeader.swift */; };
|
|
|
BD3AA45822AE63EC00EF4F20 /* MessageMainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3AA45722AE63EC00EF4F20 /* MessageMainViewController.swift */; };
|
|
|
+ BD3AA45F22AE6F2500EF4F20 /* MessagePlanetTableCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD3AA45E22AE6F2500EF4F20 /* MessagePlanetTableCell.swift */; };
|
|
|
+ BD477F6322C23D66008BE2CB /* AliyunReachability.m in Sources */ = {isa = PBXBuildFile; fileRef = BD477F6222C23D66008BE2CB /* AliyunReachability.m */; };
|
|
|
BD4B50AC22BC7DEA0073B516 /* FilterResource.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BD4B50AB22BC7DEA0073B516 /* FilterResource.bundle */; };
|
|
|
BD4B50AE22BC815F0073B516 /* PublishFilterCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD4B50AD22BC815F0073B516 /* PublishFilterCollectionCell.swift */; };
|
|
|
BD4B50B422BC8AD50073B516 /* AliyunPathManager.m in Sources */ = {isa = PBXBuildFile; fileRef = BD4B50B322BC8AD50073B516 /* AliyunPathManager.m */; };
|
|
@@ -521,6 +523,14 @@
|
|
|
BDDF3B28228EBB72003A7D16 /* ProductRefundReasonModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDDF3B27228EBB72003A7D16 /* ProductRefundReasonModel.swift */; };
|
|
|
BDE3045D22851E4F001D050F /* ProductCartListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE3045C22851E4F001D050F /* ProductCartListModel.swift */; };
|
|
|
BDE3045F228554CA001D050F /* ProductCartAmountModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE3045E228554CA001D050F /* ProductCartAmountModel.swift */; };
|
|
|
+ BDE376D722C22A260055E2EA /* MBProgressHUD+AlivcHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE376CD22C22A250055E2EA /* MBProgressHUD+AlivcHelper.m */; };
|
|
|
+ BDE376D822C22A260055E2EA /* NSString+AlivcHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE376D022C22A250055E2EA /* NSString+AlivcHelper.m */; };
|
|
|
+ BDE376D922C22A260055E2EA /* UIColor+AlivcHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE376D222C22A250055E2EA /* UIColor+AlivcHelper.m */; };
|
|
|
+ BDE376DA22C22A260055E2EA /* UIButton+AliyunBlock.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE376D422C22A260055E2EA /* UIButton+AliyunBlock.m */; };
|
|
|
+ BDE376DB22C22A260055E2EA /* UIView+AlivcHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE376D522C22A260055E2EA /* UIView+AlivcHelper.m */; };
|
|
|
+ BDE376E522C22D2B0055E2EA /* AlivcImage.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE376E122C22D2A0055E2EA /* AlivcImage.m */; };
|
|
|
+ BDE376E622C22D2B0055E2EA /* AlivcDefine.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE376E222C22D2B0055E2EA /* AlivcDefine.m */; };
|
|
|
+ BDE376E922C22D4E0055E2EA /* AlivcUIConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = BDE376E722C22D4E0055E2EA /* AlivcUIConfig.m */; };
|
|
|
BDEF7791228571DC00ED0AC0 /* CommonPayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDEF7790228571DC00ED0AC0 /* CommonPayView.swift */; };
|
|
|
BDEF7793228575A800ED0AC0 /* CommonPayCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDEF7792228575A800ED0AC0 /* CommonPayCell.swift */; };
|
|
|
BDF45F0D228C00B8004E2682 /* DefaultContactInfoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDF45F0C228C00B8004E2682 /* DefaultContactInfoModel.swift */; };
|
|
@@ -1065,6 +1075,9 @@
|
|
|
BD2FCBE922B267280006D974 /* RecommendNoneCommentCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecommendNoneCommentCell.swift; sourceTree = "<group>"; };
|
|
|
BD3474F422857B85000908C5 /* CommonPayHeader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonPayHeader.swift; sourceTree = "<group>"; };
|
|
|
BD3AA45722AE63EC00EF4F20 /* MessageMainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessageMainViewController.swift; sourceTree = "<group>"; };
|
|
|
+ BD3AA45E22AE6F2500EF4F20 /* MessagePlanetTableCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MessagePlanetTableCell.swift; sourceTree = "<group>"; };
|
|
|
+ BD477F6122C23D65008BE2CB /* AliyunReachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AliyunReachability.h; sourceTree = "<group>"; };
|
|
|
+ BD477F6222C23D66008BE2CB /* AliyunReachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AliyunReachability.m; sourceTree = "<group>"; };
|
|
|
BD4B50AB22BC7DEA0073B516 /* FilterResource.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = FilterResource.bundle; sourceTree = "<group>"; };
|
|
|
BD4B50AD22BC815F0073B516 /* PublishFilterCollectionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PublishFilterCollectionCell.swift; sourceTree = "<group>"; };
|
|
|
BD4B50B222BC8AD50073B516 /* AliyunPathManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AliyunPathManager.h; sourceTree = "<group>"; };
|
|
@@ -1102,6 +1115,23 @@
|
|
|
BDDF3B27228EBB72003A7D16 /* ProductRefundReasonModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductRefundReasonModel.swift; sourceTree = "<group>"; };
|
|
|
BDE3045C22851E4F001D050F /* ProductCartListModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductCartListModel.swift; sourceTree = "<group>"; };
|
|
|
BDE3045E228554CA001D050F /* ProductCartAmountModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProductCartAmountModel.swift; sourceTree = "<group>"; };
|
|
|
+ BDE376CD22C22A250055E2EA /* MBProgressHUD+AlivcHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD+AlivcHelper.m"; sourceTree = "<group>"; };
|
|
|
+ BDE376CE22C22A250055E2EA /* UIButton+AliyunBlock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+AliyunBlock.h"; sourceTree = "<group>"; };
|
|
|
+ BDE376CF22C22A250055E2EA /* NSString+AlivcHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+AlivcHelper.h"; sourceTree = "<group>"; };
|
|
|
+ BDE376D022C22A250055E2EA /* NSString+AlivcHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+AlivcHelper.m"; sourceTree = "<group>"; };
|
|
|
+ BDE376D122C22A250055E2EA /* UIColor+AlivcHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIColor+AlivcHelper.h"; sourceTree = "<group>"; };
|
|
|
+ BDE376D222C22A250055E2EA /* UIColor+AlivcHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIColor+AlivcHelper.m"; sourceTree = "<group>"; };
|
|
|
+ BDE376D322C22A260055E2EA /* UIView+AlivcHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+AlivcHelper.h"; sourceTree = "<group>"; };
|
|
|
+ BDE376D422C22A260055E2EA /* UIButton+AliyunBlock.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+AliyunBlock.m"; sourceTree = "<group>"; };
|
|
|
+ BDE376D522C22A260055E2EA /* UIView+AlivcHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+AlivcHelper.m"; sourceTree = "<group>"; };
|
|
|
+ BDE376D622C22A260055E2EA /* MBProgressHUD+AlivcHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD+AlivcHelper.h"; sourceTree = "<group>"; };
|
|
|
+ BDE376E022C22CE20055E2EA /* AlivcMacro.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlivcMacro.h; sourceTree = "<group>"; };
|
|
|
+ BDE376E122C22D2A0055E2EA /* AlivcImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AlivcImage.m; sourceTree = "<group>"; };
|
|
|
+ BDE376E222C22D2B0055E2EA /* AlivcDefine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AlivcDefine.m; sourceTree = "<group>"; };
|
|
|
+ BDE376E322C22D2B0055E2EA /* AlivcImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlivcImage.h; sourceTree = "<group>"; };
|
|
|
+ BDE376E422C22D2B0055E2EA /* AlivcDefine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlivcDefine.h; sourceTree = "<group>"; };
|
|
|
+ BDE376E722C22D4E0055E2EA /* AlivcUIConfig.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AlivcUIConfig.m; sourceTree = "<group>"; };
|
|
|
+ BDE376E822C22D4E0055E2EA /* AlivcUIConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AlivcUIConfig.h; sourceTree = "<group>"; };
|
|
|
BDEF7790228571DC00ED0AC0 /* CommonPayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonPayView.swift; sourceTree = "<group>"; };
|
|
|
BDEF7792228575A800ED0AC0 /* CommonPayCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CommonPayCell.swift; sourceTree = "<group>"; };
|
|
|
BDF45F0C228C00B8004E2682 /* DefaultContactInfoModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DefaultContactInfoModel.swift; sourceTree = "<group>"; };
|
|
@@ -1913,7 +1943,6 @@
|
|
|
A72A725322321A6900B21995 /* Lib */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
- BD4B50AA22BC7DE00073B516 /* AliyunVideoSDK */,
|
|
|
A7778C8E22438F5C00C7C47A /* AlipaySDK */,
|
|
|
A7778C9122438F5D00C7C47A /* WeChatSDK */,
|
|
|
);
|
|
@@ -3986,6 +4015,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
BD929CCD22B904A30098C139 /* PublishViewController.swift */,
|
|
|
+ BDE376C922C1B5350055E2EA /* AliyunVideo */,
|
|
|
BD12B67222B4E99800AEB10B /* PublishMediaPicker */,
|
|
|
BD01B1FC22BC677900CE9F36 /* PublishTakeVideo */,
|
|
|
BD01B1F722BC673900CE9F36 /* PublishTakePhoto */,
|
|
@@ -4330,14 +4360,6 @@
|
|
|
path = View;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- BD4B50AA22BC7DE00073B516 /* AliyunVideoSDK */ = {
|
|
|
- isa = PBXGroup;
|
|
|
- children = (
|
|
|
- BD4B50AB22BC7DEA0073B516 /* FilterResource.bundle */,
|
|
|
- );
|
|
|
- path = AliyunVideoSDK;
|
|
|
- sourceTree = "<group>";
|
|
|
- };
|
|
|
BD77BE18228D8C2E0060E23C /* OrderComment */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -4396,6 +4418,89 @@
|
|
|
path = AllCommentCell;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ BDD547B622C2FF4D005BBE19 /* ShortVideoCommonFile */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = ShortVideoCommonFile;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BDD547B722C2FF66005BBE19 /* ShortVideoFile */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = ShortVideoFile;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BDD547B822C2FF82005BBE19 /* ShortVideoResource */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BD4B50AB22BC7DEA0073B516 /* FilterResource.bundle */,
|
|
|
+ );
|
|
|
+ path = ShortVideoResource;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BDE376C922C1B5350055E2EA /* AliyunVideo */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BDE376CB22C2284C0055E2EA /* AlivcShortVideo */,
|
|
|
+ BDE376CA22C228470055E2EA /* AlivcBeaitufySettingsPanel */,
|
|
|
+ BDE376CC22C2289E0055E2EA /* Categories */,
|
|
|
+ BDE376DC22C22ADC0055E2EA /* Config */,
|
|
|
+ );
|
|
|
+ path = AliyunVideo;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BDE376CA22C228470055E2EA /* AlivcBeaitufySettingsPanel */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ );
|
|
|
+ path = AlivcBeaitufySettingsPanel;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BDE376CB22C2284C0055E2EA /* AlivcShortVideo */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BDD547B622C2FF4D005BBE19 /* ShortVideoCommonFile */,
|
|
|
+ BDD547B722C2FF66005BBE19 /* ShortVideoFile */,
|
|
|
+ BDD547B822C2FF82005BBE19 /* ShortVideoResource */,
|
|
|
+ );
|
|
|
+ path = AlivcShortVideo;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BDE376CC22C2289E0055E2EA /* Categories */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BDE376D622C22A260055E2EA /* MBProgressHUD+AlivcHelper.h */,
|
|
|
+ BDE376CD22C22A250055E2EA /* MBProgressHUD+AlivcHelper.m */,
|
|
|
+ BDE376CF22C22A250055E2EA /* NSString+AlivcHelper.h */,
|
|
|
+ BDE376D022C22A250055E2EA /* NSString+AlivcHelper.m */,
|
|
|
+ BDE376CE22C22A250055E2EA /* UIButton+AliyunBlock.h */,
|
|
|
+ BDE376D422C22A260055E2EA /* UIButton+AliyunBlock.m */,
|
|
|
+ BDE376D122C22A250055E2EA /* UIColor+AlivcHelper.h */,
|
|
|
+ BDE376D222C22A250055E2EA /* UIColor+AlivcHelper.m */,
|
|
|
+ BDE376D322C22A260055E2EA /* UIView+AlivcHelper.h */,
|
|
|
+ BDE376D522C22A260055E2EA /* UIView+AlivcHelper.m */,
|
|
|
+ );
|
|
|
+ path = Categories;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ BDE376DC22C22ADC0055E2EA /* Config */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ BDE376E022C22CE20055E2EA /* AlivcMacro.h */,
|
|
|
+ BDE376E322C22D2B0055E2EA /* AlivcImage.h */,
|
|
|
+ BDE376E122C22D2A0055E2EA /* AlivcImage.m */,
|
|
|
+ BDE376E422C22D2B0055E2EA /* AlivcDefine.h */,
|
|
|
+ BDE376E222C22D2B0055E2EA /* AlivcDefine.m */,
|
|
|
+ BDE376E822C22D4E0055E2EA /* AlivcUIConfig.h */,
|
|
|
+ BDE376E722C22D4E0055E2EA /* AlivcUIConfig.m */,
|
|
|
+ BD477F6122C23D65008BE2CB /* AliyunReachability.h */,
|
|
|
+ BD477F6222C23D66008BE2CB /* AliyunReachability.m */,
|
|
|
+ );
|
|
|
+ path = Config;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
BDEF778F228571C200ED0AC0 /* PayManagerView */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
@@ -4761,6 +4866,7 @@
|
|
|
BD1FC1A822B1075F00D55081 /* LXTextView.m in Sources */,
|
|
|
BDAA40FB228E9CC300CF841D /* OrderApplyRefundNoteInfoCell.swift in Sources */,
|
|
|
A7DF50D622A4E8B400998908 /* OrderDetailProductTableViewCell.swift in Sources */,
|
|
|
+ BDE376D722C22A260055E2EA /* MBProgressHUD+AlivcHelper.m in Sources */,
|
|
|
A74322A422B8E7F60017C367 /* MyFollowAndFanHeaderView.swift in Sources */,
|
|
|
A73911AD229CD62F0033177E /* AlamofireReachabilityManager.swift in Sources */,
|
|
|
A7BB684F2268DCEC00AB07A2 /* SelfRecommendationViewController.swift in Sources */,
|
|
@@ -4784,6 +4890,8 @@
|
|
|
BD01B20022BC677900CE9F36 /* PublishVideoRecorderController.swift in Sources */,
|
|
|
BDF862AC228E5112000DEF84 /* OrderCommentAddImgCollectionCell.swift in Sources */,
|
|
|
A7931E0222AF827600297D0A /* ESTabBarItem.swift in Sources */,
|
|
|
+ BDE376DB22C22A260055E2EA /* UIView+AlivcHelper.m in Sources */,
|
|
|
+ A7CC74D4226FF1AA003C4F38 /* MineView.swift in Sources */,
|
|
|
A71AA5152272160A008FF1A5 /* ExpressAddressListTableViewCell.swift in Sources */,
|
|
|
A72A72B722321DE000B21995 /* Extension+NSMutableAttributedString.swift in Sources */,
|
|
|
A7931E0D22AF874600297D0A /* GenderSelectionViewController.swift in Sources */,
|
|
@@ -4796,6 +4904,7 @@
|
|
|
BDE3045D22851E4F001D050F /* ProductCartListModel.swift in Sources */,
|
|
|
BD12B68822B4F28F00AEB10B /* KSExtension.swift in Sources */,
|
|
|
A7A98DFF227E8501005306E9 /* SwiftMoyaNetWorkServiceProduct.swift in Sources */,
|
|
|
+ BDE376D922C22A260055E2EA /* UIColor+AlivcHelper.m in Sources */,
|
|
|
BDDF3B28228EBB72003A7D16 /* ProductRefundReasonModel.swift in Sources */,
|
|
|
BDD4FB1222840597006FE833 /* ShoppingCartPayOrderController.swift in Sources */,
|
|
|
BD12203A22AF80AD0051C7C2 /* MessageActivityTableCell.swift in Sources */,
|
|
@@ -4861,6 +4970,7 @@
|
|
|
A70B2C292286D77200B2449F /* ProductDetailProductInfoTableViewCell.swift in Sources */,
|
|
|
A74322A922B900180017C367 /* CommunityFindFriendsViewController.swift in Sources */,
|
|
|
BD13B6E222BA03BC008BB323 /* PublishTopicTypeCell.swift in Sources */,
|
|
|
+ BDE376D822C22A260055E2EA /* NSString+AlivcHelper.m in Sources */,
|
|
|
BD1FC1A922B1075F00D55081 /* LXKeyBoard.m in Sources */,
|
|
|
A72A726822321DBD00B21995 /* UMManager.swift in Sources */,
|
|
|
A70B2C042283D06B00B2449F /* ProductFloorFullLeftHeaderCollectionReusableView.swift in Sources */,
|
|
@@ -4872,6 +4982,7 @@
|
|
|
BD12B67822B4ED9200AEB10B /* KSMediaPickerOutputModel.swift in Sources */,
|
|
|
A7CC74E62270628B003C4F38 /* DeliveryMethodTypeModel.swift in Sources */,
|
|
|
BD12B68322B4EFF000AEB10B /* KSMediaPickerView.swift in Sources */,
|
|
|
+ BDE376E522C22D2B0055E2EA /* AlivcImage.m in Sources */,
|
|
|
A743229B22B8C1510017C367 /* AppStoreReview.swift in Sources */,
|
|
|
BDAF83A222B330540004BCC3 /* RecommendSimilarCell.swift in Sources */,
|
|
|
BDAA40FD228E9CD600CF841D /* OrderApplyRefundPhoneCell.swift in Sources */,
|
|
@@ -5178,6 +5289,7 @@
|
|
|
BD13B6DC22BA03BC008BB323 /* SearchAddrNavigationbarView.swift in Sources */,
|
|
|
A757849D22C1CBF400D4DB61 /* SwiftMoyaNetWorkH5Manager.swift in Sources */,
|
|
|
A7A98E4322804851005306E9 /* ShoppingMallSepcialFlowLayout.swift in Sources */,
|
|
|
+ BDE376E622C22D2B0055E2EA /* AlivcDefine.m in Sources */,
|
|
|
BD12B69422B4F68400AEB10B /* KSMediaPickerCollectionView.m in Sources */,
|
|
|
BD12204122AF8E320051C7C2 /* MessagePlanetNotiTableCell.swift in Sources */,
|
|
|
A79057062276EA3D0037F823 /* OpenCityListModel.swift in Sources */,
|
|
@@ -5201,6 +5313,7 @@
|
|
|
BDAA40F9228E9ADA00CF841D /* OrderApplyRefundReasonCell.swift in Sources */,
|
|
|
A7274C59228EE636000E3A07 /* LBXScanNetAnimation.swift in Sources */,
|
|
|
BD13B6E422BA0546008BB323 /* PublishAddressPOICell.swift in Sources */,
|
|
|
+ BDE376E922C22D4E0055E2EA /* AlivcUIConfig.m in Sources */,
|
|
|
BD10CD0A22BFC5E40040796E /* PublishMusicHeader.swift in Sources */,
|
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */,
|
|
|
A773D02F229FDC3B007A5751 /* DIYEmptyView.swift in Sources */,
|
|
@@ -5217,6 +5330,7 @@
|
|
|
A70B2C492288416F00B2449F /* ProductDetailHotSellCollectionViewCell.swift in Sources */,
|
|
|
A71901692275464000104A50 /* ProvinceCityAreaView.swift in Sources */,
|
|
|
BD12204422AF996E0051C7C2 /* MessageCommentController.swift in Sources */,
|
|
|
+ BD477F6322C23D66008BE2CB /* AliyunReachability.m in Sources */,
|
|
|
A7778CDD2246121500C7C47A /* PhoneCountryAreaListMdoel.swift in Sources */,
|
|
|
A72A733522325A4B00B21995 /* AppDelegate+HandleOpen.swift in Sources */,
|
|
|
A7FF156E228C6EAE00A85748 /* OrderDeliveryModeTableViewCell.swift in Sources */,
|
|
@@ -5226,6 +5340,7 @@
|
|
|
A72A72CF22321E2700B21995 /* NotificationCenterMacro.swift in Sources */,
|
|
|
A72A72BF22321DE000B21995 /* Extension+UIButton.swift in Sources */,
|
|
|
BDD4FB1722840DD3006FE833 /* OrderPayAcountView.swift in Sources */,
|
|
|
+ BDE376DA22C22A260055E2EA /* UIButton+AliyunBlock.m in Sources */,
|
|
|
A7D07CBF22B73EE600186014 /* UserPersonalCenterViewController.swift in Sources */,
|
|
|
A7CC753C2271C177003C4F38 /* AddressManagerSelfMentionTableViewCell.swift in Sources */,
|
|
|
A7FF1587228C851100A85748 /* OrderDetailInfoTableViewCell.swift in Sources */,
|
|
@@ -5409,7 +5524,7 @@
|
|
|
"$(PROJECT_DIR)/RainbowPlanet/Lib/AlipaySDK",
|
|
|
);
|
|
|
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
|
|
- GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
|
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"\"${PODS_ROOT}/Headers/Public\"",
|
|
@@ -5656,7 +5771,7 @@
|
|
|
"$(PROJECT_DIR)/RainbowPlanet/Lib/AlipaySDK",
|
|
|
);
|
|
|
GCC_ENABLE_CPP_EXCEPTIONS = NO;
|
|
|
- GCC_ENABLE_OBJC_EXCEPTIONS = NO;
|
|
|
+ GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
|
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
|
|
HEADER_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|