From 529f3c6b775dc75869f978f7403ac50c5343b4e4 Mon Sep 17 00:00:00 2001
From: 杨锴 <841720330@qq.com>
Date: 星期五, 08 十一月 2024 21:34:06 +0800
Subject: [PATCH] fix bug

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

diff --git a/XQMuse.xcodeproj/project.pbxproj b/XQMuse.xcodeproj/project.pbxproj
index 576d215..93ff827 100644
--- a/XQMuse.xcodeproj/project.pbxproj
+++ b/XQMuse.xcodeproj/project.pbxproj
@@ -93,6 +93,8 @@
 		13391E022C73334000B9513F /* PavilionDetailVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13391E012C73334000B9513F /* PavilionDetailVC.xib */; };
 		13391E032C73334000B9513F /* PavilionDetailVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13391E002C73334000B9513F /* PavilionDetailVC.swift */; };
 		1341970B2CD9CDE800D324B7 /* LaunchImageHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1341970A2CD9CDE800D324B7 /* LaunchImageHelper.swift */; };
+		13463E9E2CDE2D1E00DD0C53 /* VIPAgreementVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13463E9C2CDE2D1E00DD0C53 /* VIPAgreementVC.swift */; };
+		13463E9F2CDE2D1E00DD0C53 /* VIPAgreementVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13463E9D2CDE2D1E00DD0C53 /* VIPAgreementVC.xib */; };
 		134783CF2C6C86EC0096C736 /* PlaySettingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 134783CE2C6C86EC0096C736 /* PlaySettingView.swift */; };
 		134783D12C6C86F40096C736 /* PlaySettingView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 134783D02C6C86F40096C736 /* PlaySettingView.xib */; };
 		134803D32C76E29E00F4FDDA /* MyCommentListVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 134803D22C76E29E00F4FDDA /* MyCommentListVC.swift */; };
@@ -403,6 +405,8 @@
 		13391E002C73334000B9513F /* PavilionDetailVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PavilionDetailVC.swift; sourceTree = "<group>"; };
 		13391E012C73334000B9513F /* PavilionDetailVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PavilionDetailVC.xib; sourceTree = "<group>"; };
 		1341970A2CD9CDE800D324B7 /* LaunchImageHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LaunchImageHelper.swift; sourceTree = "<group>"; };
+		13463E9C2CDE2D1E00DD0C53 /* VIPAgreementVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VIPAgreementVC.swift; sourceTree = "<group>"; };
+		13463E9D2CDE2D1E00DD0C53 /* VIPAgreementVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = VIPAgreementVC.xib; sourceTree = "<group>"; };
 		134783CE2C6C86EC0096C736 /* PlaySettingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaySettingView.swift; sourceTree = "<group>"; };
 		134783D02C6C86F40096C736 /* PlaySettingView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PlaySettingView.xib; sourceTree = "<group>"; };
 		134803D22C76E29E00F4FDDA /* MyCommentListVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyCommentListVC.swift; sourceTree = "<group>"; };
@@ -697,6 +701,8 @@
 				13649F9D2C770C9C00F4E0EE /* ContactCustomerDetailVC.xib */,
 				1325F8DD2CD2021B00907C04 /* InviteVC.swift */,
 				1325F8DE2CD2021B00907C04 /* InviteVC.xib */,
+				13463E9C2CDE2D1E00DD0C53 /* VIPAgreementVC.swift */,
+				13463E9D2CDE2D1E00DD0C53 /* VIPAgreementVC.xib */,
 			);
 			path = VC;
 			sourceTree = "<group>";
@@ -769,6 +775,13 @@
 				13334FDA2C7321BE00914086 /* PavilionItemCell.xib */,
 			);
 			path = CCell;
+			sourceTree = "<group>";
+		};
+		13463E9B2CDE2CD500DD0C53 /* View */ = {
+			isa = PBXGroup;
+			children = (
+			);
+			path = View;
 			sourceTree = "<group>";
 		};
 		134A452F2C6E0D3800538D78 /* VC */ = {
@@ -1195,6 +1208,7 @@
 		13985DCA2C69E9C10046B6DC /* Me */ = {
 			isa = PBXGroup;
 			children = (
+				13463E9B2CDE2CD500DD0C53 /* View */,
 				13EC08922C74990F00E00128 /* CCell */,
 				13A0A8AB2C74755C00DF08B6 /* TCell */,
 				1300BD382C6DFB0A000BCA5E /* VC */,
@@ -1536,6 +1550,7 @@
 				13FAD54E2C901D6300566998 /* SearchContentVC.xib in Resources */,
 				137776932C6AFE69004FF994 /* SearchVC.xib in Resources */,
 				132DB8FF2C74826D00EF33A7 /* SettingVC.xib in Resources */,
+				13463E9F2CDE2D1E00DD0C53 /* VIPAgreementVC.xib in Resources */,
 				13985DBF2C69DDF90046B6DC /* HomeTopMenuView.xib in Resources */,
 				13C5838E2C86A4F90071BCBE /* apngb-animated-level-5.png in Resources */,
 				1385E00B2C6C57A900AADB1F /* HomeItemDetailVC.xib in Resources */,
@@ -1737,6 +1752,7 @@
 				13A659472C6F4B9E00F731FA /* CourseDetail_1_TCell.swift in Sources */,
 				130ED7EE2C6AF05C00D0736E /* Home_Style_4_Inner_CCell.swift in Sources */,
 				139C165D2C6A0AC600A924D9 /* Home_Style_3_TCell.swift in Sources */,
+				13463E9E2CDE2D1E00DD0C53 /* VIPAgreementVC.swift in Sources */,
 				13A0A8A22C746AE600DF08B6 /* Enums.swift in Sources */,
 				1377B40F2C6D93FA00CF7CA5 /* CommentCommentHeaderView.swift in Sources */,
 				1377B40C2C6D936A00CF7CA5 /* CommentUserInputContentTCell.swift in Sources */,

--
Gitblit v1.7.1