File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <!--
5+ Entitlements for Cmdr production builds (hardened runtime).
6+ Used during Apple code signing (codesign -\-entitlements).
7+ Required for notarization.
8+ -->
9+ <dict >
10+ <!-- WebView (WKWebView) needs unsigned executable memory for JIT -->
11+ <key >com.apple.security.cs.allow-unsigned-executable-memory </key >
12+ <true />
13+ <!-- Allow loading Tauri's WebView framework without Apple-signed validation -->
14+ <key >com.apple.security.cs.disable-library-validation </key >
15+ <true />
16+ </dict >
17+ </plist >
Original file line number Diff line number Diff line change 44<dict >
55 <key >CFBundleName </key >
66 <string >Cmdr </string >
7+
8+ <!-- Privacy usage descriptions shown in macOS TCC prompts -->
9+ <key >NSNetworkVolumesUsageDescription </key >
10+ <string >Cmdr needs access to network volumes to browse and manage files on your NAS and other network drives. </string >
11+ <key >NSRemovableVolumesUsageDescription </key >
12+ <string >Cmdr needs access to removable volumes to browse and manage files on USB drives and external disks. </string >
13+ <key >NSDesktopFolderUsageDescription </key >
14+ <string >Cmdr needs access to your Desktop folder to browse and manage files there. </string >
15+ <key >NSDocumentsFolderUsageDescription </key >
16+ <string >Cmdr needs access to your Documents folder to browse and manage files there. </string >
17+ <key >NSDownloadsFolderUsageDescription </key >
18+ <string >Cmdr needs access to your Downloads folder to browse and manage files there. </string >
719</dict >
820</plist >
Original file line number Diff line number Diff line change 5555 " resources/llama-server.tar.gz"
5656 ],
5757 "macOS" : {
58- "bundleName" : " Cmdr"
58+ "bundleName" : " Cmdr" ,
59+ "entitlements" : " ./Entitlements.plist"
5960 }
6061 }
6162}
You can’t perform that action at this time.
0 commit comments