Skip to content

Instantly share code, notes, and snippets.

View KevalGondaliya's full-sized avatar

Keval Gondaliya KevalGondaliya

  • Surat, Gujarat, India
  • 13:43 (UTC +05:30)
View GitHub Profile
@KevalGondaliya
KevalGondaliya / gist:593de3d26bfa2d754f3cdedf7b4f92f2
Last active October 4, 2025 07:48
Github Standard Structure

🔹 Commit Message Structure

1. For New Features

feat: <short summary of the feature>

Detailed explanation (if needed in body):
- What was implemented
@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"