Skip to content

Commit

Permalink
Remove location permission ios (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
neven-s authored Oct 14, 2024
1 parent cbed180 commit 91d19fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core-mobile/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup_permissions([
'FaceID',
# 'LocationAccuracy',
# 'LocationAlways',
'LocationWhenInUse',
# 'LocationWhenInUse',
# 'MediaLibrary',
# 'Microphone',
# 'Motion',
Expand Down
8 changes: 4 additions & 4 deletions packages/core-mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PODS:
- AppAuth/Core (1.7.5)
- AppAuth/ExternalUserAgent (1.7.5):
- AppAuth/Core
- AppCheckCore (11.0.0):
- AppCheckCore (11.1.0):
- GoogleUtilities/Environment (~> 8.0)
- GoogleUtilities/UserDefaults (~> 8.0)
- PromisesObjC (~> 2.4)
Expand Down Expand Up @@ -1659,7 +1659,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AppAuth: 501c04eda8a8d11f179dbe8637b7a91bb7e5d2fa
AppCheckCore: e25aaaac234b333320b0bebb8fc21ed3576819ba
AppCheckCore: 85a8346f8b5d2f50ee1b9f55d8bcaaeafe904adb
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
CatCrypto: a477899b6be4954e75be4897e732da098cc0a5a8
DatadogCore: a3429f62b7da0e715e179833b3daa0203ba2a5ad
Expand Down Expand Up @@ -1780,7 +1780,7 @@ SPEC CHECKSUMS:
RNLocalize: 4f22418187ecd5ca693231093ff1d912d1b3c9bc
RNNotifee: 35b5f984d11083b02d7f2990b3408cd99a0aeeac
RNOS: 6f2f9a70895bbbfbdad7196abd952e7b01d45027
RNPermissions: 0202407390834f85dd944f317aedb4fb25f11077
RNPermissions: 54b1d785ad3a2e6eb61b69a1cb1970a3ea5871f0
RNReactNativeHapticFeedback: afa5bf2794aecbb2dba2525329253da0d66656df
RNReanimated: 00ee495a70897aa9d541e76debec14253133b812
RNScreens: 29418ceffb585b8f0ebd363de304288c3dce8323
Expand All @@ -1794,6 +1794,6 @@ SPEC CHECKSUMS:
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 47d399a73c0c0caa9ff824e5c657eae31215bfee

PODFILE CHECKSUM: 7320c8c19484ef614b2cbccc9cc6ef8fa1880f6f
PODFILE CHECKSUM: 35eaa8c89754e725bcf40feaa254d20ea17545ab

COCOAPODS: 1.15.2

0 comments on commit 91d19fb

Please sign in to comment.