|
@@ -21,10 +21,17 @@ A new flutter plugin project.
|
|
|
'*.a'
|
|
|
]
|
|
|
|
|
|
- $dir = File.dirname(__FILE__)
|
|
|
+ # $dir = File.dirname(__FILE__)
|
|
|
+ # s.xcconfig = {
|
|
|
+ # "HEADER_SEARCH_PATHS" => [
|
|
|
+ # "#$dir/include/"
|
|
|
+ # ]
|
|
|
+ # }
|
|
|
+
|
|
|
+
|
|
|
s.xcconfig = {
|
|
|
"HEADER_SEARCH_PATHS" => [
|
|
|
- "#$dir/include/"
|
|
|
+ "${PODS_ROOT}/../RayProxy/include/"
|
|
|
]
|
|
|
}
|
|
|
|