public
Rubygem
Description: Ruby osx/plist extension for reading/writing property lists
Clone URL: git://github.com/kballard/osx-plist.git
Search Repo:
Commit preliminary universal support for plist extension (not working yet)
kballard (author)
Sat Oct 22 12:56:39 -0700 2005
commit  679c8be4176e34f845feef1063c94a2785630f4c
tree    f6589721f0e2bf3abd19fad8a6b0a02c1dc7f9af
parent  1669f4c0b3df12dbef098bdc2171239756b2d0bd
...
1
2
 
3
4
...
1
2
3
4
5
0
@@ -1,5 +1,6 @@
0
 #!/usr/bin/ruby
0
 require 'mkmf'
0
+$CFLAGS += " -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
0
 $LDFLAGS += ' -framework CoreFoundation'
0
 create_makefile("plist")

Comments

    No one has commented yet.