Skip to content

Instantly share code, notes, and snippets.

View AlexNsbmr's full-sized avatar

Alexandre Nussbaumer AlexNsbmr

View GitHub Profile
@AlexNsbmr
AlexNsbmr / sim-run.sh
Created April 11, 2018 12:58 — forked from odemolliens/sim-run.sh
Run Xcode Simulator project from the command line XCode 8
#!/bin/bash
#
# Build and iPhone Simulator Helper Script
# Shazron Abdullah 2011
#
# WARN: - if your .xcodeproj name is not the same as your .app name,
# this won't work without modifications
# - you must run this script in where your .xcodeproj file is
PROJECTNAME=$1