This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# This script was inspired by http://blog.diogot.com/blog/2013/09/18/static-libs-with-support-to-ios-5-and-arm64/ | |
# | |
# This script uses a temporary folder for intermediate build products. | |
# | |
# Minimum deployment target is 5.0 for 32 bit architectures and for 64 bit architectures it is 7.0. | |
# |