Skip to content

Commit eeba6b9

Browse files
committed
Deploying to gh-pages from @ ca1e29b 🚀
1 parent f786f08 commit eeba6b9

File tree

31 files changed

+307
-10314
lines changed

31 files changed

+307
-10314
lines changed

browser/automatic/index.html

Lines changed: 34 additions & 75 deletions
Large diffs are not rendered by default.

browser/edit-browser/index.html

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4203,7 +4203,7 @@ <h2 id="decide-which-modules-you-want-to-modify">Decide Which <abbr title="the L
42034203
</ul>
42044204
</li>
42054205
</ul>
4206-
<p>With the release of 3.4.x, the customizations for <code>main</code> and <code>dev</code> are the same. There are 2 customizations that require an update when moving from 3.2.3 to 3.4.x.</p>
4206+
<p>For versions 3.4.x and newer, the customizations for <code>main</code> and <code>dev</code> are the same.</p>
42074207
<ul>
42084208
<li>For more information, refer to <a href="../../version/code-custom-edits/#not-stable-list" target="_blank">Not Stable List</a><ul>
42094209
<li>Glucose <abbr title="limits in the code for user selected settings, recommended and absolute limits are provided">Guardrails</abbr></li>
@@ -4525,8 +4525,6 @@ <h2 id="prepare-the-customizations">Prepare the Customizations<a class="headerli
45254525
<p>If your&nbsp;<span translate="no">LoopWorkspace <abbr title="a copy of code in a github repository other than the original">fork</abbr></span>&nbsp;did not come from&nbsp;<span translate="no">LoopKit/LoopWorkspace</span>, then delete your existing <code><abbr title="a copy of code in a github repository other than the original">fork</abbr></code> and make a new one. See <a href="../prepare-fork/#already-have-loopworkspace" target="_blank">Already Have&nbsp;<span translate="no">LoopWorkspace</span>?</a>.</p>
45264526
<ul>
45274527
<li>Do not use any other location to create your <code><abbr title="a copy of code in a github repository other than the original">fork</abbr></code></li>
4528-
<li>You may have used a different location for <abbr title="Latest release with major updates">Loop 3</abbr>.2.2</li>
4529-
<li>This is <strong>not</strong> supported for <abbr title="Latest release with major updates">Loop 3</abbr>.2.3 or later</li>
45304528
</ul>
45314529
</div>
45324530
<p>For each customization you want to include, create a pair of lines consisting of the comment (must start with a #) followed by the&nbsp;<code>curl</code>&nbsp;statement pointing to the <abbr title="Secure Hash Algorithm 1; used to generate an alphanumeric code for commits in git (github)">SHA-1</abbr> that has the customization.</p>
@@ -4553,41 +4551,7 @@ <h2 id="update-loopworkspace">Update&nbsp;<span translate="no">LoopWorkspace</sp
45534551
<li>Find the folder .github/workflows and click on it</li>
45544552
<li>Find the file build_loop.yml and click on it</li>
45554553
<li>Click on the pencil (so you can edit this file)</li>
4556-
<li>If you are building version 3.4<ul>
4557-
<li>Skip ahead to <a href="#add-personal-customizations-to-build_loopyml">Add Personal Customizations to build_loop.yml</a></li>
45584554
</ul>
4559-
</li>
4560-
</ul>
4561-
<details class="abstract">
4562-
<summary>Older versions (Click to open/close)</summary>
4563-
<ul>
4564-
<li>If you are building from an older version of main (version 3.2.3 or earlier), this is left here for your convenience - it will be removed over the next few months - please update soon<ul>
4565-
<li>Locate line 31, which is just above the words:<ul>
4566-
<li><code># Patch Fastlane Match to not print tables</code></li>
4567-
</ul>
4568-
</li>
4569-
<li>Paste the contents of the block below so it comes before that section</li>
4570-
<li>In the next section - you will need to modify the line number where you do the edits</li>
4571-
</ul>
4572-
</li>
4573-
</ul>
4574-
<div class="copy highlight"><span class="filename">Paste into build_loop.yml</span><pre><span></span><code> # Customize Loop: Download and apply patches
4575-
- name: Customize Loop
4576-
run: |
4577-
4578-
# For each patch, edit comment line (keep the #) then update curl (and remove the #)
4579-
4580-
# Submodule Loop patches:
4581-
# Loop: Filename: customization details
4582-
#curl https://github.com/my-name-org/Loop/commit/SHA-1.patch | git apply -v --directory=Loop
4583-
4584-
# Submodule LoopKit patches:
4585-
# LoopKit: Filename: customization details
4586-
#curl https://github.com/my-name-org/LoopKit/commit/SHA-1.patch | git apply -v --directory=LoopKit
4587-
4588-
# Submodule xxxxx patches: Follow prototype above
4589-
</code></pre></div>
4590-
</details>
45914555
<h3 id="add-personal-customizations-to-build_loopyml">Add Personal Customizations to build_loop.yml<a class="headerlink" href="#add-personal-customizations-to-build_loopyml" title="Anchor link to this Header on this Page">&para;</a></h3>
45924556
<p>Open the text file in which you saved the customization lines.</p>
45934557
<p>For a given submodule, paste the "comment" and "curl" lines that you prepared in <a href="#prepare-customization-lines">Prepare customization lines</a> similar to the examples, near line 279 (<code>main</code> or 239 for <code>dev</code>), that are commented out and provided as an example. The best place to paste these is at the end of the <code># Customize Loop: Download and apply patches</code> section and before the <code># Patch Fastlane Match to not print tables</code> line.</p>

browser/identifiers/index.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3607,11 +3607,6 @@ <h2 id="validate-secrets">Validate <code><abbr title="a method to securely embed
36073607
<p>It is easier for you (or your mentors) to diagnose if there is a problem with the <code>Secrets</code> you entered when it is run stand-alone. Once your secrets are good, they should remain good, so this does not need to be repeated.</p>
36083608
</div>
36093609
<h2 id="add-identifiers"><code>Add <abbr title="names of modules found on your Apple Developer Identifiers page that are required for GitHub build method">Identifiers</abbr></code><a class="headerlink" href="#add-identifiers" title="Anchor link to this Header on this Page">&para;</a></h2>
3610-
<div class="admonition warning">
3611-
<p class="admonition-title">Update to Version 3.4</p>
3612-
<p>The name and identifier for "<code>Small Status Widget</code>" was renamed to "<code>Loop Widget Extension</code>". If you previously built, you will need to run the Add <abbr title="names of modules found on your Apple Developer Identifiers page that are required for GitHub build method">Identifiers</abbr> as directed on the <a href="../bb-update/#update-from-32x-to-34" target="_blank">update page</a> to add the renamed Identifier and Create Certificates for it.</p>
3613-
<p>If you previously built the <code>dev</code> <abbr title="version of code within a single repository or workspace repository">branch</abbr>, you already have this identifier.</p>
3614-
</div>
36153610
<details class="abstract">
36163611
<summary>Section Summary (click to open/close)</summary>
36173612
<ol>

browser/intro-summary/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3763,6 +3763,9 @@ <h3 id="the-video-version">The Video Version<a class="headerlink" href="#the-vid
37633763
<ul>
37643764
<li><a href="https://www.youtube.com/watch?v=kiu5ho0MTW8" target="_blank">How to Build the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> App With a Web Browser</a></li>
37653765
</ul>
3766+
<blockquote>
3767+
<p>Do not decide to uncheck the box for Near Field Communications in the Identifer for <code>Loop</code> - that is required to build version 3.4.x and newer.</p>
3768+
</blockquote>
37663769
<p>Click in the comments for a full index of topics. If you have issues with a particular section, use the index to advance to the relevant part of the video. Subtitles are in English. You can choose a different language but the automatic translation feature may provide translations that are not completely accurate.</p>
37673770
<h3 id="the-detailed-version">The Detailed Version<a class="headerlink" href="#the-detailed-version" title="Anchor link to this Header on this Page">&para;</a></h3>
37683771
<p>If you prefer seeing step-by-step instructions, those are provided too.</p>

browser/prepare-app/index.html

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3714,7 +3714,7 @@ <h2 id="configure-identifiers-for-loop">Configure <abbr title="names of modules
37143714
</ul>
37153715
</details>
37163716
<blockquote>
3717-
<p>This should only be needed one time, unless the developers add or modify an identifier. This happened between version 3.2 and version 3.4.</p>
3717+
<p>This should only be needed one time.</p>
37183718
</blockquote>
37193719
<p>Some steps can be skipped if you previously built the <em><abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr></em> app with a <em>Mac</em> using <em><abbr title="program used to build an app">Xcode</abbr></em>.</p>
37203720
<p>Please read carefully to avoid confusion.</p>
@@ -3803,9 +3803,6 @@ <h4 id="previous-xcode-builders">Previous <abbr title="program used to build an
38033803
<p>The Description or Name can be whatever you want.</p>
38043804
</details>
38053805
<h4 id="table-with-name-and-identifier">Table with Name and Identifier<a class="headerlink" href="#table-with-name-and-identifier" title="Anchor link to this Header on this Page">&para;</a></h4>
3806-
<blockquote>
3807-
<p>One Identifier was changed after v3.2.3. (<code>Small Status Widget</code> is now <code>Loop Widget Extension</code>).</p>
3808-
</blockquote>
38093806
<table>
38103807
<thead>
38113808
<tr>
@@ -3845,11 +3842,6 @@ <h4 id="table-with-name-and-identifier">Table with Name and Identifier<a class="
38453842
<td style="text-align: left;">XC Identifier</td>
38463843
<td style="text-align: left;"><code>com.TEAMID.loopkit.Loop.LoopWatch.watchkitextension</code></td>
38473844
</tr>
3848-
<tr>
3849-
<td style="text-align: left;"><strong>v3.2</strong> <code>Small Status Widget</code></td>
3850-
<td style="text-align: left;">XC Identifier</td>
3851-
<td style="text-align: left;"><code>com.TEAMID.loopkit.Loop.SmallStatusWidget</code><br>No longer used, harmless to leave or to delete<br>Replaced with <code>Loop Widget Extension</code></td>
3852-
</tr>
38533845
</tbody>
38543846
</table>
38553847
<h3 id="add-app-group-to-identifiers">Add <code>App Group</code> to <abbr title="names of modules found on your Apple Developer Identifiers page that are required for GitHub build method">Identifiers</abbr><a class="headerlink" href="#add-app-group-to-identifiers" title="Anchor link to this Header on this Page">&para;</a></h3>

0 commit comments

Comments
 (0)