mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 07:57:01 +00:00
This enables building for armv7 and armv7s. If you want to add armv6 support, since Xcode 4.5 doesn't build for armv6 any more, you need to build with 4.4.1 and only build for armv6 and the device target and manually link the resulting static lib into the 4.5 build result using lipo