We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6466c commit c1f557cCopy full SHA for c1f557c
build/project-template/__PROJECT_NAME__.xcodeproj/project.pbxproj
@@ -429,6 +429,7 @@
429
FRAMEWORK_SEARCH_PATHS = (
430
"$(inherited)",
431
"\"$(PROJECT_DIR)\"",
432
+ "\"$(PROJECT_DIR)/../../lib/iOS\"",
433
);
434
GCC_PRECOMPILE_PREFIX_HEADER = YES;
435
GCC_PREFIX_HEADER = "__PROJECT_NAME__/__PROJECT_NAME__-Prefix.pch";
@@ -463,6 +464,7 @@
463
464
465
466
467
468
469
470
0 commit comments