Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update circle ci #68

Merged
merged 7 commits into from
Apr 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
64 changes: 30 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,51 +1,47 @@
# iOS CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/ios-migrating-from-1-2/ for more details
#
version: 2
version: 2.1
jobs:
build:
macos:
xcode: "10.2.1"

xcode: "12.4.0"
steps:
- checkout
#Currently commented out due to a gem install error.
# - restore_cache:
# keys:
# - v1-gems-{{ checksum "Gemfile.lock" }}
# # Fall back to using the latest cache if no exact match is found.
# - v1-gems-
# # Install gems.
# - run:
# name: Bundle install
# command: bundle check || bundle install
# environment:
# BUNDLE_JOBS: 4
# BUNDLE_RETRY: 3
# BUNDLE_GEMFILE: ./Gemfile
# # This is the path where all the gems will be installed, and
# # which CircleCI will later cache.
# BUNDLE_PATH: vendor/bundle
# - save_cache:
# key: v1-gems-{{ checksum "Gemfile.lock" }}
# paths:
# - vendor/bundle
- restore_cache:
name: ♻️ Restore Gem Cache
keys:
- v1-gems-{{ checksum "Gemfile.lock" }}
# Fall back to using the latest cache if no exact match is found.
- v1-gems-
# Install gems.
- run:
name: 🛠 Bundle install
command: bundle check || bundle install
environment:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
BUNDLE_GEMFILE: ./Gemfile
# This is the path where all the gems will be installed, and
# which CircleCI will later cache.
BUNDLE_PATH: vendor/bundle
- save_cache:
name: 💾 Cache Gems
key: v1-gems-{{ checksum "Gemfile.lock" }}
paths:
- vendor/bundle
- run:
name: Install carthage
name: 📦 Install carthage
command: |
brew update
brew outdated carthage || brew upgrade carthage
- run:
name: Build Frameworks
name: 🏗 Build Frameworks
command: sh build.sh
- store_artifacts:
name: 🚀 Store Framework Artifacts
path: ./output
destination: Frameworks
#Currently commented out due to a gem install error.
# - run:
# name: Generate documentation
# command: jazzy --objc --author WillowTree Inc. --author_url http://willowtreeapps.com --github_url https://github.com/willowtreeapps/Hyperion-iOS --github-file-prefix https://github.com/willowtreeapps/Hyperion-iOS/tree/master/ --module-version 0.99.0 --umbrella-header Core/HyperionCore.h --framework-root . --module HyperionCore
# name: 📚 Generate Docs
# command: bundle exec jazzy --objc --author WillowTree Inc. --author_url https://willowtreeapps.com --github_url https://github.com/willowtreeapps/Hyperion-iOS --github-file-prefix https://github.com/willowtreeapps/Hyperion-iOS/tree/master/ --module-version 0.99.0 --umbrella-header Core/HyperionCore.h --framework-root . --module HyperionCore
# - store_artifacts:
# name: 📖 Store Docs
# path: ./docs
# destination: Documentation
77 changes: 43 additions & 34 deletions Docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@
<script src="js/jquery.min.js" defer></script>
<script src="js/jazzy.js" defer></script>

