Skip to content

Commit 27ed6c3

Browse files
authored
Merge pull request #909 from Quick/remove-accio-references
[README] Remove deprecated Accio references
2 parents b5d172a + d740d27 commit 27ed6c3

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Build Status](https://github.com/Quick/Nimble/actions/workflows/ci-xcode.yml/badge.svg)](https://github.com/Quick/Nimble/actions/workflows/ci-xcode.yml)
44
[![CocoaPods](https://img.shields.io/cocoapods/v/Nimble.svg)](https://cocoapods.org/pods/Nimble)
55
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
6-
[![Accio supported](https://img.shields.io/badge/Accio-supported-0A7CF5.svg?style=flat)](https://github.com/JamitLabs/Accio)
76
[![Platforms](https://img.shields.io/cocoapods/p/Nimble.svg)](https://cocoapods.org/pods/Nimble)
87

98
Use Nimble to express the expected outcomes of Swift
@@ -67,7 +66,6 @@ expect(ocean.isClean).toEventually(beTruthy())
6766
- [Installing Nimble](#installing-nimble)
6867
- [Installing Nimble as a Submodule](#installing-nimble-as-a-submodule)
6968
- [Installing Nimble via CocoaPods](#installing-nimble-via-cocoapods)
70-
- [Installing Nimble via Accio](#installing-nimble-via-accio)
7169
- [Using Nimble without XCTest](#using-nimble-without-xctest)
7270

7371
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -1677,27 +1675,6 @@ end
16771675

16781676
Finally run `pod install`.
16791677

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-
17011678
## Using Nimble without XCTest
17021679

17031680
Nimble is integrated with XCTest to allow it work well when used in Xcode test

0 commit comments

Comments
 (0)