From e7569cf97603b5f468ea74c3d6f4bf878db64cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lan=20Cr=C3=ADstoffer?= Date: Wed, 21 Nov 2012 18:27:33 -0200 Subject: [PATCH] Adds precompiled header that was missing from GIT --- .gitignore | 1 - CEFSimpleSample/Mac/CEFSimpleSample-Prefix.pch | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 CEFSimpleSample/Mac/CEFSimpleSample-Prefix.pch diff --git a/.gitignore b/.gitignore index e5feda2..df7cd92 100755 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,6 @@ local.properties *.ilk *.meta *.obj -*.pch *.pdb *.pgc *.pgd diff --git a/CEFSimpleSample/Mac/CEFSimpleSample-Prefix.pch b/CEFSimpleSample/Mac/CEFSimpleSample-Prefix.pch new file mode 100755 index 0000000..4db997f --- /dev/null +++ b/CEFSimpleSample/Mac/CEFSimpleSample-Prefix.pch @@ -0,0 +1,7 @@ +// +// Prefix header for all source files of the 'CEFSimpleSample' target in the 'CEFSimpleSample' project +// + +#ifdef __OBJC__ + #import +#endif