|
@@ -126,7 +126,6 @@
|
|
|
A72A72C622321DE000B21995 /* WebView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72A122321DE000B21995 /* WebView.swift */; };
|
|
|
A72A72CF22321E2700B21995 /* NotificationCenterMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72C722321E2500B21995 /* NotificationCenterMacro.swift */; };
|
|
|
A72A72D022321E2700B21995 /* FontMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72C822321E2500B21995 /* FontMacro.swift */; };
|
|
|
- A72A72D122321E2700B21995 /* HTMLURLMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72C922321E2600B21995 /* HTMLURLMacro.swift */; };
|
|
|
A72A72D222321E2700B21995 /* Common.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72CA22321E2600B21995 /* Common.swift */; };
|
|
|
A72A72D522321E2700B21995 /* ColorMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A72A72CD22321E2600B21995 /* ColorMacro.swift */; };
|
|
|
A72A72F022321E8800B21995 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A72A72EF22321E8800B21995 /* CoreMotion.framework */; };
|
|
@@ -168,6 +167,8 @@
|
|
|
A75414FD224B5F28002480B5 /* MobileLoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75414FB224B5F28002480B5 /* MobileLoginViewController.swift */; };
|
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7541501224C5ECA002480B5 /* BaiduMapManager.swift */; };
|
|
|
A754150F224CACF9002480B5 /* SwiftSign.swift in Sources */ = {isa = PBXBuildFile; fileRef = A754150B224CACF9002480B5 /* SwiftSign.swift */; };
|
|
|
+ A757849D22C1CBF400D4DB61 /* SwiftMoyaNetWorkH5Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A757849C22C1CBF400D4DB61 /* SwiftMoyaNetWorkH5Manager.swift */; };
|
|
|
+ A757849F22C1CEA900D4DB61 /* FollowStatusModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A757849E22C1CEA900D4DB61 /* FollowStatusModel.swift */; };
|
|
|
A757C92E22744ACE00226355 /* AddressManagerListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A757C92D22744ACE00226355 /* AddressManagerListModel.swift */; };
|
|
|
A757C9302274839900226355 /* SelfMentionAddressListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = A757C92F2274839900226355 /* SelfMentionAddressListModel.swift */; };
|
|
|
A757C9342274882E00226355 /* UIScrollView+MJRefreshEX.m in Sources */ = {isa = PBXBuildFile; fileRef = A757C9322274882E00226355 /* UIScrollView+MJRefreshEX.m */; };
|
|
@@ -685,7 +686,6 @@
|
|
|
A72A72A122321DE000B21995 /* WebView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WebView.swift; sourceTree = "<group>"; };
|
|
|
A72A72C722321E2500B21995 /* NotificationCenterMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NotificationCenterMacro.swift; sourceTree = "<group>"; };
|
|
|
A72A72C822321E2500B21995 /* FontMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FontMacro.swift; sourceTree = "<group>"; };
|
|
|
- A72A72C922321E2600B21995 /* HTMLURLMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTMLURLMacro.swift; sourceTree = "<group>"; };
|
|
|
A72A72CA22321E2600B21995 /* Common.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Common.swift; sourceTree = "<group>"; };
|
|
|
A72A72CD22321E2600B21995 /* ColorMacro.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ColorMacro.swift; sourceTree = "<group>"; };
|
|
|
A72A72EF22321E8800B21995 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = System/Library/Frameworks/CoreMotion.framework; sourceTree = SDKROOT; };
|
|
@@ -729,6 +729,8 @@
|
|
|
A75414FB224B5F28002480B5 /* MobileLoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileLoginViewController.swift; sourceTree = "<group>"; };
|
|
|
A7541501224C5ECA002480B5 /* BaiduMapManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaiduMapManager.swift; sourceTree = "<group>"; };
|
|
|
A754150B224CACF9002480B5 /* SwiftSign.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftSign.swift; sourceTree = "<group>"; };
|
|
|
+ A757849C22C1CBF400D4DB61 /* SwiftMoyaNetWorkH5Manager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftMoyaNetWorkH5Manager.swift; sourceTree = "<group>"; };
|
|
|
+ A757849E22C1CEA900D4DB61 /* FollowStatusModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FollowStatusModel.swift; sourceTree = "<group>"; };
|
|
|
A757C92D22744ACE00226355 /* AddressManagerListModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AddressManagerListModel.swift; sourceTree = "<group>"; };
|
|
|
A757C92F2274839900226355 /* SelfMentionAddressListModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SelfMentionAddressListModel.swift; sourceTree = "<group>"; };
|
|
|
A757C9322274882E00226355 /* UIScrollView+MJRefreshEX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIScrollView+MJRefreshEX.m"; sourceTree = "<group>"; };
|
|
@@ -1762,6 +1764,7 @@
|
|
|
A7284403224DBFBD00F82F30 /* UserModel.swift */,
|
|
|
A7D5F25622C05BE900F8E9AF /* UserDetailModel.swift */,
|
|
|
A7D5F26022C0C2F300F8E9AF /* UserFollowsModel.swift */,
|
|
|
+ A757849E22C1CEA900D4DB61 /* FollowStatusModel.swift */,
|
|
|
A7D5F26222C0CF8600F8E9AF /* UserFansModel.swift */,
|
|
|
A7CC74E52270628B003C4F38 /* DeliveryMethodTypeModel.swift */,
|
|
|
A757C92D22744ACE00226355 /* AddressManagerListModel.swift */,
|
|
@@ -1775,6 +1778,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
A72A7384223396CB00B21995 /* ApiMacro.swift */,
|
|
|
+ A757849C22C1CBF400D4DB61 /* SwiftMoyaNetWorkH5Manager.swift */,
|
|
|
A7A17E5E22A0CEF200B7A77E /* SwiftMoyaNetWorkManagerTools.swift */,
|
|
|
A72A7382223396CB00B21995 /* SwiftMoyaNetWorkManager.swift */,
|
|
|
);
|
|
@@ -1898,7 +1902,6 @@
|
|
|
A72A72CD22321E2600B21995 /* ColorMacro.swift */,
|
|
|
A72A72C822321E2500B21995 /* FontMacro.swift */,
|
|
|
A743229322B88ED30017C367 /* EnumMacro.swift */,
|
|
|
- A72A72C922321E2600B21995 /* HTMLURLMacro.swift */,
|
|
|
A72A72C722321E2500B21995 /* NotificationCenterMacro.swift */,
|
|
|
A72A726022321D3400B21995 /* RainbowPlanet-Bridging-Header.h */,
|
|
|
);
|
|
@@ -5076,7 +5079,6 @@
|
|
|
A7FF1594228C919A00A85748 /* OrderRefunddetailsTipsTableViewCell.swift in Sources */,
|
|
|
A7B4E73A228192D20012914A /* CMSTemplateModel.swift in Sources */,
|
|
|
A72A72C622321DE000B21995 /* WebView.swift in Sources */,
|
|
|
- A72A72D122321E2700B21995 /* HTMLURLMacro.swift in Sources */,
|
|
|
BD1FC1A622B1075F00D55081 /* LxButton.m in Sources */,
|
|
|
BD12B66922B47D4800AEB10B /* RecommendSubCommentCollectionCell.swift in Sources */,
|
|
|
BDF862A1228E41CC000DEF84 /* OrderLogisticsController.swift in Sources */,
|
|
@@ -5173,6 +5175,7 @@
|
|
|
A71AF0A6226EDDC8001730FE /* SearchViewController.swift in Sources */,
|
|
|
BD20F1CF2283CE2300677D8E /* OrderFinishPayView.swift in Sources */,
|
|
|
BD13B6DC22BA03BC008BB323 /* SearchAddrNavigationbarView.swift in Sources */,
|
|
|
+ A757849D22C1CBF400D4DB61 /* SwiftMoyaNetWorkH5Manager.swift in Sources */,
|
|
|
A7A98E4322804851005306E9 /* ShoppingMallSepcialFlowLayout.swift in Sources */,
|
|
|
BD12B69422B4F68400AEB10B /* KSMediaPickerCollectionView.m in Sources */,
|
|
|
BD12204122AF8E320051C7C2 /* MessagePlanetNotiTableCell.swift in Sources */,
|
|
@@ -5180,6 +5183,7 @@
|
|
|
BD7AB838228420310030646A /* ShoppingCartPayOrderHeader.swift in Sources */,
|
|
|
A7824B002271F0DD00ABA381 /* EditSelfMentionContactsViewController.swift in Sources */,
|
|
|
A7E19FAE22BA2D16009BCCE1 /* SearchContentListViewController.swift in Sources */,
|
|
|
+ A757849F22C1CEA900D4DB61 /* FollowStatusModel.swift in Sources */,
|
|
|
A7CC751F227190C5003C4F38 /* AccountSecurityViewController.swift in Sources */,
|
|
|
BD13B6C422BA034D008BB323 /* PublishEditDefaultCollectionCell.swift in Sources */,
|
|
|
BD10CCFB22BE75080040796E /* PublishChooseVideoCover.swift in Sources */,
|