Skip to content

Commit c713599

Browse files
committed
Deploying to gh-pages from @ 6c49d61 🚀
1 parent b5e75d7 commit c713599

File tree

5 files changed

+120
-119
lines changed

5 files changed

+120
-119
lines changed

browser/bb-errors/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4511,7 +4511,7 @@ <h4 id="this-is-not-your-error">This is NOT Your Error<a class="headerlink" href
45114511
<p>There are no local code signing identities found.</p>
45124512
<p>security: SecItemCopyMatching: The specified item could not be found in the keychain.</p>
45134513
</blockquote>
4514-
<p>This is normal. The next steps will set up a keychain for you using your <abbr title="a private repository you must create in your github account, stores keys required to build with github Build Actions">Match-Secrets</abbr> <abbr title="contains project files and each file's revision history">repository</abbr> and your <abbr title="One of 6 Secrets: Git repo encryption passphrase, used to encrypt the Match-Secrets repository when it is created. You must save and use the same MATCH_PASSWORD for every repository if you build multiple apps.">MATCH_PASSWORD</abbr> pass phrase.</p>
4514+
<p>This is normal. The next steps will set up a keychain for you using your <abbr title="a private repository you must create in your github account, stores keys required to build with github Build Actions">Match-Secrets</abbr> <abbr title="contains project files and each file's revision history">repository</abbr> and your <abbr title="One of 6 Secrets: Git repo encryption passphrase, used to encrypt the Match-Secrets repository when it is created. You must save and use the same MATCH_PASSWORD for every repository if you build multiple apps.">MATCH_PASSWORD</abbr> passphrase.</p>
45154515
<h4 id="where-to-find-the-certificate-solutions">Where to find the <abbr title="Apple certificate is used to sign your iOS or Mac apps - tied to but different from your permanent Developer ID">Certificate</abbr> Solutions<a class="headerlink" href="#where-to-find-the-certificate-solutions" title="Anchor link to this Header on this Page">&para;</a></h4>
45164516
<p>Head over to <a href="#action-create-certificates-errors">Action: Create <abbr title="Apple certificate is used to sign your iOS or Mac apps - tied to but different from your permanent Developer ID">Certificate</abbr> Errors</a> and find your specific error.</p>
45174517
<h3 id="new-builder-build-errors">New Builder: Build Errors<a class="headerlink" href="#new-builder-build-errors" title="Anchor link to this Header on this Page">&para;</a></h3>
@@ -4573,7 +4573,7 @@ <h2 id="most-common-mistakes">Most Common Mistakes<a class="headerlink" href="#m
45734573
<li>If you are using an automatic translation, please keep an original page open too and copy from it to make sure there are no spelling errors in the secret name</li>
45744574
</ul>
45754575
</li>
4576-
<li>You did not add the <code>App Group Identifier</code> to all 4 of the required identifiers in this step: <a href="../prepare-app/#add-app-group-to-identifiers" target="_blank">Add <code>App Group</code> to <code>Identifiers</code></a><ul>
4576+
<li>You made a spelling error in creating the <code>App Group Identifier</code> or did not add the <code>App Group Identifier</code> to all 4 of the required identifiers in this step: <a href="../prepare-app/#add-app-group-to-identifiers" target="_blank">Add <code>App Group</code> to <code>Identifiers</code></a><ul>
45774577
<li>See <a href="#annotation-without-clear-message-build">Annotation without Clear Message (<em>Build</em>)</a> for an example of this kind of failure</li>
45784578
</ul>
45794579
</li>

build/build-dev-mac/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1535,9 +1535,9 @@
15351535
<ul class="md-nav__list">
15361536

15371537
<li class="md-nav__item">
1538-
<a href="#buildloopdev-other-branches" class="md-nav__link">
1538+
<a href="#build-other-branches" class="md-nav__link">
15391539
<span class="md-ellipsis">
1540-
BuildLoopDev Other Branches
1540+
Build Other Branches
15411541
</span>
15421542
</a>
15431543

