diff options
Diffstat (limited to 'share/Info.plist')
| -rw-r--r-- | share/Info.plist | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/share/Info.plist b/share/Info.plist new file mode 100644 index 00000000..d8160934 --- /dev/null +++ b/share/Info.plist @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>LSMinimumSystemVersion</key> + <string>10.10.0</string> + + <key>NSPrincipalClass</key> + <string>NSApplication</string> + + <key>CFBundleIconFile</key> + <string>appicon.icns</string> + + <key>CFBundlePackageType</key> + <string>APPL</string> + + <key>CFBundleSignature</key> + <string>????</string> + + <key>CFBundleExecutable</key> + <string>monero-wallet-gui</string> + + <key>CFBundleIdentifier</key> + <string>org.monero-project.monero-wallet-gui</string> + + <key>NSSupportsAutomaticGraphicsSwitching</key> + <true/> +</dict> +</plist |
