zats / AdjustFontSize-Xcode-Plugin

Instant font size adjustment with control – / control +
270 stars 33 forks source link

Doesn't work in Xcode 6 #4

Closed tectiv3 closed 9 years ago

tectiv3 commented 10 years ago

Plugin is installed, at least in Alcatraz it's highlighted. But there is no context menu items and nothing happens upon shortcut triggering.

cojoj commented 9 years ago

@tectiv3 you can fix it manually by downloading repo and inserting new value to AdjustFontSize/AdjustFontSize-Info.plist. Simply add C4A681B0-4A26-480E-93EC-1218098B9AA0 for the DVTPlugInCompatibilityUUIDs key.

I've done this and works fine for me. It's a shame I couldn't do a pull request (something is wrong with my permissions).

Hancock-Xu commented 9 years ago

@cojoj Thank you very much

HeidiHansen commented 9 years ago

@cojoj, eventually it worked. Strange because it appears that the project has been updated to have that key included, yet it didn't work until I added it a 2nd time.

tectiv3 commented 9 years ago

Still not working for me, Xcode 6.1 beta 2. Line was already present, added it second time - no luck.

zats commented 9 years ago

Xcode 6.1 has a different UUID: AD68E85B-441B-4301-B564-A45E4919A6AD

tectiv3 commented 9 years ago

Yes, now it's working! Thank you!