<script src="js/lunr.min.js" defer></script>
<script src="js/typeahead.jquery.js" defer></script>
<script src="js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/objc/Section/Classes" class="dashAnchor"></a>
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">HyperionCore Docs</a> (97% documented)</p>
<p><a href="index.html">HyperionCore 0.99.0 Docs</a> (94% documented)</p>
<p class="header-right"><a href="https://github.com/willowtreeapps/Hyperion-iOS"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -60,13 +68,8 @@
<li class="nav-group-task">
<a href="Constants.html#/c:@HyperionCoreVersionString">HyperionCoreVersionString</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Enums/HYPActivationGestureOptions.html">HYPActivationGestureOptions</a>
<a href="Constants.html#/c:@pluginMenuItem">pluginMenuItem</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -105,6 +108,14 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="Functions.html">Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="Functions.html#/c:@F@NS_OPTIONS">NS_OPTIONS</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand Down Expand Up @@ -140,17 +151,16 @@ <h1>Classes</h1>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">HyperionManager</span> <span class="p">:</span> <span class="nc">NSObject</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">HyperionManager</span></code></pre>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/willowtreeapps/Hyperion-iOS/tree/master//Core/Public/HyperionManager.h#L34-L78">Show on GitHub</a>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
Expand All @@ -172,17 +182,16 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">HYPPluginHelper</span> <span class="p">:</span> <span class="nc">NSObject</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">HYPPluginHelper</span></code></pre>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/willowtreeapps/Hyperion-iOS/tree/master//Core/Public/Plugin/HYPPluginHelper.h#L28-L37">Show on GitHub</a>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
Expand All @@ -204,17 +213,16 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc"><a href="Protocols/HYPPluginMenuItem.html">HYPPluginMenuItem</a></span> <span class="p">:</span> <span class="nc">UIView</span> <span class="o">&lt;</span><span class="n"><a href="Protocols/HYPPluginMenuItem.html">HYPPluginMenuItem</a></span><span class="o">&gt;</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc"><a href="Protocols/HYPPluginMenuItem.html">HYPPluginMenuItem</a></span> <span class="o">&lt;</span><span class="n"><a href="Protocols/HYPPluginMenuItem.html">HYPPluginMenuItem</a></span><span class="o">&gt;</span></code></pre>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/willowtreeapps/Hyperion-iOS/tree/master//Core/Public/Plugin/HYPPluginMenuItem.h#L66-L98">Show on GitHub</a>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
Expand All @@ -235,17 +243,16 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc"><a href="Protocols/HYPPluginModule.html">HYPPluginModule</a></span> <span class="p">:</span> <span class="nc">NSObject</span> <span class="o">&lt;</span><span class="n"><a href="Protocols/HYPPluginModule.html">HYPPluginModule</a></span><span class="o">&gt;</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc"><a href="Protocols/HYPPluginModule.html">HYPPluginModule</a></span> <span class="o">&lt;</span><span class="n"><a href="Protocols/HYPPluginModule.html">HYPPluginModule</a></span><span class="o">&gt;</span></code></pre>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/willowtreeapps/Hyperion-iOS/tree/master//Core/Public/Plugin/HYPPluginModule.h#L77-L79">Show on GitHub</a>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
Expand All @@ -268,17 +275,16 @@ <h4>Declaration</h4>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">HYPSnapshotInteractionView</span> <span class="p">:</span> <span class="nc">UIView</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">HYPSnapshotInteractionView</span></code></pre>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/willowtreeapps/Hyperion-iOS/tree/master//Core/Public/Plugin/SnapShotPlugin/HYPSnapshotInteractionView.h#L30-L56">Show on GitHub</a>
</div>
</section>
</div>
</li>
</ul>
</div>
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
Expand All @@ -305,6 +311,9 @@ <h4>Declaration</h4>

</div>
</div>
<div class="slightly-smaller">
<a href="https://github.com/willowtreeapps/Hyperion-iOS/tree/master//Core/Public/Plugin/SnapShotPlugin/HYPSnapshotPluginModule.h#L28-L36">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand All @@ -313,8 +322,8 @@ <h4>Declaration</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://willowtreeapps.com" target="_blank" rel="external">WillowTree</a>. All rights reserved. (Last updated: 2019-05-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2021 <a class="link" href="http://willowtreeapps.com" target="_blank" rel="external">WillowTree</a>. All rights reserved. (Last updated: 2021-04-29)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down
43 changes: 30 additions & 13 deletions Docs/Classes/HYPPluginHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,22 @@
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>

