Use Xcode 9.3 in TravisCI

This commit is contained in:
Alejandro Isaza 2018-04-21 14:00:24 -07:00
parent 26c49190ce
commit 5b58df022d
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
language: objective-c language: objective-c
osx_image: xcode9.1 osx_image: xcode9.3
script: script:
- xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge-iOS -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.1' - xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge-iOS -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.1'

View File

@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0' s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '3.0' s.watchos.deployment_target = '3.0'
s.source_files = 'Source/*.swift' s.source_files = 'Sources/Surge/*.swift'
s.frameworks = 'Accelerate' s.frameworks = 'Accelerate'