davekeck / Xcode-4-Fixins

Plugins for fixing Xcode 4 bugs and shortcomings
362 stars 41 forks source link

Some Changes #32

Closed BrunoBerisso closed 4 years ago

BrunoBerisso commented 10 years ago

Hi.

First thank you very much for this project. It made my life happier :) Here are some changes i need to made to continue using the Fixins. The important one is the last commit about make the project compile in the last version of XCode.

The other one is remove the toggle logic from the "Hide Distractions" fix, i made it because XCode alway pop some pane and i have to hit the shortcut twice to hide all again. I personally find it much more confortable this way.

And the other one only add "xcshareddata" to the .gitignore.

Best regards, Bruno

azav commented 10 years ago

I have to be doing something wrong. I just pulled your master from your github, did a build all 64 bit, got the "should be OK" message for all plugins and relaunched Xcode. Instant crash in loadPluginBundle.

azav commented 10 years ago

FYI, I am under 10.8.5 since 10.9 has too many distracting animations I can't turn off.

BrunoBerisso commented 10 years ago

Hmm... maybe the issue is because the OSX version. I'm running 10.9.2 and it's working fine. In fact i'm have to do the conversion to ARC because XCode refuse to compile the project. I will take a closer look...

BrunoBerisso commented 4 years ago

This PR is so old that I'm emotionally attached to it 😆 Thanks for this project, was a must have for a long time for me.