Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 25, 2023
1 parent 7099dec commit 1d8d095
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/extensions/permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ const WIX_SIM_UTILS = 'applesimutils';

// `location` permission does not work with WIX/applesimutils.
// Note that except for 'contacts', the Apple's privacy command sets
// permissions properly but it resets the app process while WIX/applesimutils does not
// reset the app process.
// permissions properly but it kills the app process while WIX/applesimutils does not.
// In the backward compatibility perspective,
// we'd like to keep the app process as possible.
const APPLE_PRIVACY_CMD = [
'location',
'location-always'
Expand Down

0 comments on commit 1d8d095

Please sign in to comment.