Selaa lähdekoodia

feat: 移除腾讯推送组建

陈文艺 2 kuukautta sitten
vanhempi
sitoutus
8ffbac444f

+ 2 - 8
Lanu.xcodeproj/project.pbxproj

@@ -341,6 +341,8 @@
 		};
 		FBB67E232EC48B440070E686 /* ThirdParty */ = {
 			isa = PBXFileSystemSynchronizedRootGroup;
+			exceptions = (
+			);
 			path = ThirdParty;
 			sourceTree = "<group>";
 		};
@@ -495,14 +497,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";
@@ -538,14 +536,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";

+ 0 - 3
Lanu/Lanu-Bridging-Header.h

@@ -2,9 +2,6 @@
 //  Use this file to import your target's public headers that you would like to expose to Swift.
 //
 
-
-#import "TIMPush/TIMPush.h"
-
 #import <SDWebImage/SDWebImage.h>
 
 @import ImSDK_Plus;

+ 12 - 2
Lanu/Views/Game/OrderCenter/Skill/LNSkillEditViewController.swift

@@ -13,8 +13,18 @@ import Combine
 
 extension UIView {
     func pushToSkillEdit(_ info: LNSkillEditFieldsResponse) {
-        let vc = LNSkillEditViewController(info: info)
-        navigationController?.pushViewController(vc, animated: true)
+        showLoading()
+        LNGameMateManager.shared.getJoinGameMateInfo { [weak self] res in
+            dismissLoading()
+            guard let self else { return }
+            if res?.underReview == true {
+                let vc = LNSkillReviewViewController()
+                navigationController?.pushViewController(vc, animated: true)
+                return
+            }
+            let vc = LNSkillEditViewController(info: info)
+            navigationController?.pushViewController(vc, animated: true)
+        }
     }
 }
 

+ 1 - 1
Lanu/Views/Order/OrderQR/LNOrderCustomView.swift

@@ -172,7 +172,7 @@ extension LNOrderCustomView {
         }
         
         priceLabel.font = .heading_h1
-        priceLabel.textColor = .text_4
+        priceLabel.textColor = .text_5
         container.addSubview(priceLabel)
         priceLabel.snp.makeConstraints { make in
             make.centerY.equalToSuperview()

+ 1 - 1
Lanu/Views/Wallet/Diamond/LNDiamondViewController.swift

@@ -38,7 +38,7 @@ class LNDiamondViewController: LNViewController {
 
 extension LNDiamondViewController: LNPurchaseManagerNotify {
     func onUserWalletInfoChanged(info: LNUserWalletInfo) {
-        valueLabel.text = "\(info.diamond)"
+        valueLabel.text = info.diamond.toDisplay
     }
     
     func onUserPurchaseResult(err: LNPurchaseError?) {

+ 0 - 3
Podfile

@@ -11,9 +11,6 @@ target 'Gami' do
   pod 'TIMCommon', :path => "./ThirdParty/TUIKit/TIMCommon"
   pod 'TUIChat', :path => "./ThirdParty/TUIKit/TUIChat"
   
-  pod 'TIMPush'
-  pod 'TXIMSDK_Plus_iOS_XCFramework'
-  
   pod 'DoraemonKit', :configurations => ['Debug']
 
 end

+ 1 - 7
Podfile.lock

@@ -22,8 +22,6 @@ PODS:
     - TIMCommon/ImSDK_Plus (= 1.0.0)
   - TIMCommon/ImSDK_Plus (1.0.0):
     - TXIMSDK_Plus_iOS_XCFramework
-  - TIMPush (8.7.7201):
-    - TXIMSDK_Plus_iOS_XCFramework (>= 8.7.7201)
   - TUIChat (1.0.0):
     - TIMCommon
   - TXIMSDK_Plus_iOS_XCFramework (8.7.7201)
@@ -31,16 +29,13 @@ PODS:
 DEPENDENCIES:
   - DoraemonKit
   - TIMCommon (from `./ThirdParty/TUIKit/TIMCommon`)
-  - TIMPush
   - TUIChat (from `./ThirdParty/TUIKit/TUIChat`)
-  - TXIMSDK_Plus_iOS_XCFramework
 
 SPEC REPOS:
   https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git:
     - DoraemonKit
     - FMDB
     - GCDWebServer
-    - TIMPush
     - TXIMSDK_Plus_iOS_XCFramework
 
 EXTERNAL SOURCES:
@@ -54,10 +49,9 @@ SPEC CHECKSUMS:
   FMDB: 728731dd336af3936ce00f91d9d8495f5718a0e6
   GCDWebServer: 2c156a56c8226e2d5c0c3f208a3621ccffbe3ce4
   TIMCommon: 36dad82b29c87b6cfd7eb5251c44db7d03598267
-  TIMPush: 4f4fa655697c4106309054d0b50a485e642b4f80
   TUIChat: 696bca6e2a6cfd2bc22f624425b425b68bd9506c
   TXIMSDK_Plus_iOS_XCFramework: 3b435eae84c639f35ae8dc9c8b92c399a8b0a67f
 
-PODFILE CHECKSUM: 1a199606bd3b6c3dfb1395b7670112711dc34a86
+PODFILE CHECKSUM: 55268eb8555e2ec448595c4dc09fe7a249108722
 
 COCOAPODS: 1.16.2