diff options
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> |