Skip to content

Commit

Permalink
Removed reference to Swift Package Manager.
Browse files Browse the repository at this point in the history
Problem is that OCMock can't really work with SPM. See #500 for details.
  • Loading branch information
erikdoe committed Oct 31, 2021
1 parent 8fed0f8 commit fc3cbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2>Adding OCMock to your project</h2>
<li>Download a release from the <a href="{{ site.baseurl }}/download">downloads page</a>.
<li>For iOS development add the static library</a> to your test target. This is described in detail on the <a href="{{ site.baseurl }}/ios">iOS page</a>.
<li>For OS X development simply add <code>OCMock.framework</code> to your test target.
<li>Alternatively you can use Carthage, CocoaPods, and Swift Package Manager.
<li>Alternatively you can use Carthage or CocoaPods.
<li>Add an import to your unit tests.
</ul>
{% highlight objc %}
Expand Down

0 comments on commit fc3cbdc

Please sign in to comment.