diff options
Diffstat (limited to 'packaging/macosx/Info.plist')
-rw-r--r-- | packaging/macosx/Info.plist | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist deleted file mode 100644 index aecd9ab76..000000000 --- a/packaging/macosx/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ -<?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>CFBundleIconFile</key> - <string>Subsurface.icns</string> - <key>CFBundleName</key> - <string>Subsurface</string> - <key>CFBundlePackageType</key> - <string>APPL</string> - <key>CFBundleGetInfoString</key> - <string>Multi Platform Divelog in C and Gtk</string> - <key>CFBundleSignature</key> - <string>????</string> - <key>CFBundleExecutable</key> - <string>subsurface</string> - <key>CFBundleIdentifier</key> - <string>org.hohndel.subsurface</string> - <key>CFBundleInfoDictionaryVersion</key> - <string>1.0</string> - <key>CFBundleVersionString</key> - <string>2.9</string> - <key>CFBundleVersion</key> - <string>2.9</string> -</dict> -</plist> |