Skip to content

Commit

Permalink
Remove feature ping which may make app crashed.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyuzhou committed Jan 17, 2018
1 parent 3b724d7 commit 5828fdb
Show file tree
Hide file tree
Showing 31 changed files with 1,802 additions and 3,516 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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'
Expand Down
5 changes: 1 addition & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ PODS:
- RxCocoa (3.3.1):
- RxSwift (~> 3.3)
- RxSwift (3.3.1)
- XYPingUtil (0.0.1)

DEPENDENCIES:
- Alamofire (~> 4.2.0)
Expand All @@ -17,7 +16,6 @@ DEPENDENCIES:
- MASShortcut (~> 2)
- RxCocoa (~> 3.0)
- RxSwift (~> 3.0)
- XYPingUtil (~> 0.0.1)

SPEC CHECKSUMS:
Alamofire: aa2e09d871c9160ac53c90e83c68064a94e3dfbe
Expand All @@ -26,8 +24,7 @@ SPEC CHECKSUMS:
MASShortcut: 9c215e8a8a78f3d01ce56da48e2730ab66b538fa
RxCocoa: 7dcb7a1860fc9cd0e23dae67ab105fc2916670b6
RxSwift: 8fc9f2de6275a9101d518444e00bf32f1a42caac
XYPingUtil: 707e3b113c0ed9d85ca8ef7b13c12ee9cd21b276

PODFILE CHECKSUM: 175af699fc3044cb595eea78783dea931a37bf9f
PODFILE CHECKSUM: 5abdd116651e99453ca2480b0a17344fadc111ea

COCOAPODS: 1.3.1
5 changes: 1 addition & 4 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3,699 changes: 1,785 additions & 1,914 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions Pods/Target Support Files/XYPingUtil/Info.plist

This file was deleted.

5 changes: 0 additions & 5 deletions Pods/Target Support Files/XYPingUtil/XYPingUtil-dummy.m

This file was deleted.

12 changes: 0 additions & 12 deletions Pods/Target Support Files/XYPingUtil/XYPingUtil-prefix.pch

This file was deleted.

19 changes: 0 additions & 19 deletions Pods/Target Support Files/XYPingUtil/XYPingUtil-umbrella.h

This file was deleted.

6 changes: 0 additions & 6 deletions Pods/Target Support Files/XYPingUtil/XYPingUtil.modulemap

This file was deleted.

11 changes: 0 additions & 11 deletions Pods/Target Support Files/XYPingUtil/XYPingUtil.xcconfig

This file was deleted.

19 changes: 0 additions & 19 deletions Pods/XYPingUtil/LICENSE

This file was deleted.

14 changes: 0 additions & 14 deletions Pods/XYPingUtil/PingUtil/PingManager.h

This file was deleted.

Loading

0 comments on commit 5828fdb

Please sign in to comment.