diff --git a/Custom-Info.plist b/Custom-Info.plist new file mode 100644 index 0000000000000000000000000000000000000000..ee8648c0b4abde1e93ef24032c609e956c25d86a --- /dev/null +++ b/Custom-Info.plist @@ -0,0 +1,24 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + macx.icns + CFBundlePackageType + APPL + CFBundleVersion + 227 + CFBundleShortVersionString + 2.0.0 + CFBundleSignature + ???? + CFBundleExecutable + @EXECUTABLE@ + CFBundleIdentifier + org.qgroundcontrol.qgroundcontrol + NOTE + Open source ground control app provided by PX4 dev team + + diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index f61628c5d1e1653aefb500c288ad0ad746a22315..884185df6fc9820b5284e371bb1b9af23eb8e1df 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -79,7 +79,9 @@ win32 { } } - +macx { + QMAKE_INFO_PLIST = Custom-Info.plist +} ################################################################# # EXTERNAL LIBRARY CONFIGURATION