Skip to content

Instantly share code, notes, and snippets.

@DianthuDia
Created October 25, 2012 01:05
Show Gist options
  • Save DianthuDia/3949896 to your computer and use it in GitHub Desktop.
Save DianthuDia/3949896 to your computer and use it in GitHub Desktop.
Using iOS 5 Twitter Module in iOS SDK 6.0
// de.marcelpociot.twitter
// https://marketplace.appcelerator.com/apps/1253?1194049273
- OTHER_LDFLAGS[sdk=iphoneos5*]=$(inherited) -framework Twitter -framework Accounts
- OTHER_LDFLAGS[sdk=iphonesimulator5*]=$(inherited) -framework Twitter -framework Accounts
+ OTHER_LDFLAGS=$(inherited) -framework Twitter -framework Accounts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment