MaddTheSane / SVGKit

A Cocoa framework for rendering SVG files as Core Animation layers
http://mattrajca.com
Other
47 stars 19 forks source link

Make NS_DESIGNATED_INITIALIZER backwards compatible with XCode 5; minor rename. #6

Closed seltzered closed 9 years ago

seltzered commented 9 years ago
  1. Made usage of NS_DESIGNATED_INITIALIZER backwards compatible with XCode 5, by modifying precompiled headers of svgkit/demo_osx/svkimagereptest.
  2. minor rename of variable, copyImag shoudl be copyImage
seltzered commented 9 years ago

NOTE: the iOS build under XCode5 currently fails, the pbxproj is pointing to ios8 for libxml2. The pull request gets it past the error's due to use of NS_DESIGNATED_INITIALIZER though.

MaddTheSane commented 9 years ago

For some odd reason, dynamic libraries that point to a different iOS SDK don't want to link. The same is not said for frameworks. I don't know why Apple decided to have it based on the developer directory instead of the SDK.

Sent from my iPad

On Sep 10, 2014, at 11:35 PM, "Vivek Gani" notifications@github.com wrote:

NOTE: the iOS build under XCode5 currently fails, the pbxproj is pointing to ios8 for libxml2. The pull request gets it past the error's due to use of NS_DESIGNATED_INITIALIZER though.

— Reply to this email directly or view it on GitHub.