Ver Fonte

feat: Debug 模式接入 LookinServer

陈文艺 há 1 dia atrás
pai
commit
c9383fa2ac
4 ficheiros alterados com 11 adições e 10 exclusões
  1. 2 8
      Lanu.xcodeproj/project.pbxproj
  2. 1 1
      Lanu/Manager/IM/LNIMManager.swift
  3. 1 0
      Podfile
  4. 7 1
      Podfile.lock

+ 2 - 8
Lanu.xcodeproj/project.pbxproj

@@ -443,6 +443,8 @@
 		};
 		FBB67E232EC48B440070E686 /* ThirdParty */ = {
 			isa = PBXFileSystemSynchronizedRootGroup;
+			exceptions = (
+			);
 			path = ThirdParty;
 			sourceTree = "<group>";
 		};
@@ -595,14 +597,10 @@
 			inputFileListPaths = (
 				"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-resources-${CONFIGURATION}-input-files.xcfilelist",
 			);
-			inputPaths = (
-			);
 			name = "[CP] Copy Pods Resources";
 			outputFileListPaths = (
 				"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-resources-${CONFIGURATION}-output-files.xcfilelist",
 			);
-			outputPaths = (
-			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-resources.sh\"\n";
@@ -638,14 +636,10 @@
 			inputFileListPaths = (
 				"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-frameworks-${CONFIGURATION}-input-files.xcfilelist",
 			);
-			inputPaths = (
-			);
 			name = "[CP] Embed Pods Frameworks";
 			outputFileListPaths = (
 				"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-frameworks-${CONFIGURATION}-output-files.xcfilelist",
 			);
-			outputPaths = (
-			);
 			runOnlyForDeploymentPostprocessing = 0;
 			shellPath = /bin/sh;
 			shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Gami/Pods-Gami-frameworks.sh\"\n";

+ 1 - 1
Lanu/Manager/IM/LNIMManager.swift

@@ -439,7 +439,7 @@ extension LNIMManager: TUICallObserver {
             return
         }
         guard LNRoomManager.shared.curRoom == nil else {
-            // 在麦上,直接拒绝
+            // 在直播间,直接拒绝
             showToast(.init(key: "A00388"))
             rejectVoiceCall()
             return

+ 1 - 0
Podfile

@@ -15,6 +15,7 @@ target 'Gami' do
   pod 'AtomicXCore' # 直播间功能(会包含 RTCRoomEngine)
   
   pod 'DoraemonKit', :configurations => ['Debug']
+  pod 'LookinServer', :configurations => ['Debug']
   
   pod 'Adjust'
 

+ 7 - 1
Podfile.lock

@@ -26,6 +26,9 @@ PODS:
     - GCDWebServer/Core
   - GCDWebServer/WebUploader (3.5.4):
     - GCDWebServer/Core
+  - LookinServer (1.2.8):
+    - LookinServer/Core (= 1.2.8)
+  - LookinServer/Core (1.2.8)
   - RTCRoomEngine/Professional (3.6.3):
     - TXIMSDK_Plus_iOS_XCFramework (>= 8.4.6676)
     - TXLiteAVSDK_Professional (>= 12.8.0.19666)
@@ -46,6 +49,7 @@ DEPENDENCIES:
   - Adjust
   - AtomicXCore
   - DoraemonKit
+  - LookinServer
   - TIMCommon (from `./ThirdParty/TUIKit/TIMCommon`)
   - TIMPush
   - TUIChat (from `./ThirdParty/TUIKit/TUIChat`)
@@ -58,6 +62,7 @@ SPEC REPOS:
     - DoraemonKit
     - FMDB
     - GCDWebServer
+    - LookinServer
     - RTCRoomEngine
     - TIMPush
     - TXIMSDK_Plus_iOS_XCFramework
@@ -76,6 +81,7 @@ SPEC CHECKSUMS:
   DoraemonKit: 0b45c9dc6ab34bd426a2782ee1bf7ab13492a60b
   FMDB: 728731dd336af3936ce00f91d9d8495f5718a0e6
   GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4
+  LookinServer: 1b2b61c6402ae29fa22182d48f5cd067b4e99e80
   RTCRoomEngine: a00cdbc1145361584730465de89b225b1ecfc6fb
   TIMCommon: 36dad82b29c87b6cfd7eb5251c44db7d03598267
   TIMPush: 4f4fa655697c4106309054d0b50a485e642b4f80
@@ -83,6 +89,6 @@ SPEC CHECKSUMS:
   TXIMSDK_Plus_iOS_XCFramework: 3b435eae84c639f35ae8dc9c8b92c399a8b0a67f
   TXLiteAVSDK_Professional: 985619fe6e60bff462b6f496559ae0eb2a128960
 
-PODFILE CHECKSUM: 6cf7c50b420510a1e0bc25866532ae09ec08e15b
+PODFILE CHECKSUM: 991d6a4978a5da5caf45930845606c5d08924703
 
 COCOAPODS: 1.16.2