Skip to content

Commit

Permalink
Merge branch 'release/v1.8.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuyuzhou committed Sep 16, 2018
2 parents acd8429 + 30d7e45 commit 844b981
Show file tree
Hide file tree
Showing 198 changed files with 9,417 additions and 9,041 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9
osx_image: xcode9.3
xcode_workspace: ShadowsocksX-NG.xcworkspace
xcode_scheme: ShadowsocksX-NG
script: set -o pipefail && xcodebuild test -workspace ShadowsocksX-NG.xcworkspace -scheme ShadowsocksX-NG|xcpretty
6 changes: 5 additions & 1 deletion LaunchHelper/LaunchHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
9B9F13851E8A282C00DE4794 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0900;
LastUpgradeCheck = 0930;
ORGANIZATIONNAME = qiuyuzhou;
TargetAttributes = {
9B9F138C1E8A282C00DE4794 = {
Expand Down Expand Up @@ -173,13 +173,15 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -226,13 +228,15 @@
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down
6 changes: 3 additions & 3 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ target 'ShadowsocksX-NG' do
use_frameworks!

# Pods for ShadowsocksX-NG
pod 'Alamofire', '~> 4.2.0'
pod 'Alamofire', '~> 4.7.2'
pod "GCDWebServer", "~> 3.0"
pod 'MASShortcut', '~> 2'

# https://github.com/ReactiveX/RxSwift/blob/master/Documentation/GettingStarted.md
pod 'RxSwift', '~> 3.0'
pod 'RxCocoa', '~> 3.0'
pod 'RxSwift', '~> 4.1.2'
pod 'RxCocoa', '~> 4.1.2'

target 'ShadowsocksX-NGTests' do
inherit! :search_paths
Expand Down
24 changes: 12 additions & 12 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
PODS:
- Alamofire (4.2.0)
- Alamofire (4.7.2)
- BRLOptionParser (0.3.1)
- GCDWebServer (3.4.2):
- GCDWebServer/Core (= 3.4.2)
- GCDWebServer/Core (3.4.2)
- MASShortcut (2.3.6)
- RxCocoa (3.6.1):
- RxSwift (~> 3.6)
- RxSwift (3.6.1)
- RxCocoa (4.1.2):
- RxSwift (~> 4.0)
- RxSwift (4.1.2)

DEPENDENCIES:
- Alamofire (~> 4.2.0)
- Alamofire (~> 4.7.2)
- BRLOptionParser (~> 0.3.1)
- GCDWebServer (~> 3.0)
- MASShortcut (~> 2)
- RxCocoa (~> 3.0)
- RxSwift (~> 3.0)
- RxCocoa (~> 4.1.2)
- RxSwift (~> 4.1.2)

SPEC CHECKSUMS:
Alamofire: aa2e09d871c9160ac53c90e83c68064a94e3dfbe
Alamofire: e4fa87002c137ba2d8d634d2c51fabcda0d5c223
BRLOptionParser: a03256a8ff003ca1f5376c55f55f210e085a3958
GCDWebServer: 8d67ee9f634b4bb91eb4b8aee440318a5fc6debd
MASShortcut: 9c215e8a8a78f3d01ce56da48e2730ab66b538fa
RxCocoa: 84a08739ab186248c7f31ce4ee92d6f8a947d690
RxSwift: f9de85ea20cd2f7716ee5409fc13523dc638e4e4
RxCocoa: d88ba0f1f6abf040011a9eb4b539324fc426843a
RxSwift: e49536837d9901277638493ea537394d4b55f570

PODFILE CHECKSUM: 5abdd116651e99453ca2480b0a17344fadc111ea
PODFILE CHECKSUM: 00940d7054f9c0a5f67a7f3be8edb28676d11545

COCOAPODS: 1.3.1
COCOAPODS: 1.4.0
2 changes: 1 addition & 1 deletion Pods/Alamofire/LICENSE

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

Loading

0 comments on commit 844b981

Please sign in to comment.