Skip to content

Commit

Permalink
Merge pull request #3 from jacobvanorder/master
Browse files Browse the repository at this point in the history
Bumped Swift version to 4.1.
  • Loading branch information
jacobvanorder authored Jun 12, 2018
2 parents 3ad1653 + f6a2b92 commit 37a01b1
Show file tree
Hide file tree
Showing 21 changed files with 537 additions and 403 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0
4.1
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# * http://www.objc.io/issue-6/travis-ci.html
# * https://github.com/supermarin/xcpretty#usage

osx_image: xcode9.2
osx_image: xcode9.3
language: swift
# cache: cocoapods
# podfile: Example/Podfile
# before_install:
# - gem install cocoapods # Since Travis is not always on latest version
# - pod install --project-directory=Example
script:
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/VIPERBuilder.xcworkspace -scheme VIPERBuilder-Example -sdk iphonesimulator11.2 -destination 'platform=iOS Simulator,name=iPhone X,OS=11.2' ONLY_ACTIVE_ARCH=NO | xcpretty
- set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace Example/VIPERBuilder.xcworkspace -scheme VIPERBuilder-Example -sdk iphonesimulator11.3 -destination 'platform=iOS Simulator,name=iPhone X,OS=11.3' ONLY_ACTIVE_ARCH=NO | xcpretty
- pod lib lint
after_success:
- bash <(curl -s https://codecov.io/bash)
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
PODS:
- VIPERBuilder (1.0.1)
- VIPERBuilder (1.0.2)

DEPENDENCIES:
- VIPERBuilder (from `../`)

EXTERNAL SOURCES:
VIPERBuilder:
:path: ../
:path: "../"

SPEC CHECKSUMS:
VIPERBuilder: 6d05ce5f7b23ed75e52a15f65b347921cc81f71b
VIPERBuilder: 41324ccf6b89d4a3898c9a858abdfd872e570959

PODFILE CHECKSUM: 6d555225451863b096644335d50b71fe818d90a9

COCOAPODS: 1.3.1
COCOAPODS: 1.5.3
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/VIPERBuilder.podspec.json

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

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

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

622 changes: 331 additions & 291 deletions Example/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.

Loading

0 comments on commit 37a01b1

Please sign in to comment.