|
|
@@ -8,6 +8,7 @@
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
0DE4E86CB596C7E4A75DCD81 /* Pods_Lanu.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABE0E79254D94F91C773E929 /* Pods_Lanu.framework */; };
|
|
|
+ FB696C172EC96C0F00FAD639 /* MJRefresh in Frameworks */ = {isa = PBXBuildFile; productRef = FB696C162EC96C0F00FAD639 /* MJRefresh */; };
|
|
|
FB9CD1192EC1EEA10033B14B /* FirebaseCore in Frameworks */ = {isa = PBXBuildFile; productRef = FB9CD1182EC1EEA10033B14B /* FirebaseCore */; };
|
|
|
FB9CD11B2EC1EEA10033B14B /* FirebaseCrashlytics in Frameworks */ = {isa = PBXBuildFile; productRef = FB9CD11A2EC1EEA10033B14B /* FirebaseCrashlytics */; };
|
|
|
FB9CD11E2EC1EEF30033B14B /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = FB9CD11D2EC1EEF30033B14B /* GoogleSignIn */; };
|
|
|
@@ -40,23 +41,26 @@
|
|
|
Common/Storage/LNUserDefaultsKey.swift,
|
|
|
"Common/Theme/UIColor+Theme.swift",
|
|
|
"Common/Theme/UIFont+Theme.swift",
|
|
|
+ "Common/Theme/UIImage+Theme.swift",
|
|
|
Common/Utils/AppUtils.swift,
|
|
|
"Common/Utils/Comparable+Extension.swift",
|
|
|
"Common/Utils/DispatchQueue+Extension.swift",
|
|
|
"Common/Utils/NSObject+Extension.swift",
|
|
|
"Common/Utils/String+Extension.swift",
|
|
|
+ "Common/Utils/TimeInterval+Extension.swift",
|
|
|
"Common/Utils/UIColor+Extension.swift",
|
|
|
+ "Common/Utils/UIImage+Extension.swift",
|
|
|
"Common/Utils/UIView+Extension.swift",
|
|
|
Common/Views/Base/LNNavigationController.swift,
|
|
|
Common/Views/Base/LNViewController.swift,
|
|
|
Common/Views/Gender/LNGenderView.swift,
|
|
|
Common/Views/LNAutoSizeTextView.swift,
|
|
|
Common/Views/LNPopupViewProtocol.swift,
|
|
|
+ Common/Views/LNSortedEditView.swift,
|
|
|
Common/Views/StarScore/LNFiveStarScoreView.swift,
|
|
|
Common/Views/StarScore/LNStarScoreView.swift,
|
|
|
Config_Debug.xcconfig,
|
|
|
Config_Release.xcconfig,
|
|
|
- "Files/Font/Poppins-Regular.ttf",
|
|
|
"Files/Font/Poppins-SemiBold.ttf",
|
|
|
"GoogleService-Info-Debug.plist",
|
|
|
"GoogleService-Info-Release.plist",
|
|
|
@@ -64,6 +68,9 @@
|
|
|
Manager/Account/LNAccountManager.swift,
|
|
|
"Manager/Account/Network/LNHttpManager+Login.swift",
|
|
|
Manager/Account/Network/LNLoginResponse.swift,
|
|
|
+ Manager/GameMate/LNGameMateManager.swift,
|
|
|
+ Manager/GameMate/Network/LNGameMateResponse.swift,
|
|
|
+ "Manager/GameMate/Network/LNHttpManager+GameMate.swift",
|
|
|
Manager/IM/GenerateTestUserSig.m,
|
|
|
Manager/IM/LNIMManager.swift,
|
|
|
Manager/LNDelayTask.swift,
|
|
|
@@ -74,18 +81,41 @@
|
|
|
Manager/Network/Response/LNHttpEmptyResponse.swift,
|
|
|
Manager/Network/Response/LNHttpResponse.swift,
|
|
|
Manager/Order/LNOrderManager.swift,
|
|
|
+ "Manager/Order/Network/LNHttpManager+Order.swift",
|
|
|
+ Manager/Order/Network/LNOrderResponse.swift,
|
|
|
Manager/Profile/LNProfileManager.swift,
|
|
|
Manager/Profile/LNUserProfileInfo.swift,
|
|
|
"Manager/Profile/Network/LNHttpManager+Profile.swift",
|
|
|
Manager/Profile/Network/LNProfileResponse.swift,
|
|
|
Manager/Purchase/LNPurchaseManager.swift,
|
|
|
SceneDelegate.swift,
|
|
|
+ Views/Game/Category/LNGameCategoryListView.swift,
|
|
|
+ Views/Game/Category/LNGameCategoryListViewController.swift,
|
|
|
+ Views/Game/Category/LNGameCategoryTabItemView.swift,
|
|
|
+ Views/Game/Category/LNGameCategoryTabView.swift,
|
|
|
+ Views/Game/MateFilter/LNGameMateFilterDetailView.swift,
|
|
|
+ Views/Game/MateFilter/LNGameMateFilterPanel.swift,
|
|
|
+ Views/Game/MateFilter/LNGameMateGameTabView.swift,
|
|
|
+ Views/Game/MateList/LNGameMateListCell.swift,
|
|
|
+ Views/Game/MateList/LNGameMateListMenuView.swift,
|
|
|
+ Views/Game/MateList/LNGameMateListView.swift,
|
|
|
+ Views/Game/MateList/LNGameMateListViewController.swift,
|
|
|
Views/IM/LNIMViewController.swift,
|
|
|
Views/Login/LNLoginViewController.swift,
|
|
|
Views/Login/LNPrivacyTextView.swift,
|
|
|
+ Views/Main/GameTab/LNMainGameTabItemView.swift,
|
|
|
+ Views/Main/GameTab/LNMainGameTabView.swift,
|
|
|
+ Views/Main/LNLanguageSettingPanel.swift,
|
|
|
+ Views/Main/LNMainGamePanel.swift,
|
|
|
Views/Main/LNMainTopMenuView.swift,
|
|
|
Views/Main/LNMainTopTabView.swift,
|
|
|
Views/Main/LNMainViewController.swift,
|
|
|
+ Views/Order/LNOrderCommentPanel.swift,
|
|
|
+ Views/Order/LNOrderDetailViewController.swift,
|
|
|
+ Views/Order/OrderList/LNOrderListItemCell.swift,
|
|
|
+ Views/Order/OrderList/LNOrderListViewController.swift,
|
|
|
+ Views/Profile/LNMineViewController.swift,
|
|
|
+ Views/Profile/LNTestViewController.swift,
|
|
|
);
|
|
|
target = FBFE13BF2EBC39B000DCE6E9 /* Lanu */;
|
|
|
};
|
|
|
@@ -117,6 +147,7 @@
|
|
|
FBECAA1D2EC1C8860013A5E6 /* CocoaLumberjackSwiftLogBackend in Frameworks */,
|
|
|
FBECA9CA2EC1C8240013A5E6 /* CocoaLumberjackSwift in Frameworks */,
|
|
|
FB9CD1192EC1EEA10033B14B /* FirebaseCore in Frameworks */,
|
|
|
+ FB696C172EC96C0F00FAD639 /* MJRefresh in Frameworks */,
|
|
|
FB9CD11B2EC1EEA10033B14B /* FirebaseCrashlytics in Frameworks */,
|
|
|
FBECA9C42EC1C5250013A5E6 /* AutoCodable in Frameworks */,
|
|
|
FBECA9BE2EC1C50F0013A5E6 /* SnapKit in Frameworks */,
|
|
|
@@ -220,6 +251,7 @@
|
|
|
FBECAA192EC1C8860013A5E6 /* XCRemoteSwiftPackageReference "CocoaLumberjack" */,
|
|
|
FB9CD1172EC1EEA10033B14B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */,
|
|
|
FB9CD11C2EC1EEF30033B14B /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
|
|
|
+ FB696C152EC96C0F00FAD639 /* XCRemoteSwiftPackageReference "MJRefresh" */,
|
|
|
);
|
|
|
preferredProjectObjectVersion = 77;
|
|
|
productRefGroup = FBFE13C12EBC39B000DCE6E9 /* Products */;
|
|
|
@@ -543,6 +575,14 @@
|
|
|
/* End XCConfigurationList section */
|
|
|
|
|
|
/* Begin XCRemoteSwiftPackageReference section */
|
|
|
+ FB696C152EC96C0F00FAD639 /* XCRemoteSwiftPackageReference "MJRefresh" */ = {
|
|
|
+ isa = XCRemoteSwiftPackageReference;
|
|
|
+ repositoryURL = "http://8.134.139.102:10880/chenwenyi/MJRefresh.git";
|
|
|
+ requirement = {
|
|
|
+ kind = upToNextMajorVersion;
|
|
|
+ minimumVersion = 3.7.9;
|
|
|
+ };
|
|
|
+ };
|
|
|
FB9CD1172EC1EEA10033B14B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
|
|
|
isa = XCRemoteSwiftPackageReference;
|
|
|
repositoryURL = "http://8.134.139.102:10880/chenwenyi/firebase-ios-sdk.git";
|
|
|
@@ -602,6 +642,11 @@
|
|
|
/* End XCRemoteSwiftPackageReference section */
|
|
|
|
|
|
/* Begin XCSwiftPackageProductDependency section */
|
|
|
+ FB696C162EC96C0F00FAD639 /* MJRefresh */ = {
|
|
|
+ isa = XCSwiftPackageProductDependency;
|
|
|
+ package = FB696C152EC96C0F00FAD639 /* XCRemoteSwiftPackageReference "MJRefresh" */;
|
|
|
+ productName = MJRefresh;
|
|
|
+ };
|
|
|
FB9CD1182EC1EEA10033B14B /* FirebaseCore */ = {
|
|
|
isa = XCSwiftPackageProductDependency;
|
|
|
package = FB9CD1172EC1EEA10033B14B /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */;
|