Skip to content

Commit

Permalink
Make sure the framework version matches the version of the dylib buil…
Browse files Browse the repository at this point in the history
…t from command line.
  • Loading branch information
slouken committed Jun 7, 2013
1 parent a528fdf commit ba668f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xcode/SDL_mixer.xcodeproj/project.pbxproj
Expand Up @@ -740,7 +740,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 13;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Frameworks\"",
Expand All @@ -766,7 +766,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 13;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Frameworks\"",
Expand Down

0 comments on commit ba668f3

Please sign in to comment.