diff options
| author | Keith Packard <keithp@keithp.com> | 2014-06-19 14:33:27 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-06-19 22:31:13 -0700 |
| commit | 1b0f56ddb2b85b68232c22a7a8b8744cb9ad76f9 (patch) | |
| tree | bf7e14155175590986cb3d19b0c0ac0227ca7538 /telegps/Info.plist.in | |
| parent | 37856672c57f2fd91184c2391a201bbbdc48545e (diff) | |
Rename icon files to fit XDG specifications. Add file icons. Add mime types
Our SVG icons now follow XDG standards by including a vendor
prefix. The new file type icons include application-vnd.altusmetrum as
a prefix so that they match the mime types declared.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/Info.plist.in')
| -rw-r--r-- | telegps/Info.plist.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/telegps/Info.plist.in b/telegps/Info.plist.in index 7dbb77d1..89870a8c 100644 --- a/telegps/Info.plist.in +++ b/telegps/Info.plist.in @@ -23,14 +23,14 @@ <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleIconFile</key> - <string>TeleGPS.icns</string> + <string>altusmetrum-telegps.icns</string> <key>CFBundleDocumentTypes</key> <array> <dict> <key>CFBundleTypeName</key> <string>Telemetry</string> <key>CFBundleTypeIconFile</key> - <string>TeleGPS.icns</string> + <string>application-vnd.altusmetrum.telemetry.icns</string> <key>CFBundleTypeExtensions</key> <array> <string>telem</string> @@ -42,7 +42,7 @@ <key>CFBundleTypeName</key> <string>Eeprom</string> <key>CFBundleTypeIconFile</key> - <string>TeleGPS.icns</string> + <string>application-vnd.altusmetrum.eeprom.icns</string> <key>CFBundleTypeExtensions</key> <array> <string>eeprom</string> |
