From 028bcaa2b76841b342c085fc00d600f8ce22ba71 Mon Sep 17 00:00:00 2001 From: alves Date: Wed, 11 Mar 2026 10:47:31 +0800 Subject: [PATCH] feature add authority for mac os. --- src/dev-utils/platform/osx/Info.plist.in | 37 ++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/dev-utils/platform/osx/Info.plist.in b/src/dev-utils/platform/osx/Info.plist.in index d471724ee9..0f353a274d 100644 --- a/src/dev-utils/platform/osx/Info.plist.in +++ b/src/dev-utils/platform/osx/Info.plist.in @@ -130,10 +130,47 @@ NSApplication NSHighResolutionCapable + 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 + LSEnvironment ASAN_OPTIONS detect_container_overflow=0 + + NSAppTransportSecurity + + + NSAllowsLocalNetworking + + + NSAllowsArbitraryLoads + + + NSExceptionDomains + + + localhost + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + + 127.0.0.1 + + NSExceptionAllowsInsecureHTTPLoads + + NSIncludesSubdomains + + + +