summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJon Nermut <jon.nermut@gmail.com>2018-01-20 10:10:26 +1100
committerjan iversen <jani@libreoffice.org>2018-01-20 18:55:42 +0100
commita41ec55c8c86f962392cd64edc382a6eae113cfd (patch)
tree65052fbd79e59bfe0628875644d521fb58eff268 /ios
parentcc2b9a257b6436ab6f84d6e158a64c09b0937eb6 (diff)
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 <jani@libreoffice.org> Tested-by: jan iversen <jani@libreoffice.org>
Diffstat (limited to 'ios')
-rw-r--r--ios/LibreOfficeLight/LibreOfficeLight.xcodeproj/project.pbxproj6
1 files changed, 3 insertions, 3 deletions
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;