Skip to content

Commit

Permalink
Raise minimums system version to 10.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Dec 3, 2012
1 parent 4476626 commit 7fa5015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mac/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,13 @@
<key>NSHighResolutionCapable</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.5</string>
<string>10.6.3</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>i386</key>
<string>10.5.0</string>
<string>10.6.3</string>
<key>x86_64</key>
<string>10.6.0</string>
<string>10.6.3</string>
</dict>
</dict>
</plist>

0 comments on commit 7fa5015

Please sign in to comment.