Skip to content

Instantly share code, notes, and snippets.

@danielribeiro
Forked from sonsongithub/gist:2868639
Created March 21, 2016 22:43
Show Gist options
  • Save danielribeiro/f4dcaf4b56a5621450ac to your computer and use it in GitHub Desktop.
Save danielribeiro/f4dcaf4b56a5621450ac 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