feat: update mac version info

dev
rankun 6 years ago
parent bc62142dc5
commit 33e6db298d

1
.gitignore vendored

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

@ -28,13 +28,13 @@
<string>1.0.4</string> <string>1.0.4</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>
<string>10.10</string> <string>10.10</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018-2038 rankun. All rights reserved.</string>
<key>NSMainStoryboardFile</key> <key>NSMainStoryboardFile</key>
<string>Main</string> <string>Main</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key> <key>NSSupportsAutomaticGraphicsSwitching</key>
<true/> <true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2018-2038 rankun. All rights reserved.</string>
</dict> </dict>
</plist> </plist>

Loading…
Cancel
Save