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 + +