lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 18.09-beta 7 lines 198 B view raw
1{xcodeenv, kitchensink, bundleId}: 2 3xcodeenv.simulateApp { 4 name = "simulate-${kitchensink.name}"; 5 inherit bundleId; 6 app = "${kitchensink}/build/iphone/build/Products/Debug-iphonesimulator"; 7}