1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Auto stash before merge of "master" and "origin/master"

This commit is contained in:
Brian Fiete 2019-10-16 16:23:19 -07:00
parent 8c18d56c9e
commit 57396b9abb
5 changed files with 23 additions and 13 deletions

View file

@ -80,7 +80,7 @@ namespace IDE
case "macOS":
outTriple.Append("x86_64-apple-macosx10.14.0");
case "iOS":
outTriple.Append("arm64-apple-ios13.1");
outTriple.Append("aarch64-apple-ios");
default:
return false;
}