Created
December 20, 2011 15:03
-
-
Save steipete/1501869 to your computer and use it in GitHub Desktop.
Add InfoPlist.h to gitignore, check in once
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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