Skip to content

Commit

Permalink
Disable location APIs in VisionCamera (#5942)
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni authored Jul 22, 2024
1 parent e8529d2 commit 8d619b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d619b2

Please sign in to comment.