Browse Source

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

tags/2021-05-28
jules 13 years ago
parent
commit
2fe73f6ebe
9 changed files with 17 additions and 0 deletions
  1. +2
    -0
      extras/Introjucer/Builds/MacOSX/Info.plist
  2. +1
    -0
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h
  3. +2
    -0
      extras/JuceDemo/Builds/MacOSX/Info.plist
  4. +2
    -0
      extras/JuceDemo/Builds/iOS/Info.plist
  5. +2
    -0
      extras/audio plugin demo/Builds/MacOSX/Info.plist
  6. +2
    -0
      extras/audio plugin host/Builds/MacOSX/Info.plist
  7. +2
    -0
      extras/example projects/Builds/MacOSX/Info.plist
  8. +2
    -0
      extras/example projects/Builds/iOS/Info.plist
  9. +2
    -0
      extras/the jucer/Builds/MacOSX/Info.plist

+ 2
- 0
extras/Introjucer/Builds/MacOSX/Info.plist 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>


+ 1
- 0
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h 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"]),


+ 2
- 0
extras/JuceDemo/Builds/MacOSX/Info.plist 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>

+ 2
- 0
extras/JuceDemo/Builds/iOS/Info.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>

+ 2
- 0
extras/audio plugin demo/Builds/MacOSX/Info.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>

+ 2
- 0
extras/audio plugin host/Builds/MacOSX/Info.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>

+ 2
- 0
extras/example projects/Builds/MacOSX/Info.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>

+ 2
- 0
extras/example projects/Builds/iOS/Info.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>

+ 2
- 0
extras/the jucer/Builds/MacOSX/Info.plist View File

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

Loading…
Cancel
Save