|
@@ -158,6 +158,7 @@
|
|
|
A739121C229F75F50033177E /* JXPagingListRefreshView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7391215229F75F50033177E /* JXPagingListRefreshView.swift */; };
|
|
|
A739121D229F75F50033177E /* JXPagingListContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7391216229F75F50033177E /* JXPagingListContainerView.swift */; };
|
|
|
A73D7C682268A032002A4CE3 /* SwiftyStarRatingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */; };
|
|
|
+ A743229422B88ED30017C367 /* EnumMacro.swift in Sources */ = {isa = PBXBuildFile; fileRef = A743229322B88ED30017C367 /* EnumMacro.swift */; };
|
|
|
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 */; };
|
|
@@ -678,6 +679,7 @@
|
|
|
A7391215229F75F50033177E /* JXPagingListRefreshView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JXPagingListRefreshView.swift; sourceTree = "<group>"; };
|
|
|
A7391216229F75F50033177E /* JXPagingListContainerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = JXPagingListContainerView.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>"; };
|
|
|
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>"; };
|
|
@@ -1804,6 +1806,7 @@
|
|
|
A72A72CA22321E2600B21995 /* Common.swift */,
|
|
|
A72A72CD22321E2600B21995 /* ColorMacro.swift */,
|
|
|
A72A72C822321E2500B21995 /* FontMacro.swift */,
|
|
|
+ A743229322B88ED30017C367 /* EnumMacro.swift */,
|
|
|
A72A72C922321E2600B21995 /* HTMLURLMacro.swift */,
|
|
|
A72A72C722321E2500B21995 /* NotificationCenterMacro.swift */,
|
|
|
A72A726022321D3400B21995 /* RainbowPlanet-Bridging-Header.h */,
|
|
@@ -3232,7 +3235,7 @@
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
A7D07CD022B7849400186014 /* UserPersonalCenterHeaderView */,
|
|
|
- A7D07CCB22B77CF500186014 /* Order */,
|
|
|
+ A7D07CCB22B77CF500186014 /* OrderView */,
|
|
|
A7D07CCA22B77CEC00186014 /* RainbowBeanPhysical */,
|
|
|
);
|
|
|
path = View;
|
|
@@ -3247,13 +3250,13 @@
|
|
|
path = RainbowBeanPhysical;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
- A7D07CCB22B77CF500186014 /* Order */ = {
|
|
|
+ A7D07CCB22B77CF500186014 /* OrderView */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
A7D07CCC22B77D2E00186014 /* UserPersonalCenterOrderView.swift */,
|
|
|
A7D07CCE22B77E0200186014 /* UserPersonalCenterOrderCollectionViewCell.swift */,
|
|
|
);
|
|
|
- path = Order;
|
|
|
+ path = OrderView;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
A7D07CD022B7849400186014 /* UserPersonalCenterHeaderView */ = {
|
|
@@ -4671,6 +4674,7 @@
|
|
|
A7284A542252FB5C000BAEC4 /* PaginationModel.swift in Sources */,
|
|
|
A72A72D022321E2700B21995 /* FontMacro.swift in Sources */,
|
|
|
BD2FCBE622B2586C0006D974 /* CommunityTagCollectionCell.swift in Sources */,
|
|
|
+ A743229422B88ED30017C367 /* EnumMacro.swift in Sources */,
|
|
|
BD1DC6C9228D005000B89C57 /* OrderCreateParameterModel.swift in Sources */,
|
|
|
A7BF203422B47E8600396DB3 /* CardContentActionTableViewCell.swift in Sources */,
|
|
|
BD12B68C22B4F4FF00AEB10B /* KSSegmentedControl.m in Sources */,
|