From cf167db71a153d0ed2ca9a1d3fd6830a5424bb57 Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Sun, 23 Jun 2019 09:03:08 +0800 Subject: [PATCH] =?UTF-8?q?add:mac=E7=89=88=E6=9C=AC=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QtScrcpy/QtScrcpy.pro | 1 + QtScrcpy/res/Info_mac.plist | 74 +++++++++++++++++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 QtScrcpy/res/Info_mac.plist diff --git a/QtScrcpy/QtScrcpy.pro b/QtScrcpy/QtScrcpy.pro index 96c590d..17d980b 100644 --- a/QtScrcpy/QtScrcpy.pro +++ b/QtScrcpy/QtScrcpy.pro @@ -109,6 +109,7 @@ macos { # mac application icon ICON = $$PWD/res/QtScrcpy.icns + QMAKE_INFO_PLIST = $$PWD/res/Info_mac.plist } # *********************************************************** diff --git a/QtScrcpy/res/Info_mac.plist b/QtScrcpy/res/Info_mac.plist new file mode 100644 index 0000000..4bd35d0 --- /dev/null +++ b/QtScrcpy/res/Info_mac.plist @@ -0,0 +1,74 @@ + + + + + CFBundleExecutable + QtScrcpy + CFBundleGetInfoString + Created by Qt/QMake + CFBundleIconFile + QtScrcpy.icns + CFBundleIdentifier + + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0.1 + CFBundleSignature + + CFBundleURLTypes + + + CFBundleTypeRole + Editor + CFBundleURLName + + CFBundleURLSchemes + + ctim + + + + CFBundleVersion + 101 + Fabric + + APIKey + + Kits + + + KitInfo + + KitName + Crashlytics + + + + LSApplicationCategoryType + public.app-category.utilities + LSMinimumSystemVersion + 10.10 + NSAppTransportSecurity + + NSAllowsArbitraryLoads + + + NSPrincipalClass + NSApplication + NSSupportsAutomaticGraphicsSwitching + + SUAllowsAutomaticUpdates + NO + SUBundleName + QtScrcpy + SUEnableAutomaticChecks + YES + SUFeedURL + + SUPublicDSAKeyFile + + SUScheduledCheckInterval + 101 + +