|
@@ -159,6 +159,7 @@
|
|
A73911AD229CD62F0033177E /* AlamofireReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73911AC229CD62F0033177E /* AlamofireReachabilityManager.swift */; };
|
|
A73911AD229CD62F0033177E /* AlamofireReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73911AC229CD62F0033177E /* AlamofireReachabilityManager.swift */; };
|
|
A73911B0229E4D970033177E /* PGYManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73911AF229E4D970033177E /* PGYManager.swift */; };
|
|
A73911B0229E4D970033177E /* PGYManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73911AF229E4D970033177E /* PGYManager.swift */; };
|
|
A73911B3229ECE340033177E /* UICollectionViewLeftAlignedLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A73911B1229ECE340033177E /* UICollectionViewLeftAlignedLayout.m */; };
|
|
A73911B3229ECE340033177E /* UICollectionViewLeftAlignedLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = A73911B1229ECE340033177E /* UICollectionViewLeftAlignedLayout.m */; };
|
|
|
|
+ A73911B6229EDAC80033177E /* ListTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73911B5229EDAC80033177E /* ListTransform.swift */; };
|
|
A73D7C682268A032002A4CE3 /* SwiftyStarRatingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */; };
|
|
A73D7C682268A032002A4CE3 /* SwiftyStarRatingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */; };
|
|
A75414FD224B5F28002480B5 /* MobileLoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75414FB224B5F28002480B5 /* MobileLoginViewController.swift */; };
|
|
A75414FD224B5F28002480B5 /* MobileLoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75414FB224B5F28002480B5 /* MobileLoginViewController.swift */; };
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7541501224C5ECA002480B5 /* BaiduMapManager.swift */; };
|
|
A7541502224C5ECB002480B5 /* BaiduMapManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7541501224C5ECA002480B5 /* BaiduMapManager.swift */; };
|
|
@@ -549,6 +550,7 @@
|
|
A73911AF229E4D970033177E /* PGYManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PGYManager.swift; sourceTree = "<group>"; };
|
|
A73911AF229E4D970033177E /* PGYManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PGYManager.swift; sourceTree = "<group>"; };
|
|
A73911B1229ECE340033177E /* UICollectionViewLeftAlignedLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UICollectionViewLeftAlignedLayout.m; sourceTree = "<group>"; };
|
|
A73911B1229ECE340033177E /* UICollectionViewLeftAlignedLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UICollectionViewLeftAlignedLayout.m; sourceTree = "<group>"; };
|
|
A73911B2229ECE340033177E /* UICollectionViewLeftAlignedLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UICollectionViewLeftAlignedLayout.h; sourceTree = "<group>"; };
|
|
A73911B2229ECE340033177E /* UICollectionViewLeftAlignedLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UICollectionViewLeftAlignedLayout.h; sourceTree = "<group>"; };
|
|
|
|
+ A73911B5229EDAC80033177E /* ListTransform.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListTransform.swift; sourceTree = "<group>"; };
|
|
A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyStarRatingView.swift; sourceTree = "<group>"; };
|
|
A73D7C672268A032002A4CE3 /* SwiftyStarRatingView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyStarRatingView.swift; sourceTree = "<group>"; };
|
|
A75414FB224B5F28002480B5 /* MobileLoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MobileLoginViewController.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>"; };
|
|
A7541501224C5ECA002480B5 /* BaiduMapManager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BaiduMapManager.swift; sourceTree = "<group>"; };
|
|
@@ -1733,6 +1735,14 @@
|
|
path = PGYManager;
|
|
path = PGYManager;
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
};
|
|
};
|
|
|
|
+ A73911B4229EDABB0033177E /* ListTransform */ = {
|
|
|
|
+ isa = PBXGroup;
|
|
|
|
+ children = (
|
|
|
|
+ A73911B5229EDAC80033177E /* ListTransform.swift */,
|
|
|
|
+ );
|
|
|
|
+ path = ListTransform;
|
|
|
|
+ sourceTree = "<group>";
|
|
|
|
+ };
|
|
A73D7C662268A032002A4CE3 /* SwiftyStarRatingView */ = {
|
|
A73D7C662268A032002A4CE3 /* SwiftyStarRatingView */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
@@ -2187,6 +2197,7 @@
|
|
A77F2CBC2232022A001BD3F6 /* Tools */ = {
|
|
A77F2CBC2232022A001BD3F6 /* Tools */ = {
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
children = (
|
|
children = (
|
|
|
|
+ A73911B4229EDABB0033177E /* ListTransform */,
|
|
A7146346228EFCE20066099B /* SKUDataFilter */,
|
|
A7146346228EFCE20066099B /* SKUDataFilter */,
|
|
A7274C51228EE635000E3A07 /* SwiftScan */,
|
|
A7274C51228EE635000E3A07 /* SwiftScan */,
|
|
A7274C4E228EE5EF000E3A07 /* PhotoAndCameraManager */,
|
|
A7274C4E228EE5EF000E3A07 /* PhotoAndCameraManager */,
|
|
@@ -3452,6 +3463,7 @@
|
|
A719016B22757A5A00104A50 /* ProvinceCityAreaTableViewCell.swift in Sources */,
|
|
A719016B22757A5A00104A50 /* ProvinceCityAreaTableViewCell.swift in Sources */,
|
|
A729B5B72267270B004AE098 /* PasswordLoginView.swift in Sources */,
|
|
A729B5B72267270B004AE098 /* PasswordLoginView.swift in Sources */,
|
|
A7778CB82244E97A00C7C47A /* BindPhoneNumberViewController.swift in Sources */,
|
|
A7778CB82244E97A00C7C47A /* BindPhoneNumberViewController.swift in Sources */,
|
|
|
|
+ A73911B6229EDAC80033177E /* ListTransform.swift in Sources */,
|
|
A754150F224CACF9002480B5 /* SwiftSign.swift in Sources */,
|
|
A754150F224CACF9002480B5 /* SwiftSign.swift in Sources */,
|
|
A72A72D322321E2700B21995 /* CacheMacro.swift in Sources */,
|
|
A72A72D322321E2700B21995 /* CacheMacro.swift in Sources */,
|
|
A71AF0BA226F00F8001730FE /* SearchResultView.swift in Sources */,
|
|
A71AF0BA226F00F8001730FE /* SearchResultView.swift in Sources */,
|