Skip to content

Commit

Permalink
Added that OCMock can be used with SPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdoe committed Oct 13, 2021
1 parent dae797b commit 8fed0f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
</div>
</section>


<section id="content" class="group">
<div id="contentbox">

<h2>Adding OCMock to your project</h2>
<ul>
<li>Download a release from the <a href="{{ site.baseurl }}/download">downloads page</a>.
<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 CocoaPods or Carthage.
<li>Alternatively you can use Carthage, CocoaPods, and Swift Package Manager.
<li>Add an import to your unit tests.
</ul>
{% highlight objc %}
Expand Down

0 comments on commit 8fed0f8

Please sign in to comment.