kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Support 32/64 bit fat binaries after Apple adds support to Xcode #151

Open loufranco opened 10 years ago

loufranco commented 10 years ago

On 9/16/2013, Apple announced that they are going to add support to create 32/64 bit packages (should be soon)

https://developer.apple.com/news/?id=9162013a

Next month we will be making changes that will allow you to create a single app binary that supports 32-bit on iOS 6, as well as 32-bit and 64-bit on iOS 7

Once they do, there should be a way to support that in .frameworks as well.

paynerc commented 10 years ago

It already does support this with Xcode 5.0.1.

--sent from the iPhone

On Oct 24, 2013, at 7:36 AM, Lou Franco notifications@github.com wrote:

On 9/16/2013, Apple announced that they are going to add support to create 32/64 bit packages (should be soon)

https://developer.apple.com/news/?id=9162013a

Next month we will be making changes that will allow you to create a single app binary that supports 32-bit on iOS 6, as well as 32-bit and 64-bit on iOS 7

Once they do, there should be a way to support that in .frameworks as well.

— Reply to this email directly or view it on GitHub.