Skip to content

Instantly share code, notes, and snippets.

@JLamkin
JLamkin / boost.sh
Last active August 29, 2015 14:01 — forked from rsobik/boost.sh
Updated to fix issue with building for x86_64 architecture and targeting iOS.
#===============================================================================
# Filename: boost.sh
# Author: Pete Goodliffe
# Copyright: (c) Copyright 2009 Pete Goodliffe
# Licence: Please feel free to use this, with attribution
#===============================================================================
#
# Builds a Boost framework for the iPhone.
# Creates a set of universal libraries that can be used on an iPhone and in the
# iPhone simulator. Then creates a pseudo-framework to make using boost in Xcode
@JLamkin
JLamkin / build.gradle
Last active December 31, 2015 15:59 — forked from mente/build.gradle
Changed each to all, since each is out of date. And added more generic replacement.
android {
defaultConfig {
versionName "actionbar"
}
signingConfigs {
release {
storeFile file("android.keystore")
...
}
}