Commit e15d1616 authored by 余玠's avatar 余玠

add clang cxx library specification

parent ee90a5f5
......@@ -26,6 +26,10 @@ A new Flutter plugin make flutter better to use!
s.dependency 'Flutter'
s.libraries = 'c++'
s.xcconfig = {
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++11',
'CLANG_CXX_LIBRARY' => 'libc++'
}
s.ios.deployment_target = '8.0'
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment