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 7b2b852 commit 5423943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Xcode/SDL_image.xcodeproj/project.pbxproj
Expand Up @@ -502,7 +502,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 9.4;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Frameworks\"",
Expand Down Expand Up @@ -623,7 +623,7 @@
isa = XCBuildConfiguration;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 9.4;
DYLIB_CURRENT_VERSION = 1;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Frameworks\"",
Expand Down

0 comments on commit 5423943

Please sign in to comment.