diff --git a/ios/Podfile b/ios/Podfile index 976a8551fec..9f5c080d120 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -2,6 +2,9 @@ platform :ios, '15.0' source 'https://github.com/CocoaPods/Specs.git' #use_modular_headers! +# Disable VisionCamera location API usage +$VCEnableLocation = false + pod 'Firebase', :modular_headers => true pod 'FirebaseCore', :modular_headers => true pod 'FirebaseRemoteConfig', :modular_headers => true diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 27969292fb6..13520662903 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -2374,9 +2374,9 @@ SPEC CHECKSUMS: TcpSockets: bd31674146c0931a064fc254a59812dfd1a73ae0 TOCropViewController: b9b2905938c0424f289ea2d9964993044913fac6 ToolTipMenu: 8ac61aded0fbc4acfe7e84a7d0c9479d15a9a382 - VisionCamera: 4a00505ff543b8b6851967fb7aea28f1613da472 + VisionCamera: 2af28201c3de77245f8c58b7a5274d5979df70df Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d -PODFILE CHECKSUM: 4d7e3ce58cf48571149f43a44cc98aa8dabc7973 +PODFILE CHECKSUM: 0f0a1ebe553d4680f84239a817bfe3b3d1ce74f9 COCOAPODS: 1.14.3