File tree
7 files changed
+26
-134
lines changed- Carthage/Checkouts
- ReactiveSwift.xcodeproj
7 files changed
+26
-134
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
|
- .github/workflows/ci-swiftpm.yml+41
- .github/workflows/ci-xcode.yml+27
- .github/workflows/ci.yml-45
- .github/workflows/cocoapods.yml+23
- .github/workflows/swiftlint.yml+1-1
- .swiftlint.yml+13-8
- .travis.yml-43
- Gemfile+1-1
- Gemfile.lock+25-22
- Nimble.podspec+2-2
- Nimble.xcodeproj/project.pbxproj+25-7
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-iOS.xcscheme+1-1
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-macOS.xcscheme+1-1
- Nimble.xcodeproj/xcshareddata/xcschemes/Nimble-tvOS.xcscheme+1-1
- Package.swift+9-12
- [email protected]+36
- README.md+5-5
- Sources/Nimble/Adapters/NMBExpectation.swift-2
- Sources/Nimble/Adapters/NMBObjCMatcher.swift-4
- Sources/Nimble/Adapters/NimbleXCTestHandler.swift+7
- Sources/Nimble/DSL+Wait.swift-1
- Sources/Nimble/DSL.swift-1
- Sources/Nimble/Expectation.swift-1
- Sources/Nimble/Expression.swift-2
- Sources/Nimble/FailureMessage.swift-1
- Sources/Nimble/Matchers/Async.swift-1
- Sources/Nimble/Matchers/BeEmpty.swift-1
- Sources/Nimble/Matchers/Contain.swift-1
- Sources/Nimble/Matchers/Equal+Tuple.swift+127
- Sources/Nimble/Matchers/Equal.swift+14-7
- Sources/Nimble/Matchers/MatcherProtocols.swift+1-1
- Sources/Nimble/Matchers/Predicate.swift-1
- Sources/Nimble/Matchers/SatisfyAllOf.swift+10-7
- Sources/Nimble/Matchers/SatisfyAnyOf.swift+10-7
- Sources/Nimble/Nimble.h+5-5
- Tests/NimbleTests/Helpers/AlwaysFailMatcher.swift+22
- Tests/NimbleTests/Matchers/EqualTest.swift+9-1
- Tests/NimbleTests/Matchers/SatisfyAllOfTest.swift+8
- Tests/NimbleTests/Matchers/SatisfyAnyOfTest.swift+8
- .github/ISSUE_TEMPLATE+1-1
- .github/dependabot.yml+15
- .github/workflows/ci-swiftpm.yml+58
- .github/workflows/ci-xcode.yml+42
- .github/workflows/ci.yml-52
- .github/workflows/cocoapods.yml+36
- .github/workflows/danger.yml+20
- .github/workflows/swiftlint.yml+1-1
- .swiftlint.yml+4-1
- .travis.yml-37
- CONTRIBUTING.md+2-2
- Dangerfile+1-1
- Documentation/en-us/InstallingQuick.md+3-3
- Documentation/en-us/TestingApps.md+3-3
- Documentation/ja/InstallingQuick.md+3-3
- Documentation/ko-kr/InstallingQuick.md+3-3
- Documentation/zh-cn/InstallingQuick.md+2-2
- Documentation/zh-cn/README.md+2
- Externals/Nimble+1-1
- Gemfile+1-1
- Gemfile.lock+39-35
- Package.resolved+2-2
- Package.swift+2-2
- Quick.podspec+3-3
- Quick.xcodeproj/project.pbxproj+164-149
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-iOS.xcscheme+10-14
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-macOS.xcscheme+1-1
- Quick.xcodeproj/xcshareddata/xcschemes/Quick-tvOS.xcscheme+10-14
- README.md+1-1
- Sources/Quick/Example.swift+12-1
- Sources/QuickObjCRuntime/include/QuickObjCRuntime.h+5
- Sources/QuickObjectiveC/Quick.h+3-3
- Sources/QuickObjectiveC/QuickSpec.m+3
- script/release+1-1
- script/travis-script-macos-10
Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
0 commit comments