From 9e7a1d7afb9bde58bc4aee7b381d24c3f7c763cf Mon Sep 17 00:00:00 2001 From: 无故事王国 <841720330@qq.com> Date: 星期五, 19 七月 2024 16:44:32 +0800 Subject: [PATCH] fix bug --- DolphinEnglishLearnStudent.xcodeproj/project.pbxproj | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DolphinEnglishLearnStudent.xcodeproj/project.pbxproj b/DolphinEnglishLearnStudent.xcodeproj/project.pbxproj index 408606d..c84aa08 100644 --- a/DolphinEnglishLearnStudent.xcodeproj/project.pbxproj +++ b/DolphinEnglishLearnStudent.xcodeproj/project.pbxproj @@ -52,8 +52,8 @@ 1302789A2BFD9FBF00DDCE81 /* AddressManageTCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130278942BFD9FBF00DDCE81 /* AddressManageTCell.swift */; }; 1302789B2BFD9FBF00DDCE81 /* GoodsItemTCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130278952BFD9FBF00DDCE81 /* GoodsItemTCell.swift */; }; 130A2C812C07075B008463B2 /* ListenFight_Game_Pocket_CCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130A2C7F2C07075B008463B2 /* ListenFight_Game_Pocket_CCell.swift */; }; - 130E97772C329E2700205207 /* VIPCenterVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = 130E97762C329E2700205207 /* VIPCenterVC.xib */; }; 130E97782C329E2700205207 /* VIPCenterVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 130E97752C329E2700205207 /* VIPCenterVC.swift */; }; + 131148792C4A135B001E0325 /* UserLoginOffVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 131148782C4A135B001E0325 /* UserLoginOffVC.swift */; }; 1316A22E2C05CE5900BE6CAA /* GameBeginTipView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1316A22D2C05CE5900BE6CAA /* GameBeginTipView.swift */; }; 1316A2302C05CE6100BE6CAA /* GameBeginTipView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1316A22F2C05CE6100BE6CAA /* GameBeginTipView.xib */; }; 1319B0272C0818460052F889 /* HomeListenStory_1_VC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1319B0262C0818460052F889 /* HomeListenStory_1_VC.swift */; }; @@ -172,7 +172,7 @@ 130278952BFD9FBF00DDCE81 /* GoodsItemTCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GoodsItemTCell.swift; sourceTree = "<group>"; }; 130A2C7F2C07075B008463B2 /* ListenFight_Game_Pocket_CCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ListenFight_Game_Pocket_CCell.swift; sourceTree = "<group>"; }; 130E97752C329E2700205207 /* VIPCenterVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VIPCenterVC.swift; sourceTree = "<group>"; }; - 130E97762C329E2700205207 /* VIPCenterVC.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = VIPCenterVC.xib; sourceTree = "<group>"; }; + 131148782C4A135B001E0325 /* UserLoginOffVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserLoginOffVC.swift; sourceTree = "<group>"; }; 1316A22D2C05CE5900BE6CAA /* GameBeginTipView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameBeginTipView.swift; sourceTree = "<group>"; }; 1316A22F2C05CE6100BE6CAA /* GameBeginTipView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GameBeginTipView.xib; sourceTree = "<group>"; }; 1319B0262C0818460052F889 /* HomeListenStory_1_VC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeListenStory_1_VC.swift; sourceTree = "<group>"; }; @@ -439,9 +439,9 @@ 130278852BFD9F2A00DDCE81 /* AddressManageHandleVC.xib */, 130278862BFD9F2A00DDCE81 /* AddressManageVC.swift */, 130E97752C329E2700205207 /* VIPCenterVC.swift */, - 130E97762C329E2700205207 /* VIPCenterVC.xib */, 134C54AF2C3785910009D09C /* ParentVerifiyView.swift */, 134C54B12C37859D0009D09C /* ParentVerifiyView.xib */, + 131148782C4A135B001E0325 /* UserLoginOffVC.swift */, ); path = VC; sourceTree = "<group>"; @@ -699,7 +699,6 @@ 13EEB8A52BFF353C002996FC /* HomeListen_process_TCell.xib in Resources */, 13A830FA2C043A0600BB2F23 /* Lesson_3_AnswerView.xib in Resources */, 1302785D2BFD985E00DDCE81 /* CommonInputView.xib in Resources */, - 130E97772C329E2700205207 /* VIPCenterVC.xib in Resources */, 1302787A2BFD9ED600DDCE81 /* ExchangeResultVC.xib in Resources */, 130278362BFD957300DDCE81 /* Base in Resources */, 134C54B22C37859D0009D09C /* ParentVerifiyView.xib in Resources */, @@ -806,6 +805,7 @@ 130E97782C329E2700205207 /* VIPCenterVC.swift in Sources */, 13397D962C05EA9D003440F9 /* ListenFight_Game_CCell.swift in Sources */, 13EEB8A42BFF353C002996FC /* HomeListen_process_TCell.swift in Sources */, + 131148792C4A135B001E0325 /* UserLoginOffVC.swift in Sources */, 130278782BFD9ED600DDCE81 /* MarketVC.swift in Sources */, 1302785E2BFD985E00DDCE81 /* CommonWebVC.swift in Sources */, 13EEB8AB2BFF36E0002996FC /* HomeListenSubVC.swift in Sources */, -- Gitblit v1.7.1