Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite plist saving to use CoreFoundation API #198

Closed
kylef opened this issue Oct 3, 2014 · 0 comments
Closed

Rewrite plist saving to use CoreFoundation API #198

kylef opened this issue Oct 3, 2014 · 0 comments

Comments

@kylef
Copy link
Contributor

kylef commented Oct 3, 2014

There are many issues with the implementation introduced in 0.7 causing strange crashes when using CFPropertyList, along with other problems.

@alloy has found a solution and is going to rewrite the implementation using fiddle which allows us to load CoreFoundation and call methods on it without making a C extension. Fiddle is included in Ruby 1.9.3 so it will be pre-installed on most ruby. For those who don't have it (Ruby 1.8.7) it would result in compiling the Fiddle C extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant