Skip to content

Instantly share code, notes, and snippets.

View nzhuk's full-sized avatar

Nikita Zhuk nzhuk

View GitHub Profile
@nzhuk
nzhuk / Macros.h
Created March 15, 2014 19:18 — forked from steipete/Macros.h
#ifndef NS_DESIGNATED_INITIALIZER
#if __has_attribute(objc_designated_initializer)
#define NS_DESIGNATED_INITIALIZER __attribute((objc_designated_initializer))
#else
#define NS_DESIGNATED_INITIALIZER
#endif
#endif
@nzhuk
nzhuk / boost.sh
Created February 11, 2014 14:06 — forked from rsobik/boost.sh
#===============================================================================
# Filename: boost.sh
# Author: Pete Goodliffe
# Copyright: (c) Copyright 2009 Pete Goodliffe
# Licence: Please feel free to use this, with attribution
# Modified version
#===============================================================================
#
# Builds a Boost framework for the iPhone.
# Creates a set of universal libraries that can be used on an iPhone and in the