|
3 | 3 | [](https://github.com/Quick/Nimble/actions/workflows/ci-xcode.yml) |
4 | 4 | [](https://cocoapods.org/pods/Nimble) |
5 | 5 | [](https://github.com/Carthage/Carthage) |
6 | | -[](https://github.com/JamitLabs/Accio) |
7 | 6 | [](https://cocoapods.org/pods/Nimble) |
8 | 7 |
|
9 | 8 | Use Nimble to express the expected outcomes of Swift |
@@ -67,7 +66,6 @@ expect(ocean.isClean).toEventually(beTruthy()) |
67 | 66 | - [Installing Nimble](#installing-nimble) |
68 | 67 | - [Installing Nimble as a Submodule](#installing-nimble-as-a-submodule) |
69 | 68 | - [Installing Nimble via CocoaPods](#installing-nimble-via-cocoapods) |
70 | | - - [Installing Nimble via Accio](#installing-nimble-via-accio) |
71 | 69 | - [Using Nimble without XCTest](#using-nimble-without-xctest) |
72 | 70 |
|
73 | 71 | <!-- END doctoc generated TOC please keep comment here to allow auto update --> |
@@ -1677,27 +1675,6 @@ end |
1677 | 1675 |
|
1678 | 1676 | Finally run `pod install`. |
1679 | 1677 |
|
1680 | | -## Installing Nimble via Accio |
1681 | | - |
1682 | | -Add the following to your Package.swift: |
1683 | | - |
1684 | | -```swift |
1685 | | -.package(url: "https://github.com/Quick/Nimble.git", .upToNextMajor(from: "8.0.1")), |
1686 | | -``` |
1687 | | - |
1688 | | -Next, add `Nimble` to your App targets dependencies like so: |
1689 | | - |
1690 | | -```swift |
1691 | | -.testTarget( |
1692 | | - name: "AppTests", |
1693 | | - dependencies: [ |
1694 | | - "Nimble", |
1695 | | - ] |
1696 | | -), |
1697 | | -``` |
1698 | | - |
1699 | | -Then run `accio update`. |
1700 | | - |
1701 | 1678 | ## Using Nimble without XCTest |
1702 | 1679 |
|
1703 | 1680 | Nimble is integrated with XCTest to allow it work well when used in Xcode test |
|
0 commit comments