Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
Removed a bogus build setting in the Mac demo target
Browse files Browse the repository at this point in the history
It was just causing a harmless link warning.
  • Loading branch information
snej committed Feb 22, 2012
1 parent 5838e4e commit fa74ade
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions TouchDB.xcodeproj/project.pbxproj
Expand Up @@ -2515,7 +2515,6 @@
COPY_PHASE_STRIP = NO;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../iOS-Couchbase-repo/CouchCocoa/build/CouchCocoa/Build/Products/Debug\"",
"\"$(SRCROOT)/Demo-Mac/Frameworks\"",
);
GCC_DYNAMIC_NO_PIC = NO;
Expand All @@ -2539,7 +2538,6 @@
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/../iOS-Couchbase-repo/CouchCocoa/build/CouchCocoa/Build/Products/Debug\"",
"\"$(SRCROOT)/Demo-Mac/Frameworks\"",
);
GCC_PRECOMPILE_PREFIX_HEADER = YES;
Expand Down

0 comments on commit fa74ade

Please sign in to comment.