Skip to content

Instantly share code, notes, and snippets.

@datalogics-kam
Created July 11, 2012 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save datalogics-kam/3087072 to your computer and use it in GitHub Desktop.
Save datalogics-kam/3087072 to your computer and use it in GitHub Desktop.
Patch to make iOS-4.x branch of OmniGroup build with Xcode 4.3
diff --git a/Frameworks/OmniUI/iPad/Examples/TextEditor/TextEditor.xcodeproj/project.pbxproj b/Frameworks/OmniUI/iPad/Examples/TextEditor/TextEditor.xcodeproj/project.
index c40e0c5..b186b11 100755
--- a/Frameworks/OmniUI/iPad/Examples/TextEditor/TextEditor.xcodeproj/project.pbxproj
+++ b/Frameworks/OmniUI/iPad/Examples/TextEditor/TextEditor.xcodeproj/project.pbxproj
@@ -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 = (
@@ -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 = (
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment