Skip to content

Commit

Permalink
TextEditor builds on Xcode 4.3.
Browse files Browse the repository at this point in the history
- Borrowed FRAMEWORK_SEARCH_PATHS setting from master.
  • Loading branch information
datalogics-kam committed Jul 15, 2012
1 parent 17037e0 commit 4f9cd97
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SDKROOT)$(DEVELOPER_FRAMEWORKS_DIR)\"",
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
);
INFOPLIST_FILE = "Resources/TextEditor-Info.plist";
LIBRARY_SEARCH_PATHS = (
Expand All @@ -1074,7 +1074,7 @@
buildSettings = {
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SDKROOT)$(DEVELOPER_FRAMEWORKS_DIR)\"",
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
);
INFOPLIST_FILE = "Resources/TextEditor-Info.plist";
LIBRARY_SEARCH_PATHS = (
Expand Down

0 comments on commit 4f9cd97

Please sign in to comment.