<script src="../js/lunr.min.js" defer></script>
<script src="../js/typeahead.jquery.js" defer></script>
<script src="../js/jazzy.search.js" defer></script>
</head>
<body>
<a name="//apple_ref/objc/Class/HYPPluginHelper" class="dashAnchor"></a>
<a title="HYPPluginHelper Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">HyperionCore Docs</a> (97% documented)</p>
<p><a href="../index.html">HyperionCore 0.99.0 Docs</a> (94% documented)</p>
<p class="header-right"><a href="https://github.com/willowtreeapps/Hyperion-iOS"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
<input type="text" placeholder="Search documentation" data-typeahead>
</form>
</p>
</div>
</header>
<div class="content-wrapper">
Expand Down Expand Up @@ -60,13 +68,8 @@
<li class="nav-group-task">
<a href="../Constants.html#/c:@HyperionCoreVersionString">HyperionCoreVersionString</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Enums.html">Enumerations</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Enums/HYPActivationGestureOptions.html">HYPActivationGestureOptions</a>
<a href="../Constants.html#/c:@pluginMenuItem">pluginMenuItem</a>
</li>
</ul>
</li>
Expand Down Expand Up @@ -105,6 +108,14 @@
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Functions.html">Functions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Functions.html#/c:@F@NS_OPTIONS">NS_OPTIONS</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
Expand All @@ -113,12 +124,16 @@
<h1>HYPPluginHelper</h1>
<div class="declaration">
<div class="language">
<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">HYPPluginHelper</span> <span class="p">:</span> <span class="nc">NSObject</span></code></pre>

<pre class="highlight objective_c"><code><span class="k">@interface</span> <span class="nc">HYPPluginHelper</span></code></pre>

</div>
</div>
<p>Provides helper methods that should be common tasks among plugins.</p>

<div class="slightly-smaller">
<a href="https://github.com/willowtreeapps/Hyperion-iOS/tree/master//Core/Public/Plugin/HYPPluginHelper.h#L28-L37">Show on GitHub</a>
</div>
</section>
<section class="section task-group-section">
<div class="task-group">
Expand All @@ -128,7 +143,7 @@ <h1>HYPPluginHelper</h1>
<code>
<a name="/c:objc(cs)HYPPluginHelper(cm)findSubviewsInView:intersectingPoint:"></a>
<a name="//apple_ref/objc/Method/+findSubviewsInView:intersectingPoint:" class="dashAnchor"></a>
<a class="token" href="#/c:objc(cs)HYPPluginHelper(cm)findSubviewsInView:intersectingPoint:">+findSubviewsInView:intersectingPoint:</a>
<a class="token" href="#/c:objc(cs)HYPPluginHelper(cm)findSubviewsInView:intersectingPoint:">+findSubviewsInView:<wbr>intersectingPoint:<wbr></a>
</code>
</div>
<div class="height-container">
Expand All @@ -143,8 +158,7 @@ <h1>HYPPluginHelper</h1>
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Objective-C</p>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">NSMutableArray</span><span class="o">&lt;</span><span class="n">UIView</span> <span class="o">*&gt;</span> <span class="o">*</span><span class="p">)</span><span class="nf">findSubviewsInView</span><span class="p">:(</span><span class="n">UIView</span> <span class="o">*</span><span class="p">)</span><span class="nv">view</span>
<span class="nf">intersectingPoint</span><span class="p">:(</span><span class="n">CGPoint</span><span class="p">)</span><span class="nv">point</span><span class="p">;</span></code></pre>
<pre class="highlight objective_c"><code><span class="k">+</span> <span class="p">(</span><span class="n">id</span><span class="p">)</span><span class="nf">findSubviewsInView</span><span class="p">:(</span><span class="n">id</span><span class="p">)</span><span class="nv">view</span> <span class="nf">intersectingPoint</span><span class="p">:(</span><span class="n">id</span><span class="p">)</span><span class="nv">point</span><span class="p">;</span></code></pre>

</div>
</div>
Expand Down Expand Up @@ -179,6 +193,9 @@ <h4>Parameters</h4>
</tbody>
</table>
</div>
<div class="slightly-smaller">
<a href="https://github.com/willowtreeapps/Hyperion-iOS/tree/master//Core/Public/Plugin/HYPPluginHelper.h#L35">Show on GitHub</a>
</div>
</section>
</div>
</li>
Expand All @@ -187,8 +204,8 @@ <h4>Parameters</h4>
</section>
</section>
<section id="footer">
<p>&copy; 2019 <a class="link" href="https://willowtreeapps.com" target="_blank" rel="external">WillowTree</a>. All rights reserved. (Last updated: 2019-05-10)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
<p>&copy; 2021 <a class="link" href="http://willowtreeapps.com" target="_blank" rel="external">WillowTree</a>. All rights reserved. (Last updated: 2021-04-29)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
Expand Down