Skip to content

Commit

Permalink
Update Swift version to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frugghi committed Jun 15, 2018
1 parent e0e188a commit 34740d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 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: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ matrix:
include:
- os: osx
env: DESTINATION="OS=4.3,name=Apple Watch - 42mm" SCHEME="$WATCHOS_FRAMEWORK_SCHEME" SDK="$WATCHOS_SDK" RUN_TESTS="NO" BUILD_EXAMPLE="NO" GENERATE_DOC="NO"
- os: osx
env: DESTINATION="OS=2.0,name=Apple Watch - 42mm" SCHEME="$WATCHOS_FRAMEWORK_SCHEME" SDK="$WATCHOS_SDK" RUN_TESTS="NO" BUILD_EXAMPLE="NO" GENERATE_DOC="NO"
- os: osx
env: DESTINATION="OS=11.4,name=iPhone 7 Plus" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="YES" BUILD_EXAMPLE="YES" GENERATE_DOC="NO"
- os: osx
env: DESTINATION="OS=8.1,name=iPhone 5" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" RUN_TESTS="NO" BUILD_EXAMPLE="NO" GENERATE_DOC="NO"
- os: osx
env: DESTINATION="OS=11.4,name=Apple TV 4K" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="$TVOS_SDK" RUN_TESTS="NO" BUILD_EXAMPLE="NO" GENERATE_DOC="YES"
- os: osx
env: DESTINATION="OS=9.0,name=Apple TV 1080p" SCHEME="$TVOS_FRAMEWORK_SCHEME" SDK="$TVOS_SDK" RUN_TESTS="NO" BUILD_EXAMPLE="NO" GENERATE_DOC="NO"
- os: osx
env: DESTINATION="arch=x86_64" SCHEME="$OSX_FRAMEWORK_SCHEME" SDK="$OSX_SDK" RUN_TESTS="NO" BUILD_EXAMPLE="NO" GENERATE_DOC="NO"
- os: linux
Expand Down
2 changes: 1 addition & 1 deletion SwiftLCS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/Frugghi/SwiftLCS.git', :tag => spec.version.to_s }

spec.requires_arc = true
spec.swift_version = '4.0'
spec.swift_version = '4.1'
spec.default_subspec = 'Core'

spec.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 34740d9

Please sign in to comment.