diff --git a/.travis.yml b/.travis.yml index 1f2963c..3000c16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,13 @@ os: language: generic sudo: required dist: trusty -osx_image: xcode9 +osx_image: xcode10 env: - BUILD="pushd Examples && ./dependencies.sh && set -o pipefail && (xcodebuild -project Examples.xcodeproj -scheme Example -destination 'platform=iOS Simulator,name=iPhone 7' build) | xcpretty" - - BUILD="pod repo update && pod lib lint RxFeedback.podspec --verbose" + - BUILD="gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet && pod repo update && pod lib lint RxFeedback.podspec --verbose" - BUILD="swift build" - BUILD="carthage update --platform ios && carthage build --no-skip-current --platform iOS && set -o pipefail && (xcodebuild -project RxFeedback.xcodeproj -scheme RxFeedbackTests -destination 'platform=iOS Simulator,name=iPhone 7' test) | xcpretty" - BUILD="carthage update --platform tvOS && carthage build --no-skip-current --platform tvOS" - - BUILD="swift test" script: eval "${BUILD}" diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ef264..59b7ef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## Master -- Rename `Event` to `Mutation`. +## [1.1.0](https://github.com/kzaher/RxFeedback/releases/tag/1.1.0) + +* Xcode 10 compatbility +* Renames `Event` to `Mutation`. ## [1.0.2](https://github.com/kzaher/RxFeedback/releases/tag/1.0.3) diff --git a/RxFeedback.podspec b/RxFeedback.podspec index d9927a2..62289ad 100644 --- a/RxFeedback.podspec +++ b/RxFeedback.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RxFeedback" - s.version = "1.0.3" + s.version = "1.1.0" s.summary = "Simplest architecture for RxSwift. State + feedback loops." s.description = <<-DESC Simplest architecture for RxSwift. State + feedback loops. diff --git a/Sources/RxFeedback/RxFeedback.plist b/Sources/RxFeedback/RxFeedback.plist index b22eef8..5a1031a 100644 --- a/Sources/RxFeedback/RxFeedback.plist +++ b/Sources/RxFeedback/RxFeedback.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.2 + 1.1.0 CFBundleSignature ???? CFBundleVersion