Skip to content

Commit

Permalink
Update travis to Xcode 10, podspec to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Sep 18, 2018
1 parent 1bebe4b commit cb1a528
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
language: objective-c
osx_image: xcode9
osx_image: xcode10
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- PROJECT=FileKit.xcodeproj
- IOS_FRAMEWORK_SCHEME="FileKit-iOS"
- MACOS_FRAMEWORK_SCHEME="FileKit-OSX"
- IOS_SDK=iphonesimulator11.0
- IOS_SDK=iphonesimulator12.0
- MACOS_SDK=macosx10.13
matrix:
- DESTINATION="OS=11.0,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES"
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK=macosx10.13 RUN_TESTS="NO"
- DESTINATION="OS=12.0,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="NO"
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK="$MACOS_SDK" RUN_TESTS="YES"
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
script:
Expand Down
2 changes: 1 addition & 1 deletion FileKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FileKit"
s.version = "5.1.1"
s.version = "5.2.0"
s.summary = "Simple and expressive file management in Swift."
s.homepage = "https://github.com/nvzqz/FileKit"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down

0 comments on commit cb1a528

Please sign in to comment.