From adc2db9bb29e7f316c46b6de679db1522ffc9cc8 Mon Sep 17 00:00:00 2001 From: 杨锴 <841720330@qq.com> Date: 星期五, 23 八月 2024 11:39:37 +0800 Subject: [PATCH] fix --- XQMuse.xcodeproj/project.pbxproj | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/XQMuse.xcodeproj/project.pbxproj b/XQMuse.xcodeproj/project.pbxproj index 33a787f..2cd7ce1 100644 --- a/XQMuse.xcodeproj/project.pbxproj +++ b/XQMuse.xcodeproj/project.pbxproj @@ -76,6 +76,7 @@ 13649F9E2C770C9C00F4E0EE /* ContactCustomerDetailVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13649F9D2C770C9C00F4E0EE /* ContactCustomerDetailVC.xib */; }; 13649F9F2C770C9C00F4E0EE /* ContactCustomerDetailVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13649F9C2C770C9C00F4E0EE /* ContactCustomerDetailVC.swift */; }; 136C7C7D2C7715C9004540CD /* BitrhdayPickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 136C7C7C2C7715C9004540CD /* BitrhdayPickerView.swift */; }; + 136C7C812C771CF3004540CD /* PayMusicVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 136C7C7F2C771CF3004540CD /* PayMusicVC.swift */; }; 137175C62C6C3C4700B38EF1 /* SourceHanSansCN-Regular.otf in Resources */ = {isa = PBXBuildFile; fileRef = 137175C52C6C3C4700B38EF1 /* SourceHanSansCN-Regular.otf */; }; 137175C82C6C3C6D00B38EF1 /* Agenda-Light.otf in Resources */ = {isa = PBXBuildFile; fileRef = 137175C72C6C3C6D00B38EF1 /* Agenda-Light.otf */; }; 137175CB2C6C412A00B38EF1 /* BackgroundVoiceVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 137175C92C6C412A00B38EF1 /* BackgroundVoiceVC.swift */; }; @@ -96,6 +97,8 @@ 137ABE382C6B6641003A91C5 /* WebVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 137ABE372C6B6641003A91C5 /* WebVC.swift */; }; 137ABE3B2C6B6BDD003A91C5 /* ForgotPasswordInputCodeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 137ABE392C6B6BDD003A91C5 /* ForgotPasswordInputCodeVC.swift */; }; 137ABE3C2C6B6BDD003A91C5 /* ForgotPasswordInputCodeVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 137ABE3A2C6B6BDD003A91C5 /* ForgotPasswordInputCodeVC.xib */; }; + 137ECACF2C78268B00C338BE /* LoginTreatyVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 137ECACD2C78268B00C338BE /* LoginTreatyVC.swift */; }; + 137ECAD02C78268B00C338BE /* LoginTreatyVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 137ECACE2C78268B00C338BE /* LoginTreatyVC.xib */; }; 1385DFFA2C6C4EBC00AADB1F /* RefreshModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1385DFF92C6C4EBC00AADB1F /* RefreshModel.swift */; }; 1385E0002C6C4F1200AADB1F /* NetworkRequest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1385DFFB2C6C4F1200AADB1F /* NetworkRequest.swift */; }; 1385E0022C6C4F1200AADB1F /* Services.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1385DFFD2C6C4F1200AADB1F /* Services.swift */; }; @@ -272,6 +275,7 @@ 13649F9C2C770C9C00F4E0EE /* ContactCustomerDetailVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContactCustomerDetailVC.swift; sourceTree = "<group>"; }; 13649F9D2C770C9C00F4E0EE /* ContactCustomerDetailVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ContactCustomerDetailVC.xib; sourceTree = "<group>"; }; 136C7C7C2C7715C9004540CD /* BitrhdayPickerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = BitrhdayPickerView.swift; sourceTree = "<group>"; }; + 136C7C7F2C771CF3004540CD /* PayMusicVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PayMusicVC.swift; sourceTree = "<group>"; }; 137175C52C6C3C4700B38EF1 /* SourceHanSansCN-Regular.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "SourceHanSansCN-Regular.otf"; sourceTree = "<group>"; }; 137175C72C6C3C6D00B38EF1 /* Agenda-Light.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Agenda-Light.otf"; sourceTree = "<group>"; }; 137175C92C6C412A00B38EF1 /* BackgroundVoiceVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BackgroundVoiceVC.swift; sourceTree = "<group>"; }; @@ -292,6 +296,8 @@ 137ABE372C6B6641003A91C5 /* WebVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WebVC.swift; sourceTree = "<group>"; }; 137ABE392C6B6BDD003A91C5 /* ForgotPasswordInputCodeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForgotPasswordInputCodeVC.swift; sourceTree = "<group>"; }; 137ABE3A2C6B6BDD003A91C5 /* ForgotPasswordInputCodeVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = ForgotPasswordInputCodeVC.xib; sourceTree = "<group>"; }; + 137ECACD2C78268B00C338BE /* LoginTreatyVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginTreatyVC.swift; sourceTree = "<group>"; }; + 137ECACE2C78268B00C338BE /* LoginTreatyVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LoginTreatyVC.xib; sourceTree = "<group>"; }; 1385DFF92C6C4EBC00AADB1F /* RefreshModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RefreshModel.swift; sourceTree = "<group>"; }; 1385DFFB2C6C4F1200AADB1F /* NetworkRequest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkRequest.swift; sourceTree = "<group>"; }; 1385DFFD2C6C4F1200AADB1F /* Services.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Services.swift; sourceTree = "<group>"; }; @@ -485,6 +491,8 @@ 131E75C32C6B87C400E2C85D /* ForgotPasswordChangeVC.xib */, 139466452C6B8E0200F6FB15 /* UpdatePhoneVC.swift */, 139466462C6B8E0200F6FB15 /* UpdatePhoneVC.xib */, + 137ECACD2C78268B00C338BE /* LoginTreatyVC.swift */, + 137ECACE2C78268B00C338BE /* LoginTreatyVC.xib */, ); path = VC; sourceTree = "<group>"; @@ -531,6 +539,14 @@ 13391E012C73334000B9513F /* PavilionDetailVC.xib */, ); path = VC; + sourceTree = "<group>"; + }; + 136C7C7E2C771CCB004540CD /* PayMusicView */ = { + isa = PBXGroup; + children = ( + 136C7C7F2C771CF3004540CD /* PayMusicVC.swift */, + ); + path = PayMusicView; sourceTree = "<group>"; }; 137175C42C6C3C2100B38EF1 /* Fonts */ = { @@ -739,6 +755,7 @@ 13985DC92C69E9B60046B6DC /* Root */ = { isa = PBXGroup; children = ( + 136C7C7E2C771CCB004540CD /* PayMusicView */, 1385DFFF2C6C4F1200AADB1F /* Network */, 1385DFF82C6C4EB500AADB1F /* ViewModel */, 137ABE362C6B6636003A91C5 /* Other */, @@ -1022,6 +1039,7 @@ 130C07122C76DA0500ADB098 /* SpendingDetailContentTCell.xib in Resources */, 13E160202C6CB8930027F781 /* CommentListVC.xib in Resources */, 139228B12C6B8374006F3CB6 /* Popup_1_View.xib in Resources */, + 137ECAD02C78268B00C338BE /* LoginTreatyVC.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1121,6 +1139,7 @@ 130AA4A92C72F71700F20944 /* CourseDetialVideoVC.swift in Sources */, 1336EFA52C6DEB550075E070 /* HoverHeaderFlowLayout.swift in Sources */, 13985DB52C69B7DF0046B6DC /* Def.swift in Sources */, + 136C7C812C771CF3004540CD /* PayMusicVC.swift in Sources */, 139228AF2C6B836B006F3CB6 /* Popup_1_View.swift in Sources */, 1336EFA72C6DEC640075E070 /* PaymentOrderResultTopView.swift in Sources */, 13CBCCE32C747C3D00C67701 /* NoticeCenterUserRepeaceDetailVC.swift in Sources */, @@ -1177,6 +1196,7 @@ 13271D862C75EF8200DE1328 /* AddBankInfoVC.swift in Sources */, 137ABE3B2C6B6BDD003A91C5 /* ForgotPasswordInputCodeVC.swift in Sources */, 130B765D2C6C4C33006371AF /* HomeItemListVC.swift in Sources */, + 137ECACF2C78268B00C338BE /* LoginTreatyVC.swift in Sources */, 1385E0002C6C4F1200AADB1F /* NetworkRequest.swift in Sources */, 136C7C7D2C7715C9004540CD /* BitrhdayPickerView.swift in Sources */, 13334FDB2C7321BE00914086 /* PavilionItemCell.swift in Sources */, -- Gitblit v1.7.1