Skip to content

Instantly share code, notes, and snippets.

View psiha's full-sized avatar

Domagoj Šarić psiha

  • Zagreb, Croatia
  • 00:37 (UTC +02:00)
  • LinkedIn in/psiha
View GitHub Profile
@adamgit
adamgit / gist:3705459
Last active December 11, 2023 16:27
Automatically create cross-platform (simulator + device) static libraries for Objective C / iPhone / iPad
##########################################
#
# c.f. http://stackoverflow.com/questions/3520977/build-fat-static-library-device-simulator-using-xcode-and-sdk-4
#
# Version 2.82
#
# Latest Change:
# - MORE tweaks to get the iOS 10+ and 9- working
# - Support iOS 10+
# - Corrected typo for iOS 1-10+ (thanks @stuikomma)