ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit a41ec55c8c86f962392cd64edc382a6eae113cfd
Author: Jon Nermut <jon.ner...@gmail.com>
Date:   Sat Jan 20 10:10:26 2018 +1100

    iOS: Fix debugging in xcode by making include path non-recursive
    
    it was picking up the wrong headers in the debugger
    
    Change-Id: I0bf6a10504e3b3e9a6eb13355f3f8a4f63a15a1e
    Reviewed-on: https://gerrit.libreoffice.org/48230
    Reviewed-by: jan iversen <j...@libreoffice.org>
    Tested-by: jan iversen <j...@libreoffice.org>

diff --git a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj 
b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
index 9dfb847307cc..48174b80e271 100644
--- a/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
+++ b/ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj
@@ -489,7 +489,7 @@
                                GCC_SYMBOLS_PRIVATE_EXTERN = NO;
                                HEADER_SEARCH_PATHS = (
                                        "$(inherited)",
-                                       "$(PROJECT_DIR)/../../include/**",
+                                       "$(PROJECT_DIR)/../../include",
                                );
                                INFOPLIST_FILE = LibreOfficeLight/Info.plist;
                                IPHONEOS_DEPLOYMENT_TARGET = 11.2;
@@ -522,7 +522,7 @@
                                GCC_PREFIX_HEADER = 
"LibreOfficeLight/LibreOfficeLight-Prefix.pch";
                                HEADER_SEARCH_PATHS = (
                                        "$(inherited)",
-                                       "$(PROJECT_DIR)/../../include/**",
+                                       "$(PROJECT_DIR)/../../include",
                                );
                                INFOPLIST_FILE = LibreOfficeLight/Info.plist;
                                IPHONEOS_DEPLOYMENT_TARGET = 11.2;
@@ -624,7 +624,7 @@
                                GCC_SYMBOLS_PRIVATE_EXTERN = NO;
                                HEADER_SEARCH_PATHS = (
                                        "$(inherited)",
-                                       "$(PROJECT_DIR)/../../include/**",
+                                       "$(PROJECT_DIR)/../../include",
                                );
                                INFOPLIST_FILE = LibreOfficeLight/Info.plist;
                                IPHONEOS_DEPLOYMENT_TARGET = 11.2;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to