fix: Set min iOS version to 12.4
This commit is contained in:
parent
38749fb613
commit
bb7ab30a0e
@ -23,7 +23,7 @@ Pod::Spec.new do |s|
|
||||
s.license = package["license"]
|
||||
s.authors = package["author"]
|
||||
|
||||
s.platforms = { :ios => "11.0" }
|
||||
s.platforms = { :ios => "12.4" }
|
||||
s.source = { :git => "https://github.com/mrousavy/react-native-vision-camera.git", :tag => "#{s.version}" }
|
||||
|
||||
s.pod_target_xcconfig = {
|
||||
|
@ -1,7 +1,7 @@
|
||||
require_relative '../node_modules/react-native/scripts/react_native_pods'
|
||||
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
|
||||
|
||||
platform :ios, min_ios_version_supported
|
||||
platform :ios, 12.4
|
||||
prepare_react_native_project!
|
||||
|
||||
flipper_config = FlipperConfiguration.disabled
|
||||
|
@ -644,9 +644,9 @@ SPEC CHECKSUMS:
|
||||
RNScreens: 218801c16a2782546d30bd2026bb625c0302d70f
|
||||
RNStaticSafeAreaInsets: 055ddbf5e476321720457cdaeec0ff2ba40ec1b8
|
||||
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
|
||||
VisionCamera: e4f19a6c22cfa146736bdfe8df057e2ed5ca8dd3
|
||||
VisionCamera: ad2b5c06480d31cc9c02578419c50b111b4a7be8
|
||||
Yoga: 5ed1699acbba8863755998a4245daa200ff3817b
|
||||
|
||||
PODFILE CHECKSUM: d53724fe402c2547f1dd1cc571bbe77d9820e636
|
||||
PODFILE CHECKSUM: feab7ceeb05270c7fb0bf430b95f51803212fb4e
|
||||
|
||||
COCOAPODS: 1.11.3
|
||||
|
Loading…
Reference in New Issue
Block a user