From aad7ea65994d33014308fd24dadc4308b35053e6 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期三, 30 十月 2024 14:59:30 +0800
Subject: [PATCH] fix

---
 XQMuse.xcodeproj/project.pbxproj |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/XQMuse.xcodeproj/project.pbxproj b/XQMuse.xcodeproj/project.pbxproj
index f1523eb..a1a4809 100644
--- a/XQMuse.xcodeproj/project.pbxproj
+++ b/XQMuse.xcodeproj/project.pbxproj
@@ -53,6 +53,8 @@
 		1324A6492C80632500AA5098 /* SourceHanSerifCN-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 1324A6472C80632500AA5098 /* SourceHanSerifCN-Regular.otf */; };
 		1324A64C2C80706700AA5098 /* PlanGuide_1_VC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1324A64A2C80706700AA5098 /* PlanGuide_1_VC.swift */; };
 		1324A64D2C80706700AA5098 /* PlanGuide_1_VC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1324A64B2C80706700AA5098 /* PlanGuide_1_VC.xib */; };
+		1325F8DF2CD2021B00907C04 /* InviteVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1325F8DD2CD2021B00907C04 /* InviteVC.swift */; };
+		1325F8E02CD2021B00907C04 /* InviteVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1325F8DE2CD2021B00907C04 /* InviteVC.xib */; };
 		13271D852C75EF8200DE1328 /* AddBankInfoVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13271D842C75EF8200DE1328 /* AddBankInfoVC.xib */; };
 		13271D862C75EF8200DE1328 /* AddBankInfoVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13271D832C75EF8200DE1328 /* AddBankInfoVC.swift */; };
 		1327C67D2C81C288005DA44B /* PlanGuidePromptSupplyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1327C67C2C81C288005DA44B /* PlanGuidePromptSupplyView.swift */; };
@@ -355,6 +357,8 @@
 		1324A6472C80632500AA5098 /* SourceHanSerifCN-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceHanSerifCN-Regular.otf"; sourceTree = "<group>"; };
 		1324A64A2C80706700AA5098 /* PlanGuide_1_VC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlanGuide_1_VC.swift; sourceTree = "<group>"; };
 		1324A64B2C80706700AA5098 /* PlanGuide_1_VC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PlanGuide_1_VC.xib; sourceTree = "<group>"; };
+		1325F8DD2CD2021B00907C04 /* InviteVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InviteVC.swift; sourceTree = "<group>"; };
+		1325F8DE2CD2021B00907C04 /* InviteVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = InviteVC.xib; sourceTree = "<group>"; };
 		13271D832C75EF8200DE1328 /* AddBankInfoVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddBankInfoVC.swift; sourceTree = "<group>"; };
 		13271D842C75EF8200DE1328 /* AddBankInfoVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = AddBankInfoVC.xib; sourceTree = "<group>"; };
 		1327C67C2C81C288005DA44B /* PlanGuidePromptSupplyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlanGuidePromptSupplyView.swift; sourceTree = "<group>"; };
@@ -681,6 +685,8 @@
 				134803DB2C7707BA00F4FDDA /* ContactCustomerVC.xib */,
 				13649F9C2C770C9C00F4E0EE /* ContactCustomerDetailVC.swift */,
 				13649F9D2C770C9C00F4E0EE /* ContactCustomerDetailVC.xib */,
+				1325F8DD2CD2021B00907C04 /* InviteVC.swift */,
+				1325F8DE2CD2021B00907C04 /* InviteVC.xib */,
 			);
 			path = VC;
 			sourceTree = "<group>";
@@ -1474,6 +1480,7 @@
 				13EFCDC22C6DD27A00B51AE6 /* PaymentOrderVC.xib in Resources */,
 				13A379FC2C75B7280038D5C8 /* BindAccountVC.xib in Resources */,
 				13F24E412C758DF100D2BA90 /* LogoutAccountVC.xib in Resources */,
+				1325F8E02CD2021B00907C04 /* InviteVC.xib in Resources */,
 				130AA4A82C72F71700F20944 /* CourseDetialVideoVC.xib in Resources */,
 				13BF65D82C80402500E20F0E /* bg_movie.mov in Resources */,
 				13FB6D7D2C6EE27100A0685D /* CourseOfficialItemCCell.xib in Resources */,
@@ -1723,6 +1730,7 @@
 				135C2A682C7F033300CC2A67 /* CLFullScreenRightController.swift in Sources */,
 				139C16632C6A108A00A924D9 /* HomeRelaxBannerCCell.swift in Sources */,
 				131E75C52C6B87C500E2C85D /* ForgotPasswordChangeVC.swift in Sources */,
+				1325F8DF2CD2021B00907C04 /* InviteVC.swift in Sources */,
 				13A6594F2C6F641100F731FA /* CourseDetail_2_Inner_TCell.swift in Sources */,
 				13334FD52C731C1B00914086 /* VideoView.swift in Sources */,
 				13FF0B452C75C820008E26CF /* WalletVC.swift in Sources */,

--
Gitblit v1.7.1