Skip to content

Instantly share code, notes, and snippets.

View joelrfcosta's full-sized avatar
🔥

Joel Costa joelrfcosta

🔥
View GitHub Profile
@joelrfcosta
joelrfcosta / buildStaticObjCLib
Last active October 11, 2015 12:28 — forked from adamgit/gist:3705459
Automatically create cross-platform (simulator + device) static libraries for Objective C / iPhone / iPad
#
# c.f. StackOverflow question/answer here: http://stackoverflow.com/questions/3520977/build-fat-static-library-device-simulator-using-xcode-and-sdk-4
#
# Version 2.3
#
# Latest Change:
# - Apple's handling of "project files" is broken; added a workaround for Xcode 4.5
# - Added automatic FAIL BUILD if any of the internal commands fail
#
# Purpose: