Skip to content

Commit 51a3338

Browse files
authored
Correct the minimum deployment target when generating Xcode projects with CMake. (#2760)
1 parent beda077 commit 51a3338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DEPS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"common": [
88
{
99
"url": "${PAG_GROUP}/vendor_tools.git",
10-
"commit": "ef445edee3335b3ee30bd79afea76c0419947401",
10+
"commit": "e7ea39caca467bc8a6831fbc850bc46437d2c747",
1111
"dir": "third_party/vendor_tools"
1212
},
1313
{
1414
"url": "${PAG_GROUP}/tgfx.git",
15-
"commit": "2d4b07c7388b5a5825fbbc032a30bb7a05e6452b",
15+
"commit": "a10e4ad00529e9124a0594538fe9313a12f49b17",
1616
"dir": "third_party/tgfx"
1717
},
1818
{

0 commit comments

Comments
 (0)