From e5e108f1746827a02bb1c6b298ae72acafc70336 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Tue, 6 Dec 2022 16:07:20 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da2b49fc..2bf25af7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ git apply armorcore/patch/metal_depth.diff --directory=armorcore/Kinc armorcore/Kinc/make --from armorcore -g metal ios cp -a build/krom/ armorcore/Deployment # Open generated Xcode project `build/ArmorPaint.xcodeproj` -# Set iOS Deployment Target to 11.0 +# Set iOS Deployment Target to 14.0 # Build for device in release mode ```