Skip to content

Instantly share code, notes, and snippets.

View fxu12's full-sized avatar

Funing Xu fxu12

  • Sunnyvale, California
View GitHub Profile
@miromasat
miromasat / emulate.sh
Created October 31, 2014 15:34
This was an only solution for debugging Ionic apps for me.
#!/bin/bash
# Manually emulate ionic/cordova application
# Miroslav Masat 2014
echo "Emulating..."
cd ./platforms/ios/build/emulator
var=$(pwd)
ios-sim launch "$var"/*.app