github.com/ActiveState/cli@v0.0.0-20240508170324-6801f60cd051/internal/assets/contents/com.activestate.platform.app.plist.tpl (about) 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 <dict> 5 <key>CFBundleExecutable</key> 6 <string>{{.Exec}}</string> 7 <key>CFBundleIconFile</key> 8 <string>{{.Icon}}</string> 9 <key>CFBundleIdentifier</key> 10 <string>com.activestate.platform.{{.Exec}}</string> 11 {{- if .IsGUIApp }} 12 <key>NSHighResolutionCapable</key> 13 <true/> 14 {{- end }} 15 {{- if .HideDockIcon }} 16 <key>LSUIElement</key> 17 <true/> 18 {{- end }} 19 </dict> 20 </plist>