Skip to content

Commit 16cc80d

Browse files
committed
Deploying to gh-pages from @ 277e6fb 🚀
1 parent 0e1a975 commit 16cc80d

File tree

6 files changed

+131
-115
lines changed

6 files changed

+131
-115
lines changed

browser/automatic/index.html

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,7 +3910,7 @@ <h3 id="requirements">Requirements<a class="headerlink" href="#requirements" tit
39103910
<p>For the <code>Loop</code> app, up through version 3.4.4, you had to do this <a href="../bb-update/#renew-certificate" target="_blank">Renew <abbr title="Apple certificate is used to sign your iOS or Mac apps - tied to but different from your permanent Developer ID">Certificate</abbr></a> process manually. Now that version 3.6.0 is released, it is automatic.</p>
39113911
</details>
39123912
<h3 id="automatic-certificate-renewal">Automatic <abbr title="Apple certificate is used to sign your iOS or Mac apps - tied to but different from your permanent Developer ID">Certificate</abbr> Renewal<a class="headerlink" href="#automatic-certificate-renewal" title="Anchor link to this Header on this Page">&para;</a></h3>
3913-
<p>Some Open-Source apps, in particular <code>Trio</code>, <code>LoopCaregiver</code>, <code>LoopFollow</code> and <code>Loop</code> have automatic certificate renewal.</p>
3913+
<p>Some Open-Source apps, in particular <code>Trio</code>, <code>LoopCaregiver</code>, <code>LoopFollow</code>, <code>Loop</code> and <code>iAPS</code> have automatic certificate renewal.</p>
39143914
<ul>
39153915
<li>
39163916
<p>If your signing credentials for the app being built are invalid and <code>ENABLE_NUKE_CERTS</code> is <code>true</code>, then signing credentials will be cleared from your <code>Match-Secrets</code> <abbr title="contains project files and each file's revision history">repository</abbr>, a new <code>Distribution</code> certificate will be created at <em>Apple</em> and signing credentials for the current app will be generated and stored in <code>Match-Secrets</code>.</p>
@@ -3924,10 +3924,7 @@ <h3 id="automatic-certificate-renewal">Automatic <abbr title="Apple certificate
39243924
</li>
39253925
</ul>
39263926
<h3 id="open-source-app-schedule">Open-Source App Schedule<a class="headerlink" href="#open-source-app-schedule" title="Anchor link to this Header on this Page">&para;</a></h3>
3927-
<p>Each Open-Source App has a schedule for when the automatic build happens.</p>
3928-
<blockquote>
3929-
<p>The table below indicates <strong>planned</strong> minutes. They <strong>may happen at the start of the hour now</strong>, but are planned to be shifted to the indicated minute over time.</p>
3930-
</blockquote>
3927+
<p>The table below indicates <strong>planned</strong> time for the automatic build schedule.</p>
39313928
<table>
39323929
<thead>
39333930
<tr>
@@ -3980,8 +3977,21 @@ <h3 id="open-source-app-schedule">Open-Source App Schedule<a class="headerlink"
39803977
<td style="text-align: center;">16:43</td>
39813978
<td style="text-align: center;">14:43</td>
39823979
</tr>
3980+
<tr>
3981+
<td style="text-align: left;"><span translate="no">iAPS</span></td>
3982+
<td style="text-align: center;">&#x2705;</td>
3983+
<td style="text-align: center;">03:00 daily</td>
3984+
<td style="text-align: center;">n/a</td>
3985+
</tr>
39833986
</tbody>
39843987
</table>
3988+
<blockquote>
3989+
<p>The <em>iAPS</em> app uses a different system to trigger updates</p>
3990+
<ul>
3991+
<li>daily check for updates</li>
3992+
<li>autobuild when updates detected (if user opts in)</li>
3993+
</ul>
3994+
</blockquote>
39853995
<div class="admonition question">
39863996
<p class="admonition-title">Why are the Hour and Minute staggered?</p>
39873997
<p>There are 2 reasons:</p>

browser/bb-errors/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5152,6 +5152,9 @@ <h2 id="handle-the-fastlane-api-key-error">Handle the <code>FastLane API Key</co
51525152
</div>
51535153
<p>We have removed the section on getting a new Fastlane <abbr title="Application Programming Interface">API</abbr> Key - that is not the solution to what turned out to be a change made by <em>Apple</em>.</p>
51545154
<p>The rest of this section has some steps that may be needed in the future. Do not follow any of these steps at this time unless a mentor has suggested it or you have a specific error case where one of these steps is recommended.</p>
5155+
<blockquote>
5156+
<p>If you are building <em>xDrip4iOS</em>, or another app that does not automatically renew certificates, go ahead and try these steps. No need to check with a mentor first.</p>
5157+
</blockquote>
51555158
<h2 id="other-help-steps">Other Help Steps<a class="headerlink" href="#other-help-steps" title="Anchor link to this Header on this Page">&para;</a></h2>
51565159
<p>These help steps might be needed so the documentation is here.</p>
51575160
<h3 id="revoke-distribution-certificate">Revoke Distribution <abbr title="Apple certificate is used to sign your iOS or Mac apps - tied to but different from your permanent Developer ID">Certificate</abbr><a class="headerlink" href="#revoke-distribution-certificate" title="Anchor link to this Header on this Page">&para;</a></h3>

browser/bb-update/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4415,7 +4415,10 @@ <h2 id="renew-certificate">Renew <abbr title="Apple certificate is used to sign
44154415
</ul>
44164416
</details>
44174417
<h3 id="manual-steps-to-renew-your-distribution-certificate">Manual Steps to Renew Your <code>Distribution Certificate</code><a class="headerlink" href="#manual-steps-to-renew-your-distribution-certificate" title="Anchor link to this Header on this Page">&para;</a></h3>
4418-
<p>Manual certificate renewal is not longer required if you added the <code>Variable</code> <code>ENABLE_NUKE_CERTS</code>. See <a href="../prepare-fork/#add-variable" target="_blank">Add Variable</a>.</p>
4418+
<blockquote>
4419+
<p>If you are coming here because you build an app, like <em>xDrip4iOS</em>, without automatic renewal, these steps will work for you.</p>
4420+
</blockquote>
4421+
<p>Manual certificate renewal is no longer required if you added the <code>Variable</code> <code>ENABLE_NUKE_CERTS</code>. See <a href="../prepare-fork/#add-variable" target="_blank">Add Variable</a>.</p>
44194422
<ol>
44204423
<li>Use this link to view your <a href="https://developer.apple.com/account/resources/certificates/list">Apple Developer Certificates</a><ul>
44214424
<li>If your screen shows no Certificates and you see a message "Getting Started with Certificates", your certificate already expired and was removed by <em>Apple</em>; so skip ahead to Step 2: Navigate to your <code>Match-Secrets</code> Repository</li>

search/search_index.json

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

0 commit comments

Comments
 (0)