diff --git a/nymea-app.pro b/nymea-app.pro
index 1951ff96..c9a3631c 100644
--- a/nymea-app.pro
+++ b/nymea-app.pro
@@ -66,6 +66,7 @@ osxbundle.commands += mv /Volumes/nymea-app/nymea-app.app /Volumes/nymea-app/nym
osxbundle.commands += tar -xpf $$top_srcdir/packaging/osx/template.tar -C /Volumes/nymea-app/ &&
osxbundle.commands += hdiutil eject /Volumes/nymea-app &&
osxbundle.commands += hdiutil convert nymea-app_writable.dmg -format UDRO -o ../nymea-app-osx-bundle-$${APP_VERSION}.dmg &&
+osxbundle.commands += codesign -s "-" -f -i "io.nymea.nymeaApp.mac.QtWebEngineProcess" nymea-app.app/Contents/Frameworks/QtWebEngineCore.framework/Helpers/QtWebEngineProcess.app &&
osxbundle.commands += productbuild --component nymea-app.app /Applications ../nymea-app-$${APP_VERSION}.pkg &&
osxbundle.commands += rm nymea-app.dmg nymea-app_writable.dmg
QMAKE_EXTRA_TARGETS += osxbundle
diff --git a/packaging/osx/Info.plist.in b/packaging/osx/Info.plist.in
index 67c4175a..762033d5 100644
--- a/packaging/osx/Info.plist.in
+++ b/packaging/osx/Info.plist.in
@@ -18,6 +18,8 @@
$$APP_VERSION
CFBundlePackageType
APPL
+ LSApplicationCategoryType
+ public.app-category.utilities
CFBundleSignature
????
LSMinimumSystemVersion