You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1.2 KiB
43 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>zh-Hans</string>
|
|
<key>CFBundleExecutable</key>
|
|
<string>@EXECUTABLE@</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>Created by rankun</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>@ICON@</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>rankun.QtScrcpy</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>QtScrcpy</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0.0</string>
|
|
<key>CFBundleSupportedPlatforms</key>
|
|
<array>
|
|
<string>MacOSX</string>
|
|
</array>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0.0</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>10.10</string>
|
|
<key>NSAppleEventsUsageDescription</key>
|
|
<string></string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>Copyright © 2018-2038 rankun. All rights reserved.</string>
|
|
<key>NSMainStoryboardFile</key>
|
|
<string>Main</string>
|
|
<key>NSPrincipalClass</key>
|
|
<string>NSApplication</string>
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|