Merge branch 'master' of gitee.com:Barryda/QtScrcpy

This commit is contained in:
rankun 2019-09-26 11:07:03 +08:00
commit 02857db1ab
2 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@
/server/gradlew.bat
/server/local.properties
build
*.DS_Store

View file

@ -19,22 +19,22 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.4</string>
<string>1.0.4</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
</array>
<key>CFBundleVersion</key>
<string>1.0.4</string>
<string>1.0.4</string>
<key>LSMinimumSystemVersion</key>
<string>10.10</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/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018-2038 rankun. All rights reserved.</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
</dict>
</plist>