about summary refs log tree commit diff
path: root/pkgs/development/mobile/titaniumenv/examples/simulate-kitchensink/default.nix
blob: bbd94cb7882ad59ef0c0d25fcfa50912ce0e2877 (plain) (blame)
1
2
3
4
5
6
7
{xcodeenv, kitchensink, bundleId}:

xcodeenv.simulateApp {
  name = "simulate-${kitchensink.name}";
  inherit bundleId;
  app = "${kitchensink}/build/iphone/build/Products/Debug-iphonesimulator";
}