Skip to content

Commit

Permalink
Add Downloads section for downloading framework and theos template to…
Browse files Browse the repository at this point in the history
… getting started
  • Loading branch information
DGh0st committed May 29, 2020
1 parent 16f70f1 commit f44338d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/Getting_Started/Theos_Environment_Setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,19 @@
<div class="sectionInfo">
<h1 class="referenceName"><i onclick="copyToClipboard(this);" class="fas fa-link referenceCopy"></i> <span>Setup Theos Environment For Custom HSWidgets</span></h1>
<div class="referenceInfo">
<p>HSWidgets provides a Theos template that can be used for generating HSWidgets projects and a framework for compiling/linking. The files are available on GitHub repo (<a href="https://github.com/DGh0st/HSWidgets/tree/master/theos_template">HSWidgets/theos_template</a>). The framework (<span class="codeblockinline">HSWidgets.framework</span>) needs to be placed inside <span class="codeblockinline terminal"><span class="variable">$THEOS</span>/lib</span> directory and Theos template (<span class="codeblockinline">iphone_hswidget.nic.tar</span>) needs to be placed in <span class="codeblockinline terminal"><span class="variable">$THEOS</span>/templates/ios/dgh0st</span> directory. Note you will need to create the dgh0st directory, or you can place template file in one of the existing directory. The final file structure should look something like this:</p>
<p>HSWidgets provides a Theos template that can be used for generating HSWidgets projects and a framework for compiling/linking. The files are available on GitHub repo:</p>
<div class="downloadSection">
<h3 class="referenceName"><i onclick="copyToClipboard(this);" class="fas fa-link referenceCopy"></i> <span>Downloads</span></h3>
<span class="download-link">
<a href="../../theos_template/HSWidgets.framework.zip"><i class="fas fa-download"></i>&nbsp;&nbsp;HSWidgets.framework</a>
<small><b>Description:</b> Framework for headers and linking</small>
</span>
<span class="download-link">
<a href="https://github.com/DGh0st/HSWidgets/raw/master/theos_template/iphone_hswidget.nic.tar"><i class="fas fa-download"></i>&nbsp;&nbsp;iphone_hswidget.nic.tar</a>
<small><b>Description:</b> Theos NIC template</small>
</span>
</div>
<p>The framework (<span class="codeblockinline">HSWidgets.framework</span>) needs to be placed inside <span class="codeblockinline terminal"><span class="variable">$THEOS</span>/lib</span> directory and Theos template (<span class="codeblockinline">iphone_hswidget.nic.tar</span>) needs to be placed in <span class="codeblockinline terminal"><span class="variable">$THEOS</span>/templates/ios/dgh0st</span> directory. Note you will need to create the dgh0st directory, or you can place template file in one of the existing directory. The final file structure should look something like this:</p>
<div class="codeblock plaintext">
<pre><code>
<span>&lt;Theos Directory&gt;</span>
Expand Down

0 comments on commit f44338d

Please sign in to comment.