1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00

Introjucer: added a flag to help with OSX retina displays.

This commit is contained in:
jules 2012-07-08 17:32:58 +01:00
parent 8d92a49312
commit 2fe73f6ebe
9 changed files with 17 additions and 0 deletions

View file

@ -21,6 +21,8 @@
<string>3.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Raw Material Software Ltd.</string>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleDocumentTypes</key>
<array>
<dict>

View file

@ -496,6 +496,7 @@ private:
addPlistDictionaryKey (dict, "CFBundleShortVersionString", project.getVersionString());
addPlistDictionaryKey (dict, "CFBundleVersion", project.getVersionString());
addPlistDictionaryKey (dict, "NSHumanReadableCopyright", project.getCompanyName().toString());
addPlistDictionaryKeyBool (dict, "NSHighResolutionCapable", true);
StringArray documentExtensions;
documentExtensions.addTokens (replacePreprocessorDefs (getAllPreprocessorDefs(), settings ["documentExtensions"]),

View file

@ -21,5 +21,7 @@
<string>2.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Raw Material Software Ltd.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View file

@ -23,5 +23,7 @@
<string>2.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Raw Material Software Ltd.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View file

@ -21,5 +21,7 @@
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Raw Material Software Ltd.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View file

@ -21,5 +21,7 @@
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Raw Material Software Ltd.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View file

@ -21,5 +21,7 @@
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Raw Material Software Ltd.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View file

@ -23,5 +23,7 @@
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string>Raw Material Software Ltd.</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>

View file

@ -21,5 +21,7 @@
<string>1.0.0</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
</plist>