mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-07 21:44:59 +00:00
Raise deployment target to iOS 9 (#743)
https://github.com/TextureGroup/Texture/pull/743 Manually merged since I forgot to retarget that diff onto master before merge
This commit is contained in:
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
|
||||
spec.weak_frameworks = 'Photos','MapKit','AssetsLibrary'
|
||||
spec.requires_arc = true
|
||||
|
||||
spec.ios.deployment_target = '8.0'
|
||||
spec.ios.deployment_target = '9.0'
|
||||
|
||||
# Uncomment when fixed: issues with tvOS build for release 2.0
|
||||
# spec.tvos.deployment_target = '9.0'
|
||||
|
||||
Reference in New Issue
Block a user