Skip to content

Instantly share code, notes, and snippets.

@nunogoncalves
Forked from sonsongithub/gist:2868639
Created October 30, 2015 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nunogoncalves/f360c0faafaeea7c46b8 to your computer and use it in GitHub Desktop.
Save nunogoncalves/f360c0faafaeea7c46b8 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}"`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment