Skip to content

Commit

Permalink
[TEST] Update Travis to Xcode 10.1 and use the “current” MacOSX SDK i…
Browse files Browse the repository at this point in the history
…nstead of hard-coding the version number (which I think is new with Xcode 10 dir layout).
  • Loading branch information
rentzsch committed Jan 30, 2019
1 parent 5419d30 commit f3e05ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9
osx_image: xcode10.1
#xcode_project: mogenerator.xcodeproj
#xcode_scheme: mogenerator
script: cd test && rake
4 changes: 2 additions & 2 deletions test/Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/ruby
# Copyright (c) 2006-2016 Jonathan 'Wolf' Rentzsch: http://rentzsch.com
# Copyright (c) 2006-2019 Jonathan 'Wolf' Rentzsch: http://rentzsch.com
# Some rights reserved: http://opensource.org/licenses/mit
# http://github.com/rentzsch/mogenerator

Expand All @@ -12,7 +12,7 @@ end
#==============================
# Variables
#==============================
OSX_SDK="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk"
OSX_SDK="/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
OSX_VERSION="10.10"
LINKED_FRAMEWORKS="-framework Foundation -framework AppKit -framework CoreData"

Expand Down

0 comments on commit f3e05ad

Please sign in to comment.