@shopify/react-native-skia 0.1.127 → 0.1.128
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
|
|
21
21
|
s.source = { :git => "https://github.com/shopify/react-native-skia/react-native-skia.git", :tag => "#{s.version}" }
|
22
22
|
|
23
23
|
s.requires_arc = true
|
24
|
-
s.
|
24
|
+
s.pod_target_xcconfig = {
|
25
25
|
'GCC_PREPROCESSOR_DEFINITIONS' => '$(inherited) SK_GL=1 SK_METAL=1',
|
26
26
|
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++17'
|
27
27
|
}
|