Skip to content

Instantly share code, notes, and snippets.

@sonsongithub
Created June 4, 2012 14:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sonsongithub/2868639 to your computer and use it in GitHub Desktop.
Save sonsongithub/2868639 to your computer and use it in GitHub Desktop.
Parse Xcode project file, project.pbxproj, in Ruby.
json = JSON.parse(`plutil -convert json -o - "#{filename}"`)
@zhangjian-ios
Copy link

dfsd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment