You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>For the <code>Loop</code> app, up through version 3.4.4, you had to do this <ahref="../bb-update/#renew-certificate" target="_blank">Renew <abbrtitle="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>
3911
3911
</details>
3912
3912
<h3id="automatic-certificate-renewal">Automatic <abbrtitle="Apple certificate is used to sign your iOS or Mac apps - tied to but different from your permanent Developer ID">Certificate</abbr> Renewal<aclass="headerlink" href="#automatic-certificate-renewal" title="Anchor link to this Header on this Page">¶</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>
3914
3914
<ul>
3915
3915
<li>
3916
3916
<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><abbrtitle="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>
<h3id="open-source-app-schedule">Open-Source App Schedule<aclass="headerlink" href="#open-source-app-schedule" title="Anchor link to this Header on this Page">¶</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>
Copy file name to clipboardExpand all lines: browser/bb-errors/index.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5152,6 +5152,9 @@ <h2 id="handle-the-fastlane-api-key-error">Handle the <code>FastLane API Key</co
5152
5152
</div>
5153
5153
<p>We have removed the section on getting a new Fastlane <abbrtitle="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>
5154
5154
<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>
5155
5158
<h2id="other-help-steps">Other Help Steps<aclass="headerlink" href="#other-help-steps" title="Anchor link to this Header on this Page">¶</a></h2>
5156
5159
<p>These help steps might be needed so the documentation is here.</p>
5157
5160
<h3id="revoke-distribution-certificate">Revoke Distribution <abbrtitle="Apple certificate is used to sign your iOS or Mac apps - tied to but different from your permanent Developer ID">Certificate</abbr><aclass="headerlink" href="#revoke-distribution-certificate" title="Anchor link to this Header on this Page">¶</a></h3>
Copy file name to clipboardExpand all lines: browser/bb-update/index.html
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4415,7 +4415,10 @@ <h2 id="renew-certificate">Renew <abbr title="Apple certificate is used to sign
4415
4415
</ul>
4416
4416
</details>
4417
4417
<h3id="manual-steps-to-renew-your-distribution-certificate">Manual Steps to Renew Your <code>Distribution Certificate</code><aclass="headerlink" href="#manual-steps-to-renew-your-distribution-certificate" title="Anchor link to this Header on this Page">¶</a></h3>
4418
-
<p>Manual certificate renewal is not longer required if you added the <code>Variable</code><code>ENABLE_NUKE_CERTS</code>. See <ahref="../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 <ahref="../prepare-fork/#add-variable" target="_blank">Add Variable</a>.</p>
4419
4422
<ol>
4420
4423
<li>Use this link to view your <ahref="https://developer.apple.com/account/resources/certificates/list">Apple Developer Certificates</a><ul>
4421
4424
<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>
0 commit comments