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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user