Skip to content

Commit

Permalink
fix: Updating iOS version #2038 (#2041)
Browse files Browse the repository at this point in the history
Updated iOS version to 12.4 to be able to build on Xcode 14.3
  • Loading branch information
sgabriel authored May 24, 2023
1 parent 98fdeaa commit a1090f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNSVG.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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}'
Expand Down

0 comments on commit a1090f2

Please sign in to comment.