Skip to content

Instantly share code, notes, and snippets.

@ddrscott
Forked from adelevie/Rakefile
Created February 26, 2013 19:39
Show Gist options
  • Save ddrscott/5041445 to your computer and use it in GitHub Desktop.
Save ddrscott/5041445 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