public
Rubygem
Description: Ruby osx/plist extension for reading/writing property lists
Clone URL: git://github.com/kballard/osx-plist.git
Search Repo:
Remove obsolete workaround (if you can no longer build plist, make sure 
you ran `gem install fixrbconfig; sudo fixrbconfig`
kballard (author)
Fri Aug 12 18:44:13 -0700 2005
commit  ec34c238b29b5a2c164ddee4d7889a13886d57a1
tree    8936eeaadf5ded8d5ded36ba2dd630ffe0186c44
parent  9df33ffdef33a043729f6e707d68c413359c099f
...
1
2
3
4
5
6
...
1
2
 
 
3
4
0
@@ -1,7 +1,5 @@
0
 #!/usr/bin/ruby
0
 require 'mkmf'
0
-$CFLAGS.gsub!("-arch i386", "")
0
-#$LIBS += ' -framework CoreFoundation'
0
 $LDFLAGS += ' -framework CoreFoundation'
0
 create_makefile("plist")

Comments

    No one has commented yet.