bengottlieb / Twitter-OAuth-iPhone

An easy way to get Twitter authenticating with OAuth on iPhone
http://www.standalone.com
799 stars 155 forks source link

Position independent executable (PIE) library #116

Closed nmazzeo closed 11 years ago

nmazzeo commented 11 years ago

Is it possible to have the libOAuth.a library as PIE? Apple wants every lib used by an application to be PIE. Some details to make an app or library as PIE at the following link: https://developer.apple.com/library/ios/#qa/qa1788/_index.html#//apple_ref/doc/uid/DTS40013354 (app related but it should be valid also for libraries).

Thanks in advance.