From 5b58df022d553f7908be20f147a32f579b4efa77 Mon Sep 17 00:00:00 2001 From: Alejandro Isaza Date: Sat, 21 Apr 2018 14:00:24 -0700 Subject: [PATCH] Use Xcode 9.3 in TravisCI --- .travis.yml | 2 +- Surge.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9bcc41..f7b3dc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: objective-c -osx_image: xcode9.1 +osx_image: xcode9.3 script: - xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge-iOS -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.1' diff --git a/Surge.podspec b/Surge.podspec index 239456d..5a0a902 100644 --- a/Surge.podspec +++ b/Surge.podspec @@ -13,7 +13,7 @@ Pod::Spec.new do |s| s.tvos.deployment_target = '9.0' s.watchos.deployment_target = '3.0' - s.source_files = 'Source/*.swift' + s.source_files = 'Sources/Surge/*.swift' s.frameworks = 'Accelerate'