Remove feature ping which may make app crashed.
This commit is contained in:
2
Podfile
2
Podfile
@ -1,5 +1,6 @@
|
||||
# Uncomment this line to define a global platform for your project
|
||||
# platform :ios, '9.0'
|
||||
platform :macos, '10.11'
|
||||
|
||||
target 'ShadowsocksX-NG' do
|
||||
# Comment this line if you're not using Swift and don't want to use dynamic frameworks
|
||||
@ -9,7 +10,6 @@ target 'ShadowsocksX-NG' do
|
||||
pod 'Alamofire', '~> 4.2.0'
|
||||
pod "GCDWebServer", "~> 3.0"
|
||||
pod 'MASShortcut', '~> 2'
|
||||
pod 'XYPingUtil', '~> 0.0.1'
|
||||
|
||||
# https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md
|
||||
pod 'RxSwift', '~> 3.0'
|
||||
|
Reference in New Issue
Block a user