Skip to content

Commit

Permalink
Switched compatibility version to 1 since the ABI is compatible with …
Browse files Browse the repository at this point in the history
…previous versions
  • Loading branch information
slouken committed Jan 14, 2012
1 parent 9539d4d commit 58e9cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xcode/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -737,7 +737,7 @@
00B7E48C097EC6B300826121 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 13;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 13;
INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
INSTALL_PATH = "@rpath";
Expand All @@ -757,7 +757,7 @@
00B7E48D097EC6B300826121 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 13;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 13;
INFOPLIST_FILE = "Info-Framework__Upgraded_.plist";
INSTALL_PATH = "@rpath";
Expand Down

0 comments on commit 58e9cb6

Please sign in to comment.