Skip to content

Instantly share code, notes, and snippets.

View szmichaelyb's full-sized avatar

Michael.Yang szmichaelyb

View GitHub Profile
@policante
policante / ios-framework-universal.sh
Created August 9, 2016 19:26
create a universal framework (iOS)
# Merge Script
# 1
# Set bash script to exit immediately if any commands fail.
set -e
# 2
# Setup some constants for use later on.
FRAMEWORK_NAME="SampleFramework"