diff options
Diffstat (limited to 'Master/xemtex/gslib/Info-macos.plist')
-rw-r--r-- | Master/xemtex/gslib/Info-macos.plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/xemtex/gslib/Info-macos.plist b/Master/xemtex/gslib/Info-macos.plist new file mode 100644 index 00000000000..9ece6edc4fa --- /dev/null +++ b/Master/xemtex/gslib/Info-macos.plist @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> +<plist version="0.9"> +<dict> + <key>CFBundleIdentifier</key> + <string>com.ghostscript.Ghostscript</string> + <key>CFBundleName</key> + <string>Ghostscript</string> + <key>CFBundleShortVersionString</key> + <string>703</string> + <key>NSExecutable</key> + <string>Ghostscript</string> +</dict> +</plist> |