Skip to content

Commit

Permalink
Merge pull request #9 from JanX2/jan/framework-fix
Browse files Browse the repository at this point in the history
Fixing framework linking.
  • Loading branch information
odrobnik committed Oct 27, 2013
2 parents e8d1bb2 + 2a7536a commit bbf3426
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DTMarkdownParser.xcodeproj/project.pbxproj
Expand Up @@ -2606,6 +2606,7 @@
"$(inherited)",
);
INFOPLIST_FILE = "Demo/Mac/Demo-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
PRODUCT_NAME = "DTMarkdown Demo";
WRAPPER_EXTENSION = app;
};
Expand All @@ -2619,6 +2620,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Demo/Mac/Demo-Prefix.pch";
INFOPLIST_FILE = "Demo/Mac/Demo-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
PRODUCT_NAME = "DTMarkdown Demo";
WRAPPER_EXTENSION = app;
};
Expand All @@ -2632,6 +2634,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Demo/Mac/Demo-Prefix.pch";
INFOPLIST_FILE = "Demo/Mac/Demo-Info.plist";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
PRODUCT_NAME = "DTMarkdown Demo";
WRAPPER_EXTENSION = app;
};
Expand Down Expand Up @@ -2720,6 +2723,7 @@
"$(inherited)",
);
INFOPLIST_FILE = "Core/Framework-Mac-Info.plist";
INSTALL_PATH = "@rpath";
PRODUCT_NAME = DTMarkdownParser;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework;
Expand Down Expand Up @@ -2863,6 +2867,7 @@
"$(inherited)",
);
INFOPLIST_FILE = "Core/Framework-Mac-Info.plist";
INSTALL_PATH = "@rpath";
PRODUCT_NAME = DTMarkdownParser;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework;
Expand All @@ -2880,6 +2885,7 @@
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Core/Framework-Mac-Prefix.pch";
INFOPLIST_FILE = "Core/Framework-Mac-Info.plist";
INSTALL_PATH = "@rpath";
PRODUCT_NAME = DTMarkdownParser;
SKIP_INSTALL = YES;
WRAPPER_EXTENSION = framework;
Expand Down

0 comments on commit bbf3426

Please sign in to comment.