[PR #649] [MERGED] Fix library validation causing crash when debugging due to Sparkle #1149

Closed
opened 2026-05-05 07:06:03 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/MonitorControl/MonitorControl/pull/649
Author: @JoniVR
Created: 10/1/2021
Status: Merged
Merged: 10/1/2021
Merged by: @JoniVR

Base: masterHead: fix/sparkle-debug-signing


📝 Commits (6)

  • ae3f8ec fix: sparkle debug signing
  • aa498e7 fix: typo
  • be6b306 revert non-typo storyboard changes
  • e8f2128 Merge branch 'master' into fix/sparkle-debug-signing
  • 7ad6562 Merge branch 'master' into fix/sparkle-debug-signing
  • 76d1e15 fix remaining typos

📊 Changes

19 files changed (+37 additions, -26 deletions)

View changed files

📝 MonitorControl.xcodeproj/project.pbxproj (+3 -0)
📝 MonitorControl/Info.plist (+1 -1)
MonitorControl/MonitorControlDebug.entitlements (+8 -0)
📝 MonitorControl/UI/Base.lproj/Main.storyboard (+1 -1)
📝 MonitorControl/UI/de.lproj/Main.strings (+1 -1)
📝 MonitorControl/UI/en.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/es-419.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/fr.lproj/Main.strings (+1 -1)
📝 MonitorControl/UI/hu.lproj/Main.strings (+1 -1)
📝 MonitorControl/UI/it.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/ja.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/ko.lproj/Main.strings (+1 -1)
📝 MonitorControl/UI/nl.lproj/Main.strings (+1 -1)
📝 MonitorControl/UI/pl.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/ru.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/tr.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/uk.lproj/Main.strings (+2 -2)
📝 MonitorControl/UI/zh-Hans.lproj/Main.strings (+2 -2)
📝 MonitorControlHelper/Info.plist (+1 -1)

📄 Description

Please test if this fixes the issue as it did for me. This is supposed to fix the issue where we have to set Signing every time for it to not crash :)


🔄 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/MonitorControl/MonitorControl/pull/649 **Author:** [@JoniVR](https://github.com/JoniVR) **Created:** 10/1/2021 **Status:** ✅ Merged **Merged:** 10/1/2021 **Merged by:** [@JoniVR](https://github.com/JoniVR) **Base:** `master` ← **Head:** `fix/sparkle-debug-signing` --- ### 📝 Commits (6) - [`ae3f8ec`](https://github.com/MonitorControl/MonitorControl/commit/ae3f8ec141c5b8376d423dbc130692867803e6bc) fix: sparkle debug signing - [`aa498e7`](https://github.com/MonitorControl/MonitorControl/commit/aa498e7d14cd8c36c40182b935a75e67a580d3a8) fix: typo - [`be6b306`](https://github.com/MonitorControl/MonitorControl/commit/be6b3062e2919bf3ca96bea3352597d845a4def0) revert non-typo storyboard changes - [`e8f2128`](https://github.com/MonitorControl/MonitorControl/commit/e8f2128152fdf1c621c062f26a3ca48b8e39901c) Merge branch 'master' into fix/sparkle-debug-signing - [`7ad6562`](https://github.com/MonitorControl/MonitorControl/commit/7ad6562b4c8db39e7ee3a6dfdf28a7b0767dfcf4) Merge branch 'master' into fix/sparkle-debug-signing - [`76d1e15`](https://github.com/MonitorControl/MonitorControl/commit/76d1e15a3af02166847da89495f430c71ffef62b) fix remaining typos ### 📊 Changes **19 files changed** (+37 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `MonitorControl.xcodeproj/project.pbxproj` (+3 -0) 📝 `MonitorControl/Info.plist` (+1 -1) ➕ `MonitorControl/MonitorControlDebug.entitlements` (+8 -0) 📝 `MonitorControl/UI/Base.lproj/Main.storyboard` (+1 -1) 📝 `MonitorControl/UI/de.lproj/Main.strings` (+1 -1) 📝 `MonitorControl/UI/en.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/es-419.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/fr.lproj/Main.strings` (+1 -1) 📝 `MonitorControl/UI/hu.lproj/Main.strings` (+1 -1) 📝 `MonitorControl/UI/it.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/ja.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/ko.lproj/Main.strings` (+1 -1) 📝 `MonitorControl/UI/nl.lproj/Main.strings` (+1 -1) 📝 `MonitorControl/UI/pl.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/ru.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/tr.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/uk.lproj/Main.strings` (+2 -2) 📝 `MonitorControl/UI/zh-Hans.lproj/Main.strings` (+2 -2) 📝 `MonitorControlHelper/Info.plist` (+1 -1) </details> ### 📄 Description Please test if this fixes the issue as it did for me. This is supposed to fix the issue where we have to set Signing every time for it to not crash :) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:06:03 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/MonitorControl#1149
No description provided.