Skip to content

Commit

Permalink
Make Bender build on Xcode 9.1 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karina Fernandez authored and bryant1410 committed Nov 12, 2017
1 parent e1ee236 commit 122a947
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: swift
osx_image: xcode9
osx_image: xcode9.1
env:
matrix:
- DESTINATION="OS=11.0,name=iPhone 8" SCHEME="MetalBender" SDK=iphonesimulator
- DESTINATION="OS=11.1,name=iPhone 8" SCHEME="MetalBender" SDK=iphonesimulator
- DESTINATION="generic/platform=iOS" SCHEME="MetalBender" SDK=iphoneos
- DESTINATION="OS=11.0,name=iPhone 8" SCHEME="Example" SDK=iphonesimulator
- DESTINATION="OS=11.1,name=iPhone 8" SCHEME="Example" SDK=iphonesimulator
- DESTINATION="generic/platform=iOS" SCHEME="Example" SDK=iphoneos
before_install:
- brew update
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "apple/swift-protobuf" "1.0.0"
github "apple/swift-protobuf" "1.0.1"
github "xmartlabs/MetalPerformanceShadersProxy" ~> 0.2.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "apple/swift-protobuf" "1.0.0"
github "apple/swift-protobuf" "1.0.1"
github "xmartlabs/MetalPerformanceShadersProxy" "0.2.0"

0 comments on commit 122a947

Please sign in to comment.