Skip to content

Instantly share code, notes, and snippets.

@diogoreus
diogoreus / gist:3083744
Created July 10, 2012 14:47
Downloading and installing the latest source of iOS PhoneGap
PGTEMP=`mktemp -d -t 'phonegap'`
curl -L https://github.com/callback/callback-ios/zipball/master > $PGTEMP/latest.zip
unzip $PGTEMP/latest.zip -d $PGTEMP > /dev/null
make -C $PGTEMP/callback*
installer -pkg $PGTEMP/callback*/dist/files/PhoneGap*.pkg -target CurrentUserHomeDirectory
<!doctype html>
<html lang="en">
<head>
<title>Fancy Slideshow Navigation (example)</title>
<style type="text/css">
#slideshow {
width: 900px;