diff --git a/.github/workflows/mac_release.yml b/.github/workflows/mac_release.yml
index cf95bc94..d28347c8 100644
--- a/.github/workflows/mac_release.yml
+++ b/.github/workflows/mac_release.yml
@@ -1,4 +1,4 @@
-name: Mac Ap Store release
+name: Mac App Store release
on:
workflow_dispatch:
inputs:
diff --git a/desktopApp/runtime-entitlements.plist b/desktopApp/runtime-entitlements.plist
index 576abd89..622d0df3 100644
--- a/desktopApp/runtime-entitlements.plist
+++ b/desktopApp/runtime-entitlements.plist
@@ -16,5 +16,9 @@
com.apple.security.device.audio-input
+ com.apple.security.temporary-exception.iokit-user-client-class
+
+ AppleSMCClient
+
\ No newline at end of file