public
Rubygem
Description: Ruby osx/plist extension for reading/writing property lists
Clone URL: git://github.com/kballard/osx-plist.git
Search Repo:
plist ruby extension is now osx/plist.
kballard (author)
Sat Feb 24 23:34:29 -0800 2007
commit  f19cf37e59fe2eb1c452ae05b0cb28984bf64eb8
tree    55d82e40d7e901075dded16bce44a121d3073ef0
parent  2bb3d3eb4abeda292d03e1e5ff6eb117c1b31fb8
...
4
5
6
7
 
...
4
5
6
 
7
0
@@ -4,5 +4,5 @@
0
 $CFLAGS += newFlags
0
 $LDFLAGS += ' -framework CoreFoundation' + newFlags + ' -undefined suppress -flat_namespace'
0
 $LIBRUBYARG_SHARED=""
0
-create_makefile("plist")
0
+create_makefile("osx/plist")
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-require 'plist'
0
+require './plist'
0
 require 'stringio'
0
 require 'test/unit'
0
 

Comments

    No one has commented yet.