[PR #95] [MERGED] macOS app signing #142

Closed
opened 2026-02-17 17:12:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Drop-OSS/drop-app/pull/95
Author: @DecDuck
Created: 8/1/2025
Status: Merged
Merged: 8/2/2025
Merged by: @DecDuck

Base: developHead: macos-signing


📝 Commits (10+)

  • cb2295d feat: add macos signing args
  • f1bc7bf fix: update all versions to -mac specific
  • a628880 fix: fetch signing identity
  • 6cdac6f feat: add signing pre-steps like the docs say
  • 0987846 fix: remove apple requirement from signing
  • a6a9e2e fix: add drop cert to keychain when signing
  • edcac89 fix: add drop.pem to add-trusted-cert
  • d3ae462 fix: re-order and specify import operation
  • 8cbb56a fix: let's try the user store
  • 04d18f9 fix: password required to update trust

📊 Changes

5 files changed (+38 additions, -4 deletions)

View changed files

📝 .github/workflows/release.yml (+34 -0)
📝 package.json (+1 -1)
📝 src-tauri/Cargo.lock (+1 -1)
📝 src-tauri/Cargo.toml (+1 -1)
📝 src-tauri/tauri.conf.json (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Drop-OSS/drop-app/pull/95 **Author:** [@DecDuck](https://github.com/DecDuck) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/2/2025 **Merged by:** [@DecDuck](https://github.com/DecDuck) **Base:** `develop` ← **Head:** `macos-signing` --- ### 📝 Commits (10+) - [`cb2295d`](https://github.com/Drop-OSS/drop-app/commit/cb2295dd7c82bda3a4cb37b53b630f6761259384) feat: add macos signing args - [`f1bc7bf`](https://github.com/Drop-OSS/drop-app/commit/f1bc7bf418d8278eeaf062299edebc52f7b6b10a) fix: update all versions to -mac specific - [`a628880`](https://github.com/Drop-OSS/drop-app/commit/a62888048f95faee05718c0f472c487539141e84) fix: fetch signing identity - [`6cdac6f`](https://github.com/Drop-OSS/drop-app/commit/6cdac6f3c53f4f8930f4d43a6d1c437a35273e91) feat: add signing pre-steps like the docs say - [`0987846`](https://github.com/Drop-OSS/drop-app/commit/098784696d8ac926e2072293470c181191ae0c1c) fix: remove apple requirement from signing - [`a6a9e2e`](https://github.com/Drop-OSS/drop-app/commit/a6a9e2e79da8be46e4c7ac8cd0dbf772d3ab06f9) fix: add drop cert to keychain when signing - [`edcac89`](https://github.com/Drop-OSS/drop-app/commit/edcac8952a3d4f92d6b7a09e6fe388c929028df2) fix: add drop.pem to add-trusted-cert - [`d3ae462`](https://github.com/Drop-OSS/drop-app/commit/d3ae4624bd8d9a044d25bc65a596cc54c580cc3e) fix: re-order and specify import operation - [`8cbb56a`](https://github.com/Drop-OSS/drop-app/commit/8cbb56a42cb0e2efcd4ab51c061426aa098a3b1f) fix: let's try the user store - [`04d18f9`](https://github.com/Drop-OSS/drop-app/commit/04d18f9d74b7d8a72c3fc76dda9e2deca57aac82) fix: password required to update trust ### 📊 Changes **5 files changed** (+38 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+34 -0) 📝 `package.json` (+1 -1) 📝 `src-tauri/Cargo.lock` (+1 -1) 📝 `src-tauri/Cargo.toml` (+1 -1) 📝 `src-tauri/tauri.conf.json` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:12:11 -05:00
yindo closed this issue 2026-02-17 17:12:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop-app#142