Skip to content

Commit

Permalink
Adding an API function bumped the binary version.
Browse files Browse the repository at this point in the history
Used the otool -L command to find out what the version should be based on the libtool library output.
  • Loading branch information
slouken committed Jan 4, 2012
1 parent 89c8c0a commit 24db82d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Xcode/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -737,8 +737,8 @@
00B7E48C097EC6B300826121 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 11;
DYLIB_CURRENT_VERSION = 11.2;
DYLIB_COMPATIBILITY_VERSION = 13;
DYLIB_CURRENT_VERSION = 13;
INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
INSTALL_PATH = "@rpath";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
Expand All @@ -757,8 +757,8 @@
00B7E48D097EC6B300826121 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 11;
DYLIB_CURRENT_VERSION = 11.2;
DYLIB_COMPATIBILITY_VERSION = 13;
DYLIB_CURRENT_VERSION = 13;
INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
INSTALL_PATH = "@rpath";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/Frameworks";
Expand Down

0 comments on commit 24db82d

Please sign in to comment.