From a65f6421baf39dc1458f22836907cfc55fc8ceb1 Mon Sep 17 00:00:00 2001 From: rentzsch Date: Sun, 25 Sep 2016 20:01:06 -0700 Subject: [PATCH] travis: use 10.12 SDK --- test/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Rakefile b/test/Rakefile index 679aae89..a203ba88 100644 --- a/test/Rakefile +++ b/test/Rakefile @@ -12,7 +12,7 @@ end #============================== # Variables #============================== -OSX_SDK="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk" +OSX_SDK="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk" OSX_VERSION="10.10" LINKED_FRAMEWORKS="-framework Foundation -framework AppKit -framework CoreData"