From 297449aaf4b3fabb29a75ba3912af12e27fdefd9 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Mon, 3 Oct 2016 11:20:54 -0400 Subject: Update the ObjC projects for Xcode 8 - Let Xcode 8 update settings on the projects/schemes. - Migrate Swift tests to Swift 3 syntax. - Update the build/test script: - Require Xcode 8 (because of the Swift 3 requirement for tests) - Update the devices to what Xcode 8 has (8.x simulator seem to fail even though they can be downloaded in Xcode 8) - Update the travis images to ones with Xcode 8. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 14b7050c..af8e5c97 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ language: cpp os: - osx # The Objective C build needs Xcode 7.0 or later. -osx_image: xcode7.3 +osx_image: xcode8 script: - ./tests.sh $CONFIG env: -- cgit v1.2.3