Skip to content

Commit

Permalink
remove YXLogin
Browse files Browse the repository at this point in the history
  • Loading branch information
张诗文 committed Jun 6, 2024
1 parent e1a1af0 commit fa9635e
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 435 deletions.
3 changes: 0 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ target 'app' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!

# 登录组件
pod 'YXLogin', '1.0.0'

# UI 库
pod 'NEChatUIKit', '10.1.0'
pod 'NEContactUIKit', '10.1.0'
Expand Down
4 changes: 0 additions & 4 deletions app.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
181EE5EF2B234E540043817F /* MeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181EE5D32B234E540043817F /* MeViewController.swift */; };
181EE5F02B234E540043817F /* StyleSelectionViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181EE5D42B234E540043817F /* StyleSelectionViewController.swift */; };
181EE5F12B234E540043817F /* NEAboutWebViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181EE5D52B234E540043817F /* NEAboutWebViewController.swift */; };
181EE5F22B234E540043817F /* NELoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181EE5D62B234E540043817F /* NELoginViewController.swift */; };
181EE5F32B234E540043817F /* InputPersonInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181EE5D72B234E540043817F /* InputPersonInfoController.swift */; };
181EE5F42B234E540043817F /* MineSettingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181EE5D82B234E540043817F /* MineSettingViewController.swift */; };
181EE5F52B234E540043817F /* MessageRemindViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181EE5D92B234E540043817F /* MessageRemindViewController.swift */; };
Expand Down Expand Up @@ -89,7 +88,6 @@
181EE5D32B234E540043817F /* MeViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MeViewController.swift; sourceTree = "<group>"; };
181EE5D42B234E540043817F /* StyleSelectionViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = StyleSelectionViewController.swift; sourceTree = "<group>"; };
181EE5D52B234E540043817F /* NEAboutWebViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NEAboutWebViewController.swift; sourceTree = "<group>"; };
181EE5D62B234E540043817F /* NELoginViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NELoginViewController.swift; sourceTree = "<group>"; };
181EE5D72B234E540043817F /* InputPersonInfoController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = InputPersonInfoController.swift; sourceTree = "<group>"; };
181EE5D82B234E540043817F /* MineSettingViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MineSettingViewController.swift; sourceTree = "<group>"; };
181EE5D92B234E540043817F /* MessageRemindViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MessageRemindViewController.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -181,7 +179,6 @@
181EE5D32B234E540043817F /* MeViewController.swift */,
181EE5D42B234E540043817F /* StyleSelectionViewController.swift */,
181EE5D52B234E540043817F /* NEAboutWebViewController.swift */,
181EE5D62B234E540043817F /* NELoginViewController.swift */,
181EE5D72B234E540043817F /* InputPersonInfoController.swift */,
181EE5D82B234E540043817F /* MineSettingViewController.swift */,
181EE5D92B234E540043817F /* MessageRemindViewController.swift */,
Expand Down Expand Up @@ -434,7 +431,6 @@
181EE58E2B234C510043817F /* CustomChatCell.swift in Sources */,
181EE5F02B234E540043817F /* StyleSelectionViewController.swift in Sources */,
181EE5F42B234E540043817F /* MineSettingViewController.swift in Sources */,
181EE5F22B234E540043817F /* NELoginViewController.swift in Sources */,
DD141DFD2A56ABFE0091318F /* ViewController.swift in Sources */,
DD141DFF2A56ABFE0091318F /* NENavigationController.swift in Sources */,
181EE5FF2B234E540043817F /* CustomTeamArrowSettingCell.swift in Sources */,
Expand Down
1 change: 0 additions & 1 deletion app/Main/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import UIKit
import NEContactUIKit
import YXLogin
import NECoreKit
import NIMSDK
import NECoreIM2Kit
Expand Down
1 change: 0 additions & 1 deletion app/Mine/Controller/MeViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import NECoreIM2Kit
import NECoreKit
import NIMSDK
import UIKit
import YXLogin

class MeViewController: UIViewController, UIGestureRecognizerDelegate {
private var mineData = [
Expand Down
Loading

0 comments on commit fa9635e

Please sign in to comment.