From 2fe73f6ebe453b2a0423fc0f0df33662a6db5bf0 Mon Sep 17 00:00:00 2001 From: jules Date: Sun, 8 Jul 2012 17:32:58 +0100 Subject: [PATCH] Introjucer: added a flag to help with OSX retina displays. --- extras/Introjucer/Builds/MacOSX/Info.plist | 2 ++ .../Source/Project Saving/jucer_ProjectExport_XCode.h | 1 + extras/JuceDemo/Builds/MacOSX/Info.plist | 2 ++ extras/JuceDemo/Builds/iOS/Info.plist | 2 ++ extras/audio plugin demo/Builds/MacOSX/Info.plist | 2 ++ extras/audio plugin host/Builds/MacOSX/Info.plist | 2 ++ extras/example projects/Builds/MacOSX/Info.plist | 2 ++ extras/example projects/Builds/iOS/Info.plist | 2 ++ extras/the jucer/Builds/MacOSX/Info.plist | 2 ++ 9 files changed, 17 insertions(+) diff --git a/extras/Introjucer/Builds/MacOSX/Info.plist b/extras/Introjucer/Builds/MacOSX/Info.plist index bdaf123c30..63c01f99fe 100644 --- a/extras/Introjucer/Builds/MacOSX/Info.plist +++ b/extras/Introjucer/Builds/MacOSX/Info.plist @@ -21,6 +21,8 @@ 3.0.0 NSHumanReadableCopyright Raw Material Software Ltd. + NSHighResolutionCapable + CFBundleDocumentTypes diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h index c9b769ed54..83b6133449 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h @@ -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"]), diff --git a/extras/JuceDemo/Builds/MacOSX/Info.plist b/extras/JuceDemo/Builds/MacOSX/Info.plist index 2832044a4e..2c1f6b3680 100644 --- a/extras/JuceDemo/Builds/MacOSX/Info.plist +++ b/extras/JuceDemo/Builds/MacOSX/Info.plist @@ -21,5 +21,7 @@ 2.0.0 NSHumanReadableCopyright Raw Material Software Ltd. + NSHighResolutionCapable + diff --git a/extras/JuceDemo/Builds/iOS/Info.plist b/extras/JuceDemo/Builds/iOS/Info.plist index 63ae65bf85..36ab4730ce 100644 --- a/extras/JuceDemo/Builds/iOS/Info.plist +++ b/extras/JuceDemo/Builds/iOS/Info.plist @@ -23,5 +23,7 @@ 2.0.0 NSHumanReadableCopyright Raw Material Software Ltd. + NSHighResolutionCapable + diff --git a/extras/audio plugin demo/Builds/MacOSX/Info.plist b/extras/audio plugin demo/Builds/MacOSX/Info.plist index 321c1c77a4..295d5cad4d 100644 --- a/extras/audio plugin demo/Builds/MacOSX/Info.plist +++ b/extras/audio plugin demo/Builds/MacOSX/Info.plist @@ -21,5 +21,7 @@ 1.0.0 NSHumanReadableCopyright Raw Material Software Ltd. + NSHighResolutionCapable + diff --git a/extras/audio plugin host/Builds/MacOSX/Info.plist b/extras/audio plugin host/Builds/MacOSX/Info.plist index ecb9f717ee..ef2b858d8a 100644 --- a/extras/audio plugin host/Builds/MacOSX/Info.plist +++ b/extras/audio plugin host/Builds/MacOSX/Info.plist @@ -21,5 +21,7 @@ 1.0.0 NSHumanReadableCopyright Raw Material Software Ltd. + NSHighResolutionCapable + diff --git a/extras/example projects/Builds/MacOSX/Info.plist b/extras/example projects/Builds/MacOSX/Info.plist index f28d79d388..80ba4ca402 100644 --- a/extras/example projects/Builds/MacOSX/Info.plist +++ b/extras/example projects/Builds/MacOSX/Info.plist @@ -21,5 +21,7 @@ 1.0.0 NSHumanReadableCopyright Raw Material Software Ltd. + NSHighResolutionCapable + diff --git a/extras/example projects/Builds/iOS/Info.plist b/extras/example projects/Builds/iOS/Info.plist index b1c34124ee..5aafbcd7bd 100644 --- a/extras/example projects/Builds/iOS/Info.plist +++ b/extras/example projects/Builds/iOS/Info.plist @@ -23,5 +23,7 @@ 1.0.0 NSHumanReadableCopyright Raw Material Software Ltd. + NSHighResolutionCapable + diff --git a/extras/the jucer/Builds/MacOSX/Info.plist b/extras/the jucer/Builds/MacOSX/Info.plist index fcd51df4f7..bc7c91b2d5 100644 --- a/extras/the jucer/Builds/MacOSX/Info.plist +++ b/extras/the jucer/Builds/MacOSX/Info.plist @@ -21,5 +21,7 @@ 1.0.0 NSHumanReadableCopyright + NSHighResolutionCapable +