Closed gradha closed 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.
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.
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.