diff options
author | Sam Lantinga <slouken@libsdl.org> | 2012-01-07 01:03:54 -0500 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2012-01-07 01:03:54 -0500 |
commit | 4559a94fc617c1354c8804d4921028a446e0bec6 (patch) | |
tree | 7f93ad4a202c1b80ff76ada10b349e944108edec /Xcode | |
parent | 77e42d649731edd7b566f0683f7c6acf133e3aea (diff) |
Switched back to version A, since we don't actually have a version A for SDL 1.3.
It would only be meaningful if we were planning to ship 1.2 as A, and 1.3 as B, which is completely worthless given the headers will be for 1.3 and the API is completely different.
Diffstat (limited to 'Xcode')
-rwxr-xr-x | Xcode/SDL/SDL.xcodeproj/project.pbxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Xcode/SDL/SDL.xcodeproj/project.pbxproj b/Xcode/SDL/SDL.xcodeproj/project.pbxproj index a3206a57..0889ebd6 100755 --- a/Xcode/SDL/SDL.xcodeproj/project.pbxproj +++ b/Xcode/SDL/SDL.xcodeproj/project.pbxproj @@ -2346,7 +2346,6 @@ buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.3; DYLIB_CURRENT_VERSION = 1.3.0; - FRAMEWORK_VERSION = B; GCC_PREPROCESSOR_DEFINITIONS = ( "$(GCC_PREPROCESSOR_DEFINITIONS)", "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", @@ -2419,7 +2418,6 @@ buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1.3; DYLIB_CURRENT_VERSION = 1.3.0; - FRAMEWORK_VERSION = B; GCC_PREPROCESSOR_DEFINITIONS = ( "$(GCC_PREPROCESSOR_DEFINITIONS)", "$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)", |