Skip to content

Commit bb06be0

Browse files
authored
Update Podfile
1 parent 918500c commit bb06be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ post_install do |installer|
114114
if target.name == 'react-native-video'
115115
config.build_settings['SWIFT_VERSION'] = '5.0'
116116
end
117-
if target.name == 'react-native-vision-camera'
118-
config.build_settings['SWIFT_VERSION'] = '5.2'
117+
if target.name == 'VisionCamera'
118+
config.build_settings['SWIFT_VERSION'] = '5.0'
119119
end
120120
end
121121
end

0 commit comments

Comments
 (0)