xcode: add xcodePlatform to system

This give us a little bit more control over what target we are using.
Eventually we can target other things like WatchOS or MacOS.
This commit is contained in:
Matthew Bauer
2018-06-25 22:18:23 -04:00
parent 9b0b31d981
commit 0bfffbc5e1
4 changed files with 12 additions and 8 deletions
-1
View File
@@ -46,7 +46,6 @@ rec {
# Misc boolean options
useAndroidPrebuilt = false;
useiOSPrebuilt = false;
isiPhoneSimulator = false;
} // mapAttrs (n: v: v final.parsed) inspect.predicates
// args;
in assert final.useAndroidPrebuilt -> final.isAndroid;