zats / AdjustFontSize-Xcode-Plugin

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

Plugin ineffective after upgrading to OS X 10.10.3 #13

Closed dryruner closed 9 years ago

dryruner commented 9 years ago

I downloaded the repo, build and restart the Xcode, but Command + "+"/"-" doesn't work.

zats commented 9 years ago

Do you see the "Font Size" item added all the way at the bottom of the View menu? Can you please run $ defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID and post the result here?

chrisschreiner commented 9 years ago

defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID => 9F75337B-21B4-4ADC-B558-F9CADF7073A7

zats commented 9 years ago

@chrisschreiner do you have the same problem? do you see the menu items, mentioned above?

chrisschreiner commented 9 years ago

Yes, I have the same problem, and no, I don't see the menu items. Console says:

[MT] PluginLoading: Required plug-in compatibility UUID 9F75337B-21B4-4ADC-B558-F9CADF7073A7 for plug-in at path '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/AdjustFontSize.xcplugin' not present in DVTPlugInCompatibilityUUIDs

zats commented 9 years ago

Ah, you probably want to reinstall the plugin, sadly currently there is no better way to update it, but you can see the compatibility with 9F75337B-21B4-4ADC-B558-F9CADF7073A7 is in master

dryruner commented 9 years ago

Hello zats,

I see the same UUID as chris mentioned, do you mean by re-installing the plugin would solve the issue? Let me have a try.

dryruner commented 9 years ago

Hello zats,

I could confirm that after pulling the newest source code and re-building it, it works fine. Thanks all!

zats commented 9 years ago

Glad it helped!