Skip to content

Instantly share code, notes, and snippets.

@steipete
Created December 20, 2011 15:03
Show Gist options
  • Save steipete/1501869 to your computer and use it in GitHub Desktop.
Save steipete/1501869 to your computer and use it in GitHub Desktop.
Add InfoPlist.h to gitignore, check in once
echo InfoPlist.h >> .gitignore
# Note: With Xcode 4.3, it's no problem if the file doesn't exist before compilation.
# On Xcode 4.2, the file needs to be there. Either manually call "touch InfoPlist.h"
# or make an aggregate target that your main target depends on, adding the touch code there.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment