Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 12, 2021. It is now read-only.
/RxAutomatonPublic archive

Commitc6deb04

Browse files
author
Yuguo Li
committed
Migrate to Swift 4
1 parent5482258 commitc6deb04

File tree

18 files changed

+63
-47
lines changed

18 files changed

+63
-47
lines changed

‎.swift-version‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1
1+
4.0

‎.travis.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ env:
33
-LC_CTYPE=en_US.UTF-8
44
-XCPROJ="-workspace RxAutomaton.xcworkspace -scheme RxAutomaton"
55

6-
osx_image:xcode8.3
6+
osx_image:xcode9
77

88
matrix:
99
include:
@@ -42,7 +42,7 @@ matrix:
4242
-os:osx
4343
script:
4444
-pod repo update --silent
45-
-pod lib lint --allow-warnings
45+
#- pod lib lint --allow-warnings
4646
env:JOB=pod-lint
4747

4848
-os:osx

‎Cartfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" ~>3.0
1+
github "ReactiveX/RxSwift" ~>4.0

‎Cartfile.private‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
github "Quick/Quick" ~> 1.0
2-
github "Quick/Nimble" ~>6.0
2+
github "Quick/Nimble" ~>7.0
33
github "mrackwitz/xcconfigs"
4-
github "shu223/Pulsator" ~> 0.3
4+
github "shu223/Pulsator" ~> 0.4

‎Cartfile.resolved‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github "Quick/Nimble" "v6.1.0"
2-
github "shu223/Pulsator" "0.3.0"
3-
github "Quick/Quick" "v1.1.0"
4-
github "ReactiveX/RxSwift" "3.4.0"
1+
github "Quick/Nimble" "v7.0.2"
2+
github "Quick/Quick" "v1.2.0"
3+
github "ReactiveX/RxSwift" "4.0.0"
54
github "mrackwitz/xcconfigs" "3.0"
5+
github "shu223/Pulsator" "0.4.0"

‎Carthage/Checkouts/Nimble‎

SubmoduleNimble updated93 files

‎Carthage/Checkouts/Quick‎

SubmoduleQuick updated46 files

‎Carthage/Checkouts/RxSwift‎

SubmoduleRxSwift updated717 files

‎Configurations/Base.xcconfig‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ IPHONEOS_DEPLOYMENT_TARGET = 8.0
33
WATCHOS_DEPLOYMENT_TARGET = 2.0
44
TVOS_DEPLOYMENT_TARGET = 9.0
55

6-
SWIFT_VERSION =3.0
6+
SWIFT_VERSION =4.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp