Skip to content

Instantly share code, notes, and snippets.

View fannheyward's full-sized avatar
🎯
Slow to response

Heyward Fann fannheyward

🎯
Slow to response
View GitHub Profile
APP = Pages
WORKSPACE = Pages
CONFIG = InHouse
SCHEME = PagesInHouse
ICON_NAME = [email protected]
BASE_URL = http://beta.nsnotfound.com/pages
EMAIL_LIST = [email protected]
EMAIL_DOMAIN = lexrus.mailgun.org
SFTP_SERVER = [email protected]
@fannheyward
fannheyward / build.py
Created November 28, 2012 06:24 — forked from rjyo/build.py
OTA
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
import shutil
import json
import getopt
import urllib2
from urllib import urlencode
@fannheyward
fannheyward / build.py
Created November 28, 2012 06:24 — forked from rjyo/build.py
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
import sys
import shutil
import json
import getopt
import urllib2
from urllib import urlencode
@fannheyward
fannheyward / build_universal_library.sh
Last active October 12, 2015 17:47 — 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.7
#
# Latest Change:
# - Supports iPhone 5 / iPod Touch 5 (uses Apple's workaround to lipo bug)
#
# Purpose:
@fannheyward
fannheyward / TWRequest+OAuthEcho.h
Created March 21, 2012 08:15
Add OAuth Echo methods to TWRequest
#import <Twitter/Twitter.h>
#import <Accounts/Accounts.h>
@interface TWRequest (OAuthEcho)
/*
* code example:
*
* NSURL *url = [NSURL URLWithString:@"https://api.twitter.com/1/account/verify_credentials.json"];