From 2689e5293ae398e66d436655114b146c86482663 Mon Sep 17 00:00:00 2001 From: domrjchen Date: Mon, 7 Apr 2025 15:36:06 +0800 Subject: [PATCH] Correct the minimum deployment target when generating Xcode projects with CMake. --- DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index d8efb77c6d..574db52c4e 100644 --- a/DEPS +++ b/DEPS @@ -7,12 +7,12 @@ "common": [ { "url": "${PAG_GROUP}/vendor_tools.git", - "commit": "ef445edee3335b3ee30bd79afea76c0419947401", + "commit": "e7ea39caca467bc8a6831fbc850bc46437d2c747", "dir": "third_party/vendor_tools" }, { "url": "${PAG_GROUP}/tgfx.git", - "commit": "2d4b07c7388b5a5825fbbc032a30bb7a05e6452b", + "commit": "a10e4ad00529e9124a0594538fe9313a12f49b17", "dir": "third_party/tgfx" }, {