Skip to content

Instantly share code, notes, and snippets.

View KevalGondaliya's full-sized avatar

Keval Gondaliya KevalGondaliya

  • Surat, Gujarat, India
  • 17:02 (UTC +05:30)
View GitHub Profile
@KevalGondaliya
KevalGondaliya / gist:c6c10f90745fa3c25e48c3b51f902ac5
Created September 7, 2020 03:58 — forked from abury/gist:1404051
Simple iOS Build Script
#!/bin/sh
# Simple iOS build script
# Written by Aron Bury, 29/11/2011
appname="AwesomeApp"
target_name="$appname"
sdk="iphoneos"
certificate="iPhone Developer: Joe Blogs"