Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: swift
matrix:
include:
- osx_image: xcode11.2
- osx_image: xcode11.4

before_install:
# - echo "git \"file://$($(dirname $0); pwd)\"" >> Cartfile
Expand All @@ -11,7 +11,7 @@ before_install:
- carthage update --platform iOS

script:
- xcodebuild -scheme RxScreenProtectKit -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=13.2,name=iPhone 11 Pro' -configuration Debug test | xcpretty -c
- xcodebuild -scheme RxScreenProtectKit -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=13.4,name=iPhone 11 Pro' -configuration Debug test | xcpretty -c
- swiftlint

after_success:
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github "ReactiveX/RxSwift" "5.1.0"
github "ReactiveX/RxSwift" "5.1.1"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ ScreenProtectKit
# Requirements
|env |version |
|--- |--- |
|Swift |5.1 |
|Xcode |10.2 |
|Swift |5.x |
|Xcode |11.x |
|iOS |11.0 |

# License
Expand Down
2 changes: 1 addition & 1 deletion RxScreenProtectKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://twitter.com/AkkeyLab'

s.platform = :ios, "11.0"
s.swift_version = "5.1"
s.swift_version = "5.0"

s.module_name = "RxScreenProtectKit"

Expand Down