Skip to content

Commit

Permalink
See SignPath/website@788ae8f from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
signpath committed Jan 2, 2025
1 parent a5f8d12 commit a9389f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion documentation/trusted-build-systems/github.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h4 id="build-section"><code class="language-plaintext highlighter-rouge">build<
<p>Set to <code class="language-plaintext highlighter-rouge">true</code> to prevent signing builds from re-runs. By enforcing this policy, old, temporarily failed builds cannot be re-run and signed under the false impression that they include recent changes, such as vulnerability fixes. These builds would still be identified by their branch name, e.g. <code class="language-plaintext highlighter-rouge">main</code>.</p>
</td></tr></tbody>
</table>
<h4 id="branch_rulesets-section"><code class="language-plaintext highlighter-rouge">branch_rulesets</code> section</h4>
<h4 id="branch_rulesets"><code class="language-plaintext highlighter-rouge">branch_rulesets</code> section</h4>

<p>Use the <code class="language-plaintext highlighter-rouge">branch_rulests</code> section to configure conditions for <a href="https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/about-rulesets">GitHub branch rulesets</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://about.fqa.test.signpath.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://about.fqa.test.signpath.io/" rel="alternate" type="text/html" /><updated>2025-01-02T09:57:44+00:00</updated><id>https://about.fqa.test.signpath.io/feed.xml</id><title type="html">SignPath.io</title><entry><title type="html">Building trusted software for macOS</title><link href="https://about.fqa.test.signpath.io/blog/2024/11/29/building-trusted-software-for-macos" rel="alternate" type="text/html" title="Building trusted software for macOS" /><published>2024-11-29T06:00:00+00:00</published><updated>2024-11-29T06:00:00+00:00</updated><id>https://about.fqa.test.signpath.io/blog/2024/11/29/building-trusted-software-for-macos</id><content type="html" xml:base="https://about.fqa.test.signpath.io/blog/2024/11/29/building-trusted-software-for-macos"><![CDATA[<p>The App Store is a powerful force in the digital world, serving as a portal to a massive user base. Today, there are over 2.2 billion active Apple devices worldwide. Apple’s App Store alone attracts more than <a href="https://www.apple.com/newsroom/2023/05/developers-generated-one-point-one-trillion-in-the-app-store-ecosystem-in-2022/">650 million</a> weekly active users worldwide. Often, however, it makes sense to bypass the App Store and deliver your applications directly to your users, for example, via a download from your web site.</p>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://about.fqa.test.signpath.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://about.fqa.test.signpath.io/" rel="alternate" type="text/html" /><updated>2025-01-02T13:44:20+00:00</updated><id>https://about.fqa.test.signpath.io/feed.xml</id><title type="html">SignPath.io</title><entry><title type="html">Building trusted software for macOS</title><link href="https://about.fqa.test.signpath.io/blog/2024/11/29/building-trusted-software-for-macos" rel="alternate" type="text/html" title="Building trusted software for macOS" /><published>2024-11-29T06:00:00+00:00</published><updated>2024-11-29T06:00:00+00:00</updated><id>https://about.fqa.test.signpath.io/blog/2024/11/29/building-trusted-software-for-macos</id><content type="html" xml:base="https://about.fqa.test.signpath.io/blog/2024/11/29/building-trusted-software-for-macos"><![CDATA[<p>The App Store is a powerful force in the digital world, serving as a portal to a massive user base. Today, there are over 2.2 billion active Apple devices worldwide. Apple’s App Store alone attracts more than <a href="https://www.apple.com/newsroom/2023/05/developers-generated-one-point-one-trillion-in-the-app-store-ecosystem-in-2022/">650 million</a> weekly active users worldwide. Often, however, it makes sense to bypass the App Store and deliver your applications directly to your users, for example, via a download from your web site.</p>

<p>The downside of direct distribution are the annoying pop-ups and alerts that can plague users trying install and execute apps. To prevent that experience, you must digitally sign your app to make it trusted by macOS.</p>

Expand Down
2 changes: 1 addition & 1 deletion sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</url>
<url>
<loc>https://about.fqa.test.signpath.io/documentation/trusted-build-systems/github</loc>
<lastmod>2024-12-19T14:13:53+00:00</lastmod>
<lastmod>2025-01-02T14:43:48+00:00</lastmod>
</url>
<url>
<loc>https://about.fqa.test.signpath.io/documentation/trusted-build-systems/jenkins</loc>
Expand Down

0 comments on commit a9389f2

Please sign in to comment.