1 2 3 4 |
global_path = "/Library/Preferences/com.apple.Xcode.plist"
open(global_path) {|io| OSX::PropertyList.load io } rescue {}
end
|
Pastie
Show Pastie some love
or read my new blog
1 2 3 4 |
global_path = "/Library/Preferences/com.apple.Xcode.plist"
open(global_path) {|io| OSX::PropertyList.load io } rescue {}
end
|