From 2677bb77f8ae4b6354f23e36979b4bf47d11d967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sat, 10 Feb 2018 11:17:31 +0100 Subject: [PATCH] Moved Mac plist to the pkg directory --- gpxsee.pro | 2 +- Info.plist => pkg/Info.plist | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Info.plist => pkg/Info.plist (100%) diff --git a/gpxsee.pro b/gpxsee.pro index 86a99bf7..79677cdf 100644 --- a/gpxsee.pro +++ b/gpxsee.pro @@ -212,7 +212,7 @@ TRANSLATIONS = lang/gpxsee_cs.ts \ lang/gpxsee_fr.ts macx { ICON = icons/gpxsee.icns - QMAKE_INFO_PLIST = Info.plist + QMAKE_INFO_PLIST = pkg/Info.plist LOCALE.path = Contents/Resources/translations LOCALE.files = lang/gpxsee_cs.qm \ lang/gpxsee_de.qm \ diff --git a/Info.plist b/pkg/Info.plist similarity index 100% rename from Info.plist rename to pkg/Info.plist