mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 01:16:57 +01:00
8 lines
178 B
Nix
8 lines
178 B
Nix
{xcodeenv, kitchensink, device}:
|
|
|
|
xcodeenv.simulateApp {
|
|
name = "kitchensink";
|
|
app = kitchensink;
|
|
inherit device;
|
|
baseDir = "build/iphone/build/Debug-iphonesimulator";
|
|
}
|