Skip to content

Commit

Permalink
Merge pull request #729 from ikesyo/xcode7.3
Browse files Browse the repository at this point in the history
Xcode 7.3
  • Loading branch information
dcaunt committed Jul 11, 2016
2 parents 9f27293 + 4658264 commit eec5754
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -16,13 +16,13 @@ script:
matrix:
include:
- xcode_scheme: "Mantle Mac"
osx_image: xcode7.2
osx_image: xcode7.3
env:
- XCODE_ACTION=test
- XCODE_SDK=macosx
- XCODE_DESTINATION="arch=x86_64"
- xcode_scheme: "Mantle iOS"
osx_image: xcode7.2
osx_image: xcode7.3
env:
- XCODE_ACTION=test
- XCODE_SDK=iphonesimulator
Expand Down
6 changes: 3 additions & 3 deletions Cartfile.private
@@ -1,3 +1,3 @@
github "jspahrsummers/xcconfigs" ~> 0.8
github "Quick/Quick" ~> 0.8
github "Quick/Nimble" ~> 3.0
github "jspahrsummers/xcconfigs" ~> 0.9
github "Quick/Quick" ~> 0.9.2
github "Quick/Nimble" ~> 4.1
6 changes: 3 additions & 3 deletions Cartfile.resolved
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v3.0.0"
github "Quick/Quick" "v0.8.0"
github "jspahrsummers/xcconfigs" "0.8.1"
github "Quick/Nimble" "v4.1.0"
github "Quick/Quick" "v0.9.2"
github "jspahrsummers/xcconfigs" "0.9"
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Nimble
Submodule Nimble updated 144 files
2 changes: 1 addition & 1 deletion Carthage/Checkouts/Quick
Submodule Quick updated 126 files
2 changes: 1 addition & 1 deletion Carthage/Checkouts/xcconfigs

0 comments on commit eec5754

Please sign in to comment.