Skip to content

Commit

Permalink
Merge pull request #422 from libgit2/remove-user-search-paths
Browse files Browse the repository at this point in the history
Bump xcconfigs to remove USER_HEADER_SEARCH_PATHS
  • Loading branch information
Keith Duncan committed Dec 2, 2014
2 parents 4d1cb9c + f42853a commit 9f433d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "jspahrsummers/xcconfigs" >= 0.6
github "jspahrsummers/xcconfigs" >= 0.7
github "Quick/Quick" == 0.2.0
github "Quick/Nimble"
4 changes: 2 additions & 2 deletions Cartfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v0.1.0"
github "Quick/Nimble" "v0.2.0"
github "Quick/Quick" "v0.2.0"
github "jspahrsummers/xcconfigs" "carthage-0.6"
github "jspahrsummers/xcconfigs" "0.7"
2 changes: 1 addition & 1 deletion Carthage.checkout/Nimble
Submodule Nimble updated 57 files
+17 −0 Nimble.podspec
+34 −50 Nimble.xcodeproj/project.pbxproj
+1 −1 Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-OSX.xcscheme
+5 −0 Nimble/Adapters/AdapterProtocols.swift
+21 −2 Nimble/Adapters/AssertionRecorder.swift
+12 −9 Nimble/DSL.swift
+6 −2 Nimble/Expectation.swift
+8 −4 Nimble/Expression.swift
+2 −12 Nimble/FailureMessage.swift
+6 −5 Nimble/Matchers/BeAKindOf.swift
+6 −5 Nimble/Matchers/BeAnInstanceOf.swift
+26 −8 Nimble/Matchers/BeCloseTo.swift
+24 −13 Nimble/Matchers/BeEmpty.swift
+9 −7 Nimble/Matchers/BeGreaterThan.swift
+10 −7 Nimble/Matchers/BeGreaterThanOrEqualTo.swift
+9 −13 Nimble/Matchers/BeIdenticalTo.swift
+8 −7 Nimble/Matchers/BeLessThan.swift
+10 −7 Nimble/Matchers/BeLessThanOrEqual.swift
+24 −21 Nimble/Matchers/BeLogical.swift
+3 −4 Nimble/Matchers/BeNil.swift
+0 −12 Nimble/Matchers/BeOneOf.swift
+18 −11 Nimble/Matchers/BeginWith.swift
+21 −16 Nimble/Matchers/Contain.swift
+18 −9 Nimble/Matchers/EndWith.swift
+29 −50 Nimble/Matchers/Equal.swift
+7 −9 Nimble/Matchers/Match.swift
+36 −15 Nimble/Matchers/MatcherProtocols.swift
+16 −4 Nimble/Matchers/RaisesException.swift
+1 −1 Nimble/Utils/Functional.swift
+5 −5 Nimble/Utils/Poll.swift
+6 −6 Nimble/Utils/Stringers.swift
+32 −6 Nimble/Wrappers/AsyncMatcherWrapper.swift
+28 −0 Nimble/Wrappers/BasicMatcherWrapper.swift
+3 −19 Nimble/Wrappers/FullMatcherWrapper.swift
+37 −10 Nimble/Wrappers/MatcherFunc.swift
+56 −0 Nimble/Wrappers/NonNilMatcherWrapper.swift
+63 −9 Nimble/Wrappers/ObjCMatcher.swift
+12 −12 Nimble/objc/DSL.h
+33 −8 NimbleTests/Helpers/utils.swift
+4 −3 NimbleTests/Matchers/BeAKindOfTest.swift
+4 −3 NimbleTests/Matchers/BeAnInstanceOfTest.swift
+7 −3 NimbleTests/Matchers/BeEmptyTest.swift
+6 −0 NimbleTests/Matchers/BeGreaterThanOrEqualToTest.swift
+6 −2 NimbleTests/Matchers/BeGreaterThanTest.swift
+14 −0 NimbleTests/Matchers/BeIdenticalToObjectTest.swift
+8 −0 NimbleTests/Matchers/BeLessThanOrEqualToTest.swift
+7 −2 NimbleTests/Matchers/BeLessThanTest.swift
+6 −4 NimbleTests/Matchers/BeLogicalTest.swift
+7 −1 NimbleTests/Matchers/BeginWithTest.swift
+7 −1 NimbleTests/Matchers/ContainTest.swift
+7 −1 NimbleTests/Matchers/EndWithTest.swift
+48 −10 NimbleTests/Matchers/EqualTest.swift
+10 −1 NimbleTests/Matchers/MatchTest.swift
+0 −24 NimbleTests/Matchers/beOneOfTest.swift
+252 −15 NimbleTests/objc/CompatibilityTest.m
+74 −4 README.md
+1 −1 test
2 changes: 1 addition & 1 deletion Carthage.checkout/xcconfigs

0 comments on commit 9f433d2

Please sign in to comment.