Skip to content

Commit

Permalink
Upgrade vision-camera-code-scanner.
Browse files Browse the repository at this point in the history
  • Loading branch information
bglgwyng committed Apr 26, 2023
1 parent 285d358 commit 4c65b2f
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 372 deletions.
19 changes: 19 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,25 @@ target 'RNVC3Sandbox' do
:app_path => "#{Pod::Config.instance.installation_root}/.."
)


pre_install do |installer|
installer.pod_targets.each do |pod|
if pod.name.start_with?('Permission-') ||
[
# https://github.com/Shopify/react-native-skia/issues/652#issuecomment-1280278930
'react-native-skia/Api',
'react-native-skia/Jsi',
'react-native-skia/RNSkia',
'react-native-skia/SkiaHeaders',
'react-native-skia/Utils',
'react-native-skia',].include?(pod.name)
def pod.build_type
Pod::BuildType.static_library
end
end
end
end

target 'RNVC3SandboxTests' do
inherit! :complete
# Pods for testing
Expand Down
Loading

0 comments on commit 4c65b2f

Please sign in to comment.