mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-07 13:35:09 +00:00
Request std=c++11 dialect again, and add warning (#900)
* Put back stdc++11 and add compile-time check * Soften it and update changelog
This commit is contained in:
@@ -63,4 +63,9 @@ Pod::Spec.new do |spec|
|
||||
|
||||
spec.social_media_url = 'https://twitter.com/TextureiOS'
|
||||
spec.library = 'c++'
|
||||
spec.pod_target_xcconfig = {
|
||||
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',
|
||||
'CLANG_CXX_LIBRARY' => 'libc++'
|
||||
}
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user