Commit 679eada
committed
Merge pull request tristanhimmelman#158 from ldiqual/swift-2.0
Updated for xcode 7 beta 4File tree
4 files changed
+4
-4
lines changed- Carthage/Checkouts
- ObjectMapper/Core
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
- CONTRIBUTING.md+8-4
- Nimble.podspec+1-1
- Nimble.xcodeproj/project.pbxproj+2-1
- Nimble/DSL+Wait.swift+1-1
- Nimble/FailureMessage.swift+2-2
- Nimble/Matchers/BeAKindOf.swift+10
- Nimble/Matchers/BeAnInstanceOf.swift+10
- Nimble/Matchers/BeCloseTo.swift+1-1
- Nimble/Matchers/Contain.swift+24-5
- Nimble/Matchers/RaisesException.swift+1-1
- Nimble/ObjCExpectation.swift+4
- Nimble/Utils/SourceLocation.swift+3-3
- Nimble/Wrappers/ObjCMatcher.swift+8-8
- Nimble/objc/DSL.h+9-4
- Nimble/objc/DSL.m+23-2
- NimbleTests/Matchers/BeAKindOfTest.swift+18
- NimbleTests/Matchers/BeAnInstanceOfTest.swift+20
- NimbleTests/objc/NimbleSpecHelper.h+1-1
- NimbleTests/objc/ObjCBeEmptyTest.m+4-3
- NimbleTests/objc/ObjCContainTest.m+17
- NimbleTests/objc/ObjCRaiseExceptionTest.m+64-62
- README.md+9-9
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments