diff --git a/cmake/modules/MacOSXBundleInfo.plist.in b/cmake/modules/MacOSXBundleInfo.plist.in
index aac9d66fd4b..22ecf161cf0 100644
--- a/cmake/modules/MacOSXBundleInfo.plist.in
+++ b/cmake/modules/MacOSXBundleInfo.plist.in
@@ -132,13 +132,23 @@
NSHumanReadableCopyright
${MACOSX_BUNDLE_COPYRIGHT}
- NSAppTransportSecurity
+ NSLocalNetworkUsageDescription
+ Snapmaker Orca needs access to your local network to discover and connect to your 3D printer(s), and to serve the app's device interface on localhost.
+ NSBonjourServices
+
+ _http._tcp
+ _printer._tcp
+
+ NSAppTransportSecurity
NSAllowsArbitraryLoads
-
+
NSAllowsArbitraryLoadsInWebContent
+
+ NSAllowsLocalNetworking
+