JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 19.07.2012, 18:50
stoplis
Guest
 
Posts: n/a
Default Mac Retina Support

An update is required to support the new retina screen for the mac. A simple fix is to add "NSHighResolutionCapable" key and set it to true in info.plist. This allows the text to be rendered in high resolution and won't affect non-retina users.

Last edited by Jiaz; 19.07.2012 at 20:34.
Reply With Quote
  #2  
Old 19.07.2012, 20:34
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,540
Default

__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 28.07.2012, 16:47
Biatch
Guest
 
Posts: n/a
Default

So I tried:
Code:
<key>NSHighResolutionCapable</key>
<true/>
and
Code:
<key>NSHighResolutionCapable</key>
<string>true</string>
but none is working. What am I doing wrong?
Reply With Quote
  #4  
Old 01.11.2012, 06:04
jaspreets
Guest
 
Posts: n/a
Default Same issue

Sorry if this seems like a stupid question, but I'm having the exact same issue (yes, tried logging out, renaming app, deleting original, etc.)

Can anyone help in where I'm going wrong?

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "**External links are only visible to Support Staff**>
<plist version="1.0">
<dict>
	<key>CFBundleAllowMixedLocalizations</key>
	<true/>
	<key>CFBundleDevelopmentRegion</key>
	<string>en</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>dlc</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>i4j_extf_9_69g5ss_18t4isd.icns</string>
			<key>CFBundleTypeName</key>
			<string>JDownloader Link Container</string>
			<key>CFBundleTypeRole</key>
			<string>Viewer</string>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>JavaApplicationStub</string>
	<key>CFBundleGetInfoString</key>
	<string>2.0</string>
	<key>CFBundleIconFile</key>
	<string>app.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.install4j.jdownloader2.5977</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>JDownloader</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>2.0</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>2.0</string>
	<key>JavaVM</key>
	<dict>
		<key>ArgumentArray</key>
		<array/>
		<key>ClassPath</key>
		<string>$APP_PACKAGE/Contents/Resources/app/.install4j/i4jruntime.jar:$APP_PACKAGE/Contents/Resources/app/./JDownloader.jar:$APP_PACKAGE/Contents/Resources/app/./Updater.jar</string>
		<key>JVMVersion</key>
		<string>1.6+</string>
		<key>MainClass</key>
		<string>com.install4j.runtime.launcher.MacLauncher</string>
		<key>OptionsFile</key>
		<string>$APP_PACKAGE/Contents/vmoptions.txt</string>
		<key>VMOptionArray</key>
		<array>
			<string>-Xmx64m</string>
			<string>-Dsun.java2d.d3d=false</string>
			<string>-Dinstall4j.launcherId=5977</string>
			<string>-Dinstall4j.swt=false</string>
			<string>-Dexe4j.moduleName=$APP_PACKAGE</string>
		</array>
		<key>WorkingDirectory</key>
		<string>$APP_PACKAGE/Contents/Resources/app/./.</string>
	</dict>
	<key>LSMinimumSystemVersion</key>
	<string>10.6</string>
	<key>NSHighResolutionCapable</key>
	<true/>
	<key>i4j.appId</key>
	<string>jdownloader2</string>
	<key>i4j.baseDir</key>
	<string>$APP_PACKAGE/Contents/Resources/app/</string>
	<key>i4j.maxVersion</key>
	<string>2.0</string>
	<key>i4j.minVersion</key>
	<string>1.6</string>
</dict>
</plist>
Reply With Quote
  #5  
Old 02.11.2012, 14:16
Biatch
Guest
 
Posts: n/a
Default

I'd also like to know... could never get this to work :(
Reply With Quote
  #6  
Old 29.01.2013, 22:00
dafit
Guest
 
Posts: n/a
Default

still no solution?!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 13:32.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.