Skip to content
This repository was archived by the owner on Jan 3, 2021. It is now read-only.

Commit 3b2c7c7

Browse files
committed
移除Fabric
1 parent c1a85bb commit 3b2c7c7

File tree

4 files changed

+8
-15
lines changed

4 files changed

+8
-15
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ use_frameworks!
44

55
target 'VSCAM' do
66
pod 'UMengAnalytics-NO-IDFA', '~> 4.1.5' # UMeng 统计分析
7-
pod 'Fabric' # 统计
8-
pod 'Crashlytics' # 错误分析
7+
# pod 'Fabric' # 统计
8+
# pod 'Crashlytics' # 错误分析
99

1010
pod 'RxSwift', '~> 4.1.2' # RxSwift
1111
pod 'RxCocoa', '~> 4.1.2' # RxCocoa

Podfile.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
PODS:
22
- Alamofire (4.0.1)
3-
- Crashlytics (3.8.3):
4-
- Fabric (~> 1.6.3)
5-
- Fabric (1.6.11)
63
- JGProgressHUD (1.3.6)
74
- Kingfisher (4.6.1)
85
- KMPlaceholderTextView (1.3.0)
@@ -30,8 +27,6 @@ PODS:
3027

3128
DEPENDENCIES:
3229
- Alamofire (~> 4.0.1)
33-
- Crashlytics
34-
- Fabric
3530
- JGProgressHUD (~> 1.3.2)
3631
- Kingfisher (~> 4.6.1)
3732
- KMPlaceholderTextView (~> 1.3.0)
@@ -50,8 +45,6 @@ DEPENDENCIES:
5045

5146
SPEC CHECKSUMS:
5247
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
53-
Crashlytics: 2b6dbe138a42395577cfa73dfa1aa7248cadf39e
54-
Fabric: 5911403591946b8228ab1c51d98f1d7137e863c6
5548
JGProgressHUD: cd599e041ab8363ac5ce83a21a6d95e21d359152
5649
Kingfisher: 1f9157d9c02b380cbd0b7cc890161195164eb634
5750
KMPlaceholderTextView: 2bbcd19a273648a80a61e1e48f9743a24d8930e3
@@ -69,6 +62,6 @@ SPEC CHECKSUMS:
6962
UMengAnalytics-NO-IDFA: 985292af177111685325c90c321094172b95d2cb
7063
YLGIFImage: c0ae132fe80e5282b2762a97d14e23ba71a748ae
7164

72-
PODFILE CHECKSUM: a11f992e6cd96e64a50ce381fb2bd8b67fcba61f
65+
PODFILE CHECKSUM: 12b7121cccf78838f3e18be4ce5cdb175b9d28ef
7366

74-
COCOAPODS: 1.3.1
67+
COCOAPODS: 1.4.0

VSCAM.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
);
882882
runOnlyForDeploymentPostprocessing = 0;
883883
shellPath = /bin/sh;
884-
shellScript = "\"${PODS_ROOT}/Fabric/run\" 87b627df0c46f63678df0870ac602fcd8ea18c1c 7441065bc67fcce4bb864bd117e84d8eea3ff6c24d9f14a83c26cf1e350e8d20";
884+
shellScript = "# \"${PODS_ROOT}/Fabric/run\" 87b627df0c46f63678df0870ac602fcd8ea18c1c 7441065bc67fcce4bb864bd117e84d8eea3ff6c24d9f14a83c26cf1e350e8d20";
885885
};
886886
306710A19D3B89DE7E18A689 /* [CP] Copy Pods Resources */ = {
887887
isa = PBXShellScriptBuildPhase;

VSCAM/AppDelegate.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//
88

99
import UIKit
10-
import Fabric
11-
import Crashlytics
10+
// import Fabric
11+
// import Crashlytics
1212

1313
@UIApplicationMain
1414
class AppDelegate: UIResponder, UIApplicationDelegate {
@@ -104,7 +104,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
104104
//自定义
105105
//配置 Fabric
106106
func setFabricParam() {
107-
Fabric.with([Crashlytics.self])
107+
// Fabric.with([Crashlytics.self])
108108
}
109109

110110
//配置 UMeng 参数

0 commit comments

Comments
 (0)