diff --git a/Info.plist b/Info.plist index 34a9bc91..549b2671 100644 --- a/Info.plist +++ b/Info.plist @@ -29,7 +29,7 @@ application/gpx+xml CFBundleTypeIconFile - gpx.icns + icons/gpx.icns CFBundleTypeName GPS Exchange Format CFBundleTypeRole @@ -45,7 +45,7 @@ application/tcx+xml CFBundleTypeIconFile - tcx.icns + icons/tcx.icns CFBundleTypeName Training Center XML CFBundleTypeRole @@ -61,7 +61,7 @@ application/vnd.google-earth.kml+xml CFBundleTypeIconFile - kml.icns + icons/kml.icns CFBundleTypeName Keyhole Markup Language CFBundleTypeRole @@ -77,7 +77,7 @@ application/vnd.ant.fit CFBundleTypeIconFile - fit.icns + icons/fit.icns CFBundleTypeName Flexible and Interoperable Data Transfer CFBundleTypeRole @@ -93,7 +93,7 @@ application/vnd.fai.igc CFBundleTypeIconFile - igc.icns + icons/igc.icns CFBundleTypeName Flight Recorder Data Format CFBundleTypeRole @@ -109,7 +109,7 @@ application/vnd.nmea.nmea CFBundleTypeIconFile - nmea.icns + icons/nmea.icns CFBundleTypeName NMEA 0183 data CFBundleTypeRole diff --git a/gpxsee.pro b/gpxsee.pro index 607f70d2..1a82237c 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -213,24 +213,26 @@ TRANSLATIONS = lang/gpxsee_cs.ts \ macx { ICON = icons/gpxsee.icns QMAKE_INFO_PLIST = Info.plist - LOCALE.path = Contents/Resources/locale + LOCALE.path = Contents/Resources/translations LOCALE.files = lang/gpxsee_cs.qm \ lang/gpxsee_de.qm \ lang/gpxsee_fi.qm \ lang/gpxsee_fr.qm \ lang/gpxsee_ru.qm \ lang/gpxsee_sv.qm - APP_RESOURCES.files = pkg/maps \ - icons/tcx.icns \ + MAPS.path = Contents/Resources + MAPS.files = pkg/maps + ICONS.path = Contents/Resources/icons + ICONS.files = icons/tcx.icns \ icons/kml.icns \ icons/fit.icns \ icons/igc.icns \ - icons/nmea.icns \ - pkg/ellipsoids.csv \ + icons/nmea.icns + CSV.path = Contents/Resources + CSV.files = pkg/ellipsoids.csv \ pkg/gcs.csv \ pkg/pcs.csv - APP_RESOURCES.path = Contents/Resources - QMAKE_BUNDLE_DATA += APP_RESOURCES LOCALE + QMAKE_BUNDLE_DATA += LOCALE MAPS ICONS CSV } win32 { RC_ICONS = icons/gpxsee.ico \