Skip to content

Commit cb1a528

Browse files
committed
Update travis to Xcode 10, podspec to 5.2.0
1 parent 1bebe4b commit cb1a528

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
language: objective-c
2-
osx_image: xcode9
2+
osx_image: xcode10
33
env:
44
global:
55
- LC_CTYPE=en_US.UTF-8
66
- LANG=en_US.UTF-8
77
- PROJECT=FileKit.xcodeproj
88
- IOS_FRAMEWORK_SCHEME="FileKit-iOS"
99
- MACOS_FRAMEWORK_SCHEME="FileKit-OSX"
10-
- IOS_SDK=iphonesimulator11.0
10+
- IOS_SDK=iphonesimulator12.0
1111
- MACOS_SDK=macosx10.13
1212
matrix:
13-
- DESTINATION="OS=11.0,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES"
14-
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK=macosx10.13 RUN_TESTS="NO"
13+
- DESTINATION="OS=12.0,name=iPhone 8" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="NO"
14+
- DESTINATION="arch=x86_64" SCHEME="$MACOS_FRAMEWORK_SCHEME" SDK="$MACOS_SDK" RUN_TESTS="YES"
1515
before_install:
1616
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1717
script:

FileKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "FileKit"
3-
s.version = "5.1.1"
3+
s.version = "5.2.0"
44
s.summary = "Simple and expressive file management in Swift."
55
s.homepage = "https://github.com/nvzqz/FileKit"
66
s.license = { :type => "MIT", :file => "LICENSE.md" }

0 commit comments

Comments
 (0)