Skip to content

Commit

Permalink
Switched to @rpath for the install path and switched minimum OS to 10.5
Browse files Browse the repository at this point in the history
Used otool -L /usr/local/lib/libSDL-1.2.0.dylib to figure out what the library versions should be.
  • Loading branch information
slouken committed Jan 2, 2012
1 parent a1e6a76 commit 762aa7a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Xcode/SDL/SDL.xcodeproj/project.pbxproj
Expand Up @@ -1711,7 +1711,7 @@
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_SSE3_EXTENSIONS = YES;
GCC_OPTIMIZATION_LEVEL = s;
MACOSX_DEPLOYMENT_TARGET = 10.4;
MACOSX_DEPLOYMENT_TARGET = 10.5;
SDKROOT = macosx;
SEPARATE_STRIP = YES;
STRIP_STYLE = "non-global";
Expand All @@ -1722,8 +1722,8 @@
00CFA622106A567900758660 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_COMPATIBILITY_VERSION = 12;
DYLIB_CURRENT_VERSION = 12.4;
FRAMEWORK_VERSION = A;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(GCC_PREPROCESSOR_DEFINITIONS)",
Expand All @@ -1736,7 +1736,7 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = /usr/X11R6/include;
INFOPLIST_FILE = "Info-Framework.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
INSTALL_PATH = "@rpath";
OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))";
OTHER_CFLAGS_i386 = "";
OTHER_CFLAGS_ppc = "";
Expand Down Expand Up @@ -1809,7 +1809,7 @@
GCC_ENABLE_CPP_RTTI = NO;
GCC_ENABLE_SSE3_EXTENSIONS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
MACOSX_DEPLOYMENT_TARGET = 10.4;
MACOSX_DEPLOYMENT_TARGET = 10.5;
SDKROOT = macosx;
WARNING_CFLAGS = "";
};
Expand All @@ -1818,8 +1818,8 @@
00CFA628106A568900758660 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_COMPATIBILITY_VERSION = 12;
DYLIB_CURRENT_VERSION = 12.4;
FRAMEWORK_VERSION = A;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(GCC_PREPROCESSOR_DEFINITIONS)",
Expand All @@ -1832,7 +1832,7 @@
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
HEADER_SEARCH_PATHS = /usr/X11R6/include;
INFOPLIST_FILE = "Info-Framework.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
INSTALL_PATH = "@rpath";
OTHER_CFLAGS = "$(OTHER_CFLAGS_$(CURRENT_ARCH))";
OTHER_CFLAGS_i386 = "";
OTHER_CFLAGS_ppc = "";
Expand Down

0 comments on commit 762aa7a

Please sign in to comment.