xcode: add xcodeVer to system

This version number controls which xcode version to use when building
cross to iOS.
This commit is contained in:
Matthew Bauer
2018-06-25 21:57:24 -04:00
parent 5ac6ab091a
commit 9b0b31d981
3 changed files with 9 additions and 5 deletions
+4
View File
@@ -100,6 +100,7 @@ rec {
config = "aarch64-apple-ios";
# config = "aarch64-apple-darwin14";
sdkVer = "10.2";
xcodeVer = "8.2";
useiOSPrebuilt = true;
platform = {};
};
@@ -108,6 +109,7 @@ rec {
config = "armv7a-apple-ios";
# config = "arm-apple-darwin10";
sdkVer = "10.2";
xcodeVer = "8.2";
useiOSPrebuilt = true;
platform = {};
};
@@ -116,6 +118,7 @@ rec {
config = "x86_64-apple-ios";
# config = "x86_64-apple-darwin14";
sdkVer = "10.2";
xcodeVer = "8.2";
useiOSPrebuilt = true;
isiPhoneSimulator = true;
platform = {};
@@ -125,6 +128,7 @@ rec {
config = "i686-apple-ios";
# config = "i386-apple-darwin11";
sdkVer = "10.2";
xcodeVer = "8.2";
useiOSPrebuilt = true;
isiPhoneSimulator = true;
platform = {};