Skip to content

Instantly share code, notes, and snippets.

View Husseinhj's full-sized avatar
🏠
Working from home

Hussein Habibi Juybari Husseinhj

🏠
Working from home
View GitHub Profile
@Husseinhj
Husseinhj / README.md
Created November 27, 2018 14:09 — forked from joyrexus/README.md
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")
@Husseinhj
Husseinhj / gist:75b83ceb0db130a4865435f0fb9eec26
Last active July 10, 2018 14:26 — forked from adamgit/gist:3705459
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)