From 555870898e448258d2fd405a9321cac291c64b81 Mon Sep 17 00:00:00 2001 From: sgabriel <3041837+sgabriel@users.noreply.github.com> Date: Mon, 17 Apr 2023 15:54:03 +0200 Subject: [PATCH] fix: Updating iOS version #2038 --- RNSVG.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RNSVG.podspec b/RNSVG.podspec index afd13a189..3151b8896 100644 --- a/RNSVG.podspec +++ b/RNSVG.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |s| 'HEADER_SEARCH_PATHS' => '"$(PODS_ROOT)/boost" "$(PODS_ROOT)/boost-for-react-native" "$(PODS_ROOT)/RCT-Folly"', "CLANG_CXX_LANGUAGE_STANDARD" => "c++17", } - s.platforms = { ios: '11.0', tvos: '11.0' } + s.platforms = { ios: '12.4', tvos: '11.0' } s.compiler_flags = folly_compiler_flags + ' -DRCT_NEW_ARCH_ENABLED' s.source_files = 'apple/**/*.{h,m,mm,cpp}' s.ios.exclude_files = '**/*.macos.{h,m,mm,cpp}'