macosx: Define icons for our file types on OS X
[fw/altos] / telegps / Info.plist.in
index df05bb6e27fe1c714f6d44674c2cdf2f7f67dfde..7dbb77d1512687113d1152a8aad735f0ef541a97 100644 (file)
        <string>6.0</string>
        <key>CFBundleIconFile</key>
        <string>TeleGPS.icns</string>
+       <key>CFBundleDocumentTypes</key>
+       <array>
+         <dict>
+           <key>CFBundleTypeName</key>
+           <string>Telemetry</string>
+           <key>CFBundleTypeIconFile</key>
+           <string>TeleGPS.icns</string>
+           <key>CFBundleTypeExtensions</key>
+           <array>
+             <string>telem</string>
+           </array>
+           <key>CFBundleTypeRole</key>
+           <string>Editor</string>
+         </dict>
+         <dict>
+           <key>CFBundleTypeName</key>
+           <string>Eeprom</string>
+           <key>CFBundleTypeIconFile</key>
+           <string>TeleGPS.icns</string>
+           <key>CFBundleTypeExtensions</key>
+           <array>
+             <string>eeprom</string>
+           </array>
+           <key>CFBundleTypeRole</key>
+           <string>Editor</string>
+         </dict>
+       </array>
        <key>Java</key>
        <dict>
                <key>MainClass</key>