nguyenphan

Results 3 comments of nguyenphan

Instead of this `CGDataProviderRef provider = CGDataProviderCreateWithData(config, data, config->options.scaled_width * config->options.scaled_height * 4, free_image_data);` it should be like this `CGDataProviderRef provider = CGDataProviderCreateWithData(config, data, width * height * 4, free_image_data);`...

You should not use this plugin in Xcode 6 Yosemite (the newest OS X), because it will crash Xcode everytime you try to open any popover in xcode. Pretty annoying...

The plug-in works fine on Xcode 6 running on Maverick. But will crash XCode 5 or 6 running Yosemite.