Skip to content

Instantly share code, notes, and snippets.

@phuesler
Created January 27, 2010 16:59
Show Gist options
  • Save phuesler/287995 to your computer and use it in GitHub Desktop.
Save phuesler/287995 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require "osx/cocoa"
plist = OSX::NSDictionary.dictionaryWithContentsOfFile("Info.plist")
plist['CFBundleVersion'] = "2.0.0"
plist.writeToFile_atomically("Info.plist",true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment