davbeck / TUSafariActivity

A UIActivity subclass that opens URLs in Safari
Other
311 stars 71 forks source link

Compile with Xcode 4.4 and previous (no iOS 6.0 sdk) #2

Closed gradha closed 11 years ago

gradha commented 11 years ago

If you care about backwards compatibility I have de-ARC-ified the project and modified it so that it can be compiled with older Xcode versions and still be able to use the UIActivity under iOS 6.0. See my https://github.com/gradha/TUSafariActivity/tree/floki branch, if it interests you I can pull a request of that.

davbeck commented 11 years ago

Using an older version of Xcode isn't recommended by Apple and would mean you couldn't support the iPhone 5 screen size. Not to mention it's a shrinking target, as more and more devices will support ARC.

gradha commented 11 years ago

No problem. Just know that you are wrong about iPhone 5 support, it doesn't depend on SDK version but on the existence of a splash image with the appropriate size. I have iOS 3.0 apps on the store supporting iPhone 5 sizes. Good luck with arc.