Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#3321: Fix more search search paths and deprecation warnings.
  • Loading branch information
stuconnolly committed Oct 12, 2018
1 parent 128cdb7 commit 326ff87
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions sequel-pro.xcodeproj/project.pbxproj
Expand Up @@ -3893,6 +3893,7 @@
588593F00F7AEB6900ED0E67 /* Distribution */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_LINK_OBJC_RUNTIME = NO;
CLANG_STATIC_ANALYZER_MODE = deep;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down Expand Up @@ -3944,11 +3945,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/Frameworks/SPMySQLFramework/build/Distribution",
"$(SRCROOT)/Frameworks/QueryKit/build/Distribution",
"$(SRCROOT)/Frameworks",
);
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Frameworks";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down Expand Up @@ -4134,11 +4131,7 @@
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/Frameworks",
"$(SRCROOT)/Frameworks/SPMySQLFramework/build/Debug",
"$(SRCROOT)/Frameworks/QueryKit/build/Debug",
);
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Frameworks";
GCC_DYNAMIC_NO_PIC = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -4158,11 +4151,7 @@
buildSettings = {
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(SRCROOT)/Frameworks",
"$(SRCROOT)/Frameworks/SPMySQLFramework/build/Release",
"$(SRCROOT)/Frameworks/QueryKit/build/Release",
);
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Frameworks";
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand All @@ -4180,6 +4169,7 @@
C05733CC08A9546B00998B17 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_LINK_OBJC_RUNTIME = NO;
CLANG_STATIC_ANALYZER_MODE = deep;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down Expand Up @@ -4237,6 +4227,7 @@
C05733CD08A9546B00998B17 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_LINK_OBJC_RUNTIME = NO;
CLANG_STATIC_ANALYZER_MODE = deep;
CLANG_WARN_BOOL_CONVERSION = YES;
Expand Down

1 comment on commit 326ff87

@stuconnolly
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should have been #3221

Please sign in to comment.