diff --git a/GNUmakefile b/GNUmakefile
index 703f7576..2d4e73a2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -17,7 +17,6 @@ MAKEFLAGS += --no-builtin-rules
## ANDROID_SDK := Path to the Android SDK.
VERSION_CODE := 49
-VERSION_CODE_IOS := 27
VERSION_NUMBER := 0.2025.12-wip
VERSION_NAME := This program kills fascists.
@@ -893,7 +892,7 @@ src/ios/Info.plist : $(firstword $(MAKEFILE_LIST))
tr '\n' '^' | \
sed -r \
-e 's@(CFBundleShortVersionString\^[[:space:]]*)[0-9.]*()@\1$(VERSION_NUMBER:%-wip=%)\2@' \
- -e 's@(CFBundleVersion\^[[:space:]]*)[[:digit:]]+()@\1$(VERSION_CODE_IOS)\2@' \
+ -e 's@(CFBundleVersion\^[[:space:]]*)[[:digit:]]+()@\1$(VERSION_CODE)\2@' \
-e 's@(MinimumOSVersion\^[[:space:]]*)[0-9.]*()@\1$(IPHONEOS_VERSION_MIN)\2@' | \
tr '^' '\n' > \
$@.tmp && mv $@.tmp $@ || rm -f $@.tmp
diff --git a/src/ios/Info.plist b/src/ios/Info.plist
index 85638607..7cb0b913 100644
--- a/src/ios/Info.plist
+++ b/src/ios/Info.plist
@@ -19,7 +19,7 @@
iPhoneOS
CFBundleVersion
- 27
+ 49
DTPlatformName
iphoneos
LSRequiresIPhoneOS