public
Rubygem
Description: Ruby osx/plist extension for reading/writing property lists
Clone URL: git://github.com/kballard/osx-plist.git
kballard (author)
Fri Aug 12 18:56:02 -0700 2005
commit  a26c71fd3ee97db8c861b02a6c118e2fe03d1c03
tree    e6b902abbf279fceffa9b7dbd002cc0b9d5cf343
parent  089a7a748283d1937b5839a9aba32fc664cd5107
osx-plist / extconf.rb
100755 5 lines (4 sloc) 0.097 kb
1
2
3
4
5
#!/usr/bin/ruby
require 'mkmf'
$LDFLAGS += ' -framework CoreFoundation'
create_makefile("plist")