@@ -3530,9 +3530,9 @@
35303530
<ul class="md-nav__list">
35313531

35323532
<li class="md-nav__item">
3533-
<a href="#buildloopdev-other-branches" class="md-nav__link">
3533+
<a href="#build-other-branches" class="md-nav__link">
35343534
<span class="md-ellipsis">
3535-
BuildLoopDev Other Branches
3535+
Build Other Branches
35363536
</span>
35373537
</a>
35383538

@@ -3606,10 +3606,11 @@ <h2 id="buildloopdev-script"><code>BuildLoopDev</code> Script<a class="headerlin
36063606
<div class="copy highlight"><span class="filename">Copy and Paste to start the BuildLoopDev script</span><pre><span></span><code>/bin/bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">&quot;</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span><span class="se">\</span>
36073607
<span class="w"> </span>https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh<span class="k">)</span><span class="s2">&quot;</span>
36083608
</code></pre></div>
3609-
<h3 id="buildloopdev-other-branches">BuildLoopDev Other Branches<a class="headerlink" href="#buildloopdev-other-branches" title="Anchor link to this Header on this Page">&para;</a></h3>
3610-
<p>You can use the BuildLoopDev script to build a specific development <abbr title="version of code within a single repository or workspace repository">branch</abbr>, other than <code>dev</code>. See the example below that would build <code>other-branch</code>, if such a <abbr title="version of code within a single repository or workspace repository">branch</abbr> existed. This is just an example. You need to substitute the <abbr title="version of code within a single repository or workspace repository">branch</abbr> you desire for <code>other-branch</code>. There must be a space after the final quote, followed by a hyphen, another space and then the <abbr title="version of code within a single repository or workspace repository">branch</abbr> name.</p>
3611-
<div class="copy highlight"><span class="filename">Example using <code>other-branch</code> with the BuildLoopDev script</span><pre><span></span><code>/bin/bash<span class="w"> </span>-c<span class="w"> </span><span class="s2">&quot;</span><span class="k">$(</span>curl<span class="w"> </span>-fsSL<span class="w"> </span><span class="se">\</span>
3612-
<span class="w"> </span>https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh<span class="k">)</span><span class="s2">&quot;</span><span class="w"> </span>-<span class="w"> </span>other-branch
3609+
<h3 id="build-other-branches">Build Other Branches<a class="headerlink" href="#build-other-branches" title="Anchor link to this Header on this Page">&para;</a></h3>
3610+
<p>You can use the BuildLoopDev script to build a specific development <abbr title="version of code within a single repository or workspace repository">branch</abbr>, other than <code>dev</code>. At the end of the script (from above), add a space after the final quote, followed by a hyphen, another space and then the <abbr title="version of code within a single repository or workspace repository">branch</abbr> name. See the example below that would build <code>other-branch</code>, if such a <abbr title="version of code within a single repository or workspace repository">branch</abbr> existed. This is just an example. You need to substitute the <abbr title="version of code within a single repository or workspace repository">branch</abbr> you desire for <code>other-branch</code>. The example below uses a continuation character to put the extra characters on a new line to make this easier to read.</p>
3611+
<div class="highlight"><span class="filename">Replace <code>other-branch</code> with the desired branch</span><pre><span></span><code>/bin/bash -c &quot;$(curl -fsSL \
3612+
https://raw.githubusercontent.com/loopandlearn/lnl-scripts/main/BuildLoopDev.sh)&quot; \
3613+
- other-branch
36133614
</code></pre></div>
36143615
<h2 id="update-loop-dev">Update <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev<a class="headerlink" href="#update-loop-dev" title="Anchor link to this Header on this Page">&para;</a></h2>
36153616
<p>While <abbr title="With a capital L, Loop is one of several do-it-yourself artifical pancreas systems">Loop</abbr>-dev is under active development, you should monitor zulipchat and update frequently.</p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)