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

Fix Template.plist on Fake and Real Framework to work with Xcode 5 #127

Closed markltownsend closed 10 years ago

markltownsend commented 10 years ago

Xcode 5 puts the libtool utility in a different directory in the app bundle. This batch takes care of that. Note: That building a static framework won't work until the command line tools are automatically downloaded and installed.

kstenerud commented 10 years ago

Thanks!