Skip to content

Instantly share code, notes, and snippets.

@adelevie
Created December 24, 2012 05:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save adelevie/4367907 to your computer and use it in GitHub Desktop.
Save adelevie/4367907 to your computer and use it in GitHub Desktop.
app.libs << '/usr/lib/libz.1.1.3.dylib'
app.libs << '/usr/lib/libsqlite3.dylib'
app.frameworks += [
'AudioToolbox',
'Accounts',
'AdSupport',
'CFNetwork',
'CoreGraphics',
'CoreLocation',
'MobileCoreServices',
'QuartzCore',
'Security',
'Social',
'StoreKit',
'SystemConfiguration']
app.vendor_project('vendor/Parse.framework', :static,
:products => ['Parse'],
:headers_dir => 'Headers')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment