File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 427427 ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
428428 COPY_PHASE_STRIP = NO;
429429 DYLIB_COMPATIBILITY_VERSION = 1.0.0;
430- DYLIB_CURRENT_VERSION = 103 .0.0;
430+ DYLIB_CURRENT_VERSION = 102 .0.0;
431431 DYLIB_INSTALL_NAME_BASE = "@rpath";
432432 ENABLE_TESTABILITY = YES;
433433 FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
457457 ALLOW_TARGET_PLATFORM_SPECIALIZATION = YES;
458458 DEPLOYMENT_POSTPROCESSING = YES;
459459 DYLIB_COMPATIBILITY_VERSION = 1.0.0;
460- DYLIB_CURRENT_VERSION = 103 .0.0;
460+ DYLIB_CURRENT_VERSION = 102 .0.0;
461461 DYLIB_INSTALL_NAME_BASE = "@rpath";
462462 FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/$(PLATFORM)\"";
463463 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
Original file line number Diff line number Diff line change 103103
104104# For simplicity this assumes we'll never break ABI before SDL 3.
105105dylib_compat=$( sed -Ene ' s/.*DYLIB_COMPATIBILITY_VERSION = (.*);$/\1/p' Xcode/SDL_net.xcodeproj/project.pbxproj)
106- ref=' 1
107- 1
108- 1
109- 1'
106+ ref=' 1.0.0
107+ 1.0.0'
110108
111109if [ " $ref " = " $dylib_compat " ]; then
112110 ok " project.pbxproj DYLIB_COMPATIBILITY_VERSION is consistent"
@@ -128,8 +126,6 @@ case "$ref_minor" in
128126esac
129127
130128ref=" ${major} .${minor} .0
131- ${major} .${minor} .0
132- ${major} .${minor} .0
133129${major} .${minor} .0"
134130
135131if [ " $ref " = " $dylib_cur " ]; then
You can’t perform that action at this time.
0 commit comments