Merge pull request #42399 from obsidiansystems/xcodever-in-system
xcode: add xcodeVer to system
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user