Skip to content

Commit

Permalink
Set NSHighResolutionCapable=YES in Info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
psychs committed Jul 28, 2012
1 parent d0e5e25 commit 5a032d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Others/Info-AppStore.plist
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
<string>2.30</string>
<key>LCApplicationName</key>
<string>LimeChat for Mac</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
<key>LSMinimumSystemVersion</key>
<string>10.7.0</string>
<key>NSHumanReadableCopyright</key>
Expand All @@ -48,5 +46,9 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>LimeChatApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.social-networking</string>
</dict>
</plist>
2 changes: 2 additions & 0 deletions Others/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>LimeChatApplication</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>SUEnableAutomaticChecks</key>
<true/>
<key>SUFeedURL</key>
Expand Down

0 comments on commit 5a032d7

Please sign in to comment.