File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11language : objective-c
2- osx_image : xcode9
2+ osx_image : xcode10
33env :
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 "
1515before_install :
1616 - gem install xcpretty --no-rdoc --no-ri --no-document --quiet
1717script :
Original file line number Diff line number Diff line change 11Pod ::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" }
You can’t perform that action at this time.
0 commit comments