openframeworks / OFXcodeMenu

OpenFrameworks plugin for Xcode, adds addons to your project
MIT License
265 stars 33 forks source link

xcode 6.3 uuid #32

Closed j3ffgray closed 9 years ago

j3ffgray commented 9 years ago

Me again! Love this tool, happy to help keep it up to date.

admsyn commented 9 years ago

Thanks :) The plugin doesn't actually work with 6.3 yet but I'll pull this once I get it fixed.

j3ffgray commented 9 years ago

All sleepygarden's doing (Michael Cornell), but updates in place to get OFPlugin working again in 6.3. Haven't tried this in previous versions of XCode, so this might be better folded into a branch other than master.

admsyn commented 9 years ago

Looks good, thanks @sleepygarden !

There's a bit of junk that got pulled in on the commits though (.DS_Store, .xcuserstate etc). I could rebase them out when I have a moment but can you submit a PR that just includes the necessary modifications?

j3ffgray commented 9 years ago

Removed what I could, added a .gitignore but i'm sure it could use some additional items in it down the line.

kylemcdonald commented 9 years ago

woo thanks!