Skip to content

Commit

Permalink
Adds precompiled header that was missing from GIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Álan Crístoffer committed Nov 21, 2012
1 parent c056d8a commit e7569cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ local.properties
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
Expand Down
7 changes: 7 additions & 0 deletions CEFSimpleSample/Mac/CEFSimpleSample-Prefix.pch
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
//
// Prefix header for all source files of the 'CEFSimpleSample' target in the 'CEFSimpleSample' project
//

#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif

0 comments on commit e7569cf

Please sign in to comment.